Hi folks,
My initial problem is to
run a WUXGA monitor as external display on my IBM Thinkpad X41 with a Mobile
Intel 915GM (Bios: 1239). Only 2048x1536 and no wide-screen resolutions were
possible. I found that IBM/Lenovo issued a new version of the Intel's version
6.14.10.4693. I found that they added some DTDs in the [NonEDIDMode_AddSwSettings]
section of the inf file. These are widescreen resolutions not supported before
by my Laptop. Missing was unfortunately the 1900x1200@60Hz setting. It is hard
to follow the coding of the resolution to the 18 byte DTD values. Can anyone
give a hint? Or does anyone know, if this is anyway the appropriate way to add
WUXGA to the driver?
Thanks,
Thomas
section in old driver' inf (6.14.10.4631):
----------------------------------------
[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 0
; This shows number of DTDs to be used. ; 0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
HKR,, DTD_1,%REG_BINARY%, 01,1D,80,18,71,1C,16,20,58,2C,1A,00,00,00,00,00,00,86,37,01
;1920x1080@60...Interlaced
HKR,, DTD_2, %REG_BINARY%, 01,1D,80,D0,72,1C,16,20,10,2C,1A,80,00,00,00,00,00,86,37,01
;1920x1080@50...Interlaced
HKR,, DTD_3,%REG_BINARY%, 01,1D,00,BC,52,D0,1E,20,B8,28,25,40,00,00,00,00,00,04,37,01
;1280x720@50....Non-interlaced
HKR,, DTD_4, %REG_BINARY%, 01,1D,00,72,51,D0,1E,20,6E,28,25,00,00,00,00,00,00,06,37,01
;1280x720@60....Non-interlaced
HKR,, DTD_5,%REG_BINARY%, 00, 00, 00 ,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00
;Fifth DTD
Section in new driver's inf (6.14.10.4693):
-------------------------------------
[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 3
; This shows number of DTDs to be used. ; 0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
HKR,, DTD_1,%REG_BINARY%, 97,29,A0,D0,51,84,20,30,50,98,3,00,00,00,00,00,00,1C,27,00
;1440x900@60...Progressive
HKR,, DTD_2, %REG_BINARY%, 9A,20,0,90,51,20,1C,30,40,88,3,00,00,00,00,00,00,1C,27,00
;1280x800@60...Progressive
HKR,, DTD_3, %REG_BINARY%, 79,39,90,40,62,1A,25,40,68,B8,3,00,00,00,00,00,00,1C,27,00
;1680x1050@60...Progressive


