引用:sudo gedit /etc/X11/xorg.conf
后修改相应内容为如下格式
引用:Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24 #我这里颜色质量只能开到24
SubSection "Display"
Modes "1280x800" "800x600" #按屏幕需要改就可以了
EndSubSection
EndSection
保存,重启。