Benny - Tue, 11 June 2019 at 05:43:50
> Something like in xorg.conf or a config file in xorg.conf.d:
> 
> Section "InputClass"
>       Identifier "NO touch"
>       Driver "some driver"
>       MatchIsTouchscreen "on"
>         Option "Ignore" "true"
> EndSection

this is the next thing i was about to try.

unfortunately it works only partially, as /dev/wsmouse seems to be some
kind of "extended" device and for some reason the config override is not
applied to it...  here are the relevant lines from Xorg.log after adding
the conf file override:

[    43.542] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    44.065] (II) config/wscons: checking input device /dev/wsmouse0
[    44.066] (II) LoadModule: "ws"
[    44.072] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    44.075] (II) Module ws: vendor="X.Org Foundation"
[    44.076]    compiled for 1.19.7, module version = 1.3.0
[    44.078]    Module class: X.Org XInput Driver
[    44.078]    ABI class: X.Org XInput driver, version 24.1
[    44.080] (II) Using input driver 'ws' for '/dev/wsmouse0'
[    44.081] (**) /dev/wsmouse0: always reports core events
[    44.083] (II) ws: /dev/wsmouse0: debuglevel 0
[    44.084] (**) Option "Device" "/dev/wsmouse0"
[    44.086] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[    44.087] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[    44.088] (**) ws: /dev/wsmouse0: associated screen: 0
[    44.542] (II) ws: /dev/wsmouse0: minimum x position: 0
[    44.543] (II) ws: /dev/wsmouse0: maximum x position: 1599
[    44.544] (II) ws: /dev/wsmouse0: minimum y position: 0
[    44.545] (II) ws: /dev/wsmouse0: maximum y position: 899
[    44.547] (==) ws: /dev/wsmouse0: Buttons: 7
[    44.598] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[    44.600] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
MOUSE, id 7)
[    45.052] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    45.052] (**) /dev/wsmouse0: (accel) acceleration profile 0
[    45.052] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    45.053] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    45.054] (II) config/wscons: checking input device /dev/wsmouse1
[    45.054] (**) /dev/wsmouse1: Ignoring device from InputClass "NO touch"
[    45.055] (II) config/wscons: checking input device /dev/wsmouse2
[    45.056] (**) /dev/wsmouse2: Ignoring device from InputClass "NO touch"
[    45.057] (II) config/wscons: checking input device /dev/wsmouse3
[    45.057] (**) /dev/wsmouse3: Ignoring device from InputClass "NO touch"
[    45.058] (II) config/wscons: checking input device /dev/wsmouse
[    45.058] (II) Using input driver 'ws' for '/dev/wsmouse'
[    45.058] (**) /dev/wsmouse: always reports core events
[    45.059] (II) ws: /dev/wsmouse: debuglevel 0
[    45.060] (**) Option "Device" "/dev/wsmouse"
[    45.060] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    45.062] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    45.063] (**) ws: /dev/wsmouse: associated screen: 0
[    45.063] (**) ws: /dev/wsmouse: device will work in raw mode
[    45.063] (II) ws: /dev/wsmouse: minimum x position: 0
[    45.064] (II) ws: /dev/wsmouse: maximum x position: 9600
[    45.064] (II) ws: /dev/wsmouse: minimum y position: 0
[    45.065] (II) ws: /dev/wsmouse: maximum y position: 7200
[    45.065] (==) ws: /dev/wsmouse: Buttons: 7
[    45.067] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    45.067] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
TOUCHSCREEN, id 8)
[    45.069] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    45.070] (**) /dev/wsmouse: (accel) acceleration profile 0
[    45.070] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    45.071] (**) /dev/wsmouse: (accel) acceleration threshold: 4

