Comment 1 for bug 363369

Revision history for this message
Amr Hassan (amr-hassan) wrote :

This is the output of "compiz -c" from the terminal:
amr@gort:~$ compiz -c
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Blacklisted PCIID '8086:2a02' found
aborting and using fallback: /usr/bin/metacity

and this is my xorg.conf file:

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

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

Section "Device"
 Identifier "Configured Video Device"
 Option "MigrationHeuristic" "greedy"
EndSection

Section "ServerFlags"
 Option "DontZap" "False"
EndSection

Disabling Option "MigrationHeuristic" "greedy" doesn't make any difference.