diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 06:54:34 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 06:54:34 (GMT) |
commit | 121e95a004831c5ef9f80db85d6918d335535864 (patch) | |
tree | e582b653b6571b53400df5239f98392abeb89dc3 /abs | |
parent | ef6ec793fde60300a20abbeb0587f8cfce860467 (diff) | |
download | linhes_pkgbuild-121e95a004831c5ef9f80db85d6918d335535864.zip linhes_pkgbuild-121e95a004831c5ef9f80db85d6918d335535864.tar.gz linhes_pkgbuild-121e95a004831c5ef9f80db85d6918d335535864.tar.bz2 |
Change xorg.conf.via to use openchrome as the driver.
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/system-templates/templates/xorg/xorg.conf.via | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index 60637bc..b911335 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=1.0 -pkgrel=26 +pkgrel=27 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core-testing/system-templates/templates/xorg/xorg.conf.via b/abs/core-testing/system-templates/templates/xorg/xorg.conf.via index 22c8a8e..91c517f 100644 --- a/abs/core-testing/system-templates/templates/xorg/xorg.conf.via +++ b/abs/core-testing/system-templates/templates/xorg/xorg.conf.via @@ -51,7 +51,7 @@ EndSection Section "Device" Identifier "Device0" - Driver "via" + Driver "openchrome" VendorName "via" Option "DPI" "100 x 100" |