Thank you, and is there any gui util or something where can i "tune up" those settings?
But thank you, yes i know xorg.conf (done lot of playings with ATI , dual displays ...) Regards, D. On Sat, Aug 16, 2008 at 5:03 PM, Mike <[EMAIL PROTECTED]> wrote: > David Hláčik <david <at> hlacik.eu> writes: > > > > > Hello guys,i have problem with my touchpad (Asus notebook F3Series) on > Fedora > > My xorg.conf for a Dell M4300 is > > # Xorg configuration created by livna-config-display > > Section "ServerLayout" > Identifier "Default Layout" > Screen 0 "Screen0" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "TouchPad" "CorePointer" > EndSection > > Section "Files" > ModulePath "/usr/lib/xorg/modules/extensions/nvidia" > ModulePath "/usr/lib/xorg/modules" > EndSection > > Section "ServerFlags" > Option "AIGLX" "on" > EndSection > > Section "InputDevice" > > # keyboard added by rhpxl > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "gb" > EndSection > > Section "InputDevice" > Identifier "TouchPad" > Driver "synaptics" > Option "Device" "/dev/input/mice" > Option "Protocol" "auto-dev" > Option "Emulate3Buttons" "yes" > Option "SHMConfig" "on" > Option "SendCoreEvents" "True" > Option "RTCornerButton" "2" > Option "RBCornerButton" "3" > Option "TapButton1" "1" > Option "TapButton2" "2" > Option "TapButton3" "3" > Option "LeftEdge" "120" > Option "RightEdge" "830" > Option "TopEdge" "120" > Option "BottomEdge" "650" > Option "FingerLow" "14" > Option "FingerHigh" "15" > Option "MaxTapMove" "200" > Option "VertScrollDelta" "20" > Option "HorizScrollDelta" "20" > Option "MinSpeed" "1.3" > Option "MaxSpeed" "9.75" > EndSection > > Section "Device" > Identifier "Videocard0" > Driver "nvidia" > Option "AddARGBGLXVisuals" "True" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Videocard0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > Section "Extensions" > Option "Composite" "Enable" > EndSection > > This has nvidia lines in it which you may not need - but the main > points are that there is a new line in serverlayout to define the touchpad > > and there is a whole new section for the touchpad inputdevice with its > defined parameters... > > If you have never messed with this before then make sure you keep a > backup of your existing xorg.conf.... change the lines you need, then > go to a new VT and logon as root... and restart X by doing > # telinit 3 > return to the VT where root is logged in and > # telinit 5 > Then login again and see if it works as you want.... if not then change > the parameters in xorg.conf and try again - if completely messed up then > copy back your original xorg.conf and restart X - > > HTH > > -- > fedora-list mailing list > [email protected] > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
