Re: [gentoo-user] alps touchpad problem

2006-03-23 Thread scwang
AZixMapping doesn't work. I think it's for mouse driver of x, not for synaptics drivers! -- Wang ShaoChun(王绍春) [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] alps touchpad problem

2006-03-23 Thread Richard Fish
On 3/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: AZixMapping doesn't work. I think it's for mouse driver of x, not for synaptics drivers! Hmm, your other choice is xmodmap. Something like: xmodmap -e pointer = 1 2 3 5 4 might work. -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] alps touchpad problem

2006-03-22 Thread scwang
The following is touchpad part of my xorg.conf file: # internal touchpad Section InputDevice Identifier Alps Touchpad Driver synaptics Option Protocol auto-dev Option Device/dev/input/mice Option LeftEdge 130 Option RightEdge 950

Re: [gentoo-user] alps touchpad problem

2006-03-22 Thread Richard Fish
On 3/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I use synaptics driver for my alps touchpad. Everything else works finely except one thing: my up scroll key scolls down and down up. How to solve it? ZAxisMapping (man 4x mouse). -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] alps touchpad problem

2006-03-22 Thread JimD
On Wed, 22 Mar 2006 17:47:33 +0800 [EMAIL PROTECTED] wrote: Go read this page: http://www.xfree86.org/current/mouse5.html You want the section on ZAxisMappping. You basically want to flip the wheel so that up is down and down is up. In my InputDevice section for my mouse I have: Option

[gentoo-user] alps touchpad problem

2006-03-21 Thread scwang
I use synaptics driver for my alps touchpad. Everything else works finely except one thing: my up scroll key scolls down and down up. How to solve it? -- Wang ShaoChun(王绍春) [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] alps touchpad problem

2006-03-21 Thread JimD
On Wed, 22 Mar 2006 11:26:47 +0800 [EMAIL PROTECTED] wrote: I use synaptics driver for my alps touchpad. Everything else works finely except one thing: my up scroll key scolls down and down up. How to solve it? What entry do you have in you xorg.conf file? -- gentoo-user@gentoo.org