Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] gpm autostart (Read 185 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] gpm autostart

install gpm
create config
/etc/conf.d/gpm
Code: [Select]
/usr/bin/gpm -m /dev/input/mouse0 -t imps2

#MOUSE=ps2
MOUSE=imps2
#MOUSEDEV=/dev/psaux
MOUSEDEV=/dev/input/mouse0
copy
Code: [Select]
/etc/init.d/gpm
Code: [Select]
home:[root]:/home/freeartist-artix# rc-update add gpm boot
 * rc-update: gpm already installed in runlevel `boot'; skipping
home:[root]:/home/freeartist-artix# rc-service gpm status
home:[root]:/home/freeartist-artix# rc-service gpm start
home:[root]:/home/freeartist-artix#
gpm not starting at boot but
Code: [Select]
/usr/bin/gpm -m /dev/input/mouse0 -t imps2
working itself
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)


 

Re: gpm autostart

Reply #2
Thanks, solved :)
Code: [Select]
pacman -S gpm-openrc
rc-service gpm start
rc-update add gpm boot default
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)