Jump to content

DISPLAY.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:
This is the PM display driver and the heart of OS/2 video. The equivalent file on a Windows system is the VGA.DRV (in the case of VGA) file. For the first release, SVGA systems will have a VGA display driver installed on their system. Already, SVGA drivers are available from most of the main board manufacturers. In this document, I'll try to list some of the ones that are working.  
This is the PM display driver and the heart of OS/2 video. The equivalent file on a Windows system is the VGA.DRV (in the case of VGA) file. For the first release, SVGA systems will have a VGA display driver installed on their system. Already, SVGA drivers are available from most of the main board manufacturers. In this document, I'll try to list some of the ones that are working.  


It is reported that on OS/2 1.1 DISPLAY.DLL stores the system font.[https://books.google.com.ec/books?id=Vb45OQNRHJoC&lpg=PT312&ots=Cj_UqDdC9L&dq=%22COURIER.FON%22&pg=PT312#v=onepage&q=DISPLAY.DLL&f=false]
It is reported that on OS/2 1.1 DISPLAY.DLL stores the system font.[http://books.google.com/books?id=Vb45OQNRHJoC&lpg=PT312]


==Versions==
==Versions==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|2006-Mar-22 8:4am
|N/A
|44,198 bytes.
|
|-
|-
|2006-03-22 8:4am|| ||44,198 bytes||
|}
|}


==DLL Entry Points==
==DLL Entry Points==
<PRE>
<PRE>
Ordinal Object  Offset   Name
   1 OS2_PM_DRV_ENABLE
  0                      display
300 OS2_PMPRE_DLL
300       3    0000:0046 OS2_PMPRE_DLL
  1      3    0000:0046 OS2_PM_DRV_ENABLE
</PRE>
</PRE>


Line 32: Line 21:
* [[DOSCALL1.DLL]]
* [[DOSCALL1.DLL]]
* [[PMMERGE.DLL]]
* [[PMMERGE.DLL]]


[[Category:Files]]
[[Category:Files]]

Revision as of 04:19, 3 May 2017

This file determines what video resolution the PM desktop uses.

This is the PM display driver and the heart of OS/2 video. The equivalent file on a Windows system is the VGA.DRV (in the case of VGA) file. For the first release, SVGA systems will have a VGA display driver installed on their system. Already, SVGA drivers are available from most of the main board manufacturers. In this document, I'll try to list some of the ones that are working.

It is reported that on OS/2 1.1 DISPLAY.DLL stores the system font.[1]

Versions

Date Version Size Comments
2006-03-22 8:4am 44,198 bytes

DLL Entry Points

   1 OS2_PM_DRV_ENABLE
 300 OS2_PMPRE_DLL

DLLs Loaded