Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2010-01-28 Thread Facundo
This is working for me:
http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335

With this, it's very easy to enable and disable the touchpad tap function 
and avoid the non default problem.

Maybe this can be packaged for kde users?



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2010-01-01 Thread Ismael Bejarano
On Domingo 06 Diciembre 2009 09:50:53 usted escribió:
 Em 06-12-2009 00:42, Mattia Dongili escreveu:
  On Sat, Dec 05, 2009 at 06:37:28PM -0200, Renato S. Yamane wrote:
  On 05-12-2009 05:37, Mattia Dongili wrote:
  did you also edit the file?
  This is what I have:
 
  ?xml version=1.0 encoding=UTF-8?   !-- -*- SGML -*- --
  deviceinfo version=0.2
device
match key=info.capabilities contains=input.touchpad
merge key=input.x11_driver 
type=stringsynaptics/merge
merge key=input.x11_options.CircularScrolling
  type=stringtrue/merge merge
  key=input.x11_options.VertEdgeScroll type=stringtrue/merge
  merge key=input.x11_options.HorizEdgeScroll
  type=stringtrue/merge merge key=input.x11_options.TapButton1
  type=string1/merge merge key=input.x11_options.TapButton2
  type=string2/merge merge key=input.x11_options.TapButton3
  type=string3/merge /match
/device
  /deviceinfo
 
  I tried copy your FDI file above but tap/scrolling still not working
  on my Thinkpad T61.
 
  Did you see how much is difficult enable it? :-)
 
  Honestly I think you're just trying to demonstrate your point here.
 
 Documentation about how to enable tap says:
   - Use synclient: OK, it works, but is not permanently;
   - Use gpointing-device-settings: OK, it works, but is not permanently;
   - Create/Edit a FDI file: It don't work.
 
 Why you really think that I'm creating buzz and trolling?
 Hey man, tap/scrolling really is *don't working*. This is not a fantasy.
 
 Regards,
 Renato S. Yamane
 

I'm ok with the changes as long as I can configure it. I wanted to configure it 
such that it works in my logging manager (kdm).

I'm attaching the .fdi I've used in testing/unstable, it goes to 
/etc/hal/fdi/policy/ .

Synaptics driver from experimental seems to no longer have or use an fdi file 
(at least for amd64), instead it uses an udev rule. I've modified it a bit to 
pass the parameters required, this file goes to /etc/udev/rules.d/ .

Hope this help, regards,
Ismael
ACTION!=add|change, GOTO=xorg_synaptics_end
KERNEL!=event*, GOTO=xorg_synaptics_end

ENV{ID_INPUT_TOUCHPAD}!=1, GOTO=xorg_synaptics_end

ENV{x11_driver}=synaptics

ENV{x11_options.TapButton1}=1
ENV{x11_options.TapButton2}=2
ENV{x11_options.TapButton3}=3

# model specific quirks
ATTR{[dmi/id]product_name}==Inspiron 1011|Inspiron 1012, \
  ENV{x11_options.JumpyCursorThreshold}=90, \
  ENV{x11_options.AreaBottomEdge}=4100

ATTR{[dmi/id]product_name}==HP MiniNote 1000, \
  ENV{x11_options.JumpyCursorThreshold}=20

LABEL=xorg_synaptics_end


11-x11-synaptics.fdi
Description: XML document


Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-06 Thread Renato S. Yamane

Em 06-12-2009 00:42, Mattia Dongili escreveu:

On Sat, Dec 05, 2009 at 06:37:28PM -0200, Renato S. Yamane wrote:

On 05-12-2009 05:37, Mattia Dongili wrote:

did you also edit the file?
This is what I have:

?xml version=1.0 encoding=UTF-8?   !-- -*- SGML -*- --
deviceinfo version=0.2
device
match key=info.capabilities contains=input.touchpad
merge key=input.x11_driver 
type=stringsynaptics/merge
merge key=input.x11_options.CircularScrolling 
type=stringtrue/merge
merge key=input.x11_options.VertEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.HorizEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.TapButton1 
type=string1/merge
merge key=input.x11_options.TapButton2 
type=string2/merge
merge key=input.x11_options.TapButton3 
type=string3/merge
/match
/device
/deviceinfo


I tried copy your FDI file above but tap/scrolling still not working
on my Thinkpad T61.

