X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-x;h=62d2c5ae979ad5a5c9a7bd5ef56da238cce6c0be;hb=0cad33639c16146cf494e96cdb4efca1b170d2df;hp=cb4c1fc474eca6b17b653a2a60a2c6ec74bb938a;hpb=4e55cf7818d565fcb832e5a61dc035cc84944c7e;p=grml-x.git diff --git a/grml-x b/grml-x index cb4c1fc..62d2c5a 100755 --- a/grml-x +++ b/grml-x @@ -352,7 +352,7 @@ Section \"InputDevice\" Option \"MaxSpeed\" \"2.00\" Option \"AccelFactor\" \"0.030\" Option \"UpDownScrolling\" \"1\" - Option \"EmulateMidButtonTime\" \"75\" + Option \"EmulateMiddleButtonTime\" \"75\" Option \"CircularScrolling\" \"1\" Option \"CircScrollDelta\" \"0.1\" Option \"CircScrollTrigger\" \"8\" @@ -893,6 +893,11 @@ $fg[red]" function runit { writeconfig + if [ "$(readlink /etc/X11/X)" = /bin/true ] ; then + print "$bold_color$fg[red]Fatal: /etc/X11/X is a symlink to /bin/true." + print "Fix it via running 'ln -sf /usr/bin/Xorg /etc/X11/X'" + exit 10 + fi if [ -z "$NOSTART" ] ; then print "$reset_color" if [ -x /etc/init.d/xorg-common ] ; then