Comment 420 for bug 359392

Revision history for this message
Zachary Waldowski (zwaldowski) wrote :

I'm not sure the exact combination (new kernel, new proposed -intel package, Xorg.conf) but the problems seems to have disappeared for the time being. My xorg.conf is as follows. It works, now, with both EXA and UXA; I use UXA to fix the long standing "dragging windows with 3D/video in them" problem.

Section "Device"
 Identifier "Configured Video Device"
 Driver "intel"
 Option "MigrationHeuristic" "greedy"
 Option "AccelMethod" "uxa"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 DefaultColorDepth 24
 Subsection "Display"
  Depth 24
  Virtual 2960 2048
 EndSubsection
EndSection