diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-27 05:59:14 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-27 05:59:14 (GMT) |
commit | 6c52cdf283ad64e1c3a704b8642297b35349ed43 (patch) | |
tree | 4fc2b215f8f70ecfc6b0141cb993f75be3045419 /abs/core-testing/LinHES-config/xconfig.sh | |
parent | 257586d195a7c79c270273b4ba85d2742c0a65c5 (diff) | |
download | linhes_pkgbuild-6c52cdf283ad64e1c3a704b8642297b35349ed43.zip linhes_pkgbuild-6c52cdf283ad64e1c3a704b8642297b35349ed43.tar.gz linhes_pkgbuild-6c52cdf283ad64e1c3a704b8642297b35349ed43.tar.bz2 |
Unichrome is no longer installed. This prevents the removal of unneeded software if nvidia drivers are to be installed.
Diffstat (limited to 'abs/core-testing/LinHES-config/xconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/xconfig.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/xconfig.sh b/abs/core-testing/LinHES-config/xconfig.sh index 1f1d0f0..3d7e959 100755 --- a/abs/core-testing/LinHES-config/xconfig.sh +++ b/abs/core-testing/LinHES-config/xconfig.sh @@ -1,5 +1,6 @@ #!/bin/bash -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 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" BASE="" . /etc/profile NVIDIA_96XX="$TEMPLATES/xorg/96xx_supported.txt" |