Hey all, I'm encountering an issue where when I play videos with mpv
while a compositor is running under modesetting(4), horizontal screen
tearing will occur during playback. I've tested this on xmonad, cwm,
and fvwm.

As for why I'm using a compositor, it's for semi-transparency in the
terminal emulator I'm using (urxvt). I like being able to see the
wallpaper in the background while writing programs or using the shell.

I played with some of the flags mentioned in xcompmgr(1) including `-a`,
`-c`, `-s`, and `-S`, but none make a difference. I should note that
picom with default settings has the same problem, as well as with the
different backends such as `--backend=glx`.

Using `mpv --no-config` doesn't help, and messing around with
`--x11-bypass-compositor` as mentioned in mpv(1) doesn't seem to affect
the issue.

Using an override in `/etc/X11/xorg.conf.d/intel.conf` to force intel(4)
instead of the default modesetting(4) with TearFree enabled and
`machdep.allowaperture=1` *does* help and gets rid of the tearing. I
would really prefer to use modesetting(4) if at all possible however.

Interestingly, killing xcompmgr before playback removes the screen
tearing entirely. So currently the only real workaround I know of that
doesn't involve using intel(4) is a wrapper script I run to turn off
xcompmgr before playback, and enable it after playback is finished. I'll
include it below along with some other relevant information.

The FAQ mentions some stuff about tearing but none of it worked for me.

https://github.com/mpv-player/mpv/wiki/FAQ

There are open issues about things that appear to be similar, and in
those others corroborate that it seems to be something with the
modesetting driver:

https://github.com/mpv-player/mpv/issues/7106
https://gitlab.freedesktop.org/xorg/xserver/-/issues/928

If there's any more info I can provide on my end for debugging purposes,
let me know. Otherwise, here's what I have.


$ cat /var/log/Xorg.0.log # modesetting(4)
[ 11307.284] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (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
[ 11307.285]    linear framebuffer access unavailable
[ 11307.290] (--) Using wscons driver on /dev/ttyC4
[ 11307.293]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 11307.293] Current Operating System: OpenBSD lain.home.arpa 7.1 
GENERIC.MP#458 amd64
[ 11307.293]
[ 11307.293] Current version of pixman: 0.40.0
[ 11307.293]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 11307.293] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11307.293] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  6 13:36:31 
2022
[ 11307.293] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[ 11307.293] (==) No Layout section.  Using the first Screen section.
[ 11307.293] (==) No screen section available. Using defaults.
[ 11307.293] (**) |-->Screen "Default Screen Section" (0)
[ 11307.293] (**) |   |-->Monitor "<default monitor>"
[ 11307.293] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[ 11307.293] (==) Automatically adding devices
[ 11307.293] (==) Automatically enabling devices
[ 11307.293] (==) Not automatically adding GPU devices
[ 11307.293] (==) Automatically binding GPU devices
[ 11307.294] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11307.294] (==) 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/
[ 11307.294] (==) ModulePath set to "/usr/X11R6/lib/modules"
[ 11307.294] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[ 11307.294] (II) Loader magic: 0x724f63b87c0
[ 11307.294] (II) Module ABI versions:
[ 11307.294]    X.Org ANSI C Emulation: 0.4
[ 11307.294]    X.Org Video Driver: 25.2
[ 11307.294]    X.Org XInput driver : 24.4
[ 11307.294]    X.Org Server Extension : 10.0
[ 11307.294] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 
0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x00002000/64
[ 11307.294] (II) LoadModule: "glx"
[ 11307.294] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[ 11307.296] (II) Module glx: vendor="X.Org Foundation"
[ 11307.296]    compiled for 1.21.1.3, module version = 1.0.0
[ 11307.296]    ABI class: X.Org Server Extension, version 10.0
[ 11307.296] (==) Matched modesetting as autoconfigured driver 0
[ 11307.296] (==) Assigned the driver to the xf86ConfigLayout
[ 11307.296] (II) LoadModule: "modesetting"
[ 11307.296] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[ 11307.296] (II) Module modesetting: vendor="X.Org Foundation"
[ 11307.296]    compiled for 1.21.1.3, module version = 1.21.1
[ 11307.296]    Module class: X.Org Video Driver
[ 11307.296]    ABI class: X.Org Video Driver, version 25.2
[ 11307.296] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11307.308] (**) modeset(0): claimed PCI slot 0@0:2:0
[ 11307.308] (II) modeset(0): using default device
[ 11307.309] (II) modeset(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[ 11307.309] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 11307.309] (==) modeset(0): RGB weight 888
[ 11307.309] (==) modeset(0): Default visual is TrueColor
[ 11307.309] (II) Loading sub module "glamoregl"
[ 11307.309] (II) LoadModule: "glamoregl"
[ 11307.310] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[ 11307.312] (II) Module glamoregl: vendor="X.Org Foundation"
[ 11307.312]    compiled for 1.21.1.3, module version = 1.0.1
[ 11307.312]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 11307.347] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) 
UHD Graphics 620 (WHL GT2)
[ 11307.347] (II) modeset(0): glamor initialized
[ 11307.347] (==) modeset(0): VariableRefresh: disabled
[ 11307.347] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 11307.348] (II) modeset(0): Output eDP-1 has no monitor section
[ 11307.348] (II) modeset(0): Output DP-1 has no monitor section
[ 11307.385] (II) modeset(0): Output HDMI-1 has no monitor section
[ 11307.385] (II) modeset(0): Output DP-2 has no monitor section
[ 11307.387] (II) modeset(0): EDID for output eDP-1
[ 11307.387] (II) modeset(0): Manufacturer: AUO  Model: 233d  Serial#: 0
[ 11307.387] (II) modeset(0): Year: 2017  Week: 0
[ 11307.387] (II) modeset(0): EDID Version: 1.4
[ 11307.387] (II) modeset(0): Digital Display Input
[ 11307.387] (II) modeset(0): 6 bits per channel
[ 11307.387] (II) modeset(0): Digital interface is DisplayPort
[ 11307.387] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[ 11307.387] (II) modeset(0): Gamma: 2.20
[ 11307.387] (II) modeset(0): No DPMS capabilities specified
[ 11307.387] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 11307.387] (II) modeset(0): First detailed timing is preferred mode
[ 11307.387] (II) modeset(0): Preferred mode is native pixel format and refresh 
rate
[ 11307.387] (II) modeset(0): redX: 0.643 redY: 0.334   greenX: 0.308 greenY: 
0.627
[ 11307.387] (II) modeset(0): blueX: 0.154 blueY: 0.048   whiteX: 0.313 whiteY: 
0.329
[ 11307.387] (II) modeset(0): Manufacturer's mask: 0
[ 11307.387] (II) modeset(0): Supported detailed timing:
[ 11307.387] (II) modeset(0): clock: 141.0 MHz   Image Size:  309 x 174 mm
[ 11307.387] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 
h_blank_end 2104 h_border: 0
[ 11307.387] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 
v_blanking: 1116 v_border: 0
[ 11307.387] (II) modeset(0): Unknown vendor-specific block f
[ 11307.387] (II) modeset(0):  AUO
[ 11307.387] (II) modeset(0):  B140HAK02.3
[ 11307.387] (II) modeset(0): EDID (in hex):
[ 11307.387] (II) modeset(0):   00ffffffffffff0006af3d2300000000
[ 11307.387] (II) modeset(0):   001b0104951f117802ae95a4554ea027
[ 11307.387] (II) modeset(0):   0c505400000001010101010101010101
[ 11307.387] (II) modeset(0):   010101010101143780b8703824401010
[ 11307.387] (II) modeset(0):   3e0035ae100000180000000f00000000
[ 11307.387] (II) modeset(0):   00000000000000000020000000fe0041
[ 11307.387] (II) modeset(0):   554f0a202020202020202020000000fe
[ 11307.387] (II) modeset(0):   004231343048414b30322e33200a00b7
[ 11307.387] (II) modeset(0): Printing probed modes for output eDP-1
[ 11307.387] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 11307.387] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 
2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 
1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 
2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 
2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 
2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 
1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 
2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 
1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 
2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 
1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 
1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 
1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 
1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 
1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 
1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 
1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 
1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 
1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 
1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 
1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 
1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 
1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 
1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 
1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 
1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 
1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 
1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 
1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 
1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 
1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 
1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 
1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 
1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 
1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 
1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 
1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 
1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 
1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 
1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056 
 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024 
 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 
