From 3eb22d6e486e3370266d706bc1042accdad909a7 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Thu, 16 Oct 2008 18:16:18 +0000 Subject: xserver: * suse-11.0 installation: nvidia determines right module-version itself git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2348 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/files/suse-gfx-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh index f6ab2010..18b56ae1 100755 --- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh +++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh @@ -75,7 +75,7 @@ if [ "$1" = "nvidia" ]; then # -> After key is cached, this is obsolete zypper se -r NVIDIA x11-video-nvidiaG01 # get URLs by virtually installing nvidia-OpenGL driver - zypper -n -vv install -D nvidia-gfx-kmp${KSUFFIX} x11-video-nvidiaG01 > logfile + zypper -n -vv install -D x11-video-nvidiaG01 > logfile # take unique urls from logfile URLS=$(cat logfile | grep -P -o "http://.*?rpm " | sort -u | xargs) @@ -122,7 +122,7 @@ if [ "$1" = "ati" ]; then # confirm authenticity of key (once) # -> After key is cached, this is obsolete zypper se -r ATI x11-video-fglrxG01 - # get URLs by virtually installing nvidia-OpenGL driver + # get URLs by virtually installing fglrx-OpenGL driver zypper -n -vv install -D ati-fglrxG01-kmp${KSUFFIX} x11-video-fglrxG01 > logfile # take unique urls from logfile -- cgit v1.2.3-55-g7522