Comment 40 for bug 643895

Revision history for this message
KernelPanic (jfrusciante) wrote : Re: nvidia propietary driver fails to load X with geforce 310M

Yorik, maybe you should also overwrite the EDID informations?

Until driver version 256 I could run the nvidia driver by using the EDID from acpi:

Option "ConnectedMonitor" "DFP-0,DFP-1,CRT"
Option "CustomEDID" "DFP-0:/proc/acpi/video/IGPU/LCD0/EDID"
Option "UseEdidFreqs" "0"

(in device section)

But from driver 260 on, I couldn't get it to work (I need it for CUDA 3.2).

I'm not at home, I'll try it.