Hello angelbeast
If you are using Fedora 9 then tapping can be a problem as installed.
For Fedora 10 it's much better as long as you have a synaptics touchpad, still a few problems if you have an Alps Glidepoint though.
These are the changes I had to make in F9 for a synaptics pad:
Quote:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "SendCoreEvents"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
|
These are changes to the xorg.conf file. The first section just has an addition to it, the second section needs creating from scratch.
Do be careful with the typing, one mistake can leave you unable to boot into a graphical desktop and you would then need to be able to edit xorg.conf from the command line.
Post back with questions or problems.