On Tue, 2004-08-17 at 04:03, Guido Guenther wrote: > On Tue, Aug 17, 2004 at 02:53:46AM -0700, Adam Done wrote: > > I have read the mails on the list and I am wondering if I can get > > mouseemu to work on the tty terminal? So far none of the buttons in X > > work here. > Sure, you have to read from /dev/input/mice (gpm.conf): > device=/dev/input/mice > type=imps2
No changes after restarting gpm. Here is my config file. device=/dev/input/mice responsiveness= repeat_type=ms3 type=imps2 append="" sample_rate= My XF86Config-4 file mouse section Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection > I'm using (/etc/default/mouseemu): I installed the debian package mentioned earlier from the list in April and I do not have an /etc/default/mouseemu file. How can I crate one with these settings? So far I have the default mouseemu setting for my modifiers. > -middle 125 272 # Opt key (right of space) + Click > -right 96 272 # Enter (right of opt key) + Click > as modifiers. > -- Guido -Adam