Greetings
That is my first time working with linux and maybe my questions are a little stupid bu please help me.
In order to configure my mouse pad on laptop compaq nx7000 I have to modifie the /etc/init.d/gpm , but when I try to open it it asks me if I want to execute this file and no matter what I do I can't open it.
I am going to give you more information for what I want to do:
'/etc/init.d/gpm' modification:
...
# if [ -n "$MOUSETYPE" ]; then
# daemon gpm -m $DEVICE -t $MOUSETYPE
# else
# daemon gpm -m $DEVICE
# fi
daemon gpm -m /dev/mouse -t imps2 -Rraw
...
Please help me
