Configure TrackPoint notes under Ubuntu9.0.4. First, find the device number grepIBM/var/log/Xorg.0.log and modify/etc/X11/xorg. confxorg. conf // to add the following content. Restart Section "InputDevice" Identifier "ConfiguredMouse" Driver & nb
Configure TrackPoint notes in Ubuntu 9.0.4.
First find the device number
Grep IBM/var/log/Xorg.0.log
Modify/etc/X11/xorg. conf
Xorg. conf
// Add the following content and restart
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event9"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Inputdevice "Configured Mouse"
EndSection
// If not, try the following method:
Another 8.10
Create File:/etc/hal/fdi/policy/mouse-wheel.fdi
Code:
True
2
4 5
True