## Type: string
## Default: ""
#
# You can define your own options to start gpm here. If the variable is empty
# then the gpm will start with the option "-m $MOUSEDEVICE -t $MOUSETYPE"
#
GPM_PARAM=""
In /etc/init.dWo schreib ich den diesen gpm-Befehl am besten hin, so daß er einmal beim Systemstart ausgeführt wird ?
oc2pus schrieb:newbie-gerecht:
yast - system - runleveleditor - aktiviere Dienst gpm![]()
das ist der Ausschnitt aus /etc/init.d/gpmstart)
echo -n "Starting console mouse support (gpm)"
if test "$GPM_PARAM" ; then
startproc $GPM_BIN $GPM_PARAM
else
ADD_PARAMS=""
if test "$GPM_REPEAT" ; then
ADD_PARAMS="$ADD_PARAMS -R$GPM_REPEAT"
fi
startproc $GPM_BIN -m $MOUSEDEVICE -t $MOUSETYPE $ADD_PARAMS
fi
rc_status -v