Did you see how much is difficult enable it? :-)


Honestly I think you're just trying to demonstrate your point here.



Documentation about how to enable tap says:
- Use synclient: OK, it works, but is not permanently;
- Use gpointing-device-settings: OK, it works, but is not permanently;
- Create/Edit a FDI file: It don't work.

Why you really think that I'm creating buzz and trolling?
Hey man, tap/scrolling really is *don't working*. This is not a fantasy.

Regards,
Renato S. Yamane



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-05 Thread Renato S. Yamane

On 05-12-2009 05:37, Mattia Dongili wrote:

On Fri, Dec 04, 2009 at 01:47:50PM Renato S. Yamane wrote:

# cp /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
/etc/hal/fdi/policy


did you also edit the file?
This is what I have:

?xml version=1.0 encoding=UTF-8?  !-- -*- SGML -*- --
deviceinfo version=0.2
device
match key=info.capabilities contains=input.touchpad
merge key=input.x11_driver 
type=stringsynaptics/merge
merge key=input.x11_options.CircularScrolling 
type=stringtrue/merge
merge key=input.x11_options.VertEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.HorizEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.TapButton1 
type=string1/merge
merge key=input.x11_options.TapButton2 
type=string2/merge
merge key=input.x11_options.TapButton3 
type=string3/merge
/match
/device
/deviceinfo


I tried copy your FDI file above but tap/scrolling still not working on 
my Thinkpad T61.


Did you see how much is difficult enable it? :-)

Regards,
Renato



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-05 Thread Mattia Dongili
On Sat, Dec 05, 2009 at 06:37:28PM -0200, Renato S. Yamane wrote:
 On 05-12-2009 05:37, Mattia Dongili wrote:
 On Fri, Dec 04, 2009 at 01:47:50PM Renato S. Yamane wrote:
 # cp /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
 /etc/hal/fdi/policy
 
 did you also edit the file?
 This is what I have:
 
 ?xml version=1.0 encoding=UTF-8?  !-- -*- SGML -*- --
 deviceinfo version=0.2
  device
  match key=info.capabilities contains=input.touchpad
  merge key=input.x11_driver 
  type=stringsynaptics/merge
  merge key=input.x11_options.CircularScrolling 
  type=stringtrue/merge
  merge key=input.x11_options.VertEdgeScroll 
  type=stringtrue/merge
  merge key=input.x11_options.HorizEdgeScroll 
  type=stringtrue/merge
  merge key=input.x11_options.TapButton1 
  type=string1/merge
  merge key=input.x11_options.TapButton2 
  type=string2/merge
  merge key=input.x11_options.TapButton3 
  type=string3/merge
  /match
  /device
 /deviceinfo
 
 I tried copy your FDI file above but tap/scrolling still not working
 on my Thinkpad T61.
 
 Did you see how much is difficult enable it? :-)

Honestly I think you're just trying to demonstrate your point here.

-- 
mattia
:wq!



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-04 Thread Renato S. Yamane

 You very conveniently left out from the NEWS file I quoted the part
 that pointed at gpointing-device-settings, which is integrated in the
 desktop environment

I tried gpointing-device-settings, but it's not permanently. After 
reboot, it lost the config.


Do you have any documentation about how to enable tap/scrolling editing 
xorg.conf?


Regards,
Renato



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-04 Thread Mattia Dongili
On Fri, Dec 04, 2009 at 08:05:21AM -0200, Renato S. Yamane wrote:
  You very conveniently left out from the NEWS file I quoted the part
  that pointed at gpointing-device-settings, which is integrated in the
  desktop environment
 
 I tried gpointing-device-settings, but it's not permanently. After
 reboot, it lost the config.

if you're using gnome you can configure the touchapd in
gnome-mouse-properties.

 Do you have any documentation about how to enable tap/scrolling
 editing xorg.conf?

there is an example in
/usr/share/doc/xserver-xorg-input-synaptics/README.Debian.gz
it also says how to configure it via hal.

-- 
mattia
:wq!



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-04 Thread Renato S. Yamane

Mattia Dongili wrote:

Renato S. Yamane wrote:

You very conveniently left out from the NEWS file I quoted the part
that pointed at gpointing-device-settings, which is integrated in the
desktop environment


