Для установки драйвера для видеокарты SIS671 в терминале выполните следующие команды:
wget https://github.com/gununu/xf86-video-sis-stable/archive/master.zip
unzip master.zip
cd xf86-video-sis-stable-master/
sudo apt-get install xorg-dev xutils-dev mesa-common-dev libdrm-dev libtool
aclocal
autoheader
libtoolize
automake --add-missing
autoconf
./configure --prefix=/usr --disable-static
make
sudo make install
Далее измените файл xorg.conf
sudo nano /etc/X11/xorg.conf
В файл xorg.conf вставьте следующий текст:
Section "Device"
Identifier "Default device"
Driver "sisimedia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Default device"
EndSection
Перезагрузите компьютер.
