Tu veux qu'elle résolution au juste ???
- 1280x1024 ou 1024x768
Parce que dans ton xorg.conf ce n'est pas cohérent:
>>>>
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
ModeLine "
1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "
1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "
1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
<<<<
Change
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
pour
ModeLine "1280x1024" 80.1 1280 1344 1480 1680 768 769 772 795
Ou bien met "1024x768" partout.