1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920 
 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072 
 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024 
 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940 
 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 
1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880 
 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844 
 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924 
 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780 
 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900 
 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  
405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 11307.387] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  
405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892 
 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764 
 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840 
 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720 
 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832 
 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720 
 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  
360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  
360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 11307.387] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672 
 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 11307.387] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648 
 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 11307.387] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592 
 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608 
 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 11307.387] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560 
 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 11307.388] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528 
 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 11307.388] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512 
 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 11307.388] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536 
 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 11307.388] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512 
 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 11307.388] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400 
 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 11307.388] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448 
 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 11307.388] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440 
 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 11307.388] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400 
 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 11307.388] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400 
 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 11307.388] (II) modeset(0): EDID for output DP-1
[ 11307.424] (II) modeset(0): EDID for output HDMI-1
[ 11307.424] (II) modeset(0): EDID for output DP-2
[ 11307.424] (II) modeset(0): Output eDP-1 connected
[ 11307.424] (II) modeset(0): Output DP-1 disconnected
[ 11307.424] (II) modeset(0): Output HDMI-1 disconnected
[ 11307.424] (II) modeset(0): Output DP-2 disconnected
[ 11307.424] (II) modeset(0): Using exact sizes for initial modes
[ 11307.424] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 11307.424] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11307.424] (--) modeset(0): Display dimensions: (309, 174) mm
[ 11307.424] (--) modeset(0): DPI set to (157, 157)
[ 11307.424] (II) Loading sub module "fb"
[ 11307.424] (II) LoadModule: "fb"
[ 11307.424] (II) Module "fb" already built-in
[ 11307.544] (==) modeset(0): Backing store enabled
[ 11307.544] (==) modeset(0): Silken mouse enabled
[ 11307.625] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 11307.626] (==) modeset(0): DPMS enabled
[ 11307.626] (II) modeset(0): [DRI2] Setup complete
[ 11307.626] (II) modeset(0): [DRI2]   DRI driver: iris
[ 11307.626] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[ 11307.626] (II) Initializing extension Generic Event Extension
[ 11307.627] (II) Initializing extension SHAPE
[ 11307.627] (II) Initializing extension MIT-SHM
[ 11307.628] (II) Initializing extension XInputExtension
[ 11307.628] (II) Initializing extension XTEST
[ 11307.628] (II) Initializing extension BIG-REQUESTS
[ 11307.629] (II) Initializing extension SYNC
[ 11307.629] (II) Initializing extension XKEYBOARD
[ 11307.629] (II) Initializing extension XC-MISC
[ 11307.630] (II) Initializing extension SECURITY
[ 11307.630] (II) Initializing extension XFIXES
[ 11307.631] (II) Initializing extension RENDER
[ 11307.631] (II) Initializing extension RANDR
[ 11307.632] (II) Initializing extension COMPOSITE
[ 11307.632] (II) Initializing extension DAMAGE
[ 11307.633] (II) Initializing extension MIT-SCREEN-SAVER
[ 11307.633] (II) Initializing extension DOUBLE-BUFFER
[ 11307.633] (II) Initializing extension RECORD
[ 11307.634] (II) Initializing extension DPMS
[ 11307.634] (II) Initializing extension Present
[ 11307.634] (II) Initializing extension DRI3
[ 11307.635] (II) Initializing extension X-Resource
[ 11307.635] (II) Initializing extension XVideo
[ 11307.636] (II) Initializing extension XVideo-MotionCompensation
[ 11307.636] (II) Initializing extension GLX
[ 11307.641] (II) AIGLX: Loaded and initialized iris
[ 11307.641] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11307.641] (II) Initializing extension XFree86-VidModeExtension
[ 11307.642] (II) Initializing extension XFree86-DGA
[ 11307.642] (II) Initializing extension XFree86-DRI
[ 11307.642] (II) Initializing extension DRI2
[ 11307.643] (II) modeset(0): Damage tracking initialized
[ 11307.643] (II) modeset(0): Setting screen physical size to 309 x 174
[ 11307.697] (II) config/wscons: checking input device /dev/wskbd
[ 11307.697] (II) wskbd: using layout us
[ 11307.697] (II) LoadModule: "kbd"
[ 11307.697] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[ 11307.697] (II) Module kbd: vendor="X.Org Foundation"
[ 11307.697]    compiled for 1.21.1.3, module version = 1.9.0
[ 11307.697]    Module class: X.Org XInput Driver
[ 11307.697]    ABI class: X.Org XInput driver, version 24.4
[ 11307.697] (II) Using input driver 'kbd' for '/dev/wskbd'
[ 11307.697] (**) /dev/wskbd: always reports core events
[ 11307.697] (**) /dev/wskbd: always reports core events
[ 11307.698] (**) Option "Protocol" "standard"
[ 11307.698] (**) Option "XkbRules" "base"
[ 11307.698] (**) Option "XkbModel" "pc105"
[ 11307.698] (**) Option "XkbLayout" "us"
[ 11307.698] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[ 11307.917] (II) config/wscons: checking input device /dev/wsmouse0
[ 11307.917] (II) LoadModule: "ws"
[ 11307.918] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[ 11307.918] (II) Module ws: vendor="X.Org Foundation"
[ 11307.918]    compiled for 1.21.1.3, module version = 1.3.0
[ 11307.918]    Module class: X.Org XInput Driver
[ 11307.918]    ABI class: X.Org XInput driver, version 24.4
[ 11307.918] (II) Using input driver 'ws' for '/dev/wsmouse0'
[ 11307.918] (**) /dev/wsmouse0: always reports core events
[ 11307.918] (II) ws: /dev/wsmouse0: debuglevel 0
[ 11307.918] (**) Option "Device" "/dev/wsmouse0"
[ 11307.918] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[ 11307.918] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[ 11307.918] (**) ws: /dev/wsmouse0: associated screen: 0
[ 11308.137] (II) ws: /dev/wsmouse0: minimum x position: 0
[ 11308.137] (II) ws: /dev/wsmouse0: maximum x position: 1919
[ 11308.137] (II) ws: /dev/wsmouse0: minimum y position: 0
[ 11308.137] (II) ws: /dev/wsmouse0: maximum y position: 1079
[ 11308.137] (==) ws: /dev/wsmouse0: Buttons: 7
[ 11308.137] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[ 11308.137] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
MOUSE, id 7)
[ 11308.357] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[ 11308.357] (**) /dev/wsmouse0: (accel) acceleration profile 0
[ 11308.357] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[ 11308.357] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[ 11308.357] (II) config/wscons: checking input device /dev/wsmouse1
[ 11308.357] (II) Using input driver 'ws' for '/dev/wsmouse1'
[ 11308.357] (**) /dev/wsmouse1: always reports core events
[ 11308.357] (II) ws: /dev/wsmouse1: debuglevel 0
[ 11308.357] (**) Option "Device" "/dev/wsmouse1"
[ 11308.357] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
[ 11308.357] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
[ 11308.357] (**) ws: /dev/wsmouse1: associated screen: 0
[ 11308.357] (II) ws: /dev/wsmouse1: minimum x position: 0
[ 11308.357] (II) ws: /dev/wsmouse1: maximum x position: 1919
[ 11308.357] (II) ws: /dev/wsmouse1: minimum y position: 0
[ 11308.357] (II) ws: /dev/wsmouse1: maximum y position: 1079
[ 11308.357] (==) ws: /dev/wsmouse1: Buttons: 7
[ 11308.357] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
[ 11308.357] (II) XINPUT: Adding extended input device "/dev/wsmouse1" (type: 
MOUSE, id 8)
[ 11308.357] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
[ 11308.358] (**) /dev/wsmouse1: (accel) acceleration profile 0
[ 11308.358] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
[ 11308.358] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
[ 11308.426] (II) config/wscons: checking input device /dev/wsmouse3
[ 11308.426] (II) Using input driver 'ws' for '/dev/wsmouse3'
[ 11308.426] (**) /dev/wsmouse3: always reports core events
[ 11308.426] (II) ws: /dev/wsmouse3: debuglevel 0
[ 11308.426] (**) Option "Device" "/dev/wsmouse3"
[ 11308.426] (**) ws: /dev/wsmouse3: ZAxisMapping: buttons 4 and 5
[ 11308.426] (**) ws: /dev/wsmouse3: WAxisMapping: buttons 6 and 7
[ 11308.426] (**) ws: /dev/wsmouse3: associated screen: 0
[ 11308.426] (**) ws: /dev/wsmouse3: device will work in raw mode
[ 11308.426] (II) ws: /dev/wsmouse3: minimum x position: 0
[ 11308.426] (II) ws: /dev/wsmouse3: maximum x position: 1920
[ 11308.426] (II) ws: /dev/wsmouse3: minimum y position: 0
[ 11308.426] (II) ws: /dev/wsmouse3: maximum y position: 1080
[ 11308.426] (==) ws: /dev/wsmouse3: Buttons: 7
[ 11308.427] (**) ws: /dev/wsmouse3: YAxisMapping: buttons 4 and 5
[ 11308.427] (II) XINPUT: Adding extended input device "/dev/wsmouse3" (type: 
TOUCHSCREEN, id 9)
[ 11308.427] (**) /dev/wsmouse3: (accel) keeping acceleration scheme 1
[ 11308.427] (**) /dev/wsmouse3: (accel) acceleration profile 0
[ 11308.427] (**) /dev/wsmouse3: (accel) acceleration factor: 2.000
[ 11308.427] (**) /dev/wsmouse3: (accel) acceleration threshold: 4
[ 11308.427] (II) config/wscons: checking input device /dev/wsmouse4
[ 11308.427] (II) Using input driver 'ws' for '/dev/wsmouse4'
[ 11308.427] (**) /dev/wsmouse4: always reports core events
[ 11308.427] (II) ws: /dev/wsmouse4: debuglevel 0
[ 11308.427] (**) Option "Device" "/dev/wsmouse4"
[ 11308.427] (**) ws: /dev/wsmouse4: ZAxisMapping: buttons 4 and 5
[ 11308.427] (**) ws: /dev/wsmouse4: WAxisMapping: buttons 6 and 7
[ 11308.427] (**) ws: /dev/wsmouse4: associated screen: 0
[ 11308.427] (**) ws: /dev/wsmouse4: device will work in raw mode
[ 11308.427] (II) ws: /dev/wsmouse4: minimum x position: 0
[ 11308.427] (II) ws: /dev/wsmouse4: maximum x position: 1920
[ 11308.427] (II) ws: /dev/wsmouse4: minimum y position: 0
[ 11308.427] (II) ws: /dev/wsmouse4: maximum y position: 1080
[ 11308.427] (==) ws: /dev/wsmouse4: Buttons: 7
[ 11308.427] (**) ws: /dev/wsmouse4: YAxisMapping: buttons 4 and 5
[ 11308.427] (II) XINPUT: Adding extended input device "/dev/wsmouse4" (type: 
TOUCHSCREEN, id 10)
[ 11308.428] (**) /dev/wsmouse4: (accel) keeping acceleration scheme 1
[ 11308.428] (**) /dev/wsmouse4: (accel) acceleration profile 0
[ 11308.428] (**) /dev/wsmouse4: (accel) acceleration factor: 2.000
[ 11308.428] (**) /dev/wsmouse4: (accel) acceleration threshold: 4
[ 11308.428] (II) config/wscons: checking input device /dev/wsmouse
[ 11308.428] (II) Using input driver 'ws' for '/dev/wsmouse'
[ 11308.428] (**) /dev/wsmouse: always reports core events
[ 11308.428] (II) ws: /dev/wsmouse: debuglevel 0
[ 11308.428] (**) Option "Device" "/dev/wsmouse"
[ 11308.428] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[ 11308.428] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[ 11308.428] (**) ws: /dev/wsmouse: associated screen: 0
[ 11308.491] (II) ws: /dev/wsmouse: minimum x position: 0
[ 11308.491] (II) ws: /dev/wsmouse: maximum x position: 1919
[ 11308.491] (II) ws: /dev/wsmouse: minimum y position: 0
[ 11308.491] (II) ws: /dev/wsmouse: maximum y position: 1079
[ 11308.491] (==) ws: /dev/wsmouse: Buttons: 7
[ 11308.494] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[ 11308.494] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 11)
[ 11308.557] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[ 11308.557] (**) /dev/wsmouse: (accel) acceleration profile 0
[ 11308.557] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[ 11308.557] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[ 11309.195] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11310.422] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11310.489] (II) modeset(0): EDID vendor "AUO", prod id 9021
[ 11310.489] (II) modeset(0): Printing DDC gathered Modelines:
[ 11310.489] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 11310.622] (II) modeset(0): EDID vendor "AUO", prod id 9021
[ 11310.622] (II) modeset(0): Printing DDC gathered Modelines:
[ 11310.622] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 11437.007] (II) UnloadModule: "ws"
[ 11437.007] (II) UnloadModule: "ws"
[ 11437.007] (II) UnloadModule: "ws"
[ 11437.007] (II) UnloadModule: "ws"
[ 11437.007] (II) UnloadModule: "ws"
[ 11437.007] (II) UnloadModule: "kbd"
[ 11437.219] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 11437.253] (==) modeset(0): DPMS enabled
[ 11437.253] (II) modeset(0): [DRI2] Setup complete
[ 11437.253] (II) modeset(0): [DRI2]   DRI driver: iris
[ 11437.253] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[ 11437.253] (II) Initializing extension Generic Event Extension
[ 11437.253] (II) Initializing extension SHAPE
[ 11437.253] (II) Initializing extension MIT-SHM
[ 11437.254] (II) Initializing extension XInputExtension
[ 11437.254] (II) Initializing extension XTEST
[ 11437.255] (II) Initializing extension BIG-REQUESTS
[ 11437.255] (II) Initializing extension SYNC
[ 11437.255] (II) Initializing extension XKEYBOARD
[ 11437.256] (II) Initializing extension XC-MISC
[ 11437.256] (II) Initializing extension SECURITY
[ 11437.257] (II) Initializing extension XFIXES
[ 11437.257] (II) Initializing extension RENDER
[ 11437.257] (II) Initializing extension RANDR
[ 11437.258] (II) Initializing extension COMPOSITE
[ 11437.258] (II) Initializing extension DAMAGE
[ 11437.259] (II) Initializing extension MIT-SCREEN-SAVER
[ 11437.259] (II) Initializing extension DOUBLE-BUFFER
[ 11437.259] (II) Initializing extension RECORD
[ 11437.260] (II) Initializing extension DPMS
[ 11437.260] (II) Initializing extension Present
[ 11437.260] (II) Initializing extension DRI3
[ 11437.261] (II) Initializing extension X-Resource
[ 11437.261] (II) Initializing extension XVideo
[ 11437.261] (II) Initializing extension XVideo-MotionCompensation
[ 11437.261] (II) Initializing extension GLX
[ 11437.267] (II) AIGLX: Loaded and initialized iris
[ 11437.267] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11437.267] (II) Initializing extension XFree86-VidModeExtension
[ 11437.267] (II) Initializing extension XFree86-DGA
[ 11437.267] (II) Initializing extension XFree86-DRI
[ 11437.267] (II) Initializing extension DRI2
[ 11437.268] (II) modeset(0): Damage tracking initialized
[ 11437.268] (II) modeset(0): Setting screen physical size to 309 x 174
[ 11437.312] (II) config/wscons: checking input device /dev/wskbd
[ 11437.312] (II) wskbd: using layout us
[ 11437.312] (II) Using input driver 'kbd' for '/dev/wskbd'
[ 11437.312] (**) /dev/wskbd: always reports core events
[ 11437.312] (**) /dev/wskbd: always reports core events
[ 11437.312] (**) Option "Protocol" "standard"
[ 11437.312] (**) Option "XkbRules" "base"
[ 11437.312] (**) Option "XkbModel" "pc105"
[ 11437.312] (**) Option "XkbLayout" "us"
[ 11437.527] (II) config/wscons: checking input device /dev/wsmouse0
[ 11437.527] (II) Using input driver 'ws' for '/dev/wsmouse0'
[ 11437.527] (**) /dev/wsmouse0: always reports core events
[ 11437.527] (II) ws: /dev/wsmouse0: debuglevel 0
[ 11437.527] (**) Option "Device" "/dev/wsmouse0"
[ 11437.527] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[ 11437.527] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[ 11437.527] (**) ws: /dev/wsmouse0: associated screen: 0
[ 11437.747] (II) ws: /dev/wsmouse0: minimum x position: 0
[ 11437.747] (II) ws: /dev/wsmouse0: maximum x position: 1919
[ 11437.747] (II) ws: /dev/wsmouse0: minimum y position: 0
[ 11437.747] (II) ws: /dev/wsmouse0: maximum y position: 1079
[ 11437.747] (==) ws: /dev/wsmouse0: Buttons: 7
[ 11437.747] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[ 11437.967] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[ 11437.967] (**) /dev/wsmouse0: (accel) acceleration profile 0
[ 11437.967] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[ 11437.967] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[ 11437.967] (II) config/wscons: checking input device /dev/wsmouse1
[ 11437.967] (II) Using input driver 'ws' for '/dev/wsmouse1'
[ 11437.967] (**) /dev/wsmouse1: always reports core events
[ 11437.967] (II) ws: /dev/wsmouse1: debuglevel 0
[ 11437.967] (**) Option "Device" "/dev/wsmouse1"
[ 11437.967] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
[ 11437.967] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
[ 11437.967] (**) ws: /dev/wsmouse1: associated screen: 0
[ 11437.967] (II) ws: /dev/wsmouse1: minimum x position: 0
[ 11437.967] (II) ws: /dev/wsmouse1: maximum x position: 1919
[ 11437.967] (II) ws: /dev/wsmouse1: minimum y position: 0
[ 11437.967] (II) ws: /dev/wsmouse1: maximum y position: 1079
[ 11437.967] (==) ws: /dev/wsmouse1: Buttons: 7
[ 11437.967] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
[ 11437.968] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
[ 11437.968] (**) /dev/wsmouse1: (accel) acceleration profile 0
[ 11437.968] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
[ 11437.968] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
[ 11438.035] (II) config/wscons: checking input device /dev/wsmouse3
[ 11438.035] (II) Using input driver 'ws' for '/dev/wsmouse3'
[ 11438.035] (**) /dev/wsmouse3: always reports core events
[ 11438.035] (II) ws: /dev/wsmouse3: debuglevel 0
[ 11438.035] (**) Option "Device" "/dev/wsmouse3"
[ 11438.035] (**) ws: /dev/wsmouse3: ZAxisMapping: buttons 4 and 5
[ 11438.035] (**) ws: /dev/wsmouse3: WAxisMapping: buttons 6 and 7
[ 11438.035] (**) ws: /dev/wsmouse3: associated screen: 0
[ 11438.036] (**) ws: /dev/wsmouse3: device will work in raw mode
[ 11438.037] (II) ws: /dev/wsmouse3: minimum x position: 0
[ 11438.037] (II) ws: /dev/wsmouse3: maximum x position: 1920
[ 11438.038] (II) ws: /dev/wsmouse3: minimum y position: 0
[ 11438.038] (II) ws: /dev/wsmouse3: maximum y position: 1080
[ 11438.038] (==) ws: /dev/wsmouse3: Buttons: 7
[ 11438.039] (**) ws: /dev/wsmouse3: YAxisMapping: buttons 4 and 5
[ 11438.040] (**) /dev/wsmouse3: (accel) keeping acceleration scheme 1
[ 11438.040] (**) /dev/wsmouse3: (accel) acceleration profile 0
[ 11438.040] (**) /dev/wsmouse3: (accel) acceleration factor: 2.000
[ 11438.040] (**) /dev/wsmouse3: (accel) acceleration threshold: 4
[ 11438.040] (II) config/wscons: checking input device /dev/wsmouse4
[ 11438.040] (II) Using input driver 'ws' for '/dev/wsmouse4'
[ 11438.040] (**) /dev/wsmouse4: always reports core events
[ 11438.040] (II) ws: /dev/wsmouse4: debuglevel 0
[ 11438.040] (**) Option "Device" "/dev/wsmouse4"
[ 11438.040] (**) ws: /dev/wsmouse4: ZAxisMapping: buttons 4 and 5
[ 11438.040] (**) ws: /dev/wsmouse4: WAxisMapping: buttons 6 and 7
[ 11438.040] (**) ws: /dev/wsmouse4: associated screen: 0
[ 11438.040] (**) ws: /dev/wsmouse4: device will work in raw mode
[ 11438.040] (II) ws: /dev/wsmouse4: minimum x position: 0
[ 11438.040] (II) ws: /dev/wsmouse4: maximum x position: 1920
[ 11438.040] (II) ws: /dev/wsmouse4: minimum y position: 0
[ 11438.040] (II) ws: /dev/wsmouse4: maximum y position: 1080
[ 11438.040] (==) ws: /dev/wsmouse4: Buttons: 7
[ 11438.040] (**) ws: /dev/wsmouse4: YAxisMapping: buttons 4 and 5
[ 11438.040] (**) /dev/wsmouse4: (accel) keeping acceleration scheme 1
[ 11438.040] (**) /dev/wsmouse4: (accel) acceleration profile 0
[ 11438.040] (**) /dev/wsmouse4: (accel) acceleration factor: 2.000
[ 11438.040] (**) /dev/wsmouse4: (accel) acceleration threshold: 4
[ 11438.040] (II) config/wscons: checking input device /dev/wsmouse
[ 11438.040] (II) Using input driver 'ws' for '/dev/wsmouse'
[ 11438.040] (**) /dev/wsmouse: always reports core events
[ 11438.040] (II) ws: /dev/wsmouse: debuglevel 0
[ 11438.040] (**) Option "Device" "/dev/wsmouse"
[ 11438.040] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[ 11438.040] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[ 11438.040] (**) ws: /dev/wsmouse: associated screen: 0
[ 11438.103] (II) ws: /dev/wsmouse: minimum x position: 0
[ 11438.103] (II) ws: /dev/wsmouse: maximum x position: 1919
[ 11438.103] (II) ws: /dev/wsmouse: minimum y position: 0
[ 11438.103] (II) ws: /dev/wsmouse: maximum y position: 1079
[ 11438.103] (==) ws: /dev/wsmouse: Buttons: 7
[ 11438.106] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[ 11438.169] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[ 11438.169] (**) /dev/wsmouse: (accel) acceleration profile 0
[ 11438.169] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[ 11438.169] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[ 11440.113] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11441.232] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11441.299] (II) modeset(0): EDID vendor "AUO", prod id 9021
[ 11441.299] (II) modeset(0): Printing DDC gathered Modelines:
[ 11441.299] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 11441.432] (II) modeset(0): EDID vendor "AUO", prod id 9021
[ 11441.432] (II) modeset(0): Printing DDC gathered Modelines:
[ 11441.432] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)


