summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
diff options
context:
space:
mode:
authorBastian Wissler2009-02-19 13:07:05 +0100
committerBastian Wissler2009-02-19 13:07:05 +0100
commitec2e3b74794f8ea37d4ab3f7283f7b56548f667c (patch)
treeb82e7d3a7eec38e137732fde339d236de702a671 /os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
parentReflect the changes of new run-virt.sh environment ... (diff)
downloadcore-ec2e3b74794f8ea37d4ab3f7283f7b56548f667c.tar.gz
core-ec2e3b74794f8ea37d4ab3f7283f7b56548f667c.tar.xz
core-ec2e3b74794f8ea37d4ab3f7283f7b56548f667c.zip
* New vmchooser binary (with session saving feature)
* corrected version of nvidia-driver to install in ubuntu per default git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2620 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
index bbb4d91e..409b2160 100755
--- a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
@@ -128,7 +128,7 @@ case ${TARGET} in
nvidia)
mkdir -p ${PLUGIN_FOLDER}/nvidia/modules
- NVIDIA_DRIVER_VERSION=177
+ NVIDIA_DRIVER_VERSION=173
echo -n " * downloading nvidia xorg package... "
aptitude download nvidia-glx-${NVIDIA_DRIVER_VERSION} > /dev/null 2>&1