Achja zu deiner xorg.conf
Merke dir: bevor du irgendwelche Änderungen in config Dateien vornimmst sichere sie.
Das machst du bei der xorg.conf so:
Zitat
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
Hau mal die ganzen Sections mit den unnötigen Farbtiefen raus, also alle bis auf die mit "Depth 24".
Rausnehmen tust du also die hier:
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
Modes "1280x1024" "1024x768"
EndSubSection
Alles anzeigen
Danach abspeichern und mit "strg+alt+backshift" X neustarten.
Ich hab keine Ahnung ob es etwas bringt, aber probieren kann man es ja mal und eine Sicherung haben wir ja gemacht.
BTW: Wie hat das eigentlich mit der Grafiktreiber Installation geklappt?