Jump to content

DISPLAY.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
This file determines what video resolution the PM desktop uses.
Dynamic link library used by the existing display, copied from:
* 8514.DLL
* CGA.DLL
* EGA.DLL
* VGA.DLL
* XGA.DLL


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.
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.
Line 5: Line 10:
It is reported that on OS/2 1.1 DISPLAY.DLL stores the system font.[http://books.google.com/books?id=Vb45OQNRHJoC&lpg=PT312]
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==
[[Category:DLL]]
{|class="wikitable"
!Date||Version||Size||Comments
|-
|2006-03-22 || ||44,198 bytes||
|}
 
==DLL Entry Points==
<PRE>
  1 OS2_PM_DRV_ENABLE
300 OS2_PMPRE_DLL
</PRE>
 
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[PMMERGE.DLL]]
 
[[Category:Files]]

Latest revision as of 05:21, 31 December 2022

Dynamic link library used by the existing display, copied from:

  • 8514.DLL
  • CGA.DLL
  • EGA.DLL
  • VGA.DLL
  • XGA.DLL

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.

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