diff options
author | James Meyer <james.meyer@operamail.com> | 2009-07-10 16:59:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-07-10 16:59:09 (GMT) |
commit | f5667c08a03cdbd18198cc0e61102ab9ef793976 (patch) | |
tree | 83782737e6b0a5bcb3897845ca53ebcbf8d9e135 /abs/core-testing/system-templates | |
parent | 1c50b2d2a54fc1c0b3f39c5d08ab80c5f8b5e64e (diff) | |
parent | 121e95a004831c5ef9f80db85d6918d335535864 (diff) | |
download | linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.zip linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.tar.gz linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/system-templates')
-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" |