
Originally Posted by
Dark Horse
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
You lack resolution settings there. Have you tried setting up and saving the resolution using nvidia-settings as root?
Code:
gksu nvidia-settings
Here's my resolution saved in xorg.conf file (be aware that I use a graphics card with a monitor and a TV set):
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: 1024x768_60 +0+0, TV: 1024x768 +0+0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Bookmarks