A partir do link , você pode adicionar esta seção a /etc/X11/xorg.conf
ou criar o arquivo com
Section "Monitor"
Identifier "VGA1"
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
Option "PreferredMode" "1368x768_60.00"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "VGA1"
DefaultDepth 24
SubSection "Display"
Modes "1368x768_60.00"
EndSubSection
EndSection
Section "Device"
Identifier "Device0"
Driver "intel"
EndSection
Você tem que mudar a linha Driver para o seu driver gráfico correto, ou seja, nvidia, fglrx, o que for.