How to install SIS graphic driver

Found from https://nyklinux.blogspot.com/2022/10/antix-linux-21-com-chipset-sis-661741760_23.html

sudo apt install build-essential autoconf automake xorg-dev xutils-dev mesa-common-dev libdrm-dev libtool

Download the driver:

wget http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-0.12.0.tar.bz2

Extract driver:

tar xjf xf86-video-sis-0.12.0.tar.bz2

cd xf86-video-sis-0.12.0/

Install driver:

./configure --prefix=/usr --disable-static

make

sudo make install

Remove /etc/X11/xorg.conf file

cd /etc/X11/

sudo rm xorg.conf

Reboot

SIS-driver

Works in antiX 22, but not working in antiX 23

Deb and rpm-packages whose are made from build files SIS-graphic-drivers.zip

Read also: https://www.puolanka.org/goto/one-solution-is-to-make-an-etc-x11-xorg-conf-file-which-uses-a-vesa-driver/