Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Touchpad Configuration Problem

  1. #1
    Join Date
    Oct 2007
    Location
    Mystic Ruin
    Beans
    Hidden!

    Exclamation Touchpad Configuration Problem

    Hi, I orginally was running Ubuntu 8.04 (64bit) and converted it to Kubuntu 8.04 (Not sure if it is still 64bit version) after i did i found that there is no links or seemly controls for the touchpad. I went into adept and installed the "Touchpad" app which was to suppose to let me configure the touchpad but i can't find anyway to access it! Yes i tried looking in System Settings > Keyboard & Mouse as well as all through the menus.

    Whats going on? How can i access it?

  2. #2
    Join Date
    Dec 2006
    Location
    California
    Beans
    17
    Distro
    Ubuntu 8.04 Hardy Heron

    Thumbs down Re: Touchpad Configuration Problem

    which synaptics touchpad driver are you using? Check if you have xserver-xorg-input-synaptics installed and that the driver is loading in your xorg.conf file:

    Code:
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"	"/dev/psaux"
    	Option		"Protocol"	"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    EndSection
    A synaptics touchpad on most laptops should have been detected and configured automatically for you. What kind of laptop are you using?

  3. #3
    Join Date
    Oct 2007
    Location
    Mystic Ruin
    Beans
    Hidden!

    Re: Touchpad Configuration Problem

    Dell Latitude D530. The touchpad works, there just seems to be no way to configure it. Also that entry is there.

  4. #4
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Touchpad Configuration Problem

    ...

  5. #5
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: Touchpad Configuration Problem

    also, to run the program you seem to have "lost" try typing its name in the Konsole.

  6. #6
    Join Date
    Oct 2007
    Location
    Mystic Ruin
    Beans
    Hidden!

    Re: Touchpad Configuration Problem

    Quote Originally Posted by Zorael View Post
    Ok...So what should i download from there and how do i install it?

    Quote Originally Posted by lswest View Post
    also, to run the program you seem to have "lost" try typing its name in the Konsole.
    I don't know what its actual name is. I type Touchpad and it says something like bash not found or something.
    Last edited by MasterNetra; May 3rd, 2008 at 04:52 PM.

  7. #7
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Touchpad Configuration Problem

    Quote Originally Posted by MasterNetra View Post
    Ok...So what should i download from there and how do i install it?
    Well, no, I was mostly referring to how updates to X broke things and that he stopped developing it.

    Lacking a front-end, you could try to do things manually. Make sure to enable the "SHMConfig" option in that inputdevice section in your xorg.conf.
    Code:
    	Option		"SHMConfig"	"on"
    See the man-page for synaptics to see which options are available. Again, I don't think most/many will work.

    To apply a new setting, use the synclient command; synclient Option=value. You can also add these as options in your xorg.conf if they're something you consistently want.

    Finally, the "Touchpad" program you're mentioning is likely gsynaptics, ksynaptics or qsynaptics. I'm unsure as to how well they work nowadays.
    ...

  8. #8
    Join Date
    Oct 2007
    Location
    Mystic Ruin
    Beans
    Hidden!

    Re: Touchpad Configuration Problem

    Sorry don't know what synclient is nor do i know how to get to it. x.x Program wise synaptic's package manager doesn't list such "synclient" when i search for it. All that comes up is xserver-xorg-input-synaptics which has been installed sense even before i converted from Ubuntu.

    Also SHMConfig remains disabled it seems:

    (In Konsole)
    <removed>:/etc/X11$ sudo synclient Option=value
    [sudo] password for <removed>
    Can't access shared memory area. SHMConfig disabled?
    <removed>:/etc/X11$ synclient Option=value
    Can't access shared memory area. SHMConfig disabled?

    (<removed> = removed info that was removed from post for the sake of secuirty)

    I have the SHMConfig Option set to on then changed to true to see if it helped any. Nothing.
    Last edited by MasterNetra; May 3rd, 2008 at 05:46 PM. Reason: Added Terminal Responses

  9. #9
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Touchpad Configuration Problem

    And you did restart X after changing said xorg.conf file, right? I just tried it and it worked for me, at least.
    Code:
    zorael@sunspire:~$ synclient lala=whee
    Unknown parameter lala
    <note: no mention of SHMConfig>
    Code:
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"	"/dev/psaux"
    	Option		"Protocol"	"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    	Option		"SHMConfig"		"on"
    EndSection
    As for available options, you can read the man-page over at http://linux.die.net/man/5/synaptics. "Options=value" was merely an example. :>
    ...

  10. #10
    Join Date
    Oct 2007
    Location
    Mystic Ruin
    Beans
    Hidden!

    Re: Touchpad Configuration Problem

    oops I thought all that was needed was logout... I'll try that first >.<

    ........

    Well that enabled SHMConfig

    ........
    I went to that man page you listed and the commands work. I was able to disable the tap click as well as the touch pad's scroll thing using synclient Touchpad=2 command. Thanks you for your help! Even if i don't have a graphical interface to adjust touchpad at least i have some way to do it.
    Last edited by MasterNetra; May 3rd, 2008 at 06:18 PM.

Page 1 of 2 12 LastLast

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
  •