diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-25 04:15:55 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-25 04:15:55 (GMT) |
commit | 5f6bb217b7e1434e7c43bf988131a4bdf8bf5276 (patch) | |
tree | 54b637c68a1a6084fef83c0ecbc524144041d270 /abs/core | |
parent | 603e6f1ae11fd6134ac6c707590620c1060fbe9e (diff) | |
download | linhes_pkgbuild-5f6bb217b7e1434e7c43bf988131a4bdf8bf5276.zip linhes_pkgbuild-5f6bb217b7e1434e7c43bf988131a4bdf8bf5276.tar.gz linhes_pkgbuild-5f6bb217b7e1434e7c43bf988131a4bdf8bf5276.tar.bz2 |
system-templates: changed Accel for intel from sna to uxa. This was needed so xosd would work
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/system-templates/templates/xorg/xorg.intel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/system-templates/templates/xorg/xorg.intel b/abs/core/system-templates/templates/xorg/xorg.intel index e6d2345..dcd1d90 100644 --- a/abs/core/system-templates/templates/xorg/xorg.intel +++ b/abs/core/system-templates/templates/xorg/xorg.intel @@ -1,7 +1,7 @@ Section "Device" Identifier "Intel Graphics" Driver "intel" - Option "AccelMethod" "sna" - #Option "AccelMethod" "uxa" + #Option "AccelMethod" "sna" + Option "AccelMethod" "uxa" #Option "AccelMethod" "xaa" EndSection |