summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates
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
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')
-rwxr-xr-xabs/core/system-templates/PKGBUILD2
-rw-r--r--abs/core/system-templates/templates/xorg/xorg.intel4
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD
index 04589a1..9708ebf 100755
--- a/abs/core/system-templates/PKGBUILD
+++ b/abs/core/system-templates/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=system-templates
pkgver=2.0
-pkgrel=22
+pkgrel=23
conflicts=( )
pkgdesc="Templates used for system configuration"
depends=()
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