Linux Lite Forums
SiS 671/771 issue - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22)
+--- Thread: SiS 671/771 issue (/showthread.php?tid=2049)



SiS 671/771 issue - somsak - 08-01-2015

Just want to share my solutions for SiS 671/771 issue with linux lite 2.4

Three steps to do.
  • create text file name 'xorg.conf' as code below.
  • Copy file 'xorg.conf' to folder /etc/X11/ need password to do this.
  • Unchecked Custom DPI Setting in font tab in appearance menu.
Code:
Section "Device"

Identifier "device1"
BoardName "VESA driver (generic)"
Driver "vesa"
Option "DPMS"
EndSection

I tried to solved this about 3 hours by test several solutions and this solution can solved my issue.


Re: SiS 671/771 issue - Valtam - 08-02-2015

Thank you somsak.