Comment 18 for bug 1066464

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote : Re: SiS driver crashes Xserver with EXA acceleration

If Ubuntu developers don't have time to fix xserver-xorg-video-sis package, then this package should be removed from Ubuntu 12.10 and newer releases (including Ubuntu 12.04.3), because then users can use Ubuntu desktop at least - vesa driver works fine on SIS hardware, but xserver-xorg-video-sis doesn't work at all since Ubuntu 12.10 :(

Another case is automatically create /etc/X11/xorg.conf file with Option "NoAccel" "true" when SIS chipset is detected.

Section "Device"
        Identifier "Configured Video Device"
        Option "NoAccel" "true"
EndSection