Re: [newbie] synaptics

2004-05-01 Thread Marc Lijour
Le April 30, 2004 10:00 am, vous avez écrit :
 On Friday 30 April 2004 01:56 am, Marc Lijour wrote:
  My synaptics touchpad does not work anymore in Mandrake10.0.
  The problem comes early: no sign of it with dmesg and in /proc.
 
  What can I do to have the kernel pick it up (it was working in 9.2).

 Install the synaptics package from contrib and follow instructions in the
 readme file.

I forgot to mention the module is already here:
[EMAIL PROTECTED] marc]$ rpm -q synaptics
synaptics-0.12.4-1mdk

The readme is dealing with ALPS touchpads. I have a DELL inspiron 2500 and I 
have no idea if it is ALPS or not, at least there is no mention of that on 
the descriptions of my computer parts in the DELL user guide.

I assume the Kernel is configured adequatly to handle PS2 and evdev as 
required in the INSTALL file.

I can load evdev before starting up X.
The module for synaptics is also here (see logs). But no repeater is found?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] synaptics

2004-04-29 Thread Marc Lijour
My synaptics touchpad does not work anymore in Mandrake10.0.
The problem comes early: no sign of it with dmesg and in /proc.

What can I do to have the kernel pick it up (it was working in 9.2).


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Synaptics driver not loading after normal mouse is plugged in.

2004-03-23 Thread Marc Resnick
My synaptics driver for my touchpad will work after a fresh reboot, 
because I added evdev to modules.preload. But as soon as I plug my 
regular mouse in, the touchpad will cease to work until I reboot again. 
I try modprobe evdev, but there is no change. My XFree86 config is 
correct, because it worked fine before I upgraded from the 2.6.2 to 
2.6.3 kernel. I checked it to make sure it was the same.

Any suggestions?

--Marc


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Synaptics driver not loading after normal mouse is plugged in.

2004-03-23 Thread Greg Meyer
On Tuesday 23 March 2004 08:01 pm, Marc Resnick wrote:
 My synaptics driver for my touchpad will work after a fresh reboot,
 because I added evdev to modules.preload. But as soon as I plug my
 regular mouse in, the touchpad will cease to work until I reboot again.
 I try modprobe evdev, but there is no change. My XFree86 config is
 correct, because it worked fine before I upgraded from the 2.6.2 to
 2.6.3 kernel. I checked it to make sure it was the same.

 Any suggestions?

Here are my input device sections of XF86Config-4.

Section InputDevice
Identifier Mouse1
Driver synaptics
Option Protocol auto-dev
Option Device /dev/psaux
Option MaxSpeed 0.18
Option MinSpeed 0.02
Option BottomEdge 4000
Option SHMConfig on
# Option Repeater  /dev/ps2mouse
Option LeftEdge 1900
Option FingerLow 25
Option MaxTapTime 180
Option MaxTapMove 220
Option FingerHigh 30
Option VertScrollDelta 100
Option TopEdge 1900
Option RightEdge 5400
Option AccelFactor 0.0010
EndSection

Section InputDevice
Identifier Mouse2
Driver mouse
Option Protocol ExplorerPS/2
Option Device /dev/mouse
Option ZAxisMapping 4 5
EndSection
-- 
/g


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Synaptics driver not loading after normal mouse is plugged in.

2004-03-23 Thread Marc Resnick
Greg Meyer wrote:

On Tuesday 23 March 2004 08:01 pm, Marc Resnick wrote:
 

My synaptics driver for my touchpad will work after a fresh reboot,
because I added evdev to modules.preload. But as soon as I plug my
regular mouse in, the touchpad will cease to work until I reboot again.
I try modprobe evdev, but there is no change. My XFree86 config is
correct, because it worked fine before I upgraded from the 2.6.2 to
2.6.3 kernel. I checked it to make sure it was the same.
Any suggestions?

   

Here are my input device sections of XF86Config-4.

Section InputDevice
   Identifier Mouse1
   Driver synaptics
   Option Protocol auto-dev
   Option Device /dev/psaux
   Option MaxSpeed 0.18
   Option MinSpeed 0.02
   Option BottomEdge 4000
   Option SHMConfig on
   # Option Repeater  /dev/ps2mouse
   Option LeftEdge 1900
   Option FingerLow 25
   Option MaxTapTime 180
   Option MaxTapMove 220
   Option FingerHigh 30
   Option VertScrollDelta 100
   Option TopEdge 1900
   Option RightEdge 5400
   Option AccelFactor 0.0010
EndSection
Section InputDevice
   Identifier Mouse2
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/mouse
   Option ZAxisMapping 4 5
EndSection
 

 

Here are mine:

Section InputDevice
   Identifier Mouse2
   Driver synaptics
   Option Protocol auto-dev
   Option Device /dev/psaux
   Option MinSpeed 0.06
   Option MaxSpeed 0.12
   Option BottomEdge 4200
   Option SHMConfig on
   # OptionRepeater/dev/ps2mouse
   Option LeftEdge 1700
   Option FingerLow 25
   Option MaxTapTime 180
   Option MaxTapMove 220
   Option FingerHigh 30
   Option VertScrollDelta 100
   Option TopEdge 1700
   Option RightEdge 5300
   Option AccelFactor 0.0010
EndSection
Section InputDevice
   Identifier Mouse1
   Driver mouse
   Option Protocol IMPS/2
   Option Device /dev/mouse
   Option ZAxisMapping 4 5
EndSection
And my server layout:

Section ServerLayout
   Identifier layout1
   InputDevice Keyboard1 CoreKeyboard
   InputDevice Mouse1 CorePointer
   InputDevice Mouse2 AlwaysCore
   Screen screen1
EndSection
I still think it has something to do with evdev, though.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com

 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com