trackpoint scrolling button
Posted: Sat Dec 08, 2007 1:19 pm
Hi all !
Since i'm on Fedora 7, i have never succeeded in using the middle trackpoint button. I tried to include the right options in my xorg.conf but i don't know where to put them... It craches my xorg or it simply does not work !
I have to admit that it was easier on a debian system
Here is my xorg... If someone knows how to get it working, please tell me
!
Thanks very much.

Since i'm on Fedora 7, i have never succeeded in using the middle trackpoint button. I tried to include the right options in my xorg.conf but i don't know where to put them... It craches my xorg or it simply does not work !
I have to admit that it was easier on a debian system
Here is my xorg... If someone knows how to get it working, please tell me
Thanks very much.
Code: Select all
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
Option "DynamicClocks" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection