Comment 214 for bug 359392

Revision history for this message
AZC (albazc) wrote :

I forgot to mention I experienced the freeze with Virtual 3200 1200 in my xorg.conf.

This is my whole xorg.conf:

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

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"

#to prevent compiz freeze flavs

 SubSection "Display"
  Virtual 3200 1200
 EndSubSection

EndSection