$ cat /var/log/Xorg.0.log # intel(4)
[    13.181] (--) checkDevMem: using aperture driver /dev/xf86
[    13.187] (--) Using wscons driver on /dev/ttyC4
[    13.210]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    13.210] Current Operating System: OpenBSD lain.home.arpa 7.1 
GENERIC.MP#458 amd64
[    13.210]
[    13.210] Current version of pixman: 0.40.0
[    13.210]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    13.210] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.210] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  6 15:03:16 
2022
[    13.211] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.211] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[    13.213] (==) No Layout section.  Using the first Screen section.
[    13.213] (==) No screen section available. Using defaults.
[    13.213] (**) |-->Screen "Default Screen Section" (0)
[    13.213] (**) |   |-->Monitor "<default monitor>"
[    13.214] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    13.214] (**) |   |-->Device "Intel Graphics"
[    13.214] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    13.214] (==) Automatically adding devices
[    13.214] (==) Automatically enabling devices
[    13.214] (==) Not automatically adding GPU devices
[    13.214] (==) Automatically binding GPU devices
[    13.214] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.217] (==) 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/
[    13.217] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    13.217] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[    13.218] (II) Loader magic: 0x641f11e47c0
[    13.218] (II) Module ABI versions:
[    13.218]    X.Org ANSI C Emulation: 0.4
[    13.218]    X.Org Video Driver: 25.2
[    13.218]    X.Org XInput driver : 24.4
[    13.218]    X.Org Server Extension : 10.0
[    13.218] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 
0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x00002000/64
[    13.218] (II) LoadModule: "glx"
[    13.220] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    13.231] (II) Module glx: vendor="X.Org Foundation"
[    13.231]    compiled for 1.21.1.3, module version = 1.0.0
[    13.231]    ABI class: X.Org Server Extension, version 10.0
[    13.231] (II) LoadModule: "intel"
[    13.232] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[    13.235] (II) Module intel: vendor="X.Org Foundation"
[    13.235]    compiled for 1.21.1.3, module version = 2.99.916
[    13.235]    Module class: X.Org Video Driver
[    13.235]    ABI class: X.Org Video Driver, version 25.2
[    13.235] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    13.235] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    13.235] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    13.235] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, 
P6300
[    13.239] (II) intel(0): Using Kernel Mode Setting driver: i915, version 
1.6.0 20201103
[    13.240] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    13.241] (WW) intel(0): Unknown chipset
[    13.241] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, 
avx, avx2
[    13.241] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[    13.241] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    13.241] (==) intel(0): RGB weight 888
[    13.241] (==) intel(0): Default visual is TrueColor
[    13.241] (**) intel(0): Option "TearFree" "true"
[    13.242] (II) intel(0): Output eDP1 has no monitor section
[    13.243] (--) intel(0): Found backlight control interface wscons (type 
'platform') for output eDP1
[    13.243] (II) intel(0): Enabled output eDP1
[    13.243] (II) intel(0): Output DP1 has no monitor section
[    13.243] (II) intel(0): Enabled output DP1
[    13.243] (II) intel(0): Output HDMI1 has no monitor section
[    13.243] (II) intel(0): Enabled output HDMI1
[    13.243] (II) intel(0): Output DP2 has no monitor section
[    13.243] (II) intel(0): Enabled output DP2
[    13.243] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    13.243] (II) intel(0): Output VIRTUAL1 has no monitor section
[    13.243] (II) intel(0): Enabled output VIRTUAL1
[    13.243] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    13.244] (**) intel(0): TearFree enabled
[    13.244] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.244] (--) intel(0): Display dimensions: (310, 170) mm
[    13.244] (--) intel(0): DPI set to (157, 161)
[    13.244] (II) Loading sub module "dri3"
[    13.244] (II) LoadModule: "dri3"
[    13.244] (II) Module "dri3" already built-in
[    13.244] (II) Loading sub module "dri2"
[    13.244] (II) LoadModule: "dri2"
[    13.244] (II) Module "dri2" already built-in
[    13.244] (II) Loading sub module "present"
[    13.244] (II) LoadModule: "present"
[    13.244] (II) Module "present" already built-in
[    13.246] (II) intel(0): SNA initialized with generic backend
[    13.246] (==) intel(0): Backing store enabled
[    13.246] (==) intel(0): Silken mouse enabled
[    13.246] (II) intel(0): HW Cursor enabled
[    13.249] (==) intel(0): DPMS enabled
[    13.250] (II) intel(0): Textured video not supported on this hardware
[    13.250] (II) intel(0): [DRI2] Setup complete
[    13.250] (II) intel(0): [DRI2]   DRI driver: i965
[    13.250] (II) intel(0): [DRI2]   VDPAU driver: i965
[    13.250] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    13.251] (II) intel(0): hardware support for Present enabled
[    13.251] (II) Initializing extension Generic Event Extension
[    13.252] (II) Initializing extension SHAPE
[    13.252] (II) Initializing extension MIT-SHM
[    13.252] (II) Initializing extension XInputExtension
[    13.254] (II) Initializing extension XTEST
[    13.254] (II) Initializing extension BIG-REQUESTS
[    13.254] (II) Initializing extension SYNC
[    13.255] (II) Initializing extension XKEYBOARD
[    13.256] (II) Initializing extension XC-MISC
[    13.256] (II) Initializing extension SECURITY
[    13.257] (II) Initializing extension XFIXES
[    13.257] (II) Initializing extension RENDER
[    13.258] (II) Initializing extension RANDR
[    13.258] (II) Initializing extension COMPOSITE
[    13.259] (II) Initializing extension DAMAGE
[    13.259] (II) Initializing extension MIT-SCREEN-SAVER
[    13.260] (II) Initializing extension DOUBLE-BUFFER
[    13.260] (II) Initializing extension RECORD
[    13.261] (II) Initializing extension DPMS
[    13.261] (II) Initializing extension Present
[    13.262] (II) Initializing extension DRI3
[    13.262] (II) Initializing extension X-Resource
[    13.263] (II) Initializing extension XVideo
[    13.263] (II) Initializing extension XVideo-MotionCompensation
[    13.263] (II) Initializing extension GLX
[    13.303] (II) AIGLX: Loaded and initialized i965
[    13.303] (II) GLX: Initialized DRI2 GL provider for screen 0
[    13.303] (II) Initializing extension XFree86-VidModeExtension
[    13.304] (II) Initializing extension XFree86-DGA
[    13.304] (II) Initializing extension XFree86-DRI
[    13.304] (II) Initializing extension DRI2
[    13.313] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, 
position (0, 0), rotation normal, reflection none
[    13.339] (II) intel(0): Setting screen physical size to 310 x 170
[    13.398] (II) config/wscons: checking input device /dev/wskbd
[    13.398] (II) wskbd: using layout us
[    13.398] (II) LoadModule: "kbd"
[    13.399] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    13.400] (II) Module kbd: vendor="X.Org Foundation"
[    13.400]    compiled for 1.21.1.3, module version = 1.9.0
[    13.400]    Module class: X.Org XInput Driver
[    13.400]    ABI class: X.Org XInput driver, version 24.4
[    13.400] (II) Using input driver 'kbd' for '/dev/wskbd'
[    13.400] (**) /dev/wskbd: always reports core events
[    13.400] (**) /dev/wskbd: always reports core events
[    13.400] (**) Option "Protocol" "standard"
[    13.400] (**) Option "XkbRules" "base"
[    13.400] (**) Option "XkbModel" "pc105"
[    13.400] (**) Option "XkbLayout" "us"
[    13.400] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    13.620] (II) config/wscons: checking input device /dev/wsmouse0
[    13.620] (II) LoadModule: "ws"
[    13.622] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    13.622] (II) Module ws: vendor="X.Org Foundation"
[    13.622]    compiled for 1.21.1.3, module version = 1.3.0
[    13.622]    Module class: X.Org XInput Driver
[    13.622]    ABI class: X.Org XInput driver, version 24.4
[    13.622] (II) Using input driver 'ws' for '/dev/wsmouse0'
[    13.622] (**) /dev/wsmouse0: always reports core events
[    13.622] (II) ws: /dev/wsmouse0: debuglevel 0
[    13.622] (**) Option "Device" "/dev/wsmouse0"
[    13.623] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[    13.623] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[    13.623] (**) ws: /dev/wsmouse0: associated screen: 0
[    13.840] (II) ws: /dev/wsmouse0: minimum x position: 0
[    13.840] (II) ws: /dev/wsmouse0: maximum x position: 1919
[    13.840] (II) ws: /dev/wsmouse0: minimum y position: 0
[    13.840] (II) ws: /dev/wsmouse0: maximum y position: 1079
[    13.840] (==) ws: /dev/wsmouse0: Buttons: 7
[    13.840] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[    13.840] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
MOUSE, id 7)
[    14.060] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    14.060] (**) /dev/wsmouse0: (accel) acceleration profile 0
[    14.060] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    14.060] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    14.060] (II) config/wscons: checking input device /dev/wsmouse1
[    14.060] (II) Using input driver 'ws' for '/dev/wsmouse1'
[    14.060] (**) /dev/wsmouse1: always reports core events
[    14.060] (II) ws: /dev/wsmouse1: debuglevel 0
[    14.060] (**) Option "Device" "/dev/wsmouse1"
[    14.060] (**) ws: /dev/wsmouse1: ZAxisMapping: buttons 4 and 5
[    14.060] (**) ws: /dev/wsmouse1: WAxisMapping: buttons 6 and 7
[    14.060] (**) ws: /dev/wsmouse1: associated screen: 0
[    14.060] (II) ws: /dev/wsmouse1: minimum x position: 0
[    14.060] (II) ws: /dev/wsmouse1: maximum x position: 1919
[    14.060] (II) ws: /dev/wsmouse1: minimum y position: 0
[    14.060] (II) ws: /dev/wsmouse1: maximum y position: 1079
[    14.060] (==) ws: /dev/wsmouse1: Buttons: 7
[    14.060] (**) ws: /dev/wsmouse1: YAxisMapping: buttons 4 and 5
[    14.060] (II) XINPUT: Adding extended input device "/dev/wsmouse1" (type: 
MOUSE, id 8)
[    14.061] (**) /dev/wsmouse1: (accel) keeping acceleration scheme 1
[    14.061] (**) /dev/wsmouse1: (accel) acceleration profile 0
[    14.061] (**) /dev/wsmouse1: (accel) acceleration factor: 2.000
[    14.061] (**) /dev/wsmouse1: (accel) acceleration threshold: 4
[    14.127] (II) config/wscons: checking input device /dev/wsmouse3
[    14.127] (II) Using input driver 'ws' for '/dev/wsmouse3'
[    14.127] (**) /dev/wsmouse3: always reports core events
[    14.127] (II) ws: /dev/wsmouse3: debuglevel 0
[    14.127] (**) Option "Device" "/dev/wsmouse3"
[    14.127] (**) ws: /dev/wsmouse3: ZAxisMapping: buttons 4 and 5
[    14.127] (**) ws: /dev/wsmouse3: WAxisMapping: buttons 6 and 7
[    14.127] (**) ws: /dev/wsmouse3: associated screen: 0
[    14.127] (**) ws: /dev/wsmouse3: device will work in raw mode
[    14.127] (II) ws: /dev/wsmouse3: minimum x position: 0
[    14.127] (II) ws: /dev/wsmouse3: maximum x position: 1920
[    14.127] (II) ws: /dev/wsmouse3: minimum y position: 0
[    14.127] (II) ws: /dev/wsmouse3: maximum y position: 1080
[    14.127] (==) ws: /dev/wsmouse3: Buttons: 7
[    14.128] (**) ws: /dev/wsmouse3: YAxisMapping: buttons 4 and 5
[    14.128] (II) XINPUT: Adding extended input device "/dev/wsmouse3" (type: 
TOUCHSCREEN, id 9)
[    14.128] (**) /dev/wsmouse3: (accel) keeping acceleration scheme 1
[    14.128] (**) /dev/wsmouse3: (accel) acceleration profile 0
[    14.128] (**) /dev/wsmouse3: (accel) acceleration factor: 2.000
[    14.128] (**) /dev/wsmouse3: (accel) acceleration threshold: 4
[    14.128] (II) config/wscons: checking input device /dev/wsmouse4
[    14.128] (II) Using input driver 'ws' for '/dev/wsmouse4'
[    14.128] (**) /dev/wsmouse4: always reports core events
[    14.128] (II) ws: /dev/wsmouse4: debuglevel 0
[    14.128] (**) Option "Device" "/dev/wsmouse4"
[    14.128] (**) ws: /dev/wsmouse4: ZAxisMapping: buttons 4 and 5
[    14.128] (**) ws: /dev/wsmouse4: WAxisMapping: buttons 6 and 7
[    14.128] (**) ws: /dev/wsmouse4: associated screen: 0
[    14.128] (**) ws: /dev/wsmouse4: device will work in raw mode
[    14.128] (II) ws: /dev/wsmouse4: minimum x position: 0
[    14.128] (II) ws: /dev/wsmouse4: maximum x position: 1920
[    14.128] (II) ws: /dev/wsmouse4: minimum y position: 0
[    14.128] (II) ws: /dev/wsmouse4: maximum y position: 1080
[    14.128] (==) ws: /dev/wsmouse4: Buttons: 7
[    14.128] (**) ws: /dev/wsmouse4: YAxisMapping: buttons 4 and 5
[    14.128] (II) XINPUT: Adding extended input device "/dev/wsmouse4" (type: 
TOUCHSCREEN, id 10)
[    14.129] (**) /dev/wsmouse4: (accel) keeping acceleration scheme 1
[    14.129] (**) /dev/wsmouse4: (accel) acceleration profile 0
[    14.129] (**) /dev/wsmouse4: (accel) acceleration factor: 2.000
[    14.129] (**) /dev/wsmouse4: (accel) acceleration threshold: 4
[    14.129] (II) config/wscons: checking input device /dev/wsmouse
[    14.129] (II) Using input driver 'ws' for '/dev/wsmouse'
[    14.129] (**) /dev/wsmouse: always reports core events
[    14.129] (II) ws: /dev/wsmouse: debuglevel 0
[    14.129] (**) Option "Device" "/dev/wsmouse"
[    14.129] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    14.129] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    14.129] (**) ws: /dev/wsmouse: associated screen: 0
[    14.191] (II) ws: /dev/wsmouse: minimum x position: 0
[    14.191] (II) ws: /dev/wsmouse: maximum x position: 1919
[    14.191] (II) ws: /dev/wsmouse: minimum y position: 0
[    14.191] (II) ws: /dev/wsmouse: maximum y position: 1079
[    14.191] (==) ws: /dev/wsmouse: Buttons: 7
[    14.194] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    14.194] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 11)
[    14.256] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    14.256] (**) /dev/wsmouse: (accel) acceleration profile 0
[    14.256] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    14.256] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[    26.994] (II) AIGLX: Suspending AIGLX clients for VT switch
[    29.792] (II) AIGLX: Resuming AIGLX clients after VT switch
[    29.792] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, 
position (0, 0), rotation normal, reflection none
[    29.861] (II) intel(0): EDID vendor "AUO", prod id 9021
[    29.861] (II) intel(0): Printing DDC gathered Modelines:
[    29.861] (II) intel(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 
2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)


