Touchpad Problem

Paolo Dona' vik at 3jv.com
Wed Jan 28 11:51:21 UTC 2004


Hi,
I've got an ASUS Laptop (L3800 Series, the 3820 exactly).
I installed FC1 from scratch few weeks ago and I noticed that my
touchpad didn't work.

I also saw that it worked with the Knoppix 3.2.
Now I've modified my /etc/X11/XF86Config file adding a simple
InputDevice section and modifying the ServerLayout section this way :

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "TouchPad"
EndSection

Section "InputDevice"
	Identifier  "TouchPad"
	Driver	    "Mouse"
	Option      "Protocol" "auto"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/psaux"
	Option	    "Emulate3Buttons" "true"
	Option	    "Emulate3Timeout" "70"
	Option	    "SendCoreEvents" "true"
EndSection

And the TouchPad now Works!!! 
Well, I didn't modify any driver or kernel module.. so why Anaconda
can't recognize it???
How can I send this bug to Developers??

Regards,
Paolo






More information about the fedora-list mailing list