Niente, anche con EDID modificato (da me) non cambia nulla...... Se qualcuno ha altre soluzioni... intanto cerco di scrivere al signor Nguyen della dvdo :sperem::sperem:
Ciao,
non ho seguito tutto il discorso ma per ottenere una risoluzione in uscita dalla scheda grafica non presente nell'EDID del device io ho modificato il file .inf (igdlh64.inf nel caso di Windows 7 64 bit) del driver Intel per l'iGPU HD4000 prima dell'installazione (non so se ci sia qualcosa di analogo per la tua scheda grafica).
Nella sezione [NonEDIDMode_AddSwSettings] è bastato abilitare i custom DTD mettendo un numero (massimo 5) maggiore di 0 in TotalDTDCount ed inserendo i DTD delle risoluzioni volute. Ecco il risultato nel mio caso:
[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 5 ; This shows number of DTDs to be used. ; 0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
;the 2 bytes are as follows
; First byte
;Bit 0 -> 8Bpp Support Bit; 0-Disabled, 1-Enabled
;Bit 1 -> 16Bpp Support Bit; 0-Disabled, 1-Enabled
;Bit 2 -> 32Bpp Support Bit; 0-Disabled, 1-Enabled
;Bit 3 -> Bit 3 Reserved for any new BPP mask.
;Bit 4 -> Bit for DFP Support ; 0-Disabled, 1-Enabled
;Bit 5 -> Bit for CRT Support ; 0-Disabled, 1-Enabled
;Bit 6-7 -> Bits 7-6 Reserved for Device Masks, must be 0
;Second Byte
;Bit 0 -> DTD timing is added forcefully, even if timing is present in EDID.
;Bit 1-7 -> Reserved Bits for any new masks
HKR,, DTD_1, %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_2, %REG_BINARY%, 01,1D,F0,A8,61,F4,3E,10,88,30,52,04,00,00,00,00,00 ,9E,37,01 ;1776x1000@60...Interlaced
HKR,, DTD_3, %REG_BINARY%, 8F,1E,D0,38,64,F0,3A,10,24,28,05,C4,00,00,00,00,00 ,9E,37,01 ;1744x992@50....Interlaced
HKR,, DTD_4, %REG_BINARY%, 55 1D D0 38 64 F0 3A 10 24 28 05 C4 00 00 00 00 00 9E,37,01 ;1744x992@48....Interlaced
HKR,, DTD_5, %REG_BINARY%, E1,1E,56,9E,51,00,19,30,41,8E,13,00,00,00,00,00,00 ,79,37,01 ;1366x768@56....Not Interlaced
Le risoluzioni impostate nel file .inf ora compaiono disponibili nel pannello della scheda grafica con i loro timing perfetti impostati tramite DTD Calculator
ciao,
Jok