Page 1 of 1

gpm config for xlinks2 in fb?(solved)

Posted: Wed Mar 30, 2016 6:01 pm
by noo_b_nomnoms
I am using xlinks2 in a framebuffer session and the mouse works through gpm but the pointer is really big and a little draggy.
I was just wondering if there is a way to configure the pointer and its behavior.

Re: gpm config for xlinks2 in fb?

Posted: Wed Mar 30, 2016 6:15 pm
by franksinistra
read the manpage, as for responsiveness you could try

Code: Select all

nice -n 20 gpm -t msc #use msc if you use standard 3 button mouse.

Re: gpm config for xlinks2 in fb?

Posted: Wed Mar 30, 2016 6:18 pm
by noo_b_nomnoms
Thanks franksinistra!

Re: gpm config for xlinks2 in fb?(solved)

Posted: Wed Apr 06, 2016 10:21 pm
by machinebacon
sudo dpkg-reconfigure gpm

In the field "Responsiveness" enter 15 or 20, else keep all other values as they are.

Re: gpm config for xlinks2 in fb?(solved)

Posted: Thu Apr 07, 2016 5:38 am
by noo_b_nomnoms
Thanks, machinebacon! :)