I tried gpointing-device-settings, but it's not permanently. After
reboot, it lost the config.


if you're using gnome you can configure the touchapd in
gnome-mouse-properties.


No. I'm using KDE:
https://bugs.kde.org/show_bug.cgi?id=189567


Do you have any documentation about how to enable tap/scrolling
editing xorg.conf?


there is an example in
/usr/share/doc/xserver-xorg-input-synaptics/README.Debian.gz
it also says how to configure it via hal.


# cp /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi 
/etc/hal/fdi/policy


After restart, Tap/Scrooling still not working.

Only way to enable tap/scrolling is using synclient, but it's not 
permanently.


Regards,
Renato S. Yamane



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-04 Thread Mattia Dongili
On Fri, Dec 04, 2009 at 01:47:50PM -0200, Renato S. Yamane wrote:
 Mattia Dongili wrote:
 Renato S. Yamane wrote:
 You very conveniently left out from the NEWS file I quoted the part
 that pointed at gpointing-device-settings, which is integrated in the
 desktop environment
 
 I tried gpointing-device-settings, but it's not permanently. After
 reboot, it lost the config.
 
 if you're using gnome you can configure the touchapd in
 gnome-mouse-properties.
 
 No. I'm using KDE:
 https://bugs.kde.org/show_bug.cgi?id=189567

good, hopefully you'll see something for KDE too at some point.

 Do you have any documentation about how to enable tap/scrolling
 editing xorg.conf?
 
 there is an example in
 /usr/share/doc/xserver-xorg-input-synaptics/README.Debian.gz
 it also says how to configure it via hal.
 
 # cp /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
 /etc/hal/fdi/policy

did you also edit the file?
This is what I have:

?xml version=1.0 encoding=UTF-8? !-- -*- SGML -*- --
deviceinfo version=0.2
device
match key=info.capabilities contains=input.touchpad
merge key=input.x11_driver 
type=stringsynaptics/merge
merge key=input.x11_options.CircularScrolling 
type=stringtrue/merge
merge key=input.x11_options.VertEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.HorizEdgeScroll 
type=stringtrue/merge
merge key=input.x11_options.TapButton1 
type=string1/merge
merge key=input.x11_options.TapButton2 
type=string2/merge
merge key=input.x11_options.TapButton3 
type=string3/merge
/match
/device
/deviceinfo

you can find plenty of other examples online.
-- 
mattia
:wq!



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Renato S. Yamane

On 02-12-2009 22:33, Julien Cristau wrote:

On Wed, Dec  2, 2009 at 21:39:32 -0200, Renato S. Yamane wrote:

The tap and scrolling is disabled by default and don't exist
documentation explaing how to enabled it.  I hear that it is a choice
from mainstream.

Debian Team can change this, enabling by default.


   * Tapping has been disabled by default on many touchpads by upstream, see
 the NOTES section in the synaptics(4) manpage for a short overview
 about how defaults are calculated.
 If you want to re-enable it, you can do so from within the X
 environment by running the following commands in a terminal:

 $ synclient TapButton1=1
 $ synclient TapButton2=2
 $ synclient TapButton3=3


But, think as an domestic user, like your mum:
- Mother: Son, the touchpad is not working.
- Son: Oh Mun, you need go to terminal and type some commands
- Mother: Uh, now it's working.

After reboot:
- Mother: Hey son, the touchpad is not working again!
- Son: It's happening because the configuration cannot be permanently 
modified. You need change the xorg.conf or custom FDI file.


WTF!


 Note that the configuration will not be permanently modified, to do
 so assign the above option values in your xorg.conf or custom fdi file
 (see the synaptics(4) manpage


Synaptics manpage don't tell me HOW/WHAT/WHERE can I change it permanently.
This is obscure.


or the documents in
 /usr/share/doc/xserver-xorg-input-synaptics for additional details).


And none documents tell me HOW can I change it permanently, or how/what 
I need change on xorg.conf



Closing.  This is documented and we're not going to diverge from
upstream.


