diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:10:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:10:36 (GMT) |
commit | 8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (patch) | |
tree | 7e80073de5a3786c81cb425731f66ba6ed133f5d /abs/core | |
parent | 2cf14e75e8ca2ea10f97640cb2b08c152248978a (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/system-templates/templates/xorg/xorg.intel | 4 |
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 |