Author Topic: Debian + mouse wheel  (Read 3826 times)

0 Members and 1 Guest are viewing this topic.

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Debian + mouse wheel
« on: February 22, 2007, 04:30:20 am »
I feel dumb, but I've looked on the google and asked Erogot, too.

Here's what my problem is: No mouse three, and no scroll wheel. Poor me. :(

Here's what's in my /etc/X11/XF86Config-4 for "mouse":

Quote
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
I know that there's two mice things, but I'm not really sure why so I'll mess with that later. The thing that gets me is there is a "Option 'ZAxisMapping' '4 5'" part, as far as I know, that's usually the scroll wheel and mouse three.

Any help would please me. <33 :D?

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Debian + mouse wheel
« Reply #1 on: February 22, 2007, 06:29:24 am »
Change Protocol to "Auto", see if that works.

Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: Debian + mouse wheel
« Reply #2 on: February 22, 2007, 09:34:35 am »
Give me a minute... I just had this problem with my linux desktop... *digs out the computer and boots it up*

EDIT:
Heres my mouse configuration for a 2 button ps2 mouse with a scroll wheel:
Code: [Select]
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

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

#    Option "ChordMiddle"

    Option "Buttons" "4"

    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    Option "SendCoreEvents" "true"

EndSection
« Last Edit: February 22, 2007, 09:51:15 am by chuck »
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Debian + mouse wheel
« Reply #3 on: February 22, 2007, 02:44:10 pm »
Hey wait a minute... Changed the
Code: [Select]
Option          "Protocol"              "PS/2"
Under "Configured Mouse" to
Code: [Select]
Option          "Protocol"              "ImPS/2"

If that doesn't work, the only thing I see different in chuck's config is
Code: [Select]
Option "Buttons" "4"
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Debian + mouse wheel
« Reply #4 on: February 22, 2007, 05:26:39 pm »
Normally you don't want to use "Emulate3Buttons" if you have a 3 button mouse, I'm confused by your post as to whether you do or not, but that may be the problem.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Debian + mouse wheel
« Reply #5 on: February 22, 2007, 05:52:52 pm »
I don't believe that matters since all that does is make mouse1+mouse2 == mouse3
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Debian + mouse wheel
« Reply #6 on: February 22, 2007, 06:44:18 pm »
I was told today to  # out the ps/2 part, we'll see if that works.

[Edit]
Nope, didn't help. I'll work on it some more. Hopefully we can figure it out.
« Last Edit: February 22, 2007, 07:13:57 pm by Super_X »

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Debian + mouse wheel
« Reply #7 on: February 22, 2007, 09:45:42 pm »
Hey wait a minute... Changed the
Code: [Select]
Option          "Protocol"              "PS/2"
Under "Configured Mouse" to
Code: [Select]
Option          "Protocol"              "ImPS/2"

Yay! That's what I did, the "ImPS/2," I switched the regular "PS/2" to "ImPS/2" Woo.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Debian + mouse wheel
« Reply #8 on: February 22, 2007, 09:55:43 pm »
:). Helped that I saw the full log and wasn't sleepy keke. ^^.
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Debian + mouse wheel
« Reply #9 on: February 23, 2007, 02:40:07 am »
:). Helped that I saw the full log and wasn't sleepy keke. ^^.
Ahh, I see. Sweet thanks, mang.