Comment 82 for bug 301958

Revision history for this message
Pander (pander) wrote : Re: [needs-packaging] no working driver for sis 671/771 video cards

This works for me with a screen of 1280 x 800 although initially I had also only 800x600 and 640x480.

$ cat xorg.conf
Section "Device"
 Identifier "Configured Video Device"
 Driver "sis671"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 DefaultDepth 24
EndSection

However, windows decoration and switched got broken somehow. each reboot I have to do
$ compiz --replace&
in order to restore it.