Δημοσιεύτηκε: 25 Δεκ 2008, 23:20
από linuxman
Λοιπον νομίζω ότι σου βρήκα την λύση
1.
Κώδικας: Επιλογή όλων
sudo gedit /etc/X11/xorg.conf

2. Παρακάτω παραθέτω κάποια πράγματα βρες τα ίδια σημεία με αυτό που θα σου ανοίξει στο αρχείο xrog.conf και αντικατέστησε τα με τα παρακάτω
Κώδικας: Επιλογή όλων

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enabled"
EndSection

Κάνε ένα ρεστάρτ και πες το αποτέλεσμα .
πηγή http://www.nvnews.net/vbulletin/showthread.php?t=122695