Jonny_1985Próbáld ki először ezt:
sudo /etc/init.d/gdm stop //ha megy a gdm, le kell lőni.
sudo dpkg-reconfigure -phigh xorg.conf //automatán reconfigolja
sudo /etc/init.d/gdm start //gdm startolása
Ha nemjó:
sudo pico /etc/X11/xorg.conf
Oda meg bemásolod ezt:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 75.0
VertRefresh 60.0
EndSection
Section "Device"
Identifier "Radeon HD 3870 X2"
Driver "radeonhd"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "radeonhd"
BoardName "Radeon HD 3870 X2"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Lemented. (Én írtam gyorsba a configot. Szóval nemtudom hogy mennifog-e. pláne hogy Nvidia-m van:D)
1024x768_60 helyére pedig a conf fileban beírod a felbontást meg a Hz-t értelemszerűen.
Szerintem először próbáld ki így, mert kicsi felbontással a biztos:)
Restart.
Ha működik akkor írj a címemért, ahová egy rekesz sört kell küldeni.
Viccet félretéve, sok sikert a problem megoldásánál.