summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-10-16 19:11:21 +0200
committerBastian Wissler2008-10-16 19:11:21 +0200
commitd6b7133e1ce44939aa7e860b2e2240ba433cb392 (patch)
treeb2d35505f5309a3800f69a7e0264a3be3f228deb /os-plugins/plugins/xserver/XX_xserver.sh
parent* create dir for screen sessions (diff)
downloadcore-d6b7133e1ce44939aa7e860b2e2240ba433cb392.tar.gz
core-d6b7133e1ce44939aa7e860b2e2240ba433cb392.tar.xz
core-d6b7133e1ce44939aa7e860b2e2240ba433cb392.zip
xserver: * stage3 changes / * changes in suse graphics install skript
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2344 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index c95a3c65..8ca87c28 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -80,6 +80,13 @@ ${PLUGIN_ROOTFS}/usr/X11R6/lib/modules/\,"
ln -s ${PLUGIN_ROOTFS}/usr/lib/dri/fglrx_dri.so \
${LINK_PATH}dri/fglrx_dri.so
fi
+
+ # TODO: This should be fixed in linkage.sh - later
+ DRILPATH=/mnt/var/X11R6/lib/usr/X11R6/lib/modules/dri/
+ mkdir -p "${DRILPATH}"
+ ln -s ${PLUGIN_ROOTFS}/usr/lib/modules/dri/fglrx_dri.so "${DRILPATH}fglrx_dri.so"
+ # TODO: end
+
ln -s ${PLUGIN_ROOTFS}/usr/lib/libGL.so.1.2 \
${LINK_PATH}libGL.so
ln -s ${PLUGIN_ROOTFS}/usr/lib/libGL.so.1.2 \