Hi Jonathan,

Thanks for the additional details and the Xorg log. They clear up two
points.

First, /dev/wsmouse2 actually is present in the last `xinput list`, but X
displays the Identifier from the InputDevice section instead of the device
pathname: TrackPoint and buttons id=6. The log confirms that this is
/dev/wsmouse2:

        Option "Device" "/dev/wsmouse2"
        XINPUT: Adding extended input device
            "TrackPoint and buttons" (type: MOUSE, id 6)

Second, I caused some confusion by not saying clearly that your original
synaptics section needed to remain. Without it, the log shows that
/dev/wsmouse0 was opened by the generic ws driver: Using input driver 'ws'
for '/dev/wsmouse0'

That is the configuration in which every touchpad movement causes a jump,
so the results from those tests do not tell us whether the separately
opened wsmouse2 works correctly.

For one more controlled test, I suggest this complete 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

I have left out the Ignore section because it did not take effect. After
restarting X, `xinput list` should show:

        TrackPoint and buttons
        /dev/wsmouse0
        /dev/wsmouse

It may not show /dev/wsmouse1, since the synaptics driver previously failed
to initialise that interface. Then disable only the multiplexor, using its
name rather than its
changeable numerical id: xinput disable "/dev/wsmouse"

Please leave "TrackPoint and buttons" and /dev/wsmouse0 enabled. That
should give us: /dev/wsmouse0 touchpad through synaptics TrackPoint and
buttons /dev/wsmouse2 directly /dev/wsmouse disabled

The useful questions then are whether touchpad movement remains free of
jumps, and whether the TrackPoint and three physical buttons work through
the directly opened wsmouse2.

If /dev/wsmouse1 also appears, please disable that as well: xinput disable
"/dev/wsmouse1".

Sorry again for not giving the complete combined xorg.conf earlier.

Regards,
Kihaguru

On Fri, 7 Aug 2026, 10:51 Jonathan Thornburg, <[email protected]>
wrote:

> Hi Kihaguru,
>
> I tried again, and I confirm that I am not getting a /dev/wsmouse2 device.
>
> In these tests the xenodm login box always appeared immediately (along
> with the usual xenodm background stipple pattern) after I restarted the
> X server, without my having to move the cursor.
>
> With no /etc/X11/xorg.conf at all, I get the following:
> --- begin `xinput list` output ---
> + Virtual core pointer                          id=2    [master pointer
> (3)]
> |   + Virtual core XTEST pointer                id=4    [slave  pointer
> (2)]
> |   + /dev/wsmouse0                             id=7    [slave  pointer
> (2)]
> |   + /dev/wsmouse1                             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=6    [slave  keyboard
> (3)]
> --- end `xinput list` output ---
>
> With my "standard" xorg.conf,
> --- begin /etc/X11/xorg.conf ---
> Section "InputClass"
>         Identifier "wsmouse touchpad"
>         Driver "synaptics"
>         MatchIsTouchpad "on"
> EndSection
> --- end /etc/X11/xorg.conf ---
> I get the following:
> --- begin `xinput list` output ---
> + Virtual core pointer                          id=2    [master pointer
> (3)]
> |   + Virtual core XTEST pointer                id=4    [slave  pointer
> (2)]
> |   + /dev/wsmouse0                             id=7    [slave  pointer
> (2)]
> |   + /dev/wsmouse                              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=6    [slave  keyboard
> (3)]
> --- end `xinput list` output ---
>
> With your new xorg.conf,
> --- begin /etc/X11/xorg.conf ---
> Section "InputClass"
>         Identifier "ignore wsmouse mux"
>         MatchDevicePath "/dev/wsmouse"
>         Option "Ignore" "true"
> EndSection
>
> Section "InputDevice"
>         Identifier "TrackPoint and buttons"
>         Driver "ws"
>         Option "Device" "/dev/wsmouse2"
>         Option "AutoServerLayout" "true"
> EndSection
> --- end /etc/X11/xorg.conf ---
> I get the following:
> --- 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/wsmouse1                             id=9    [slave  pointer
> (2)]
> |   + /dev/wsmouse                              id=10   [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 ---
> and I get the following X server log file:
> --- begin /var/log/Xorg.0.log ---
> [658030.150] (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
> [658030.150]    linear framebuffer access unavailable
> [658030.155] (--) Using wscons driver on /dev/ttyC4
> [658030.174]
> X.Org X Server 1.21.1.21
> X Protocol Version 11, Revision 0
> [658030.174] Current Operating System: OpenBSD nickel.bkis-orchard.net
> 7.9 GENERIC.MP#4 amd64
> [658030.174]
> [658030.174] Current version of pixman: 0.46.4
> [658030.174]    Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> [658030.174] Markers: (--) probed, (**) from config file, (==) default
> setting,
>         (++) from command line, (!!) notice, (II) informational,
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [658030.174] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  7
> 00:35:59 2026
> [658030.174] (==) Using config file: "/etc/X11/xorg.conf"
> [658030.174] (==) Using system config directory
> "/usr/X11R6/share/X11/xorg.conf.d"
> [658030.174] (==) No Layout section.  Using the first Screen section.
> [658030.174] (==) No screen section available. Using defaults.
> [658030.174] (**) |-->Screen "Default Screen Section" (0)
> [658030.174] (**) |   |-->Monitor "<default monitor>"
> [658030.174] (==) No monitor specified for screen "Default Screen Section".
>         Using a default monitor configuration.
> [658030.174] (**) |-->Input Device "TrackPoint and buttons"
> [658030.174] (**) Allowing byte-swapped clients
> [658030.175] (==) Automatically adding devices
> [658030.175] (==) Automatically enabling devices
> [658030.175] (==) Not automatically adding GPU devices
> [658030.175] (==) Automatically binding GPU devices
> [658030.175] (==) Max clients allowed: 256, resource mask: 0x1fffff
> [658030.175] (==) 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/
> [658030.175] (==) ModulePath set to "/usr/X11R6/lib/modules"
> [658030.175] (II) The server relies on wscons to provide the list of input
> devices.
>         If no devices become available, reconfigure wscons or disable
> AutoAddDevices.
> [658030.175] (II) Loader magic: 0x2c2d6e64880
> [658030.175] (II) Module ABI versions:
> [658030.175]    X.Org ANSI C Emulation: 0.4
> [658030.175]    X.Org Video Driver: 25.2
> [658030.175]    X.Org XInput driver : 24.4
> [658030.175]    X.Org Server Extension : 10.0
> [658030.175] (--) PCI:*(0@0:2:0) 8086:7d45:17aa:2327 rev 8, Mem @
> 0x4058000000/16777216, 0x4000000000/268435456
> [658030.175] (II) LoadModule: "glx"
> [658030.176] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
> [658030.194] (II) Module glx: vendor="X.Org Foundation"
> [658030.194]    compiled for 1.21.1.21, module version = 1.0.0
> [658030.194]    ABI class: X.Org Server Extension, version 10.0
> [658030.194] (==) Matched modesetting as autoconfigured driver 0
> [658030.194] (==) Assigned the driver to the xf86ConfigLayout
> [658030.194] (II) LoadModule: "modesetting"
> [658030.195] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
> [658030.195] (II) Module modesetting: vendor="X.Org Foundation"
> [658030.195]    compiled for 1.21.1.21, module version = 1.21.1
> [658030.195]    Module class: X.Org Video Driver
> [658030.195]    ABI class: X.Org Video Driver, version 25.2
> [658030.195] (II) LoadModule: "ws"
> [658030.197] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
> [658030.197] (II) Module ws: vendor="X.Org Foundation"
> [658030.197]    compiled for 1.21.1.21, module version = 1.3.0
> [658030.197]    Module class: X.Org XInput Driver
> [658030.197]    ABI class: X.Org XInput driver, version 24.4
> [658030.197] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
> [658030.197] (**) modeset(0): claimed PCI slot 0@0:2:0
> [658030.197] (II) modeset(0): using default device
> [658030.205] (II) modeset(0): Creating default Display subsection in
> Screen section
>         "Default Screen Section" for depth/fbbpp 24/32
> [658030.205] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
> [658030.205] (==) modeset(0): RGB weight 888
> [658030.205] (==) modeset(0): Default visual is TrueColor
> [658030.205] (II) Loading sub module "glamoregl"
> [658030.205] (II) LoadModule: "glamoregl"
> [658030.207] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
> [658030.208] (II) Module glamoregl: vendor="X.Org Foundation"
> [658030.208]    compiled for 1.21.1.21, module version = 1.0.1
> [658030.208]    ABI class: X.Org ANSI C Emulation, version 0.4
> [658030.257] (II) modeset(0): glamor: Using OpenGL 4.5 context.
> [658030.257] (II) modeset(0): Refusing to try glamor on llvmpipe
> [658030.267] (II) modeset(0): glamor initialization failed
> [658030.267] (II) modeset(0): ShadowFB: preferred YES, enabled YES
> [658030.267] (II) modeset(0): Double-buffered shadow updates: off
> [658030.267] (II) modeset(0): Atomic modesetting disabled
> [658030.267] (WW) modeset(0): TearFree requires Glamor acceleration
> [658030.269] (II) modeset(0): Output eDP-1 has no monitor section
> [658030.273] (II) modeset(0): Output HDMI-1 has no monitor section
> [658030.273] (II) modeset(0): Output DP-1 has no monitor section
> [658030.273] (II) modeset(0): Output DP-2 has no monitor section
> [658030.273] (II) modeset(0): Output DP-3 has no monitor section
> [658030.274] (II) modeset(0): Output DP-4 has no monitor section
> [658030.275] (II) modeset(0): EDID for output eDP-1
> [658030.275] (II) modeset(0): Manufacturer: BOE  Model: a31  Serial#: 0
> [658030.275] (II) modeset(0): Year: 2021  Week: 15
> [658030.275] (II) modeset(0): EDID Version: 1.4
> [658030.275] (II) modeset(0): Digital Display Input
> [658030.275] (II) modeset(0): 8 bits per channel
> [658030.275] (II) modeset(0): Digital interface is DisplayPort
> [658030.275] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 22
> [658030.275] (II) modeset(0): Gamma: 2.20
> [658030.275] (II) modeset(0): No DPMS capabilities specified
> [658030.275] (II) modeset(0): Supported color encodings: RGB 4:4:4
> [658030.275] (II) modeset(0): Default color space is primary color space
> [658030.275] (II) modeset(0): First detailed timing is preferred mode
> [658030.275] (II) modeset(0): Preferred mode is native pixel format and
> refresh rate
> [658030.275] (II) modeset(0): Display is continuous-frequency
> [658030.275] (II) modeset(0): redX: 0.586 redY: 0.366   greenX: 0.345
> greenY: 0.573
> [658030.275] (II) modeset(0): blueX: 0.161 blueY: 0.126   whiteX: 0.313
> whiteY: 0.329
> [658030.275] (II) modeset(0): Manufacturer's mask: 0
> [658030.275] (II) modeset(0): Supported detailed timing:
> [658030.275] (II) modeset(0): clock: 161.8 MHz   Image Size:  345 x 215 mm
> [658030.275] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end
> 2000 h_blank_end 2140 h_border: 0
> [658030.275] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end
> 1209 v_blanking: 1260 v_border: 0
> [658030.275] (II) modeset(0): Ranges: V min: 40 V max: 60 Hz, H min: 76 H
> max: 76 kHz, PixClock max 165 MHz
> [658030.275] (II) modeset(0):  BOE CQ
> [658030.275] (II) modeset(0):  NV160WUM-N43
> [658030.275] (II) modeset(0): Number of EDID sections to follow: 1
> [658030.275] (II) modeset(0): EDID (in hex):
> [658030.275] (II) modeset(0):   00ffffffffffff0009e5310a00000000
> [658030.275] (II) modeset(0):   0f1f0104a5221678073755965d589229
> [658030.275] (II) modeset(0):   20505400000001010101010101010101
> [658030.275] (II) modeset(0):   010101010101333f80dc70b03c403020
> [658030.275] (II) modeset(0):   360059d71000001a000000fd00283c4c
> [658030.275] (II) modeset(0):   4c10010a202020202020000000fe0042
> [658030.275] (II) modeset(0):   4f452043510a202020202020000000fe
> [658030.275] (II) modeset(0):   004e5631363057554d2d4e34330a0159
> [658030.275] (II) modeset(0):   02030000681a00000101283c00000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   00000000000000000000000000000000
> [658030.275] (II) modeset(0):   000000000000000000000000000015fe
> [658030.276] (II) modeset(0): Printing probed modes for output eDP-1
> [658030.276] (II) modeset(0): Modeline "1920x1200"x60.0  161.79  1920 1968
> 2000 2140  1200 1203 1209 1260 +hsync -vsync (75.6 kHz eP)
> [658030.276] (II) modeset(0): Modeline "1920x1200"x60.0  154.13  1920 1968
> 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.1 kHz d)
> [658030.276] (II) modeset(0): Modeline "1920x1080"x60.0  138.66  1920 1968
> 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz d)
> [658030.276] (II) modeset(0): Modeline "1600x1200"x60.0  162.01  1600 1664
> 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "1680x1050"x60.0  119.24  1680 1728
> 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.8 kHz d)
> [658030.276] (II) modeset(0): Modeline "1400x1050"x60.0  122.05  1400 1488
> 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
> [658030.276] (II) modeset(0): Modeline "1600x900"x60.0   97.79  1600 1648
> 1680 1760  900 903 908 926 +hsync -vsync (55.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "1280x1024"x60.0  107.97  1280 1328
> 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "1400x900"x60.0   86.68  1400 1448
> 1480 1560  900 903 913 926 +hsync -vsync (55.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376
> 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "1440x810"x60.0  151.94  1440 1464
> 1480 1520  810 811 814 833 doublescan +hsync -vsync (100.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "1368x768"x60.0   72.43  1368 1416
> 1448 1528  768 771 781 790 +hsync -vsync (47.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "1280x800"x60.0   71.11  1280 1328
> 1360 1440  800 803 809 823 +hsync -vsync (49.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "1280x720"x60.0   64.02  1280 1328
> 1360 1440  720 723 728 741 +hsync -vsync (44.5 kHz d)
> [658030.276] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048
> 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024
> 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "928x696"x60.0  109.06  928 976
> 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.3 kHz d)
> [658030.276] (II) modeset(0): Modeline "896x672"x60.0  102.38  896 960
> 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "1024x576"x60.0   42.13  1024 1072
> 1104 1184  576 579 584 593 +hsync -vsync (35.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984
> 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "960x540"x60.0   37.36  960 1008
> 1040 1120  540 543 548 556 +hsync -vsync (33.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "800x600"x60.0   38.40  800 824 896
> 1024  600 601 603 625 +hsync +vsync (37.5 kHz d)
> [658030.276] (II) modeset(0): Modeline "840x525"x60.0   59.62  840 864 880
> 920  525 526 529 540 doublescan +hsync -vsync (64.8 kHz d)
> [658030.276] (II) modeset(0): Modeline "864x486"x60.0   30.72  864 912 944
> 1024  486 489 494 500 +hsync -vsync (30.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "700x525"x60.0   61.03  700 744 820
> 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
> [658030.276] (II) modeset(0): Modeline "800x450"x60.0   48.89  800 824 840
> 880  450 451 454 463 doublescan +hsync -vsync (55.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "640x512"x60.0   53.98  640 664 720
> 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "700x450"x60.0   43.34  700 724 740
> 780  450 451 456 463 doublescan +hsync -vsync (55.6 kHz d)
> [658030.276] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752
> 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
> [658030.276] (II) modeset(0): Modeline "720x405"x60.0   22.12  720 768 800
> 880  405 408 413 419 +hsync -vsync (25.1 kHz d)
> [658030.276] (II) modeset(0): Modeline "684x384"x60.0   36.21  684 708 724
> 764  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "640x360"x60.0   17.95  640 688 720
> 800  360 363 368 374 +hsync -vsync (22.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592
> 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "512x288"x60.0   21.03  512 536 552
> 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
> [658030.276] (II) modeset(0): Modeline "480x270"x60.0   18.68  480 504 520
> 560  270 271 274 278 doublescan +hsync -vsync (33.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "400x300"x60.0   19.17  400 412 448
> 512  300 300 301 312 doublescan +hsync +vsync (37.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "432x243"x60.0   15.36  432 456 472
> 512  243 244 247 250 doublescan +hsync -vsync (30.0 kHz d)
> [658030.276] (II) modeset(0): Modeline "320x240"x60.0   12.58  320 328 376
> 400  240 245 246 262 doublescan -hsync -vsync (31.4 kHz d)
> [658030.276] (II) modeset(0): Modeline "360x202"x60.0   11.04  360 384 400
> 440  202 204 206 209 doublescan +hsync -vsync (25.1 kHz d)
> [658030.276] (II) modeset(0): Modeline "320x180"x60.0    8.98  320 344 360
> 400  180 181 184 187 doublescan +hsync -vsync (22.4 kHz d)
> [658030.280] (II) modeset(0): EDID for output HDMI-1
> [658030.280] (II) modeset(0): EDID for output DP-1
> [658030.280] (II) modeset(0): EDID for output DP-2
> [658030.280] (II) modeset(0): EDID for output DP-3
> [658030.280] (II) modeset(0): EDID for output DP-4
> [658030.280] (II) modeset(0): Output eDP-1 connected
> [658030.280] (II) modeset(0): Output HDMI-1 disconnected
> [658030.280] (II) modeset(0): Output DP-1 disconnected
> [658030.280] (II) modeset(0): Output DP-2 disconnected
> [658030.280] (II) modeset(0): Output DP-3 disconnected
> [658030.280] (II) modeset(0): Output DP-4 disconnected
> [658030.280] (II) modeset(0): Using exact sizes for initial modes
> [658030.280] (II) modeset(0): Output eDP-1 using initial mode 1920x1200
> +0+0
> [658030.280] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
> [658030.280] (--) modeset(0): Display dimensions: (345, 215) mm
> [658030.280] (--) modeset(0): DPI set to (141, 141)
> [658030.280] (II) Loading sub module "fb"
> [658030.280] (II) LoadModule: "fb"
> [658030.280] (II) Module "fb" already built-in
> [658030.280] (II) Loading sub module "shadow"
> [658030.280] (II) LoadModule: "shadow"
> [658030.282] (II) Loading /usr/X11R6/lib/modules/libshadow.so
> [658030.282] (II) Module shadow: vendor="X.Org Foundation"
> [658030.282]    compiled for 1.21.1.21, module version = 1.1.0
> [658030.282]    ABI class: X.Org ANSI C Emulation, version 0.4
> [658030.283] (==) modeset(0): Backing store enabled
> [658030.283] (==) modeset(0): Silken mouse enabled
> [658030.355] (II) modeset(0): Initializing kms color map for depth 24, 8
> bpc.
> [658030.355] (==) modeset(0): DPMS enabled
> [658030.355] (II) Initializing extension Generic Event Extension
> [658030.355] (II) Initializing extension SHAPE
> [658030.356] (II) Initializing extension MIT-SHM
> [658030.356] (II) Initializing extension XInputExtension
> [658030.356] (II) Initializing extension XTEST
> [658030.356] (II) Initializing extension BIG-REQUESTS
> [658030.356] (II) Initializing extension SYNC
> [658030.357] (II) Initializing extension XKEYBOARD
> [658030.357] (II) Initializing extension XC-MISC
> [658030.357] (II) Initializing extension SECURITY
> [658030.357] (II) Initializing extension XFIXES
> [658030.357] (II) Initializing extension RENDER
> [658030.358] (II) Initializing extension RANDR
> [658030.358] (II) Initializing extension COMPOSITE
> [658030.358] (II) Initializing extension DAMAGE
> [658030.358] (II) Initializing extension MIT-SCREEN-SAVER
> [658030.358] (II) Initializing extension DOUBLE-BUFFER
> [658030.359] (II) Initializing extension RECORD
> [658030.359] (II) Initializing extension DPMS
> [658030.359] (II) Initializing extension Present
> [658030.359] (II) Initializing extension DRI3
> [658030.359] (II) Initializing extension X-Resource
> [658030.359] (II) Initializing extension XVideo
> [658030.359] (II) Initializing extension XVideo-MotionCompensation
> [658030.359] (II) Initializing extension GLX
> [658030.360] (II) AIGLX: Screen 0 is not DRI2 capable
> [658030.362] (II) IGLX: Loaded and initialized swrast
> [658030.362] (II) GLX: Initialized DRISWRAST GL provider for screen 0
> [658030.362] (II) Initializing extension XFree86-VidModeExtension
> [658030.362] (II) Initializing extension XFree86-DGA
> [658030.362] (II) Initializing extension XFree86-DRI
> [658030.362] (II) Initializing extension DRI2
> [658030.363] (II) modeset(0): Damage tracking initialized
> [658030.363] (II) modeset(0): Setting screen physical size to 345 x 215
> [658030.398] (II) Using input driver 'ws' for 'TrackPoint and buttons'
> [658030.398] (**) TrackPoint and buttons: always reports core events
> [658030.398] (II) ws: TrackPoint and buttons: debuglevel 0
> [658030.398] (**) Option "Device" "/dev/wsmouse2"
> [658030.398] (**) ws: TrackPoint and buttons: ZAxisMapping: buttons 4 and 5
> [658030.398] (**) ws: TrackPoint and buttons: WAxisMapping: buttons 6 and 7
> [658030.398] (**) ws: TrackPoint and buttons: associated screen: 0
> [658030.459] (II) ws: TrackPoint and buttons: minimum x position: 0
> [658030.459] (II) ws: TrackPoint and buttons: maximum x position: 1919
> [658030.459] (II) ws: TrackPoint and buttons: minimum y position: 0
> [658030.459] (II) ws: TrackPoint and buttons: maximum y position: 1199
> [658030.459] (==) ws: TrackPoint and buttons: Buttons: 7
> [658030.462] (**) ws: TrackPoint and buttons: YAxisMapping: buttons 4 and 5
> [658030.462] (II) XINPUT: Adding extended input device "TrackPoint and
> buttons" (type: MOUSE, id 6)
> [658030.524] (**) TrackPoint and buttons: (accel) keeping acceleration
> scheme 1
> [658030.524] (**) TrackPoint and buttons: (accel) acceleration profile 0
> [658030.524] (**) TrackPoint and buttons: (accel) acceleration factor:
> 2.000
> [658030.524] (**) TrackPoint and buttons: (accel) acceleration threshold: 4
> [658030.525] (II) config/wscons: checking input device /dev/wskbd
> [658030.525] (II) wskbd: using layout us
> [658030.525] (II) LoadModule: "kbd"
> [658030.526] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
> [658030.526] (II) Module kbd: vendor="X.Org Foundation"
> [658030.526]    compiled for 1.21.1.21, module version = 2.1.0
> [658030.526]    Module class: X.Org XInput Driver
> [658030.526]    ABI class: X.Org XInput driver, version 24.4
> [658030.526] (II) Using input driver 'kbd' for '/dev/wskbd'
> [658030.526] (**) /dev/wskbd: always reports core events
> [658030.526] (**) /dev/wskbd: always reports core events
> [658030.526] (**) Option "Protocol" "standard"
> [658030.526] (**) Option "XkbRules" "base"
> [658030.526] (**) Option "XkbModel" "pc105"
> [658030.526] (**) Option "XkbLayout" "us"
> [658030.526] (II) XINPUT: Adding extended input device "/dev/wskbd" (type:
> KEYBOARD, id 7)
> [658030.630] (II) config/wscons: checking input device /dev/wsmouse0
> [658030.630] (II) Using input driver 'ws' for '/dev/wsmouse0'
> [658030.630] (**) /dev/wsmouse0: always reports core events
> [658030.630] (II) ws: /dev/wsmouse0: debuglevel 0
> [658030.630] (**) Option "Device" "/dev/wsmouse0"
> [658030.630] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
> [658030.630] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
> [658030.630] (**) ws: /dev/wsmouse0: associated screen: 0
> [658030.740] (II) ws: /dev/wsmouse0: minimum x position: 0
> [658030.740] (II) ws: /dev/wsmouse0: maximum x position: 1919
> [658030.740] (II) ws: /dev/wsmouse0: minimum y position: 0
> [658030.740] (II) ws: /dev/wsmouse0: maximum y position: 1199
> [658030.740] (==) ws: /dev/wsmouse0: Buttons: 7
> [658030.740] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
> [658030.740] (II) XINPUT: Adding extended input device "/dev/wsmouse0"
> (type: MOUSE, id 8)
> [658030.850] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
> [658030.850] (**) /dev/wsmouse0: (accel) acceleration profile 0
> [658030.850] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
> [658030.850] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
> [658030.850] (II) config/wscons: checking input device /dev/wsmouse1
> [658030.850] (II) Using input driver 'ws' for '/dev/wsmouse1'
> [658030.850] (**) /dev/wsmouse1: always reports core events
> [658030.850] (II) ws: /dev/wsmouse1: debuglevel 0
> [658030.850] (**) Option "Device" "/dev/wsmouse1"
> [658030.850] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
> [658030.850] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
> [658030.850] (**) ws: /dev/wsmouse1: associated screen: 0
> [658030.850] (II) ws: /dev/wsmouse1: minimum x position: 0
> [658030.850] (II) ws: /dev/wsmouse1: maximum x position: 1919
> [658030.850] (II) ws: /dev/wsmouse1: minimum y position: 0
> [658030.850] (II) ws: /dev/wsmouse1: maximum y position: 1199
> [658030.850] (==) ws: /dev/wsmouse1: Buttons: 7
> [658030.850] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
> [658030.850] (II) XINPUT: Adding extended input device "/dev/wsmouse1"
> (type: MOUSE, id 9)
> [658030.850] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
> [658030.850] (**) /dev/wsmouse1: (accel) acceleration profile 0
> [658030.850] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
> [658030.850] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
> [658030.850] (II) config/wscons: checking input device /dev/wsmouse
> [658030.850] (II) Using input driver 'ws' for '/dev/wsmouse'
> [658030.850] (**) /dev/wsmouse: always reports core events
> [658030.850] (II) ws: /dev/wsmouse: debuglevel 0
> [658030.850] (**) Option "Device" "/dev/wsmouse"
> [658030.850] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
> [658030.850] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
> [658030.850] (**) ws: /dev/wsmouse: associated screen: 0
> [658030.851] (II) ws: /dev/wsmouse: minimum x position: 0
> [658030.851] (II) ws: /dev/wsmouse: maximum x position: 1919
> [658030.851] (II) ws: /dev/wsmouse: minimum y position: 0
> [658030.851] (II) ws: /dev/wsmouse: maximum y position: 1199
> [658030.851] (==) ws: /dev/wsmouse: Buttons: 7
> [658030.851] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
> [658030.851] (II) XINPUT: Adding extended input device "/dev/wsmouse"
> (type: MOUSE, id 10)
> [658030.851] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
> [658030.851] (**) /dev/wsmouse: (accel) acceleration profile 0
> [658030.851] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
> [658030.851] (**) /dev/wsmouse: (accel) acceleration threshold: 4
> --- end /var/log/Xorg.0.log ---
>
> ciao,
> --
> -- "Jonathan Thornburg [remove -color to reply]" <
> [email protected]>
>    he/him; on the west coast of Canada; https://www.bkis-orchard.net/
>    "C++ is to programming as sex is to reproduction. Better ways might
>     technically exist but they're not nearly as much fun." -- Nikolai
> Irgens
>    "that applies to Perl, too!" -- me
>

Reply via email to