Click to See Complete Forum and Search --> : enlightenment/usb logitech mouseman/problems


sanchez
11-14-2001, 11:00 AM
Mandrake8.1
Mouse: Logitech M_B447 [MouseMan Plus] (USB)
Enlightenment 16.5

I am able to get my mouse wheel to work perfectly in KDE and GNOME. My problem is with Enlightenment. It seems that my wheel is recoginized because I am able to scroll up and down on my browsers. But it doesn't work when I try going forward and back ward in desk tops. I have tried everything that has been posted up to this point but nothing has worked. Whats strange is when I hold down my left mouse button and then use the wheel the desktop will move forward and backward. Why is this? Also on terminals when I scroll, it scrolls through the history command and not on the bar.

MY x86Config-4 looks like:

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
#Option "Buttons 5"


EndSection

X864Config looks like:
Section "Pointer"
Protocol "IMPS/2"
Device "/dev/usbmouse"
ZAxisMapping 4 5
#Buttons 5

# ChordMiddle is an option for some 3-button Logitech mice

# ChordMiddle

EndSection

tried it with and with out the button line and with and without the protocol set to mouseman. also i tried creating a keybindings.cfg in my .enlightenment directory, like what was suggested earlier

__ACLASS __BGN
__NAME KEYBINDINGS
__TYPE__TYPE_GLOBAL

__NEXT_ACTION
__EVENT__MOUSE_PRESS
__BUTTON 5
__MODIFIER_KEY__CTRL
__ACTION_NA_AREA_MOVE_BY 0 1
__NEXT_ACTION
__EVENT__MOUSE_PRESS
__BUTTON 4
__MODIFIER_KEY__CTRL
__ACTION__A_AREA_MOVE_BY 0 -1
__END

but this didn't seem to work either. any ideas?

I am going to try posting this on the gui board to.
:p

Linuxcool
11-14-2001, 07:31 PM
Did you try uncommenting the ' Buttons 5 ' lines. I saw that here (http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=024901). It didn't fix his problem, but it might fix yours.