Hi,
I try to summarize what I have read in this thread. You are dealing with
two problems, which may be related, or simply co-occur:
- Inputs from devices that report relative coordinates - that is, the
trackpoint, and the touchpad in "non-native" mode - cause cursor jumps
(only at the start of a movement, did I get that right?).
- Occasionally, typing triggers a motion event (I assume that this, in
turn, triggers a cursor jump because of the first problem).
You have reported that you don't observe these problems with fvwm, which
suggests that there is something that confuses your window manager, or
causes it to confuse X. If you want to know what this "something" is,
it might be useful to start testing with a minimal setup. You could
delete or rename your xorg.conf, reboot the laptop, and disable ims and
pms in the kernel:
At the boot prompt, enter
> boot -c
and at the UKC prompt:
UKC> disable ims
UKC> disable pms
UKC> quit
(The changes to the kernel configuration are temporary.)
The trackpoint should be dead in this setup. Can you use the touchpad
normally then? Do the mechanical buttons work?. Does typing for some
time cause motion events?
The latter might not be noticeable if there are no cursor jumps, but
running
> xinput test /dev/wsmouse0
during the tests would report these events. (With X reading events from
/dev/wsmouse0, nothing should be transferred via the mux device.)
The next steps will depend on the results. Perhaps you can proceed with
disabling ims only, or ims and imt and test the trackpoint only. If
changing the set of kernel drivers doesn't change or reveal anything, then
it might be necessary to have a closer look at the events and verify that
the drivers do what they should do.
On 8/8/26 03:46, Jonathan Thornburg wrote:
> Hi Kihaguru,
>
> Ok, I've tried your latest suggestions:
>
> I used this xorg.conf:
>
> --- begin /etc/X11/xorg.conf ---
> Section "InputClass"
> Identifier "wsmouse touchpad"
> Driver "synaptics"
> MatchIsTouchpad "on"
> EndSection
>
> Section "InputDevice"
> Identifier "TrackPoint and buttons"
> Driver "ws"
> Option "Device" "/dev/wsmouse2"
> Option "AutoServerLayout" "true"
> EndSection
> --- end /etc/X11/xorg.conf ---
>
> Restarting the X server produced the Xorg.0.log file given below,
> and (after logging in again -- no xenodm-login-window delays this time),
> xinput then produced the output
>
> --- begin `xinput list` output ---
> + Virtual core pointer id=2 [master pointer (3)]
> | + Virtual core XTEST pointer id=4 [slave pointer
> (2)]
> | + TrackPoint and buttons id=6 [slave pointer
> (2)]
> | + /dev/wsmouse0 id=8 [slave pointer
> (2)]
> | + /dev/wsmouse id=9 [slave pointer
> (2)]
> + Virtual core keyboard id=3 [master keyboard (2)]
> + Virtual core XTEST keyboard id=5 [slave
> keyboard (3)]
> + /dev/wskbd id=7 [slave
> keyboard (3)]
> --- end `xinput list` output ---
>
> I then typed
>
> xinput disable "/dev/wsmouse"
>
> following which xinput produced the output
>
> --- begin `xinput list` output ---
> + Virtual core pointer id=2 [master pointer (3)]
> | + Virtual core XTEST pointer id=4 [slave pointer
> (2)]
> | + TrackPoint and buttons id=6 [slave pointer
> (2)]
> | + /dev/wsmouse0 id=8 [slave pointer
> (2)]
> + Virtual core keyboard id=3 [master keyboard (2)]
> + Virtual core XTEST keyboard id=5 [slave
> keyboard (3)]
> + /dev/wskbd id=7 [slave
> keyboard (3)]
> ∼ /dev/wsmouse id=9 [floating slave]
> --- end `xinput list` output'
>
> so at least the disable worked properly. I don't know why xinput is
> printing 3 non-7-bit-ASCII characters at the start of the /dev/wsmouse
> entry, but they're reproducable. Moving on.....
>
> In this state,
> * using the touchpad, the cursor still jumps "occasionally"
> * the touchpad's mechanical buttons work fine
> * using the trackpoint ("nipple"), the cursor *always* jumps
>
> Here is the Xorg.0.log I got when restarting the X server:
>
> --- begin /var/log/Xorg.0.log ---
> [700066.550] (WW) checkDevMem: failed to open /dev/mem and /dev/xf86
> (Operation not permitted)
> Check that you have set 'machdep.allowaperture=1'
> in /etc/sysctl.conf and reboot your machine
> refer to xf86(4) for details
> [700066.550] linear framebuffer access unavailable
> [700066.555] (--) Using wscons driver on /dev/ttyC4
> [700066.561]
> X.Org X Server 1.21.1.21
> X Protocol Version 11, Revision 0
> [700066.561] Current Operating System: OpenBSD nickel.bkis-orchard.net 7.9
> GENERIC.MP#4 amd64
> [700066.561]
> [700066.561] Current version of pixman: 0.46.4
> [700066.561] Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> [700066.561] Markers: (--) probed, (**) from config file, (==) default
> setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [700066.561] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 7 12:16:35
> 2026
> [700066.561] (==) Using config file: "/etc/X11/xorg.conf"
> [700066.561] (==) Using system config directory
> "/usr/X11R6/share/X11/xorg.conf.d"
> [700066.562] (==) No Layout section. Using the first Screen section.
> [700066.562] (==) No screen section available. Using defaults.
> [700066.562] (**) |-->Screen "Default Screen Section" (0)
> [700066.562] (**) | |-->Monitor "<default monitor>"
> [700066.562] (==) No monitor specified for screen "Default Screen Section".
> Using a default monitor configuration.
> [700066.562] (**) |-->Input Device "TrackPoint and buttons"
> [700066.563] (**) Allowing byte-swapped clients
> [700066.563] (==) Automatically adding devices
> [700066.563] (==) Automatically enabling devices
> [700066.563] (==) Not automatically adding GPU devices
> [700066.563] (==) Automatically binding GPU devices
> [700066.563] (==) Max clients allowed: 256, resource mask: 0x1fffff
> [700066.563] (==) FontPath set to:
> /usr/X11R6/lib/X11/fonts/misc/,
> /usr/X11R6/lib/X11/fonts/TTF/,
> /usr/X11R6/lib/X11/fonts/OTF/,
> /usr/X11R6/lib/X11/fonts/Type1/,
> /usr/X11R6/lib/X11/fonts/100dpi/,
> /usr/X11R6/lib/X11/fonts/75dpi/
> [700066.563] (==) ModulePath set to "/usr/X11R6/lib/modules"
> [700066.563] (II) The server relies on wscons to provide the list of input
> devices.
> If no devices become available, reconfigure wscons or disable
> AutoAddDevices.
> [700066.563] (II) Loader magic: 0x161a047a880
> [700066.563] (II) Module ABI versions:
> [700066.563] X.Org ANSI C Emulation: 0.4
> [700066.563] X.Org Video Driver: 25.2
> [700066.563] X.Org XInput driver : 24.4
> [700066.563] X.Org Server Extension : 10.0
> [700066.563] (--) PCI:*(0@0:2:0) 8086:7d45:17aa:2327 rev 8, Mem @
> 0x4058000000/16777216, 0x4000000000/268435456
> [700066.563] (II) LoadModule: "glx"
> [700066.565] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
> [700066.582] (II) Module glx: vendor="X.Org Foundation"
> [700066.582] compiled for 1.21.1.21, module version = 1.0.0
> [700066.582] ABI class: X.Org Server Extension, version 10.0
> [700066.583] (==) Matched modesetting as autoconfigured driver 0
> [700066.583] (==) Assigned the driver to the xf86ConfigLayout
> [700066.583] (II) LoadModule: "modesetting"
> [700066.583] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
> [700066.583] (II) Module modesetting: vendor="X.Org Foundation"
> [700066.583] compiled for 1.21.1.21, module version = 1.21.1
> [700066.583] Module class: X.Org Video Driver
> [700066.583] ABI class: X.Org Video Driver, version 25.2
> [700066.583] (II) LoadModule: "ws"
> [700066.584] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
> [700066.585] (II) Module ws: vendor="X.Org Foundation"
> [700066.585] compiled for 1.21.1.21, module version = 1.3.0
> [700066.585] Module class: X.Org XInput Driver
> [700066.585] ABI class: X.Org XInput driver, version 24.4
> [700066.585] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
> [700066.585] (**) modeset(0): claimed PCI slot 0@0:2:0
> [700066.585] (II) modeset(0): using default device
> [700066.593] (II) modeset(0): Creating default Display subsection in Screen
> section
> "Default Screen Section" for depth/fbbpp 24/32
> [700066.593] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
> [700066.593] (==) modeset(0): RGB weight 888
> [700066.593] (==) modeset(0): Default visual is TrueColor
> [700066.593] (II) Loading sub module "glamoregl"
> [700066.593] (II) LoadModule: "glamoregl"
> [700066.594] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
> [700066.596] (II) Module glamoregl: vendor="X.Org Foundation"
> [700066.596] compiled for 1.21.1.21, module version = 1.0.1
> [700066.596] ABI class: X.Org ANSI C Emulation, version 0.4
> [700066.650] (II) modeset(0): glamor: Using OpenGL 4.5 context.
> [700066.650] (II) modeset(0): Refusing to try glamor on llvmpipe
> [700066.664] (II) modeset(0): glamor initialization failed
> [700066.664] (II) modeset(0): ShadowFB: preferred YES, enabled YES
> [700066.664] (II) modeset(0): Double-buffered shadow updates: off
> [700066.664] (II) modeset(0): Atomic modesetting disabled
> [700066.664] (WW) modeset(0): TearFree requires Glamor acceleration
> [700066.666] (II) modeset(0): Output eDP-1 has no monitor section
> [700066.671] (II) modeset(0): Output HDMI-1 has no monitor section
> [700066.671] (II) modeset(0): Output DP-1 has no monitor section
> [700066.671] (II) modeset(0): Output DP-2 has no monitor section
> [700066.671] (II) modeset(0): Output DP-3 has no monitor section
> [700066.671] (II) modeset(0): Output DP-4 has no monitor section
> [700066.673] (II) modeset(0): EDID for output eDP-1
> [700066.673] (II) modeset(0): Manufacturer: BOE Model: a31 Serial#: 0
> [700066.673] (II) modeset(0): Year: 2021 Week: 15
> [700066.673] (II) modeset(0): EDID Version: 1.4
> [700066.673] (II) modeset(0): Digital Display Input
> [700066.673] (II) modeset(0): 8 bits per channel
> [700066.673] (II) modeset(0): Digital interface is DisplayPort
> [700066.673] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 22
> [700066.673] (II) modeset(0): Gamma: 2.20
> [700066.673] (II) modeset(0): No DPMS capabilities specified
> [700066.673] (II) modeset(0): Supported color encodings: RGB 4:4:4
> [700066.673] (II) modeset(0): Default color space is primary color space
> [700066.673] (II) modeset(0): First detailed timing is preferred mode
> [700066.673] (II) modeset(0): Preferred mode is native pixel format and
> refresh rate
> [700066.674] (II) modeset(0): Display is continuous-frequency
> [700066.674] (II) modeset(0): redX: 0.586 redY: 0.366 greenX: 0.345 greenY:
> 0.573
> [700066.674] (II) modeset(0): blueX: 0.161 blueY: 0.126 whiteX: 0.313
> whiteY: 0.329
> [700066.674] (II) modeset(0): Manufacturer's mask: 0
> [700066.674] (II) modeset(0): Supported detailed timing:
> [700066.674] (II) modeset(0): clock: 161.8 MHz Image Size: 345 x 215 mm
> [700066.674] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000
> h_blank_end 2140 h_border: 0
> [700066.674] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209
> v_blanking: 1260 v_border: 0
> [700066.674] (II) modeset(0): Ranges: V min: 40 V max: 60 Hz, H min: 76 H
> max: 76 kHz, PixClock max 165 MHz
> [700066.674] (II) modeset(0): BOE CQ
> [700066.674] (II) modeset(0): NV160WUM-N43
> [700066.674] (II) modeset(0): Number of EDID sections to follow: 1
> [700066.674] (II) modeset(0): EDID (in hex):
> [700066.674] (II) modeset(0): 00ffffffffffff0009e5310a00000000
> [700066.674] (II) modeset(0): 0f1f0104a5221678073755965d589229
> [700066.674] (II) modeset(0): 20505400000001010101010101010101
> [700066.674] (II) modeset(0): 010101010101333f80dc70b03c403020
> [700066.674] (II) modeset(0): 360059d71000001a000000fd00283c4c
> [700066.674] (II) modeset(0): 4c10010a202020202020000000fe0042
> [700066.674] (II) modeset(0): 4f452043510a202020202020000000fe
> [700066.674] (II) modeset(0): 004e5631363057554d2d4e34330a0159
> [700066.674] (II) modeset(0): 02030000681a00000101283c00000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 00000000000000000000000000000000
> [700066.674] (II) modeset(0): 000000000000000000000000000015fe
> [700066.674] (II) modeset(0): Printing probed modes for output eDP-1
> [700066.674] (II) modeset(0): Modeline "1920x1200"x60.0 161.79 1920 1968
> 2000 2140 1200 1203 1209 1260 +hsync -vsync (75.6 kHz eP)
> [700066.674] (II) modeset(0): Modeline "1920x1200"x60.0 154.13 1920 1968
> 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.1 kHz d)
> [700066.674] (II) modeset(0): Modeline "1920x1080"x60.0 138.66 1920 1968
> 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz d)
> [700066.674] (II) modeset(0): Modeline "1600x1200"x60.0 162.01 1600 1664
> 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "1680x1050"x60.0 119.24 1680 1728
> 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.8 kHz d)
> [700066.674] (II) modeset(0): Modeline "1400x1050"x60.0 122.05 1400 1488
> 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
> [700066.674] (II) modeset(0): Modeline "1600x900"x60.0 97.79 1600 1648
> 1680 1760 900 903 908 926 +hsync -vsync (55.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "1280x1024"x60.0 107.97 1280 1328
> 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "1400x900"x60.0 86.68 1400 1448
> 1480 1560 900 903 913 926 +hsync -vsync (55.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376
> 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "1440x810"x60.0 151.94 1440 1464
> 1480 1520 810 811 814 833 doublescan +hsync -vsync (100.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "1368x768"x60.0 72.43 1368 1416
> 1448 1528 768 771 781 790 +hsync -vsync (47.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "1280x800"x60.0 71.11 1280 1328
> 1360 1440 800 803 809 823 +hsync -vsync (49.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "1280x720"x60.0 64.02 1280 1328
> 1360 1440 720 723 728 741 +hsync -vsync (44.5 kHz d)
> [700066.674] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048
> 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128
> 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "928x696"x60.0 109.06 928 976 1088
> 1264 696 696 698 719 doublescan -hsync +vsync (86.3 kHz d)
> [700066.674] (II) modeset(0): Modeline "896x672"x60.0 102.38 896 960 1060
> 1224 672 672 674 697 doublescan -hsync +vsync (83.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "1024x576"x60.0 42.13 1024 1072
> 1104 1184 576 579 584 593 +hsync -vsync (35.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000
> 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "960x540"x60.0 37.36 960 1008 1040
> 1120 540 543 548 556 +hsync -vsync (33.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "800x600"x60.0 38.40 800 824 896
> 1024 600 601 603 625 +hsync +vsync (37.5 kHz d)
> [700066.674] (II) modeset(0): Modeline "840x525"x60.0 59.62 840 864 880
> 920 525 526 529 540 doublescan +hsync -vsync (64.8 kHz d)
> [700066.674] (II) modeset(0): Modeline "864x486"x60.0 30.72 864 912 944
> 1024 486 489 494 500 +hsync -vsync (30.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "700x525"x60.0 61.03 700 744 820
> 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
> [700066.674] (II) modeset(0): Modeline "800x450"x60.0 48.89 800 824 840
> 880 450 451 454 463 doublescan +hsync -vsync (55.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "640x512"x60.0 53.98 640 664 720
> 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "700x450"x60.0 43.34 700 724 740
> 780 450 451 456 463 doublescan +hsync -vsync (55.6 kHz d)
> [700066.674] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752
> 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
> [700066.674] (II) modeset(0): Modeline "720x405"x60.0 22.12 720 768 800
> 880 405 408 413 419 +hsync -vsync (25.1 kHz d)
> [700066.674] (II) modeset(0): Modeline "684x384"x60.0 36.21 684 708 724
> 764 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "640x360"x60.0 17.95 640 688 720
> 800 360 363 368 374 +hsync -vsync (22.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592
> 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "512x288"x60.0 21.03 512 536 552
> 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
> [700066.674] (II) modeset(0): Modeline "480x270"x60.0 18.68 480 504 520
> 560 270 271 274 278 doublescan +hsync -vsync (33.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "400x300"x60.0 19.17 400 412 448
> 512 300 300 301 312 doublescan +hsync +vsync (37.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "432x243"x60.0 15.36 432 456 472
> 512 243 244 247 250 doublescan +hsync -vsync (30.0 kHz d)
> [700066.674] (II) modeset(0): Modeline "320x240"x60.0 12.58 320 328 376
> 400 240 245 246 262 doublescan -hsync -vsync (31.4 kHz d)
> [700066.674] (II) modeset(0): Modeline "360x202"x60.0 11.04 360 384 400
> 440 202 204 206 209 doublescan +hsync -vsync (25.1 kHz d)
> [700066.674] (II) modeset(0): Modeline "320x180"x60.0 8.98 320 344 360
> 400 180 181 184 187 doublescan +hsync -vsync (22.4 kHz d)
> [700066.678] (II) modeset(0): EDID for output HDMI-1
> [700066.678] (II) modeset(0): EDID for output DP-1
> [700066.678] (II) modeset(0): EDID for output DP-2
> [700066.678] (II) modeset(0): EDID for output DP-3
> [700066.678] (II) modeset(0): EDID for output DP-4
> [700066.678] (II) modeset(0): Output eDP-1 connected
> [700066.678] (II) modeset(0): Output HDMI-1 disconnected
> [700066.678] (II) modeset(0): Output DP-1 disconnected
> [700066.678] (II) modeset(0): Output DP-2 disconnected
> [700066.678] (II) modeset(0): Output DP-3 disconnected
> [700066.678] (II) modeset(0): Output DP-4 disconnected
> [700066.678] (II) modeset(0): Using exact sizes for initial modes
> [700066.678] (II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0
> [700066.678] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
> [700066.678] (--) modeset(0): Display dimensions: (345, 215) mm
> [700066.678] (--) modeset(0): DPI set to (141, 141)
> [700066.678] (II) Loading sub module "fb"
> [700066.678] (II) LoadModule: "fb"
> [700066.678] (II) Module "fb" already built-in
> [700066.678] (II) Loading sub module "shadow"
> [700066.678] (II) LoadModule: "shadow"
> [700066.680] (II) Loading /usr/X11R6/lib/modules/libshadow.so
> [700066.680] (II) Module shadow: vendor="X.Org Foundation"
> [700066.680] compiled for 1.21.1.21, module version = 1.1.0
> [700066.680] ABI class: X.Org ANSI C Emulation, version 0.4
> [700066.681] (==) modeset(0): Backing store enabled
> [700066.681] (==) modeset(0): Silken mouse enabled
> [700066.760] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
> [700066.760] (==) modeset(0): DPMS enabled
> [700066.760] (II) Initializing extension Generic Event Extension
> [700066.760] (II) Initializing extension SHAPE
> [700066.760] (II) Initializing extension MIT-SHM
> [700066.761] (II) Initializing extension XInputExtension
> [700066.761] (II) Initializing extension XTEST
> [700066.761] (II) Initializing extension BIG-REQUESTS
> [700066.761] (II) Initializing extension SYNC
> [700066.761] (II) Initializing extension XKEYBOARD
> [700066.762] (II) Initializing extension XC-MISC
> [700066.762] (II) Initializing extension SECURITY
> [700066.762] (II) Initializing extension XFIXES
> [700066.762] (II) Initializing extension RENDER
> [700066.762] (II) Initializing extension RANDR
> [700066.763] (II) Initializing extension COMPOSITE
> [700066.763] (II) Initializing extension DAMAGE
> [700066.763] (II) Initializing extension MIT-SCREEN-SAVER
> [700066.763] (II) Initializing extension DOUBLE-BUFFER
> [700066.764] (II) Initializing extension RECORD
> [700066.764] (II) Initializing extension DPMS
> [700066.764] (II) Initializing extension Present
> [700066.764] (II) Initializing extension DRI3
> [700066.765] (II) Initializing extension X-Resource
> [700066.766] (II) Initializing extension XVideo
> [700066.766] (II) Initializing extension XVideo-MotionCompensation
> [700066.766] (II) Initializing extension GLX
> [700066.766] (II) AIGLX: Screen 0 is not DRI2 capable
> [700066.770] (II) IGLX: Loaded and initialized swrast
> [700066.770] (II) GLX: Initialized DRISWRAST GL provider for screen 0
> [700066.770] (II) Initializing extension XFree86-VidModeExtension
> [700066.770] (II) Initializing extension XFree86-DGA
> [700066.770] (II) Initializing extension XFree86-DRI
> [700066.771] (II) Initializing extension DRI2
> [700066.771] (II) modeset(0): Damage tracking initialized
> [700066.771] (II) modeset(0): Setting screen physical size to 345 x 215
> [700066.808] (II) Using input driver 'ws' for 'TrackPoint and buttons'
> [700066.808] (**) TrackPoint and buttons: always reports core events
> [700066.808] (II) ws: TrackPoint and buttons: debuglevel 0
> [700066.808] (**) Option "Device" "/dev/wsmouse2"
> [700066.808] (**) ws: TrackPoint and buttons: ZAxisMapping: buttons 4 and 5
> [700066.808] (**) ws: TrackPoint and buttons: WAxisMapping: buttons 6 and 7
> [700066.808] (**) ws: TrackPoint and buttons: associated screen: 0
> [700066.869] (II) ws: TrackPoint and buttons: minimum x position: 0
> [700066.869] (II) ws: TrackPoint and buttons: maximum x position: 1919
> [700066.869] (II) ws: TrackPoint and buttons: minimum y position: 0
> [700066.869] (II) ws: TrackPoint and buttons: maximum y position: 1199
> [700066.869] (==) ws: TrackPoint and buttons: Buttons: 7
> [700066.873] (**) ws: TrackPoint and buttons: YAxisMapping: buttons 4 and 5
> [700066.873] (II) XINPUT: Adding extended input device "TrackPoint and
> buttons" (type: MOUSE, id 6)
> [700066.934] (**) TrackPoint and buttons: (accel) keeping acceleration scheme
> 1
> [700066.934] (**) TrackPoint and buttons: (accel) acceleration profile 0
> [700066.934] (**) TrackPoint and buttons: (accel) acceleration factor: 2.000
> [700066.934] (**) TrackPoint and buttons: (accel) acceleration threshold: 4
> [700066.934] (II) config/wscons: checking input device /dev/wskbd
> [700066.934] (II) wskbd: using layout us
> [700066.934] (II) LoadModule: "kbd"
> [700066.935] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
> [700066.937] (II) Module kbd: vendor="X.Org Foundation"
> [700066.937] compiled for 1.21.1.21, module version = 2.1.0
> [700066.937] Module class: X.Org XInput Driver
> [700066.937] ABI class: X.Org XInput driver, version 24.4
> [700066.937] (II) Using input driver 'kbd' for '/dev/wskbd'
> [700066.937] (**) /dev/wskbd: always reports core events
> [700066.937] (**) /dev/wskbd: always reports core events
> [700066.937] (**) Option "Protocol" "standard"
> [700066.937] (**) Option "XkbRules" "base"
> [700066.937] (**) Option "XkbModel" "pc105"
> [700066.937] (**) Option "XkbLayout" "us"
> [700066.937] (II) XINPUT: Adding extended input device "/dev/wskbd" (type:
> KEYBOARD, id 7)
> [700067.040] (II) config/wscons: checking input device /dev/wsmouse0
> [700067.040] (**) /dev/wsmouse0: Applying InputClass "wsmouse touchpad"
> [700067.040] (II) LoadModule: "synaptics"
> [700067.042] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
> [700067.043] (II) Module synaptics: vendor="X.Org Foundation"
> [700067.043] compiled for 1.21.1.21, module version = 1.10.0
> [700067.043] Module class: X.Org XInput Driver
> [700067.043] ABI class: X.Org XInput driver, version 24.4
> [700067.043] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
> [700067.043] (**) /dev/wsmouse0: always reports core events
> [700067.043] (**) Option "Device" "/dev/wsmouse0"
> [700067.260] (--) synaptics: /dev/wsmouse0: x-axis range 0 - 1343 resolution
> 12
> [700067.260] (--) synaptics: /dev/wsmouse0: y-axis range 0 - 761 resolution 12
> [700067.261] (**) /dev/wsmouse0: always reports core events
> [700067.262] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type:
> TOUCHPAD, id 8)
> [700067.262] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant
> deceleration 2.5
> [700067.262] (**) synaptics: /dev/wsmouse0: (accel) MaxSpeed is now 1.75
> [700067.262] (**) synaptics: /dev/wsmouse0: (accel) AccelFactor is now 0.130
> [700067.262] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
> [700067.262] (**) /dev/wsmouse0: (accel) acceleration profile 1
> [700067.262] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
> [700067.262] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
> [700067.370] (II) config/wscons: checking input device /dev/wsmouse1
> [700067.370] (**) /dev/wsmouse1: Applying InputClass "wsmouse touchpad"
> [700067.370] (II) Using input driver 'synaptics' for '/dev/wsmouse1'
> [700067.371] (**) /dev/wsmouse1: always reports core events
> [700067.371] (**) Option "Device" "/dev/wsmouse1"
> [700067.371] (--) synaptics: /dev/wsmouse1: x-axis range 0 - 0 resolution 0
> [700067.371] (--) synaptics: /dev/wsmouse1: y-axis range 0 - 0 resolution 0
> [700067.371] (--) synaptics: /dev/wsmouse1: invalid x-axis range. defaulting
> to 1615 - 5685
> [700067.371] (--) synaptics: /dev/wsmouse1: invalid y-axis range. defaulting
> to 1729 - 4171
> [700067.371] (**) /dev/wsmouse1: always reports core events
> [700067.371] (II) XINPUT: Adding extended input device "/dev/wsmouse1" (type:
> TOUCHPAD, id 9)
> [700067.371] (**) synaptics: /dev/wsmouse1: (accel) MinSpeed is now constant
> deceleration 2.5
> [700067.371] (**) synaptics: /dev/wsmouse1: (accel) MaxSpeed is now 1.75
> [700067.371] (**) synaptics: /dev/wsmouse1: (accel) AccelFactor is now 0.042
> [700067.371] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
> [700067.371] (**) /dev/wsmouse1: (accel) acceleration profile 1
> [700067.371] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
> [700067.371] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
> [700067.371] (EE) synaptics: /dev/wsmouse1: cannot set native mode
> [700067.371] [dix] couldn't enable device 9
> [700067.371] (EE) Couldn't init device "/dev/wsmouse1"
> [700067.371] (II) UnloadModule: "synaptics"
> [700067.371] (II) config/wscons: checking input device /dev/wsmouse
> [700067.371] (II) Using input driver 'ws' for '/dev/wsmouse'
> [700067.371] (**) /dev/wsmouse: always reports core events
> [700067.371] (II) ws: /dev/wsmouse: debuglevel 0
> [700067.371] (**) Option "Device" "/dev/wsmouse"
> [700067.371] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
> [700067.371] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
> [700067.371] (**) ws: /dev/wsmouse: associated screen: 0
> [700067.371] (II) ws: /dev/wsmouse: minimum x position: 0
> [700067.371] (II) ws: /dev/wsmouse: maximum x position: 1919
> [700067.371] (II) ws: /dev/wsmouse: minimum y position: 0
> [700067.371] (II) ws: /dev/wsmouse: maximum y position: 1199
> [700067.371] (==) ws: /dev/wsmouse: Buttons: 7
> [700067.371] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
> [700067.371] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type:
> MOUSE, id 9)
> [700067.372] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
> [700067.372] (**) /dev/wsmouse: (accel) acceleration profile 0
> [700067.372] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
> [700067.372] (**) /dev/wsmouse: (accel) acceleration threshold: 4
> --- end /var/log/Xorg.0.log ---
>
> ciao,