Vai nella cartella /etc/X11 e modifica a mano il file XF86Config-4 mettendo nella parte simile a (questa è la mia ma devi averne una simile anche tu)
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
al posto di quella che hai attualmente che dovrebbe essere del tipo:
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "600x460"
EndSubSection
Ho dato per scontato che tu usi Xfree86. Se usi Xorg il file è simile e si chiama xorg.conf
Se non vuoi farlo a mano puoi anche provare con dpkg-reconfigure xserver-xfree
:ciauz: