Results 1 to 3 of 3

Thread: Touchpad configuration speed

  1. #1
    Join Date
    Dec 2007
    Beans
    46

    Question Touchpad configuration in xorg - Jaunty

    Hi!

    I wanted to change my touchpad minimum speed, but when I open
    $ gksudo gedit /etc/X11/xorg.conf
    all what i see is


    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 1360 1568
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection
    It is clear that there is no touchpad there!
    so I added this section
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "1"
    Option "MinSpeed" "0.60"
    Option "MaxSpeed" "1.10"
    Option "AccelFactor" "0.030"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "SHMConfig" "on"
    EndSection
    but i'm not sure if i should've added this section.
    Should I have added Alps instead of Synaptic? because i think it is Alps touchpad not synaptic.


    How would i configure it? where to start?
    Last edited by m3alnemer; June 4th, 2009 at 12:34 AM. Reason: clearer title

  2. #2
    Join Date
    Dec 2007
    Beans
    46

    Re: Touchpad configuration speed

    bumb

  3. #3
    Join Date
    Jan 2005
    Location
    Israel
    Beans
    75

    Re: Touchpad configuration speed

    You may consider trying my Alps driver in
    http://www.medini.org/software/alps/alps.html
    -- yotam

Tags for this Thread

Bookmarks

Posting Permissions

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