|
|
#1 | |
|
Registered User
Join Date: Mar 2006
Posts: 99
|
Hello,
since the current drivers won't start up anymore when no display device is connected I ran into some problem. Actually I want the X server to startup in any case. I can enforce this with ConnectedMonitor "CRT" option, as suggested in the readme. But actually this will also force the driver to use CRT out when a monitor is connected to DVI. This is different to the old driver behaviour where it only used CRT as a fallback. Is it somehow possible to get that behaviour back? Or even better: Can the driver remember of the last connected monitor and use that setting again in case it is not detected? Regards, Julian |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2004
Posts: 60
|
Hi,
I am using the following way to make sure the CRT monitor is connected: You must find out which name the Nvidia driver is assigned to your monitor and get the EDID information from your Monitor. I'd connected my CRT-1 with an DVI Cable (youcould do it somewhere else) and saved the bin file with the "Acquire EDID" option under my monitor Tab. Then you must add these Options in your xorg.conf Screen section: Code:
Option "UseEDID" "true"
Option "CustomEDID" "CRT-1:/etc/X11/EDID/Acer-T230H-edid.bin"
Code:
Option "ConnectedMonitor" "CRT-1, DFP-0, DFP-1"
__________________
|
|
|
|
|
![]() |
| Thread Tools | |
|
|