summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-06 01:24:13 +0100
committerDirk von Suchodoletz2009-03-06 01:24:13 +0100
commite44ebc7273b87ecd7ba2e9c58587e005b3a916a4 (patch)
treef8c8fdd054100b89dd8a7cb6a972ea4bb71df576 /os-plugins/plugins/xserver/XX_xserver.sh
parentlost track of my changes, forgot to correct var in XX_vmchooser.sh (diff)
downloadcore-e44ebc7273b87ecd7ba2e9c58587e005b3a916a4.tar.gz
core-e44ebc7273b87ecd7ba2e9c58587e005b3a916a4.tar.xz
core-e44ebc7273b87ecd7ba2e9c58587e005b3a916a4.zip
The ModulPath seems not needed to be set (so better comment it out to be
compatible with 64bit, see ticket #150, should be even compatible to non-gpl module handling). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2685 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 2c7c6237..8c493205 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -127,7 +127,7 @@ xserver plugin in OpenSLX stage3\n# DO NOT EDIT THIS FILE BUT THE PLUGIN \
INSTEAD" > $xfc
echo '
Section "Files"
- ModulePath "/usr/lib/xorg/modules/"
+# ModulePath "/usr/lib/xorg/modules/,/usr/lib64/xorg/modules/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"