Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Synaptics Touchpad configuration

0 views
Skip to first unread message

acottag

unread,
Nov 6, 2009, 2:07:32 PM11/6/09
to
Hello!

I am trying to put my laptop Synaptics Touchpad to work with the
GSynaptics package. The trouble shooting guide says it's needed to
include "Load "synaptics"" inside a "Module" section, in the X server
configuration file. Since the file xorg.conf doesn't have any "Module"
section, I wonder if someone has a suggestion for its definition.

Thank you.

--
HP Pavillion
Debian 5.0 Lenny
ATI RADEON 200 XPRESS

Aragorn

unread,
Nov 6, 2009, 2:28:07 PM11/6/09
to
On Friday 06 November 2009 20:07 in comp.os.linux.hardware, somebody
identifying as acottag wrote...

> Hello!
>
> I am trying to put my laptop Synaptics Touchpad to work with the
> GSynaptics package. The trouble shooting guide says it's needed to
> include "Load "synaptics"" inside a "Module" section, in the X server
> configuration file. Since the file xorg.conf doesn't have any "Module"
> section, I wonder if someone has a suggestion for its definition.
>
> Thank you.

<clickety click>
Webbrowser directed at google.com

<clickety click>
"synaptic touchpad + xorg.conf" in input field

<click>
"Search button"

First hit, from the Ubuntu forums, a working entry:

<blockquote>

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "9"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "HorizScrollDelta" "0"
EndSection

</blockquote>

Whew! That was hard! :pp

--
*Aragorn*
(registered GNU/Linux user #223157)

acottag

unread,
Nov 7, 2009, 12:54:00 PM11/7/09
to
Hello!

I changed xorg.conf as suggested. The following error message still
appears:

"GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use
GSynaptics"

The xorg.conf is as follows:

# 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.
#
# 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 "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "9"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"

Option "SHMConfig" "true"
Option "HorizScrollDelta" "0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Thank you.
----------
HP Pavlillion
AMD Turion 64
1 GB RAM
ATI Radeon XPRESS M200
Debian 5.0 Lenny

acottag

unread,
Nov 7, 2009, 12:55:43 PM11/7/09
to
Hello!

Section "Files"
EndSection

Section "InputDevice"


Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice" Option
"Protocol" "ExplorerPS/2" Option
"ZAxisMapping" "4 5 6 7" Option "Buttons"
"9"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true" Option
"Device" "/dev/psaux" Option "Protocol"
"auto-dev" Option "SHMConfig"

Aragorn

unread,
Nov 7, 2009, 2:13:25 PM11/7/09
to
On Saturday 07 November 2009 18:55 in comp.os.linux.hardware, somebody
identifying as acottag wrote...

> Hello!

Please don't top-post. Use interleaved replying instead, so other
posters can more easily follow the discussion.

<top-posting fixed>

> I changed xorg.conf as suggested. The following error message still
> appears:
>
> "GSynaptics couldn't initialize.
> You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use
> GSynaptics"
>
> The xorg.conf is as follows:

> [...]

Another quick Google search led me to this troubleshooting
advice: "Click up a terminal window and type...

xinput list

... to see whether your device was recognized."

Also, is /syndaemon/ running?

acottag

unread,
Nov 14, 2009, 6:43:44 AM11/14/09
to
On Fri, 06 Nov 2009 19:07:32 +0000, acottag wrote:

> Hello!
>
> I am trying to put my laptop Synaptics Touchpad to work with the
> GSynaptics package. The trouble shooting guide says it's needed to
> include "Load "synaptics"" inside a "Module" section, in the X server
> configuration file. Since the file xorg.conf doesn't have any "Module"
> section, I wonder if someone has a suggestion for its definition.
>
> Thank you.

Hello,

Finally I made to configure and use GSynaptics... yes, just read the
READMEs for "gsynaptics" and "xserver-xorg-input-synaptics" packages.

Best regards.

acottag

unread,
Nov 14, 2009, 9:04:25 PM11/14/09
to
On Fri, 06 Nov 2009 19:07:32 +0000, acottag wrote:

> Hello!
>
> I am trying to put my laptop Synaptics Touchpad to work with the
> GSynaptics package. The trouble shooting guide says it's needed to
> include "Load "synaptics"" inside a "Module" section, in the X server
> configuration file. Since the file xorg.conf doesn't have any "Module"
> section, I wonder if someone has a suggestion for its definition.
>
> Thank you.

Hello,

I went to the site suggested, but I didn't found information regardig
parts to be used with xoscope.

Probably it's a good ideia to post in a electronics related newsgroup.

Best regards.

Atilla

unread,
Dec 3, 2009, 8:52:32 AM12/3/09
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If you hava hal and xserver-xorg-input-synaptics installed, hal should take care
of configuring the input. of course it should be started during boot sequence.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksXwpwACgkQyjWa9oynuqA49ACggsG+lzUlLcIzvvChPfpRwkBX
KE4AoIN30UUMqD0S+QvB/9F2etCWy8cL
=Wh2g
-----END PGP SIGNATURE-----

zpcbzptdz

unread,
Feb 13, 2010, 7:29:46 AM2/13/10
to
0 new messages