Dit kopiëren naar een terminalvenster en uitvoeren:
gksudo gedit /etc/X11/xorg.conf
Nu opent een tekstbewerker waar je het volgende stuk in op moet zoeken:
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "B101920"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Onder iedere
SubSection "Display" voeg je nu die resolutie toe, bijvoorbeeld zo:
SubSection "Display"
Depth 24
Modes "900x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Hierna opslaan en je computer opnieuw starten.
Als het goed is kan je nu wel de goede resolutie kiezen.
Overigens vind ik een resolutie van 900x1440 een beetje vreemd. Heb je een breedbeeldmonitor op z'n kant ofzo?