You are not logged in.

#1 2007-05-09 18:29:52

mezcal
Member
From: Czech Republic
Registered: 2006-01-31
Posts: 67
Website

mouse problem after upgrade [SOLVED]

hello,
I have upgraded xf86-input-mouse. My USB mouse has not been working since this time.
Has anybody the same problem?
I have laptop with touchpad. The touchpad is working.

my xorg.conf

Section "ServerLayout"                                                          
        Identifier     "X.org Configured"                                       
        Screen      0  "Screen0" 0 0                                            
        InputDevice    "Touchpad0" "AlwaysCore"                                 
        InputDevice    "Mouse0" "CorePointer"                                   
        InputDevice    "Keyboard0" "CoreKeyboard"                               
EndSection                                                                      
              

Section "InputDevice"                                                           
        Identifier      "Mouse0"                                                
        Driver  "mouse"                                                         
        Option "Device"      "/dev/input/mice"                                  
        Option "Protocol"    "IMPS/2"                                           
        Option "SendCoreEvents" "true"                                          
                                                                                
        Option "ZAxisMapping" "4 5"                                             
        Option "Buttons" "5"                                                    
EndSection  

Section "InputDevice"                                                           
        Identifier "Touchpad0" 
        Driver     "synaptics"                                                  
        # Option     "Device"         "/dev/input/event1"                       
        Option     "Device"         "/dev/psaux"                                
        Option     "Protocol"       "auto-dev"                                  
        Option     "LeftEdge"       "1700"                                      
        Option     "RightEdge"      "5300"                                      
        Option     "TopEdge"        "1700"                                      
        Option     "BottomEdge"     "4200"                                      
        Option     "FingerLow"      "20"                                        
        Option     "FingerHigh"     "30"                                        
        Option     "MaxTapTime"     "180"                                       
        Option     "MaxTapMove"     "220"                                       
        Option     "VertScrollDelta" "100"                                      
        Option  "MinSpeed"      "0.08"                                          
        Option  "MaxSpeed"      "0.18"                                          
        Option  "AccelFactor"   "0.0010"                                        
        Option  "SHMConfig"     "on"                                            
        #Option "TapButton2"    "2"                                             
        #Option "TapButton1"    "1"                                             
        #Option "Repeater"      "/dev/ps2mouse"                                 
EndS

Last edited by mezcal (2007-05-10 06:28:55)

Offline

#2 2007-05-09 19:22:35

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: mouse problem after upgrade [SOLVED]

If the new package doesn't work, you might want to roll back to the older version and wait until there is another upgrade...

pacman -U /var/cache/pacman/pkg/xf86-input-mouse-1.1.1-1.pkg.tar.gz

Offline

#3 2007-05-09 22:02:03

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: mouse problem after upgrade [SOLVED]

Try using
Option "Protocol" "auto"

Offline

#4 2007-05-10 06:28:19

mezcal
Member
From: Czech Republic
Registered: 2006-01-31
Posts: 67
Website

Re: mouse problem after upgrade [SOLVED]

thx
I have solved. I unplugd the mouse and plugd again to the USB port. Thats all.
I had tried restarting, changing xorg.conf.

The simplest solution is the best. big_smile

Offline

Board footer

Powered by FluxBB