summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/xorg
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-01 18:10:36 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-01 18:10:36 (GMT)
commit8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (patch)
tree7e80073de5a3786c81cb425731f66ba6ed133f5d /abs/core/system-templates/templates/xorg
parent2cf14e75e8ca2ea10f97640cb2b08c152248978a (diff)
downloadlinhes_pkgbuild-8132c218cfc1f1acb1c6d12154e0d4ca075e77f2.zip
linhes_pkgbuild-8132c218cfc1f1acb1c6d12154e0d4ca075e77f2.tar.gz
linhes_pkgbuild-8132c218cfc1f1acb1c6d12154e0d4ca075e77f2.tar.bz2
system-templates: updated intel section to include no-accel as option.
This makes it easy to disable opengl, because right now opengl and intel will cause a hard lock
Diffstat (limited to 'abs/core/system-templates/templates/xorg')
-rw-r--r--abs/core/system-templates/templates/xorg/xorg.intel4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/system-templates/templates/xorg/xorg.intel b/abs/core/system-templates/templates/xorg/xorg.intel
index dcd1d90..6b5b33f 100644
--- a/abs/core/system-templates/templates/xorg/xorg.intel
+++ b/abs/core/system-templates/templates/xorg/xorg.intel
@@ -3,5 +3,7 @@ Section "Device"
Driver "intel"
#Option "AccelMethod" "sna"
Option "AccelMethod" "uxa"
- #Option "AccelMethod" "xaa"
+ #Option "AccelMethod" "xaa"
+ #Option "NoAccel" "True"
+
EndSection