summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 07c452f3..db411816 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/,/usr/lib64/xorg/modules/"
+# ModulePath "/usr/lib/xorg/modules/,/usr/lib64/xorg/modules/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
@@ -208,10 +208,6 @@ EndSection' >> $xfc
sed -e '/\"XkbLayout\"/a\\ \ Option "XkbVariant" "nodeadkeys"' \
-i $xfc
fi
- # these directories might be distro specific
- for file in /var/lib/xkb/compiled ; do
- testmkd /mnt/${file}
- done
# if a synaptic touchpad is present, add it to the device list
if grep -q -E "ynaptics" /etc/hwinfo.mouse || \
dmesg | grep -q -E "ynaptics" ; then
@@ -228,9 +224,9 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
}' -i $xfc
fi
- # ModulePath for proprietary drivers
+ # ModulePath for proprietary drivers (otherwise disabled)
if [ -n "$xserver_driver" -o "$xserver_prefnongpl" -eq "1" ]; then
- sed -e "s,^# ModulePath \",ModulePath \"${MODULE_PATH},g" \
+ sed -e "s,# ModulePath \",ModulePath \"${MODULE_PATH},g" \
-i $xfc
fi