Comment 296 for bug 359392

Revision history for this message
wirechief (wirechief) wrote :

it would be nice to see a snippet of the xorg.conf that is using this virtual setting, i am not sure i have mine correctly
set now. i am trying this uxa thing.
 cat /var/log/Xorg.0.log |grep "UXA"
(WW) intel(0): DRI2 requires UXA

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"
EndSection

Section "Device"
 Identifier "Onboard Intel Video"
 #Option "AccelMethod" "exa"
 #Option "monitor-VGA" "ExternalVGA"
 #Option "monitor-LVDS" "OnboardLVDS"
  Option "EXAOptimizeMigration" "true"
  Option "MigrationHeuristic" "greedy"
  Option "AccelMethod" "uxa"
         Option "Tiling" "false" # may break 3D rendering if enabled

EndSection

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