summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ati-install.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-08-29 10:14:16 +0200
committerBastian Wissler2008-08-29 10:14:16 +0200
commitdaf430d739449f4fe8ddce1c57959c1841ac2e8b (patch)
tree2b8c5e8daedbd0b9bae5d2b91b1534b23a16ef50 /os-plugins/plugins/xserver/files/ati-install.sh
parentChecking in busybox with getty (lost for some reason), fixing (diff)
downloadcore-daf430d739449f4fe8ddce1c57959c1841ac2e8b.tar.gz
core-daf430d739449f4fe8ddce1c57959c1841ac2e8b.tar.xz
core-daf430d739449f4fe8ddce1c57959c1841ac2e8b.zip
* Added graphics driver installation from Ubuntu-Packages
* Added stage3 setup of ati drivers -> files in xserver-plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2124 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ati-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ati-install.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/files/ati-install.sh b/os-plugins/plugins/xserver/files/ati-install.sh
index 8ead3b63..d9bed514 100755
--- a/os-plugins/plugins/xserver/files/ati-install.sh
+++ b/os-plugins/plugins/xserver/files/ati-install.sh
@@ -2,6 +2,21 @@
cd /opt/openslx/plugin-repo/xserver
+
+
+# Ubuntu gfx-install.sh skript
+if [ "1" -eq "$(lsb_release -i | grep 'Ubuntu' | wc -l)" ]; then
+ # we have Ubuntu - run ubuntu-gfx-install
+ echo "* Using Ubuntu packages to install modules and libs"
+ ./ubuntu-gfx-install.sh ati
+ exit
+fi
+# End ubuntu gfx-install.sh
+
+
+
+
+
# check if its already installed
if [ -d ati ]; then
echo " * ati driver seems to be installed"