Resolved - Taken from https://askubuntu.com/questions/455888/low-resolution-on-lubuntu-14-04-sis

"Yes, it's not the best graphics card ever seen, but it can do 1024x768 in Lubuntu 14.04 all the same, if you force the machine to use the vesa driver.

Create a file /usr/share/X11/xorg.conf.d/use-vesa.conf with the following content:

Section "Device"
  Identifier "Configured Video Device"
  Driver "vesa"
EndSection

And that's all. Reboot, and you should have your resolution.
"

Reply via email to