|
|
#1 | |
|
Registered User
Join Date: Feb 2009
Posts: 2
|
I just got a new computer with a GTX280, which I'll be using for CUDA programming. It's running Fedora 9.
Everything was working fine until I installed the Nvidia drivers. After doing that, I now get a blank screen. The problem appears to be related to my KVM. If I hook up the monitor directly, it works fine. Going through the KVM, though, my screen is blank. Switching back to the "nv" driver that came with the OS makes it work again, but of course then I can't use CUDA. I've found lots of messages around the internet by people with similar problems, and they suggest various changes to xorg.conf, such as Option "ConnectedMonitor" "DFP" and Option "UseEDID" "FALSE" I've tried these, but none of them help. Only switching the Driver option to "nv" instead of "nvidia" gets it working. I'm about out of ideas, and my new computer is currently functioning as a very expensive paperweight. Any help would be very much appreciated! Peter |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Pure speculation: the "nvidia" driver runs the I2C bus of the DDC interface
at a higher speed than the "nv" driver and the KVM can't scope with it. I don't think the bus clock is user adjustable. You may try the following: 1. Attach the display directly (without KVM and make sure it works), start "nvidia-settings", then "Aquire" the EDID of the display, save the resulting "edid.bin" and copy it to /etc/X11/. 2. Add Code:
Option "CustomEDID" "DFP-0:/etc/X11/edid.bin" (it may be necessary to do "DFP-1" instead of "DFP-0" depending on your setup and VGA BIOS). maybe that helps regards Bernhard |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2009
Posts: 2
|
That fixed it! Thank you so much. I doubt I would ever have figured that out on my own. I bow down before you in gratitude!
Peter |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Nice to hear that this trick did it for you! Thanks for the feedback.
regards Bernhard |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA Drivers Receive Windows 8 Certification | News | Latest Tech And Game Headlines | 0 | 06-01-12 05:30 AM |
| Radeon 9700 not all that? | sancheuz | Other Desktop Graphics Cards | 200 | 10-12-02 09:31 PM |
| Nvidia Stereo Drivers | Soudontsay | NVIDIA Windows Graphics Drivers | 2 | 08-26-02 10:48 AM |
| nvidia drivers in a motherboard with AGP 1.0 (motherboard MVP3+) | knocker | NVIDIA Linux | 1 | 08-19-02 01:57 AM |
| NVIDIA 2960 Drivers & RH 7.3 W/2.4.18-5 | XASCompuGuy | NVIDIA Linux | 6 | 08-02-02 11:53 AM |