Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-15 Thread Michael Schmitz
> > Previously I had the trackpad set to /dev/input/mouse0. What makes > > /dev/input/mice work with the mouse button emulation and not > > /dev/input/mouse0? > > If mouse0 is indeed the trackpad, I have only one idea - does the button > emulation only work for 'mice'? If mouse emulation and ADB

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-15 Thread Grant Miller
On Thu, Mar 15, 2001 at 05:43:16PM +0100, Michel Dänzer wrote: > Grant Miller wrote: > > > > > Still no 2nd or 3rd mouse button in X. > > > > > > Have you set it up to use /dev/input/mice and have three buttons? > > > > Well I feel stoopid :) > > Don't. > > > That works. > > Great! > > > Pr

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-15 Thread Michel Dänzer
Grant Miller wrote: > > > Still no 2nd or 3rd mouse button in X. > > > > Have you set it up to use /dev/input/mice and have three buttons? > > Well I feel stoopid :) Don't. > That works. Great! > Previously I had the trackpad set to /dev/input/mouse0. What makes > /dev/input/mice work with

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-15 Thread Grant Miller
On Thu, Mar 15, 2001 at 02:11:10AM +0100, Michel Dänzer wrote: > Grant Miller wrote: > > > [EMAIL PROTECTED]:~% echo 1 > /proc/sys/dev/mac_hid/mouse_button_emulation > > [EMAIL PROTECTED]:~% echo 67 > /proc/sys/dev/mac_hid/mouse_button2_keycode > > [EMAIL PROTECTED]:~% echo 68 > /proc/sys/dev/mac_

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-14 Thread Michel Dänzer
Grant Miller wrote: > [EMAIL PROTECTED]:~% echo 1 > /proc/sys/dev/mac_hid/mouse_button_emulation > [EMAIL PROTECTED]:~% echo 67 > /proc/sys/dev/mac_hid/mouse_button2_keycode > [EMAIL PROTECTED]:~% echo 68 > /proc/sys/dev/mac_hid/mouse_button3_keycode > [EMAIL PROTECTED]:~% > [EMAIL PROTECTED]:~% c

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-14 Thread Grant Miller
On Wed, Mar 14, 2001 at 11:04:19AM -0600, Michael Hope wrote: > > > On Tue, 13 Mar 2001, Grant Miller wrote: > > > On Sun, Mar 11, 2001 at 02:15:15PM -0600, Michael Hope wrote: > > > > I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. > > > > I'm > > > > running kernel 2.4.2

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-14 Thread Michael Hope
On Tue, 13 Mar 2001, Grant Miller wrote: > On Sun, Mar 11, 2001 at 02:15:15PM -0600, Michael Hope wrote: > > > I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. I'm > > > running kernel 2.4.2-pre3 from bitkeeper's sources. I have the following > > > relevant options in my ke

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-13 Thread Grant Miller
On Sun, Mar 11, 2001 at 02:15:15PM -0600, Michael Hope wrote: > > I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. I'm > > running kernel 2.4.2-pre3 from bitkeeper's sources. I have the following > > relevant options in my kerenl conifg: > > > > CONFIG_USB=y > > CONFIG_USB_H

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-13 Thread Michael Schmitz
> dev.mac_hid.mouse_button2_keycode = 101 > dev.mac_hid.mouse_button3_keycode = 109 > dev.mac_hid.mouse_button_emulation = 1 > > > using showkey, I found F9 to be 101 and F10 to be 109. Look in linux/input.h and use the keycodes defined there for F9 and F10. Michael

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-11 Thread Michael Hope
On Mon, 12 Mar 2001, Paolo Redaelli wrote: > Michael Hope wrote: > > > > > I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. I'm > > > running kernel 2.4.2-pre3 from bitkeeper's sources. I have the following > > > relevant options in my kerenl conifg: > > > > > > CONFIG_USB=y

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-11 Thread Paolo Redaelli
Michael Hope wrote: > > > I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. I'm > > running kernel 2.4.2-pre3 from bitkeeper's sources. I have the following > > relevant options in my kerenl conifg: > > > > CONFIG_USB=y > > CONFIG_USB_HID=y > > CONFIG_INPUT_KEYBDEV=y > > CONFI

Re: 2nd and 3rd mouse buttons in XF4.0.2

2001-03-11 Thread Michael Hope
> I'm trying to get a 2nd and 3rd mouse button working in XFree 4.0.2. I'm > running kernel 2.4.2-pre3 from bitkeeper's sources. I have the following > relevant options in my kerenl conifg: > > CONFIG_USB=y > CONFIG_USB_HID=y > CONFIG_INPUT_KEYBDEV=y > CONFIG_INPUT_MOUSEDEV=y > CONFIG_INPUT_EVD