Re: touchscreen issue

2011-03-21 Thread Hendrik Boom
On Sat, 05 Feb 2011 14:37:02 +0100, dagecko wrote:

> Hello,
> 
> I don't really know where to ask for it. So I start on this list.
> 
> The touchpad of my laptop works well, but I can't make the "click on the
> touchpad works", meaning I must use the touchpad buttons to click,
> double-click and so on.
> If I select a file with the touchpad for example, and then tap on it
> with my finger, (or double tap), the file doesn't open. Hope I was clear
> in my explanation.

I had the same problem on m EEPC netbook -- only I never thought it might 
be software.  When the machine was new, it worked fine.  But gradually I 
had to tap it harder, until at some point tapping it for a mouse click 
didn't work at all.

-- hendrik



-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/im7rth$tvd$2...@dough.gmane.org



Re: touchscreen issue

2011-02-05 Thread dagecko

Thanks all for the replies. If I submitted here for a bug, this was
because tools for KDE or gnome didn't make the "tap" tool to work.

And since now xorg.conf doesn't come by default with xorg, I didn't
thought about it. Thanks ael for pointed it, it did the job !

Sorry for the disturb :)

- "ael"  a écrit :

> On Sat, Feb 05, 2011 at 02:37:02PM +0100, dage...@free.fr wrote:
> > 
> > Hello,
> > 
> > I don't really know where to ask for it. So I start on this list.
> > 
> > The touchpad of my laptop works well, but I can't make the
> > "click on the touchpad works", meaning I must use the touchpad
> buttons
> > to click, double-click and so on.
> 
> I think that you just need to include the appropriate InputClass
> section
> in your /etc/X11/xorg.conf.
> 
> For example. on my netbook I have:
> 
> Section "InputClass"
> 
> Identifier  "SynPS/2 Synaptics TouchPad"
> 
> Option  "LeftEdge"  "1700"
> Option  "RightEdge" "5700"
> Option  "TopEdge"   "1700"
> Option  "BottomEdge""5100"
> Option  "FingerLow" "25"
> Option  "FingerHigh""30"
> Option  "MaxTapTime""180"
> Option  "MaxTapMove""220"
> Option  "VertScrollDelta"   "100"
> Option  "MinSpeed"  "0.09"
> Option  "MaxSpeed"  "0.6"
> Option  "HorizEdgeScroll"   "true"
> Option  "TapButton1""1"
> Option  "SHMConfig" "true"
> EndSection
> 
> Obviously these parameters may not be suitable for your touchpad, so
> you will probably need to modify the entries. lshal should show you
> the right Identifier string for your system. 
> 
> This is probably better (more fundamental) than using any
> xfce/gname/kde
> tools that may or may not exist. Also likely to be more flexible.
> 
> This is not amd64 specific: rather an xorg question. I don't know a
> good
> way to support the touchpad properly on standard (non-X) terminals:
> gpm
> seems only to do treat the pad like a mouse.
> 
> ael
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/20110205163229.GB14722@conquest2.conquest


--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/571806205.3717811296929163844.javamail.r...@zimbra20-e3.priv.proxad.net



Re: touchscreen issue

2011-02-05 Thread ael
On Sat, Feb 05, 2011 at 02:37:02PM +0100, dage...@free.fr wrote:
> 
> Hello,
> 
> I don't really know where to ask for it. So I start on this list.
> 
> The touchpad of my laptop works well, but I can't make the
> "click on the touchpad works", meaning I must use the touchpad buttons
> to click, double-click and so on.

I think that you just need to include the appropriate InputClass section
in your /etc/X11/xorg.conf.

For example. on my netbook I have:

Section "InputClass"

Identifier  "SynPS/2 Synaptics TouchPad"

Option  "LeftEdge"  "1700"
Option  "RightEdge" "5700"
Option  "TopEdge"   "1700"
Option  "BottomEdge""5100"
Option  "FingerLow" "25"
Option  "FingerHigh""30"
Option  "MaxTapTime""180"
Option  "MaxTapMove""220"
Option  "VertScrollDelta"   "100"
Option  "MinSpeed"  "0.09"
Option  "MaxSpeed"  "0.6"
Option  "HorizEdgeScroll"   "true"
Option  "TapButton1""1"
Option  "SHMConfig" "true"
EndSection

Obviously these parameters may not be suitable for your touchpad, so
you will probably need to modify the entries. lshal should show you
the right Identifier string for your system. 

This is probably better (more fundamental) than using any xfce/gname/kde
tools that may or may not exist. Also likely to be more flexible.

This is not amd64 specific: rather an xorg question. I don't know a good
way to support the touchpad properly on standard (non-X) terminals: gpm
seems only to do treat the pad like a mouse.

ael


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110205163229.GB14722@conquest2.conquest



Re: touchscreen issue

2011-02-05 Thread brian m. carlson
On Sat, Feb 05, 2011 at 04:04:36PM +0100, Thierry Chatelet wrote:
> On Saturday 05 February 2011 14:37:02 dage...@free.fr wrote:
[configuring touchpad to click on tap]
> 
> You can set it from either gnome or kde desktop. For kde you need kde-config-
> touchpad, for gnome, no idea.

gpointing-device-settings may be helpful for GNOME.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: touchscreen issue

2011-02-05 Thread Thierry Chatelet
On Saturday 05 February 2011 14:37:02 dage...@free.fr wrote:
> Hello,
> 
> I don't really know where to ask for it. So I start on this list.
> 
> The touchpad of my laptop works well, but I can't make the
> "click on the touchpad works", meaning I must use the touchpad buttons
> to click, double-click and so on.
> If I select a file with the touchpad for example, and then tap on it
> with my finger, (or double tap), the file doesn't open.
> Hope I was clear in my explanation.
> 
> I use up-to-date Debian Squeeze amd 64 with packard bell easynote
>  LJ61 laptop.
> The touchpad is a synaptic. I tried to configure it with different
> tools but without success at all.
> For information this worked well on Debian ix86 version.
> 
> If you think this bug belongs to another list (ie Xorg list), please
> let me know.
> 
> Regards

You can set it from either gnome or kde desktop. For kde you need kde-config-
touchpad, for gnome, no idea.
Thierry


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201102051604.36705.tchate...@free.fr



touchscreen issue

2011-02-05 Thread dagecko

Hello,

I don't really know where to ask for it. So I start on this list.

The touchpad of my laptop works well, but I can't make the
"click on the touchpad works", meaning I must use the touchpad buttons
to click, double-click and so on.
If I select a file with the touchpad for example, and then tap on it
with my finger, (or double tap), the file doesn't open.
Hope I was clear in my explanation.

I use up-to-date Debian Squeeze amd 64 with packard bell easynote
 LJ61 laptop.
The touchpad is a synaptic. I tried to configure it with different
tools but without success at all.
For information this worked well on Debian ix86 version.

If you think this bug belongs to another list (ie Xorg list), please
let me know.

Regards


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/661911388.3655941296913022376.javamail.r...@zimbra20-e3.priv.proxad.net