Quote:
Originally Posted by Enverex
You don't need to turn off powermiser with the 195 drivers now, it works as it should. You need to specify the EDID of the monitor through the XOrg config still though, but at least you don't have to export it in Windows anymore (you specify the /proc/etc/etc/) location of it.
HDMI out doesn't seem to work yet though.
|
HDMI to my LCD works fine. Make sure you use the "ConnectedMonitor" in your screen section.
Code:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
Option "ConnectedMonitor" "DFP-0,DFP-1,CRT"
Option "CustomEDID" "DFP-0:/etc/X11/sonyedid.bin"
SubSection "Display"
Depth 24
EndSubSection
EndSection