Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Touchpad and USB mouse problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Fraker
n00b
n00b


Joined: 08 Oct 2003
Posts: 47
Location: France

PostPosted: Sat Feb 14, 2004 3:26 am    Post subject: Touchpad and USB mouse problem Reply with quote

Hi,

I've had some problems to configure my Crosoft USB Mouse and my Touchpad and I noticed that there were still some bored user who doesn't manage to fix it. I've one solution to propose to U.
Note that it works both on gentoo and debian (logic isn't it?)

Code:
Section "InputDevice"
   Identifier   "TouchPad"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Identifier   "USB Mouse"
   Driver      "mouse"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection


Of course, you have to add this data in your xfree config file located in /etc/X11/XF86Config

Hope it will help someone
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum