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.
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.