public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Using the touchpad on my laptop
@ 2005-04-15  9:53 larsene
  2005-04-17 18:16 ` Tobias Hirning
  0 siblings, 1 reply; 3+ messages in thread
From: larsene @ 2005-04-15  9:53 UTC (permalink / raw)
  To: linux-newbie

Hi everyones, 

I have a laptop on wich one i have installed debian.
My problem is that i can use my touchpad for mouving the cursor, and the buttons
under it for left and right click, but i cannot use the "quick touch"
fonctionnality (used on windows) for clicking without using the button.
How can i configure that?

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Using the touchpad on my laptop
  2005-04-15  9:53 Using the touchpad on my laptop larsene
@ 2005-04-17 18:16 ` Tobias Hirning
  2005-04-24  9:28   ` larsene
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Hirning @ 2005-04-17 18:16 UTC (permalink / raw)
  To: linux-newbie, l_arsene

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

Hi larsene!
On Friday, 15. April 2005 11:53 larsene wrote:
> I have a laptop on wich one i have installed debian.
> My problem is that i can use my touchpad for mouving the cursor,
> and the buttons under it for left and right click, but i cannot use
> the "quick touch" fonctionnality (used on windows) for clicking
> without using the button. How can i configure that?
Do you know, which touchpad you have?
If not, please send the output of dmesg.
Tobias

-- 
GPG-Fingerprint: C39E 5381 7721 8613 B5C9  CFAF 54FC B8DB D02D 7085
Registered Linux-User #367044
Registered Linux-Machine #262062
http://counter.li.org
Diese E-Mail wurde mit einer fortgeschrittenen elektronischen
Signatur nach §2 2. d) SigG signiert.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Using the touchpad on my laptop
  2005-04-17 18:16 ` Tobias Hirning
@ 2005-04-24  9:28   ` larsene
  0 siblings, 0 replies; 3+ messages in thread
From: larsene @ 2005-04-24  9:28 UTC (permalink / raw)
  To: linux-newbie

Tobias Hirning <Tobias.Hirning <at> gmx.de> writes:

> 
> Hi larsene!
> On Friday, 15. April 2005 11:53 larsene wrote:
> > I have a laptop on wich one i have installed debian.
> > My problem is that i can use my touchpad for mouving the cursor,
> > and the buttons under it for left and right click, but i cannot use
> > the "quick touch" fonctionnality (used on windows) for clicking
> > without using the button. How can i configure that?
> Do you know, which touchpad you have?
> If not, please send the output of dmesg.
> Tobias
> 

Hi larsene!
On Tuesday, 19. April 2005 21:09 you wrote:
> This is the file, hope i twill help you to help me....
It does. Your touchpad is a synaptic-touchpad.
The interesting part of dmesg is this:
#####################
Synaptics Touchpad, model: 1
 Firmware: 4.6
 Sensor: 19
 new absolute packet format
 Touchpad has extended capability bits
 -> multifinger detection
 -> palm detection
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
#####################################
I have also such a thing. I attached my /etc/X11/XF86Config
The most intersting part for you is the first entry for the input 
devices. 
It starts with:
Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/psaux"
[...]

Another important thing is the section "Server layout".
Here you have to add/change the entry for your touchpad.
For mine it's
Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"              <--
  InputDevice  "Mouse[2]" "SendCoreEvents"     <-- these two entries 
  Screen       "Screen[0]"
EndSection

Try whether you can do the changes on your own, otherwise mail me 
your /etc/X11/XF86Config
And don't forget to make a copy of your XF86Config before editing. Have a lot of
fun! Tobias

-- 
GPG-Fingerprint: C39E 5381 7721 8613 B5C9  CFAF 54FC B8DB D02D 7085 Registered
Linux-User #367044 Registered Linux-Machine #262062 http://counter.li.org Diese
E-Mail wurde mit einer fortgeschrittenen elektronischen Signatur nach ยง2 2. d)
SigG signiert.



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-24  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15  9:53 Using the touchpad on my laptop larsene
2005-04-17 18:16 ` Tobias Hirning
2005-04-24  9:28   ` larsene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox