Jump to content

INTLBIOS.SYS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 15: Line 15:
;/1600 : 1600x1200 --> 1600x900
;/1600 : 1600x1200 --> 1600x900
;/1680 : 1600x1200 --> 1680x1050 (default with no or wrong option)
;/1680 : 1600x1200 --> 1680x1050 (default with no or wrong option)
;/HDTV : 1600x1200 --> 1920x1080 (option must be in capital characters)
;/HDTV : 1600x1200 --> 1920x1080 (option must be in capital letters)
;/1920 : 1600x1200 --> 1920x1200
;/1920 : 1600x1200 --> 1920x1200
;/2048 : 1600x1200 --> 2048x1536
;/2048 : 1600x1200 --> 2048x1536


==Links==
==Links==
* [http://en.os2.guru/projects/panorama/?action=down Download site]
* [http://ecomstation.ru/market/system/drivers/video/widescreen-v08b.zip widescreen-v08b.zip]


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Revision as of 23:09, 14 March 2021

Driver thart activate widescreen modes on Intel GMA video adapters. Developed by Robert Lalla.

Syntax

BASEDEV=INTLBIOS.SYS /xxxx

Parameters

/0800
1600x1200 --> 800x480
/1024
1600x1200 --> 1024x600
/1280
1600x1200 --> 1280x800
/1360
1600x1200 --> 1360x768
/1366
1600x1200 --> 1366x768
/1400
1600x1200 --> 1400x1050
/1440
1600x1200 --> 1440x900
/1600
1600x1200 --> 1600x900
/1680
1600x1200 --> 1680x1050 (default with no or wrong option)
/HDTV
1600x1200 --> 1920x1080 (option must be in capital letters)
/1920
1600x1200 --> 1920x1200
/2048
1600x1200 --> 2048x1536

Links