Re: Scroll wheel not working under XOrg 7.0?

2006-01-08 Thread Simon Geard
On Sat, 2006-01-07 at 09:56 +0500, Alexander E. Patrakov wrote: Simon Geard wrote: I assume if you have something different, e.g 5 buttons plus a wheel, you just pick one of the two, and customise it? No, then you need to use evdev. The kernel input layer converts everything to *PS/2

Re: Scroll wheel not working under XOrg 7.0?

2006-01-08 Thread Alexander E. Patrakov
Simon Geard wrote: Ah, so for the evdev driver, the only config section you'd need would be something like: Section InputDevice Identifier Mouse0 Driver evdev Option Device /dev/input/event0 # Better use some udev rule to get a persistent name, and use this # persistent name

Re: Scroll wheel not working under XOrg 7.0?

2006-01-06 Thread Simon Geard
On Thu, 2006-01-05 at 19:51 +0500, Alexander E. Patrakov wrote: Simon Geard wrote: Option Protocol auto Bad, should be ImPS/2 or ExplorerPS/2. Hmm.. auto has always worked fine on 6.7, 6.8, but I'll give the others a go. What's the difference between IM and Explorer? Option

Re: Scroll wheel not working under XOrg 7.0?

2006-01-06 Thread Simon Geard
On Thu, 2006-01-05 at 18:21 +, Andrew Benton wrote: Do you need to use the evdev driver? I don't know what it does, so I didn't build it. I just built three input drivers, xf86-input-keyboard, xf86-input-mouse and xf86-input-void. I'm not sure that last one's needed so I'll try without

Re: Scroll wheel not working under XOrg 7.0?

2006-01-06 Thread Alexander E. Patrakov
Simon Geard wrote: What's the difference between IM and Explorer? ImPS/2 = three buttons and a wheel for vertical scrolling ExplorerPS/2 = three buttons and two wheels, one for vertical scrolling and one for horizontal. -- Alexander E. Patrakov Don't mail to [EMAIL PROTECTED]: the server

Re: Scroll wheel not working under XOrg 7.0?

2006-01-06 Thread Simon Geard
On Fri, 2006-01-06 at 19:17 +0500, Alexander E. Patrakov wrote: Simon Geard wrote: What's the difference between IM and Explorer? ImPS/2 = three buttons and a wheel for vertical scrolling ExplorerPS/2 = three buttons and two wheels, one for vertical scrolling and one for horizontal.

Re: Scroll wheel not working under XOrg 7.0? (SOLVED)

2006-01-06 Thread Alexander E. Patrakov
Simon Geard wrote: On Thu, 2006-01-05 at 19:51 +0500, Alexander E. Patrakov wrote: Simon Geard wrote: Option Protocol auto Bad, should be ImPS/2 or ExplorerPS/2. Ah, that was the problem - using either of those works fine. Obviously the 'auto' in 7.0 behaves differently from

Re: Scroll wheel not working under XOrg 7.0?

2006-01-06 Thread Alexander E. Patrakov
Simon Geard wrote: On Fri, 2006-01-06 at 19:17 +0500, Alexander E. Patrakov wrote: ImPS/2 = three buttons and a wheel for vertical scrolling ExplorerPS/2 = three buttons and two wheels, one for vertical scrolling and one for horizontal. Ok, so they're essentially the same thing, just with

Re: Scroll wheel not working under XOrg 7.0?

2006-01-05 Thread Alexander E. Patrakov
Simon Geard wrote: Option Protocol auto Bad, should be ImPS/2 or ExplorerPS/2. Option Device /dev/input/mice OK. Option Buttons 5 Not needed. Option ZAxisMapping 4 5 Not needed. Yes, the new Xorg supports wheel mice out of the box. Option

Scroll wheel not working under XOrg 7.0?

2006-01-04 Thread Simon Geard
Hi all... I know a few people here have been experimenting with XOrg 7.0 - have any of you had problems with the scroll wheel on mice not working? I've got the usual settings in xorg.conf, same as my working 6.8.2 install on a different partition. Section InputDevice Identifier Mouse0