The documents on /usr/share/doc/xserver-xorg-input-synaptics (and 
synaptics manpage) tell us that tap is not enabled by default. Some 
documents tell that is necessary change somethings on xorg.conf, but it 
not explain HOW.




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Julien Cristau
On Thu, Dec  3, 2009 at 09:20:28 -0200, Renato S. Yamane wrote:

 But, think as an domestic user, like your mum:
 - Mother: Son, the touchpad is not working.
 - Son: Oh Mun, you need go to terminal and type some commands
 - Mother: Uh, now it's working.
 
 After reboot:
 - Mother: Hey son, the touchpad is not working again!
 - Son: It's happening because the configuration cannot be
 permanently modified. You need change the xorg.conf or custom FDI
 file.
 
 WTF!
 
You very conveniently left out from the NEWS file I quoted the part that
pointed at gpointing-device-settings, which is integrated in the desktop
environment.  Over and out from me on this one, apparently you're just
interested in trolling.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Renato S. Yamane

On 03-12-2009 12:18, Julien Cristau wrote:

On Thu, Dec  3, 2009 at 09:20:28 -0200, Renato S. Yamane wrote:

But, think as an domestic user, like your mum:
- Mother: Son, the touchpad is not working.
- Son: Oh Mun, you need go to terminal and type some commands
- Mother: Uh, now it's working.

After reboot:
- Mother: Hey son, the touchpad is not working again!
- Son: It's happening because the configuration cannot be
permanently modified. You need change the xorg.conf or custom FDI
file.


You very conveniently left out from the NEWS file I quoted the part that
pointed at gpointing-device-settings, which is integrated in the desktop
environment.  Over and out from me on this one, apparently you're just
interested in trolling.


Trolling?
No, I'm interested in increase *domestic user satisfaction*.

This problem is real! Try see debian-users ML. You will see a lot of 
questions about this.


Tell to an user read the README available in 
/usr/share/doc/xserver-xorg-input-synaptics/NEWS.Debian.gz is utopic.


Tell to your mother:
Hey mum, try find a README of config about touchpad and try enable tap 
and scrolling.


Just one question: Why this feature is disabled? Try check how many user 
don't like tap/scrolling.

All peoples use this feature, so why disable it?



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Brice Goglin
Renato S. Yamane wrote:
 Tell to your mother:
 Hey mum, try find a README of config about touchpad and try enable
 tap and scrolling.

Tell your mother to not upgrade/administrate her machine :)

 Just one question: Why this feature is disabled? Try check how many
 user don't like tap/scrolling.
 All peoples use this feature, so why disable it?

I don't use it.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Renato S. Yamane

Em 03-12-2009 13:24, Brice Goglin escreveu:

Renato S. Yamane wrote:

Tell to your mother:
Hey mum, try find a README of config about touchpad and try enable
tap and scrolling.


Tell your mother to not upgrade/administrate her machine :)


This is not a administrative tool.
This is an USER environment.


Just one question: Why this feature is disabled? Try check how many
user don't like tap/scrolling.
All peoples use this feature, so why disable it?


I don't use it.


I think that you don't see Debian USERS ML:
http://www.google.com.br/#safe=offq=tap+synaptics+%22debian-user%22meta=aq=oq=tap+synaptics+%22debian-user%22fp=1cad=b




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Bernhard R. Link
* Renato S. Yamane yam...@diamondcut.com.br [091203 12:54]:
 But, think as an domestic user, like your mum:

If you think about users not knowing what a command line is, then
not having tap looks like the much better default. Putting multiple
functions into the same interface (i.e. moving around the mouse and
doing clicks) is extremly unfriendly to no so versed people.

(That's why I think disabling tap by default is a very good thing.
This way non-powerusers are not confused why something is suddenly
happening when they try to move the mouse while power users can still
change some setting).

Hochachtungsvoll,
Bernhard R. Link
-- 
Never contain programs so few bugs, as when no debugging tools are available!
Niklaus Wirth



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling, disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Renato S. Yamane

Bernhard R. Link wrote:
 If you think about users not knowing what a command line is, then
 not having tap looks like the much better default.

Schenario:

- If the tap/scrooling is disabled by default: User that know about this 
feature (a lot of users) can't use it and don't know how to enable it.
The obvious place to try enable this fetaure is on System-Config (KDE) 
-- General tab -- Keyboard and Mouse. And... This feature don't exist 
there.


- If the tap/scrooling is enabled by default: Users that know about this 
feature will use it as ever did.
Users that don't know about this feature NEVER will use it as ever did, 
because to use is necessary tap twice or tap and drag (to use scroll 
feature).