-f
-- 
[    41.535] (--) checkDevMem: using aperture driver /dev/xf86
[    41.571] (--) Using wscons driver on /dev/ttyC4
[    41.606] 
X.Org X Server 1.19.7
Release Date: 2019-03-02
[    41.608] X Protocol Version 11, Revision 0
[    41.608] Build Operating System: OpenBSD 6.5 amd64 
[    41.608] Current Operating System: OpenBSD monster.obiit.org 6.5 
GENERIC.MP#11 amd64
[    41.609] Build Date: 08 June 2019  12:59:22PM
[    41.610]  
[    41.610] Current version of pixman: 0.38.4
[    41.611]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    41.612] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    41.616] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 13 00:43:24 
2019
[    41.621] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    41.621] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[    41.624] (==) No Layout section.  Using the first Screen section.
[    41.625] (==) No screen section available. Using defaults.
[    41.625] (**) |-->Screen "Default Screen Section" (0)
[    41.626] (**) |   |-->Monitor "<default monitor>"
[    41.629] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    41.629] (==) Automatically adding devices
[    41.629] (==) Automatically enabling devices
[    41.629] (==) Not automatically adding GPU devices
[    41.630] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    41.642] (==) 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/
[    41.643] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    41.643] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[    41.644] (II) Loader magic: 0xd9f15151000
[    41.645] (II) Module ABI versions:
[    41.645]    X.Org ANSI C Emulation: 0.4
[    41.645]    X.Org Video Driver: 23.0
[    41.646]    X.Org XInput driver : 24.1
[    41.646]    X.Org Server Extension : 10.0
[    41.647] (--) PCI:*(0:0:2:0) 8086:0126:1028:0571 rev 9, Mem @ 
0xf2400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[    41.649] (--) PCI: (0:1:0:0) 10de:1246:1028:0571 rev 161, Mem @ 
0xf0000000/33554432, 0xc0000000/268435456, 0xd0000000/67108864, I/O @ 
0x00004000/128
[    41.651] (II) LoadModule: "glx"
[    41.656] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    41.680] (II) Module glx: vendor="X.Org Foundation"
[    41.681]    compiled for 1.19.7, module version = 1.0.0
[    41.682]    ABI class: X.Org Server Extension, version 10.0
[    41.682] (==) Matched modesetting as autoconfigured driver 0
[    41.682] (==) Assigned the driver to the xf86ConfigLayout
[    41.683] (II) LoadModule: "modesetting"
[    41.684] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[    41.687] (II) Module modesetting: vendor="X.Org Foundation"
[    41.687]    compiled for 1.19.7, module version = 1.19.7
[    41.688]    Module class: X.Org Video Driver
[    41.688]    ABI class: X.Org Video Driver, version 23.0
[    41.688] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    41.697] (**) modeset(0): claimed PCI slot 0@0:2:0
[    41.698] (II) modeset(0): using default device
[    41.714] (II) modeset(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[    41.715] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    41.716] (==) modeset(0): RGB weight 888
[    41.716] (==) modeset(0): Default visual is TrueColor
[    41.716] (II) Loading sub module "glamoregl"
[    41.717] (II) LoadModule: "glamoregl"
[    41.719] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[    41.737] (II) Module glamoregl: vendor="X.Org Foundation"
[    41.738]    compiled for 1.19.7, module version = 1.0.0
[    41.738]    ABI class: X.Org ANSI C Emulation, version 0.4
[    41.739] (II) glamor: OpenGL accelerated X.org driver based.
[    41.825] (II) glamor: EGL version 1.4:
[    41.855] (II) modeset(0): glamor initialized
[    41.856] (II) modeset(0): Output LVDS-1 has no monitor section
[    42.066] (II) modeset(0): Output VGA-1 has no monitor section
[    42.069] (II) modeset(0): Output HDMI-1 has no monitor section
[    42.070] (II) modeset(0): Output DP-1 has no monitor section
[    42.072] (II) modeset(0): EDID for output LVDS-1
[    42.072] (II) modeset(0): Manufacturer: CMO  Model: 1718  Serial#: 0
[    42.073] (II) modeset(0): Year: 2010  Week: 23
[    42.073] (II) modeset(0): EDID Version: 1.3
[    42.074] (II) modeset(0): Digital Display Input
[    42.074] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 22
[    42.075] (II) modeset(0): Gamma: 2.20
[    42.077] (II) modeset(0): No DPMS capabilities specified
[    42.077] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    42.077] (II) modeset(0): First detailed timing is preferred mode
[    42.078] (II) modeset(0): redX: 0.617 redY: 0.336   greenX: 0.321 greenY: 
0.596
[    42.079] (II) modeset(0): blueX: 0.160 blueY: 0.081   whiteX: 0.313 whiteY: 
0.329
[    42.079] (II) modeset(0): Manufacturer's mask: 0
[    42.079] (II) modeset(0): Supported detailed timing:
[    42.080] (II) modeset(0): clock: 108.0 MHz   Image Size:  382 x 215 mm
[    42.081] (II) modeset(0): h_active: 1600  h_sync: 1687  h_sync_end 1745 
h_blank_end 1900 h_border: 0
[    42.081] (II) modeset(0): v_active: 900  v_sync: 905  v_sync_end 914 
v_blanking: 947 v_border: 0
[    42.082] (II) modeset(0): Supported detailed timing:
[    42.082] (II) modeset(0): clock: 108.0 MHz   Image Size:  382 x 215 mm
[    42.083] (II) modeset(0): h_active: 1600  h_sync: 1687  h_sync_end 1745 
h_blank_end 1900 h_border: 0
[    42.084] (II) modeset(0): v_active: 900  v_sync: 905  v_sync_end 914 
v_blanking: 947 v_border: 0
[    42.084] (II) modeset(0):  KPMRT�N173O6
[    42.084] (II) modeset(0): Unknown vendor-specific block 0
[    42.085] (II) modeset(0): EDID (in hex):
[    42.085] (II) modeset(0):   00ffffffffffff000daf181700000000
[    42.086] (II) modeset(0):   17140103902616780a06359e56529829
[    42.086] (II) modeset(0):   14505400000001010101010101010101
[    42.087] (II) modeset(0):   0101010101012c2a402c61842f30573a
[    42.087] (II) modeset(0):   59007ed71000001a2c2a402c61842f30
[    42.087] (II) modeset(0):   573a59007ed71000001a000000fe004b
[    42.088] (II) modeset(0):   504d5254804e3137334f360a00000000
[    42.088] (II) modeset(0):   00000000000000000002010a202000e5
[    42.089] (II) modeset(0): Printing probed modes for output LVDS-1
[    42.090] (II) modeset(0): Modeline "1600x900"x60.0  107.96  1600 1687 1745 
1900  900 905 914 947 +hsync -vsync (56.8 kHz eP)
[    42.091] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 
2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    42.091] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 
1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    42.091] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 
2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    42.091] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 
1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    42.092] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 
1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    42.093] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 
1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    42.093] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 
1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    42.093] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 
1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    42.094] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 
1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    42.094] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 
1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    42.095] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 
1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    42.095] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 
1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    42.096] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 
1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    42.096] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 
1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    42.097] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 
1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    42.097] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 
1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    42.098] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 
1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    42.098] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 
1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    42.098] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 
1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    42.099] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    42.099] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 
1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    42.100] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 
1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    42.100] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 
1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    42.101] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 
1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    42.101] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 
1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    42.102] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 
1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    42.102] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 
1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    42.103] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 
1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    42.103] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 
1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    42.103] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 
1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    42.104] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 
1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    42.104] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 
1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    42.105] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 
1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    42.105] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 
1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    42.106] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056 
 600 601 605 628 +hsync +vsync (37.9 kHz d)
[    42.106] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024 
 600 601 603 625 +hsync +vsync (35.2 kHz d)
[    42.107] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 
1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    42.107] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920 
 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    42.107] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072 
 486 489 494 506 -hsync +vsync (30.3 kHz d)
[    42.108] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024 
 486 489 494 500 +hsync -vsync (29.8 kHz d)
[    42.109] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940 
 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    42.109] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 
1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    42.110] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880 
 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    42.110] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844 
 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    42.110] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924 
 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    42.111] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780 
 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    42.111] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900 
 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    42.112] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz d)
[    42.112] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  
405 408 413 422 -hsync +vsync (25.1 kHz d)
[    42.113] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  
405 408 413 419 +hsync -vsync (24.7 kHz d)
[    42.113] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892 
 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    42.114] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764 
 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    42.114] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840 
 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    42.115] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720 
 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    42.115] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832 
 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    42.116] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720 
 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    42.116] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  
360 363 368 376 -hsync +vsync (22.5 kHz d)
[    42.117] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  
360 363 368 374 +hsync -vsync (22.2 kHz d)
[    42.117] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672 
 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    42.118] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648 
 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    42.118] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592 
 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    42.118] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608 
 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    42.119] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560 
 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    42.120] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528 
 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    42.120] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512 
 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    42.120] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536 
 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    42.121] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512 
 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    42.122] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400 
 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    42.122] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448 
 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    42.123] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440 
 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    42.124] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400 
 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    42.125] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400 
 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    42.306] (II) modeset(0): EDID for output VGA-1
[    42.309] (II) modeset(0): EDID for output HDMI-1
[    42.309] (II) modeset(0): EDID for output DP-1
[    42.310] (II) modeset(0): Output LVDS-1 connected
[    42.310] (II) modeset(0): Output VGA-1 disconnected
[    42.311] (II) modeset(0): Output HDMI-1 disconnected
[    42.312] (II) modeset(0): Output DP-1 disconnected
[    42.312] (II) modeset(0): Using exact sizes for initial modes
[    42.313] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[    42.313] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    42.313] (==) modeset(0): DPI set to (96, 96)
[    42.314] (II) Loading sub module "fb"
[    42.314] (II) LoadModule: "fb"
[    42.316] (II) Loading /usr/X11R6/lib/modules/libfb.so
[    42.319] (II) Module fb: vendor="X.Org Foundation"
[    42.319]    compiled for 1.19.7, module version = 1.0.0
[    42.320]    ABI class: X.Org ANSI C Emulation, version 0.4
[    42.320] (==) Depth 24 pixmap format is 32 bpp
[    42.575] (==) modeset(0): Backing store enabled
[    42.577] (==) modeset(0): Silken mouse enabled
[    42.580] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    42.614] (II) modeset(0): Initializing kms color map
[    42.619] (==) modeset(0): DPMS enabled
[    42.623] (WW) modeset(0): [DRI2] Direct rendering is not supported when VGA 
arb is necessary for the device
[    42.625] (EE) modeset(0): Failed to initialize the DRI2 extension.
[    42.629] (--) RandR disabled
[    42.631] (II) Found 2 VGA devices: arbiter wrapping enabled
[    42.652] (II) AIGLX: Screen 0 is not DRI2 capable
[    42.653] (EE) AIGLX: reverting to software rendering
[    43.203] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[    43.215] (II) IGLX: Loaded and initialized swrast
[    43.217] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    43.250] (II) modeset(0): Damage tracking initialized
[    43.253] (II) modeset(0): Setting screen physical size to 423 x 238
[    43.516] (II) config/wscons: checking input device /dev/wskbd
[    43.517] (II) wskbd: using layout us
[    43.518] (II) LoadModule: "kbd"
[    43.521] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    43.524] (II) Module kbd: vendor="X.Org Foundation"
[    43.525]    compiled for 1.19.7, module version = 1.9.0
[    43.527]    Module class: X.Org XInput Driver
[    43.528]    ABI class: X.Org XInput driver, version 24.1
[    43.529] (II) Using input driver 'kbd' for '/dev/wskbd'
[    43.530] (**) /dev/wskbd: always reports core events
[    43.532] (**) /dev/wskbd: always reports core events
[    43.533] (**) Option "Protocol" "standard"
[    43.535] (**) Option "XkbRules" "base"
[    43.538] (**) Option "XkbModel" "pc105"
[    43.540] (**) Option "XkbLayout" "us"
[    43.542] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    44.065] (II) config/wscons: checking input device /dev/wsmouse0
[    44.066] (II) LoadModule: "ws"
[    44.072] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    44.075] (II) Module ws: vendor="X.Org Foundation"
[    44.076]    compiled for 1.19.7, module version = 1.3.0
[    44.078]    Module class: X.Org XInput Driver
[    44.078]    ABI class: X.Org XInput driver, version 24.1
[    44.080] (II) Using input driver 'ws' for '/dev/wsmouse0'
[    44.081] (**) /dev/wsmouse0: always reports core events
[    44.083] (II) ws: /dev/wsmouse0: debuglevel 0
[    44.084] (**) Option "Device" "/dev/wsmouse0"
[    44.086] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[    44.087] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[    44.088] (**) ws: /dev/wsmouse0: associated screen: 0
[    44.542] (II) ws: /dev/wsmouse0: minimum x position: 0
[    44.543] (II) ws: /dev/wsmouse0: maximum x position: 1599
[    44.544] (II) ws: /dev/wsmouse0: minimum y position: 0
[    44.545] (II) ws: /dev/wsmouse0: maximum y position: 899
[    44.547] (==) ws: /dev/wsmouse0: Buttons: 7
[    44.598] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[    44.600] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
MOUSE, id 7)
[    45.052] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    45.052] (**) /dev/wsmouse0: (accel) acceleration profile 0
[    45.052] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    45.053] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    45.054] (II) config/wscons: checking input device /dev/wsmouse1
[    45.054] (**) /dev/wsmouse1: Ignoring device from InputClass "NO touch"
[    45.055] (II) config/wscons: checking input device /dev/wsmouse2
[    45.056] (**) /dev/wsmouse2: Ignoring device from InputClass "NO touch"
[    45.057] (II) config/wscons: checking input device /dev/wsmouse3
[    45.057] (**) /dev/wsmouse3: Ignoring device from InputClass "NO touch"
[    45.058] (II) config/wscons: checking input device /dev/wsmouse
[    45.058] (II) Using input driver 'ws' for '/dev/wsmouse'
[    45.058] (**) /dev/wsmouse: always reports core events
[    45.059] (II) ws: /dev/wsmouse: debuglevel 0
[    45.060] (**) Option "Device" "/dev/wsmouse"
[    45.060] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    45.062] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    45.063] (**) ws: /dev/wsmouse: associated screen: 0
[    45.063] (**) ws: /dev/wsmouse: device will work in raw mode
[    45.063] (II) ws: /dev/wsmouse: minimum x position: 0
[    45.064] (II) ws: /dev/wsmouse: maximum x position: 9600
[    45.064] (II) ws: /dev/wsmouse: minimum y position: 0
[    45.065] (II) ws: /dev/wsmouse: maximum y position: 7200
[    45.065] (==) ws: /dev/wsmouse: Buttons: 7
[    45.067] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    45.067] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
TOUCHSCREEN, id 8)
[    45.069] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    45.070] (**) /dev/wsmouse: (accel) acceleration profile 0
[    45.070] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    45.071] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[    62.503] (II) modeset(0): EDID vendor "CMO", prod id 5912
[    62.503] (II) modeset(0): Printing DDC gathered Modelines:
[    62.504] (II) modeset(0): Modeline "1600x900"x0.0  107.96  1600 1687 1745 
1900  900 905 914 947 +hsync -vsync (56.8 kHz eP)

Reply via email to