public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?
Date: Fri, 19 Nov 2010 11:41:42 +0000	[thread overview]
Message-ID: <201011191141.43899.michaelkintzios@gmail.com> (raw)
In-Reply-To: <ic4vvq$740$1@dough.gmane.org>

[-- Attachment #1: Type: Text/Plain, Size: 3054 bytes --]

On Friday 19 November 2010 04:55:23 Grant Edwards wrote:
> On 2010-11-18, Mick <michaelkintzios@gmail.com> wrote:
> > On Thursday 18 November 2010 15:48:23 Grant Edwards wrote:
> >>> You can adjust synaptics changing the configuration on the
> >>> /etc/hal/fdi/policy/11-x11-synaptics.fdi file. man 4 synaptic can
> >>> give you a lot of extra options.
> >> 
> >> That only works if you're using the synaptics driver -- which I'm not.
> >> 
> >> I haven't figured out how to do that yet.  It was built, since I
> >> included it in INPUT_DEVICES, but HAL decided not to use it.
> > 
> > What does your Xorg.0.log say about synaptics?

> $ grep -i synaptic /var/log/Xorg.0.log
> (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad

Excellent!  It seems then that HAL picks up your touchpad and uses it.

So,

# touch /etc/hal/fdi/policy/11-x11-synaptics.fdi

and paste this in it:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.VertEdgeScroll" 
type="string">true</merge>
        <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
        <merge key="input.x11_options.HorizEdgeScroll" 
type="string">true</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.ClickButton1" type="string">1</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLES:
        Switch on shared memory, enables the driver to be configured at 
runtime
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>

        Maximum movement of the finger for detecting a tap
        <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>

        Enable vertical scrolling when dragging along the right edge
        <merge key="input.x11_options.VertEdgeScroll" 
type="string">true</merge>

        Enable vertical scrolling when dragging with two fingers anywhere on 
the touchpad
        <merge key="input.x11_options.VertTwoFingerScroll" 
type="string">true</merge>

        Enable horizontal scrolling when dragging with two fingers anywhere on 
the touchpad
        <merge key="input.x11_options.HorizTwoFingerScroll" 
type="string">true</merge>

        If on, circular scrolling is used
        <merge key="input.x11_options.CircularScrolling" 
type="string">true</merge>

        For other possible options, check CONFIGURATION DETAILS in synaptics 
man page
        -->
    </match>
  </device>
</deviceinfo>


Then see the examples in the file and man synaptics for finely tuning your 
touchpad.  However ... I would at this stage suggest again that you have a 
look at xorg-server-1.9.x instead of trying to get HAL working.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-11-19 11:42 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-14  1:10 [gentoo-user] How to configure thochpad sensitivity (using hal)? Grant Edwards
2010-11-14  2:37 ` Dale
2010-11-14  9:46   ` Mick
2010-11-14 15:36     ` [gentoo-user] " Grant Edwards
2010-11-14 16:15       ` Onteria
2010-11-14 17:02       ` Mick
2010-11-15 15:31         ` Grant Edwards
2010-11-15 17:09           ` Alan McKinnon
2010-11-15 20:51             ` Grant Edwards
2010-11-15 22:38               ` Alan McKinnon
2010-11-16  5:25                 ` Grant Edwards
2010-11-15 22:56             ` Dale
2010-11-15 23:25               ` Alan McKinnon
2010-11-16  0:26                 ` Dale
2010-11-15 17:48     ` [gentoo-user] " Marc Joliet
2010-11-14  9:55   ` Sebastian Beßler
2010-11-18 11:04 ` Fernando Antunes
2010-11-18 15:48   ` [gentoo-user] " Grant Edwards
2010-11-18 22:24     ` Mick
2010-11-19  4:55       ` Grant Edwards
2010-11-19 11:41         ` Mick [this message]
2010-12-12  1:52           ` Grant Edwards
2010-12-12  5:57             ` Valmor de Almeida
2010-12-12 10:59               ` Mick
2010-12-12 17:10                 ` Valmor de Almeida
2010-12-13  0:17                   ` Peter Humphrey
2010-12-13  5:04                     ` Valmor de Almeida
     [not found] <fOAcy-2w4-11@gated-at.bofh.it>
     [not found] ` <fPbF8-7ca-25@gated-at.bofh.it>
     [not found]   ` <fPetk-3Dw-17@gated-at.bofh.it>
     [not found]     ` <fPglt-6QS-47@gated-at.bofh.it>
     [not found]       ` <fPmTU-14l-13@gated-at.bofh.it>
2010-11-16 16:26         ` David W Noon
2010-11-16 18:11           ` Grant Edwards
     [not found] <fPxcC-1HK-17@gated-at.bofh.it>
     [not found] ` <fPxcC-1HK-19@gated-at.bofh.it>
     [not found]   ` <fPxcC-1HK-21@gated-at.bofh.it>
     [not found]     ` <fPxcC-1HK-23@gated-at.bofh.it>
     [not found]       ` <fPxcC-1HK-25@gated-at.bofh.it>
     [not found]         ` <fPxcC-1HK-15@gated-at.bofh.it>
     [not found]           ` <fPyim-3xz-21@gated-at.bofh.it>
2010-11-16 22:28             ` David W Noon
2010-11-17  0:00               ` Alan McKinnon
2010-11-17  3:14                 ` Dale
2010-11-18  0:43                 ` Walter Dnes
2010-11-18  0:59                   ` Alan McKinnon
2010-11-18  1:46                     ` Grant Edwards
2010-11-18  3:47                       ` Stroller
2010-11-18  3:59                         ` Grant Edwards
2010-11-18  4:17                           ` Dale
2010-11-18  4:56                           ` Stroller
2010-11-18 12:46                         ` Alan McKinnon
2010-11-18  9:31                       ` Sebastian Beßler
2010-11-18 12:47                         ` Alan McKinnon
2010-11-18 14:12                           ` Sebastian Beßler
2010-11-18 14:21                             ` Alan McKinnon
2010-11-18 14:24                               ` Sebastian Beßler
2010-11-18 14:56                               ` Neil Bothwick
2010-11-19  2:17                               ` Walter Dnes
2010-11-19  3:14                     ` Walter Dnes
2010-11-19  9:14                       ` Neil Bothwick
2010-11-19 10:02                         ` Dale
2010-11-18  4:52                   ` Stroller
2010-11-19  3:55                     ` Walter Dnes
2010-11-17 13:52               ` Stroller
2010-11-17 15:29               ` Grant Edwards
     [not found] <fPCci-1NV-21@gated-at.bofh.it>
     [not found] ` <fPCci-1NV-23@gated-at.bofh.it>
     [not found]   ` <fPCci-1NV-25@gated-at.bofh.it>
     [not found]     ` <fPCci-1NV-27@gated-at.bofh.it>
     [not found]       ` <fPCci-1NV-29@gated-at.bofh.it>
     [not found]         ` <fPCci-1NV-31@gated-at.bofh.it>
     [not found]           ` <fPCci-1NV-33@gated-at.bofh.it>
     [not found]             ` <fPCci-1NV-19@gated-at.bofh.it>
     [not found]               ` <fPSh4-3Or-19@gated-at.bofh.it>
2010-11-17 16:47                 ` David W Noon
     [not found]               ` <fPQIh-13B-7@gated-at.bofh.it>
2010-11-17 16:48                 ` David W Noon
2010-11-17 19:22                   ` Neil Bothwick
2010-11-17 21:18                     ` Grant Edwards
2010-11-17 22:42                       ` Alan McKinnon
2010-11-18 11:37                         ` Neil Bothwick
2010-11-18 11:43                           ` J. Roeleveld
2010-11-18 11:52                             ` Neil Bothwick
2010-11-18 12:32                               ` J. Roeleveld
2010-11-18 13:18                                 ` Neil Bothwick
2010-11-18 13:28                                   ` Alan McKinnon
2010-11-18 13:33                                   ` J. Roeleveld
2010-11-18 13:37                                     ` Neil Bothwick
2010-11-19 11:11                                       ` Peter Humphrey
2010-11-18 12:42                           ` Alan McKinnon
2010-11-18 12:46                             ` Neil Bothwick
2010-11-19 11:07                         ` Peter Humphrey
2010-11-19 13:41                           ` Alan McKinnon
2010-11-19 15:28                             ` Peter Humphrey
2010-11-19 15:38                               ` Alan McKinnon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201011191141.43899.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox