1 - Install packages to compile the driver
- Code: Select all
$ sudo apt-get install git xorg-dev mesa-common-dev libdrm-dev libtool build-essential xutils-dev automake autoconf autotools-dev libdmx-dev p7zip-full p7zip
2 - Download the source to compile
sis-mirage3.tar.gz
3 - Extract the files
- Code: Select all
$ tar -vzxf sis-mirage3.tar.gz
4 - Compile
- Code: Select all
$ cd sis-mirage3
$ autoreconf -vi
$ ./configure --prefix=/usr --disable-static
$ make
$ sudo make install (or checkinstall to create a .deb)
5 - Download the xorg.conf file
xorg.conf
6 - Install the xorg.conf
- Code: Select all
$ sudo cp xorg.conf /etc/X11/xorg.conf
7 - Reboot the computer
I found this solution at: http://info.wsouza.com.br/2015/01/novid ... buntu.html