diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-14 01:54:01 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-14 01:54:01 (GMT) |
commit | a6476c77e1cc295d4b8debaea2d0dfbeae0f7b01 (patch) | |
tree | 68fdc99a0d6e544f317cfef22624b5b3d7bb0b63 /abs/core-testing/LinHES-config/xconfig.sh | |
parent | 121e95a004831c5ef9f80db85d6918d335535864 (diff) | |
download | linhes_pkgbuild-a6476c77e1cc295d4b8debaea2d0dfbeae0f7b01.zip linhes_pkgbuild-a6476c77e1cc295d4b8debaea2d0dfbeae0f7b01.tar.gz linhes_pkgbuild-a6476c77e1cc295d4b8debaea2d0dfbeae0f7b01.tar.bz2 |
Fixed bug that prevented the installation of nvidia drivers.
Diffstat (limited to 'abs/core-testing/LinHES-config/xconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/xconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/xconfig.sh b/abs/core-testing/LinHES-config/xconfig.sh index 4f5fc62..b2b95f3 100755 --- a/abs/core-testing/LinHES-config/xconfig.sh +++ b/abs/core-testing/LinHES-config/xconfig.sh @@ -3,7 +3,7 @@ #SET DISPLAYRES to force Xres, ENV takes precendent over cmdline #displayres=cmdline #NVPKGS="ati-dri xf86-video-ati xf86-video-radeonhd intel-dri xf86-video-intel unichrome-dri xf86-video-unichrome xf86-video-mga xf86-video-savage xf86-video-trident" -NVPKGS="ati-dri xf86-video-ati xf86-video-radeonhd intel-dri xf86-video-intel xf86-video-mga xf86-video-savage xf86-video-trident" +NVPKGS="ati-dri xf86-video-ati xf86-video-radeonhd intel-dri xf86-video-intel xf86-video-mga xf86-video-savage xf86-video-trident xf86-video-openchrome" BASE="" . /etc/profile NVIDIA_96XX="$TEMPLATES/xorg/96xx_supported.txt" |