diff options
-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" |