$ dmesg
OpenBSD 7.1 (GENERIC.MP) #458: Sun Apr  3 23:10:53 MDT 2022
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16959832064 (16174MB)
avail mem = 16428539904 (15667MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0xc7d49000 (64 entries)
bios0: vendor LENOVO version "N2HET66W (1.49 )" date 11/10/2021
bios0: LENOVO 20QD0000US
acpi0 at bios0: ACPI 6.1
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT SSDT SSDT UEFI SSDT HPET APIC MCFG ECDT SSDT 
SSDT SSDT BOOT SSDT LPIT WSMT SSDT DBGP DBG2 MSDM BATB NHLT DMAR FPDT BGRT UEFI
acpi0: wakeup devices GLAN(S4) XHC_(S3) XDCI(S4) HDAS(S4) RP01(S4) PXSX(S4) 
RP02(S4) PXSX(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) PXSX(S4) RP06(S4) 
PXSX(S4) RP07(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 23999999 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1689.77 MHz, 06-8e-0c
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1406.76 MHz, 06-8e-0c
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1209.51 MHz, 06-8e-0c
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1010.63 MHz, 06-8e-0c
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-127
acpiec0 at acpi0
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus -1 (RP02)
acpiprt3 at acpi0: bus -1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiprt7 at acpi0: bus -1 (RP07)
acpiprt8 at acpi0: bus -1 (RP08)
acpiprt9 at acpi0: bus 3 (RP09)
acpiprt10 at acpi0: bus -1 (RP10)
acpiprt11 at acpi0: bus -1 (RP11)
acpiprt12 at acpi0: bus -1 (RP12)
acpiprt13 at acpi0: bus -1 (RP13)
acpiprt14 at acpi0: bus -1 (RP14)
acpiprt15 at acpi0: bus -1 (RP15)
acpiprt16 at acpi0: bus -1 (RP16)
acpiprt17 at acpi0: bus -1 (RP17)
acpiprt18 at acpi0: bus -1 (RP18)
acpiprt19 at acpi0: bus -1 (RP19)
acpiprt20 at acpi0: bus -1 (RP20)
acpiprt21 at acpi0: bus -1 (RP21)
acpiprt22 at acpi0: bus -1 (RP22)
acpiprt23 at acpi0: bus -1 (RP23)
acpiprt24 at acpi0: bus -1 (RP24)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpithinkpad0 at acpi0: version 2.0
acpiac0 at acpi0: AC unit offline
acpibat0 at acpi0: BAT0 model "02DL005" serial  1649 type LiP oem "SMP"
"PNP0C60" at acpi0 not configured
"LEN0111" at acpi0 not configured
"LEN0100" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3403" at acpi0 not configured
pchgpio0 at acpi0 GPI0 addr 0xfd6e0000/0x10000 0xfd6d0000/0x10000 
0xfd6a0000/0x10000 irq 14, 320 pins
"SYNA8004" at acpi0 not configured
"ACPI000E" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn1 at acpi0: LID_
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT3400" at acpi0 not configured
"USBC000" at acpi0 not configured
acpipwrres0 at acpi0: PUBS, resource for XHC_
acpipwrres1 at acpi0: BTPR, resource for HS10
acpipwrres2 at acpi0: USBC, resource for XDCI
acpipwrres3 at acpi0: PXP_, resource for RP01, PXSX
acpipwrres4 at acpi0: V0PR
acpipwrres5 at acpi0: V1PR
acpipwrres6 at acpi0: V2PR
acpipwrres7 at acpi0: WRST
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1), PSS
acpitz0 at acpi0: critical temperature is 128 degC
acpipwrres8 at acpi0: PIN_
acpipwrres9 at acpi0: PINP
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1689 MHz: speeds: 2001, 2000, 1900, 1800, 1700, 1500, 
1400, 1300, 1200, 1100, 1000, 800, 700, 600, 500, 400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 8G Host" rev 0x0c
inteldrm0 at pci0 dev 2 function 0 "Intel UHD Graphics 620" rev 0x02
drm0 at inteldrm0
inteldrm0: msi, COFFEELAKE, gen 9
"Intel Core 6G Thermal" rev 0x0c at pci0 dev 4 function 0 not configured
"Intel Core GMM" rev 0x00 at pci0 dev 8 function 0 not configured
pchtemp0 at pci0 dev 18 function 0 "Intel 300 Series Thermal" rev 0x11
xhci0 at pci0 dev 20 function 0 "Intel 300 Series xHCI" rev 0x11: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel 300 Series Shared SRAM" rev 0x11 at pci0 dev 20 function 2 not configured
iwm0 at pci0 dev 20 function 3 "Intel AC 9560" rev 0x11, msix
dwiic0 at pci0 dev 21 function 0 "Intel 300 Series I2C" rev 0x11: apic 2 int 16
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 300 Series I2C" rev 0x11: apic 2 int 17
iic1 at dwiic1
ihidev0 at iic1 addr 0x2c gpio 100, vendor 0x6cb product 0xcd8b, SYNA8004
ihidev0: 14 report ids
imt0 at ihidev0: clickpad, 5 contacts
wsmouse0 at imt0 mux 0
ims0 at ihidev0 reportid 2: 2 buttons
wsmouse1 at ims0 mux 0
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 7 not configured
hid at ihidev0 reportid 9 not configured
hid at ihidev0 reportid 10 not configured
hid at ihidev0 reportid 11 not configured
hid at ihidev0 reportid 12 not configured
hid at ihidev0 reportid 13 not configured
hid at ihidev0 reportid 14 not configured
"Intel 300 Series MEI" rev 0x11 at pci0 dev 22 function 0 not configured
ppb0 at pci0 dev 29 function 0 "Intel 300 Series PCIE" rev 0xf1: msi
pci1 at ppb0 bus 3
nvme0 at pci1 dev 0 function 0 "SanDisk WD Black NVMe" rev 0x00: msix, NVMe 1.3
nvme0: WDC PC SN720 SDAQNTW-512G-1001, firmware 10190101, serial 192280803177
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, WDC PC SN720 SDA, 1019>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
pcib0 at pci0 dev 31 function 0 "Intel 300 Series LPC" rev 0x11
azalia0 at pci0 dev 31 function 3 "Intel 300 Series HD Audio" rev 0x11: msi
azalia0: codecs: Realtek ALC285, Intel/0x280b, using Realtek ALC285
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 300 Series SMBus" rev 0x11: apic 2 int 
16
iic2 at ichiic0
ichiic0: abort failed, status 0x41<BUSY,INUSE>
"Intel 300 Series SPI" rev 0x11 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse2 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Raydium Corporation 
Raydium Touch System" rev 2.01/1.08 addr 2
uhidev0: iclass 3/0, 68 report ids
uhid0 at uhidev0 reportid 1: input=0, output=63, feature=0
uhid1 at uhidev0 reportid 2: input=63, output=0, feature=0
uhid2 at uhidev0 reportid 3: input=0, output=63, feature=0
uhid3 at uhidev0 reportid 4: input=0, output=63, feature=0
uhid4 at uhidev0 reportid 5: input=0, output=63, feature=0
uhid5 at uhidev0 reportid 6: input=63, output=0, feature=0
uhid6 at uhidev0 reportid 7: input=0, output=63, feature=0
uhid7 at uhidev0 reportid 8: input=0, output=63, feature=0
uhid8 at uhidev0 reportid 9: input=63, output=0, feature=0
ums0 at uhidev0 reportid 10: 1 button, tip
wsmouse3 at ums0 mux 0
uhid9 at uhidev0 reportid 11: input=0, output=0, feature=1
uhid10 at uhidev0 reportid 12: input=0, output=0, feature=255
uhid11 at uhidev0 reportid 13: input=0, output=0, feature=255
ums1 at uhidev0 reportid 68: 0 buttons
wsmouse4 at ums1 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 488385MB, 512 bytes/sector, 1000213601 sectors
root on sd1a (3bed39da48906bc3.a) swap on sd1b dump on sd1b
drm:pid0:intel_ddi_sanitize_encoder_pll_mapping *NOTICE* [drm] [ENCODER:102:DDI
/PHY h] is disabled/in DSI mode with an ungated DDI clock, gate it
drm:pid0:intel_ddi_sanitize_encoder_pll_mapping *NOTICE* [drm] [ENCODER:116:DDI
/PHY h] is disabled/in DSI mode with an ungated DDI clock, gate it
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x310, fw ver 46.4e1ceb39.0, address d0:ab:d5:bb:3a:c8
uhid0 detached
uhid1 detached
uhid2 detached
uhid3 detached
uhid4 detached
uhid5 detached
uhid6 detached
uhid7 detached
uhid8 detached
wsmouse3 detached
ums0 detached
uhid9 detached
uhid10 detached
uhid11 detached
wsmouse4 detached
ums1 detached
uhidev0 detached
uhub0 detached
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Raydium Corporation 
Raydium Touch System" rev 2.01/1.08 addr 2
uhidev0: iclass 3/0, 68 report ids
uhid0 at uhidev0 reportid 1: input=0, output=63, feature=0
uhid1 at uhidev0 reportid 2: input=63, output=0, feature=0
uhid2 at uhidev0 reportid 3: input=0, output=63, feature=0
uhid3 at uhidev0 reportid 4: input=0, output=63, feature=0
uhid4 at uhidev0 reportid 5: input=0, output=63, feature=0
uhid5 at uhidev0 reportid 6: input=63, output=0, feature=0
uhid6 at uhidev0 reportid 7: input=0, output=63, feature=0
uhid7 at uhidev0 reportid 8: input=0, output=63, feature=0
uhid8 at uhidev0 reportid 9: input=63, output=0, feature=0
ums0 at uhidev0 reportid 10: 1 button, tip
wsmouse3 at ums0 mux 0
uhid9 at uhidev0 reportid 11: input=0, output=0, feature=1
uhid10 at uhidev0 reportid 12: input=0, output=0, feature=255
uhid11 at uhidev0 reportid 13: input=0, output=0, feature=255
ums1 at uhidev0 reportid 68: 0 buttons
wsmouse4 at ums1 mux 0
drm:pid51268:intel_ddi_sanitize_encoder_pll_mapping *NOTICE* [drm] 
[ENCODER:94:DDI
/PHY h] is disabled/in DSI mode with an ungated DDI clock, gate it
drm:pid51268:intel_ddi_sanitize_encoder_pll_mapping *NOTICE* [drm] 
[ENCODER:102:DDI
/PHY h] is disabled/in DSI mode with an ungated DDI clock, gate it
drm:pid51268:intel_ddi_sanitize_encoder_pll_mapping *NOTICE* [drm] 
[ENCODER:116:DDI
/PHY h] is disabled/in DSI mode with an ungated DDI clock, gate it


$ cat ~/.local/bin/mpv
#!/bin/sh

# disable xcompmgr(1) during playback since it seems to cause
# screen tearing with modesetting(4)


err() {
        printf '%s\n' "$*" >&2
        exit 1
}


usage() {
        err "$0 is a wrapper script, see mpv(1) for usage details."
}


[ -z "${DISPLAY}" ] && err "${0##*/} requires a graphical environment."

[ -z "$*" ] && usage

MPV="$(command -vp 'mpv')" || err 'mpv not found in PATH or not executable.'


case "${0##*/}" in

        'mpv')
                pkill xcompmgr >/dev/null 2>&1

                "${MPV}" "$@"

                [ -x "$(command -v 'xcompmgr')" ] && xcompmgr >/dev/null 2>&1 &

                ;;

        # workaround for screen tearing isn't needed if only playing audio
        'mpva')
                "${MPV}" \
                        --no-keep-open \
                        --no-resume-playback \
                        --no-pause \
                        --no-video "$@"

                ;;

        *)
                err "${0##*/} is not an expected program name."

                ;;

esac


$ file ~/.local/bin/mpva
mpva: symbolic link to 'mpv'

--
https://amissing.link/

Reply via email to