08-01-2015, 06:07 PM
Just want to share my solutions for SiS 671/771 issue with linux lite 2.4
Three steps to do.
I tried to solved this about 3 hours by test several solutions and this solution can solved my issue.
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.