I was working on an old notebook which has the dreaded “SIS 671 graphics card” on it, guess what, it won’t boot with Ubuntu 15.10, 14.04 installs but leaves it with a res of 600 X 400 although it started with 800 X 600!.
So, this is a request to natively support SIS graphics cards from Ubuntu (Mate) 16.04 onwards.
I tried the following thread but to no avail and it is way too much for a noob to follow anyway!:
Before I hear someone scream: " it isn’t possible", I ended up installing PCLinuxOS LXDE and Rosa LXQT on the rig and both worked out of the box, PCLinuxOS LXDE is the (very) slightly better of the two graphics wise but Rosa LXQT looks better!. The user doesn’t need to do anything as the drivers automatically install !.
Mods, if this is placed in the wrong location, please move it to the correct one thanks!.
Your inclusion of the SIS drivers in UM 16.04 would please an awful lot of people and win over users to Ubuntu Mate!.
As a footnote, I did not try out the dev version of Ubuntu Mate 16.04 on the rig as I needed to get it finished and I didn’t want to leave the guy (who is a Linux noob) with a dev version of Linux!.
Someone (not me!) would have to take up support. Latest SIS driver patches did not
make it into Xorg managed source.
Driver patches: Someone would need to compare http://www.linuxconsulting.ro/xorg-drivers/
to what is in the Xorg source, patch the Xorg source and then build the Xorg software.
KMS: The source for Kernel modesetting would have to be found and updated.
What I want to try is the SIS Kernel Modesetting Driver to see if it works with the 671. We will
compile and load the driver via DKMS. I’ve got a script that does all of the heavy lifting for
DKMS so it should be easy.
(1) Let’s see what device we have. We should have PCI ID [1039:0671]. Verify by running
lspci -nn
(2) We should have loaded the sis_agp kernel driver. Verify lsmod | grep sis
(3) Let’s see what modules the Xorg server loads.
grep "oadModule" /var/log/Xorg.0.log
(We want to view modules that get loaded -and- unloaded. “oadModule” is not a typo.)
The Xorg server should be trying to find and load the “sis” and/or “sisfb” module. If true, we can
continue. Else, things get real complicated. I don’t think you want to rebuild the Xorg package.
Thanks for that Dave but as I stated above, I have 2 SIS deb packages (32 Bit only) and I installed them on Ubuntu 12.04 then converted it all to Mate!. What you describe above is a bit too much for a noob to handle!.
If anyone wants the packages, PM me with your Email address and I will send them to you!.
Not quite Ubuntu-Mate, but Scientific Linux 6.7 still runs on some fairly old hardware, and has updates until 2020 if I’m not mistaken. Pretty certain it still contains sis drivers.