in alternativa, puoi provare a forzare xorg a usare quella particolare risoluzione, naturalmente prima è bene farne una copia di sicurezza

codice:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.copia
successivamente vai ad editare questa parte

codice:
SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
togliendo tutte le altre risoluzioni tranne quella indicata

codice:
SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection