Announcement

Collapse
No announcement yet.

Laptop Mouse 'scroller' not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Laptop Mouse 'scroller' not working

    Not sure what to call it, the right side of my laptop mouse 'scroll area' isn't functioning. I am on alpha 5, not sure what to add to xorg.conf to make it work.

    mm0
    Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

    #2
    Re: Laptop Mouse 'scroller' not working

    Got it...booted an openSUSE 11.1 Live CD and copied what it had (with a few changes)...what I ended up with is this in my xorg.conf:
    Code:
    Section "InputDevice"
     Driver    "synaptics"
     Identifier  "Mouse0"
     Option    "AccelFactor" "0.1"
     Option    "BottomEdge" "650"
     Option    "Buttons" "7"
     Option    "CircScrollDelta" "0.1"
     Option    "CircScrollTrigger" "2"
     Option    "CircularScrolling" "1"
     Option    "Device" "/dev/psaux"
     Option    "EdgeMotionMaxSpeed" "15"
     Option    "EdgeMotionMinSpeed" "15"
     Option    "Emulate3Buttons" "on"
     Option    "EmulateMidButtonTime" "75"
     Option    "FingerHigh" "17"
     Option    "FingerLow" "14"
     Option    "HorizScrollDelta" "0"
     Option    "InputFashion" "Mouse"
     Option    "LeftEdge" "120"
     Option    "MaxSpeed" "3"
     Option    "MaxTapMove" "110"
     Option    "MaxTapTime" "180"
     Option    "MinSpeed" "0.2"
     Option    "Name" "ALPS;Touchpad"
     Option    "Protocol" "auto-dev"
     Option    "RightEdge" "830"
     Option    "SHMConfig" "on"
     Option    "TopEdge" "120"
     Option    "UpDownScrolling" "1"
     Option    "Vendor" "Sysp"
     Option    "VertScrollDelta" "20"
     Option    "ZAxisMapping" "4 5"
    EndSection
    mm0
    Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

    Comment

    Working...
    X