From 208bdfbbd9f32e4c50effa4e13af1e5014d7d959 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 6 Mar 2009 01:39:45 +0000 Subject: ModulePath should be enabled when using non-gpl drivers ... (bug of former checkin) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2689 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/XX_xserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/xserver') diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh index 8c493205..07c452f3 100644 --- a/os-plugins/plugins/xserver/XX_xserver.sh +++ b/os-plugins/plugins/xserver/XX_xserver.sh @@ -230,7 +230,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents" # ModulePath for proprietary drivers 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 -- cgit v1.2.3-55-g7522