Bug#440137: cultivation: movement with the mouse is broken

2007-09-03 Thread Miriam Ruiz
2007/9/3, Brice Goglin [EMAIL PROTECTED]:

 Hi,

 So you're saying it works fine with libglu1-mesa 7.0.1-1 while it does
 not work anymore in 7.0.1-2? Or do you mean it works in Etch (6.5.1-0.6)
 and not in Sid? It'd be good to clarify which exact Mesa releases work
 or not so that we can properly report this upstream. Several new
 upstream Mesa releases have been uploaded in the last months. But Mesa
 7.0.x are the stabilization releases of Mesa 6.5.x, so no regression
 were supposed to happen in Sid recently.


My perception is that it happened in the upgrade from 7.0.1-1 to 7.0.1-2,
but I cannot confirm it myself, as I do not have 7.0.1-1 installed in any of
my machines AFAIK. Maybe in the lappy, I'll have a look at it and see if
we're lucky. The proof of concept program I attached in the report should be
enough to test it.

Miry


Bug#362853: I had the same problem

2006-07-02 Thread Miriam Ruiz
I had the same problem. I have a AlpsPS/2 ALPS DualPoint TouchPad ( cat
/proc/bus/input/devices )

According to: http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad , the
InoutDevice section should be very different for Synaptic users as opposed
to ALPS users.

I solved it by replacing, in /etc/X11/xorg.conf :

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

by:

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0

# LeftEdge (Integer) - X coordinate for left edge.
Option LeftEdge 130
# RightEdge (Integer) - X coordinate for right edge.
Option RightEdge 840
# TopEdge (Integer) - Y coordinate for top edge.
Option TopEdge 130
# BottomEdge (Integer) - Y coordinate for bottom edge.
Option BottomEdge 640
# FingerLow (Integer) - When finger pressure drops below this value,
# the driver counts it as a release.
Option FingerLow 7
# FingerHigh (Integer) - When finger pressure goes above this value,
# the driver counts it as a touch.
Option FingerHigh 8
# MaxTapTime (Integer) - Maximum time (in milliseconds) for detecting
# a tap.
Option MaxTapTime 180
# MaxTapMove (Integer) - Maximum movement of the finger for detecting
# a tap.
Option MaxTapMove 110
# EmulateMidButtonTime (Integer) - Maximum time (in milliseconds) for
# middle button emulation.
Option EmulateMidButtonTime 75
# VertScrollDelta (Integer) - Move distance of the finger for a
# scroll event.
Option VertScrollDelta 20
# HorizScrollDelta (Integer) - Move distance of the finger for a
#  scroll event.
Option HorizScrollDelta 20
# MinSpeed (Float) - Minimum speed factor.
Option MinSpeed 0.60
# MaxSpeed (Float) - Maximum speed factor.
Option MaxSpeed 1.10
# AccelFactor (Float) - Acceleration factor.
Option AccelFactor 0.030
# EdgeMotionMinSpeed (Integer) - Slowest setting for edge motion
# speed.
Option EdgeMotionMinSpeed 200
# EdgeMotionMaxSpeed (Integer) - Fastest setting for edge motion
# speed.
Option EdgeMotionMaxSpeed 200
# UpDownScrolling (Boolean) - If on, the up/down buttons generate
# button 4/5 events. If off, the up button generates a double click
# and the down button generates a button 2 event. 
Option UpDownScrolling 1
# CircularScrolling (Bool) - If on, circular scrolling is used.
Option CircularScrolling 1
# CircScrollDelta (Float) - Move angle (radians) of finger to
# generate a scroll event.
Option CircScrollDelta 0.1
# CircScrollTrigger (Integer) - Trigger region on the touchpad
# to start circular scrolling.
#   0   All Edges
#   1   Top Edge
#   2   Top Right Corner
#   3   Right Edge
#   4   Bottom Right Corner
#   5   Bottom Edge
#   6   Bottom Left Corner
#   7   Left Edge
#   8   Top Left Corner
Option CircScrollTrigger 2
# SHMConfig (Boolean) - Switch on/off shared memory for
# configuration. (allows parameters to be changed with synclient
# program).
Option SHMConfig on

Option Emulate3Buttons on
EndSection

The activation of SHMConfig makes it possible to use the synclient command:
synclient -l


Miry




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]