I can't understand why is better disable this feature by default.



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling, disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Bernhard R. Link
* Renato S. Yamane yam...@diamondcut.com.br [091203 18:24]:
 - If the tap/scrooling is disabled by default: User that know about this
 feature (a lot of users) can't use it and don't know how to enable it.
 The obvious place to try enable this fetaure is on System-Config (KDE)
 -- General tab -- Keyboard and Mouse. And... This feature don't exist
 there.

Then please file a bug there.

 - If the tap/scrooling is enabled by default: Users that know about this
 feature will use it as ever did.
 Users that don't know about this feature NEVER will use it as ever did,
 because to use is necessary tap twice or tap and drag (to use scroll
 feature).

Not even I manage to use tap-enabled touchpads without regularily
causing an unintended click or scroll. And I've often seen especially
older people being totally confused by the computer magically selecting
things, though they only wanted to move the mouse cursor for which they
normaly need to touch the pad multiple times.

Bernhard R. Link



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling, disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Brice Goglin
Renato S. Yamane wrote:
 Bernhard R. Link wrote:
  If you think about users not knowing what a command line is, then
  not having tap looks like the much better default.

 Schenario:

 - If the tap/scrooling is disabled by default: User that know about
 this feature (a lot of users) can't use it and don't know how to
 enable it.
 The obvious place to try enable this fetaure is on System-Config (KDE)
 -- General tab -- Keyboard and Mouse. And... This feature don't
 exist there.

Ask KDE to add it ?

 I can't understand why is better disable this feature by default.

Ask upstream.




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling, disabled by default on touchpad (and missing documentation to enable it)

2009-12-03 Thread Renato S. Yamane

On 03-12-2009 16:16, Brice Goglin wrote:

Renato S. Yamane wrote:

Bernhard R. Link wrote:

If you think about users not knowing what a command line is, then
not having tap looks like the much better default.


Schenario:

- If the tap/scrooling is disabled by default: User that know about
this feature (a lot of users) can't use it and don't know how to
enable it.
The obvious place to try enable this fetaure is on System-Config (KDE)
--  General tab --  Keyboard and Mouse. And... This feature don't
exist there.


Ask KDE to add it ?


No. I will try.


I can't understand why is better disable this feature by default.


Ask upstream.


I don't need follow the upstream. This decision can be changed by Debian 
Team to improve the usability for the users.


Regards,
Renato



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559233: xserver-xorg-input-synaptics: Tap and Scrolling disabled by default on touchpad (and missing documentation to enable it)

2009-12-02 Thread Renato S. Yamane
Package: xserver-xorg-input-synaptics
Version: 1.2.0-2
Severity: normal


The tap and scrolling is disabled by default and don't exist documentation 
explaing how to enabled it.
I hear that it is a choice from mainstream.

Debian Team can change this, enabling by default.

Now, users need use two hands to scroll a website (one hand to move the sidebar 
and other to click on left button).

Why disable tap/scrolling?

Regards,
Renato S. Yamane


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 16 20:08 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689944 Oct 13 08:31 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1607 Nov  1 19:59 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder63)  Tue Oct 20 21:00:15 
PDT 2009


Section ServerLayout
Identifier Layout0
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
EndSection

Section InputDevice

# generated from default
Identifier Mouse0
Driver synaptics
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice

# generated from default
Identifier Keyboard0
Driver kbd
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
Option ConnectedMonitor DFP-0,CRT-0
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
Option RenderAccel True
Option AllowGLXWithComposite True
Option AddARGBGLXVisuals True
Option TripleBuffer True
SubSection Display
Depth   24
EndSubSection
EndSection

Section Extensions
Option Composite Enable
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 15273 Dec  2 20:54 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux mandachuva 2.6.31.5 #1 SMP PREEMPT Sun Nov 8 
14:26:34 BRST 2009 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (bui...@murphy.debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Dec  2 20:54:53 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Device0
(**) |--Input Device Keyboard0
(**) |--Input Device Mouse0
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(**) Extension Composite is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Keyboard0
(II) Loader magic: 0x6c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 nVidia Corporation Quadro NVS 140M rev 
161, Mem @ 0xd600/16777216, 0xe000/268435456, 0xd400/33554432, I/O 
@ 0x2000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]