Find the answer to your Linux question:
Results 1 to 4 of 4
I installed Etch on my dell latitiude. How can I manipulate the speed at which I can move my mouse pointer across the screen. Normally I can just hold it ...
  1. #1
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    touchpad on dell latitude



    I installed Etch on my dell latitiude. How can I manipulate the speed at which I can move my mouse pointer across the screen. Normally I can just hold it down and move it across the board without a problem. But it only moves an inch at a time while moving my finger across the entire touchpad.

    I have tried changing the settings in contol panel but it didnt make a difference. I didnt have this problem after installing Etch on my Thinkpad.

    Any help would be greatly appreciated.

    Thanks,

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    Maybe see if this thread works for you.
    Stand up and be counted as a Linux user!

  3. #3
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    this is what i have

    Section "Input Device"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizScrollDelta" "20"
    EndSection


    I added: But there was no change.

    Option "LeftEdge" "1500"
    Option "RightEdge" "5800"
    Option "TopEdge" "1500"
    Option "BottomEdge" "4500"
    Option "FingerLow" "30"
    Option "FingerHigh" "35"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.08"
    Option "MaxSpeed" "0.20"
    Option "AccelFactor" "0.0012"
    Option "SHMConfig" "on"
    Option "Repeater" "/dev/input/mice"

    Thanks for your help

  4. #4
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    Got It

    Fixed it

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "0"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.3"
    Option "MaxSpeed" "0.75"
    Option "AccelFactor" "0.015"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    # local additions below
    Option "SHMConfig" "on"
    Option "TapButton1" "3"
    Option "TapButton3" "1"
    EndSection

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •