Hi,

I have a Thinkpad T14g3 (dmesg below), which has both a touchpad and a
touchscreen (and also the red knob thing but I don't care about that one).

When I start Xorg with no xorg.conf, I get the following in the logs (see
at the end of this message for the complete logs);

[...]
[ 13275.950] (II) config/wscons: checking input device /dev/wskbd
[ 13275.950] (II) wskbd: using layout us
[ 13275.950] (II) LoadModule: "kbd"
[ 13275.951] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[ 13275.951] (II) Module kbd: vendor="X.Org Foundation"
[ 13275.951]    compiled for 1.21.1.11, module version = 2.0.0
[ 13275.951]    Module class: X.Org XInput Driver
[ 13275.951]    ABI class: X.Org XInput driver, version 24.4
[ 13275.951] (II) Using input driver 'kbd' for '/dev/wskbd'
[ 13275.951] (**) /dev/wskbd: always reports core events
[ 13275.951] (**) /dev/wskbd: always reports core events
[ 13275.951] (**) Option "Protocol" "standard"
[ 13275.951] (**) Option "XkbRules" "base"
[ 13275.951] (**) Option "XkbModel" "pc105"
[ 13275.951] (**) Option "XkbLayout" "us"
[ 13275.951] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[ 13276.170] (II) config/wscons: checking input device /dev/wsmouse0
[ 13276.170] (II) LoadModule: "ws"
[ 13276.172] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[ 13276.172] (II) Module ws: vendor="X.Org Foundation"
[ 13276.172]    compiled for 1.21.1.11, module version = 1.3.0
[ 13276.172]    Module class: X.Org XInput Driver
[ 13276.172]    ABI class: X.Org XInput driver, version 24.4
[ 13276.172] (II) Using input driver 'ws' for '/dev/wsmouse0'
[ 13276.172] (**) /dev/wsmouse0: always reports core events
[ 13276.172] (II) ws: /dev/wsmouse0: debuglevel 0
[ 13276.172] (**) Option "Device" "/dev/wsmouse0"
[ 13276.172] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[ 13276.172] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[ 13276.172] (**) ws: /dev/wsmouse0: associated screen: 0
[ 13276.390] (**) ws: /dev/wsmouse0: device will work in raw mode
[ 13276.390] (II) ws: /dev/wsmouse0: minimum x position: 0
[ 13276.390] (II) ws: /dev/wsmouse0: maximum x position: 3168
[ 13276.390] (II) ws: /dev/wsmouse0: minimum y position: 0
[ 13276.390] (II) ws: /dev/wsmouse0: maximum y position: 1968
[ 13276.390] (==) ws: /dev/wsmouse0: Buttons: 7
[ 13276.391] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[ 13276.391] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
TOUCHSCREEN, id 7)
[ 13276.610] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration profile 0
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[ 13276.610] (II) config/wscons: checking input device /dev/wsmouse
[ 13276.610] (II) Using input driver 'ws' for '/dev/wsmouse'
[ 13276.611] (**) /dev/wsmouse: always reports core events
[ 13276.611] (II) ws: /dev/wsmouse: debuglevel 0
[ 13276.611] (**) Option "Device" "/dev/wsmouse"
[ 13276.611] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[ 13276.611] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[ 13276.611] (**) ws: /dev/wsmouse: associated screen: 0
[ 13276.892] (II) ws: /dev/wsmouse: minimum x position: 0
[ 13276.892] (II) ws: /dev/wsmouse: maximum x position: 1919
[ 13276.892] (II) ws: /dev/wsmouse: minimum y position: 0
[ 13276.892] (II) ws: /dev/wsmouse: maximum y position: 1199
[ 13276.892] (==) ws: /dev/wsmouse: Buttons: 7
[ 13276.896] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[ 13276.896] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 8)
[ 13277.172] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration profile 0
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[ 13277.222] (II) modeset(0): Disabling kernel dirty updates, not required.

Note how there's a keyboard and a touchscreen and a mouse but no touchpad.
The touchpad does in fact work perfectly, and so does the touchscreen and
the red knob thing, although I have no idea how that happens.

My problem is that I would like to use the synaptics driver for the
touchpad (for things like coasting).  So I created the following xorg.conf:

Section "InputClass"
        Identifier "wsmouse touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
EndSection

which ends up doing absolutely nothing because MatchIsTouchpad does not
match anything.

Next I tried to use MatchIsTouchscreen instead, which did match, and did
load the synaptics driver, but then I got a "Synaptics driver unable to
detect protocol" error, the synaptics driver got immediately unloaded by
Xorg, and the mouse ended up no working at all.

Next I looked at the output of wsconsctl:

# wsconsctl | egrep -i mouse
wsconsctl: Use explicit arg to view keyboard.map.
mouse.type=touch-panel
mouse.rawmode=1
mouse.scale=0,3168,0,1968,0,0,0
mouse.reverse_scrolling=0
mouse1.type=touchpad
mouse1.rawmode=0
mouse1.scale=0,3528,0,1793,0,31,31
mouse1.reverse_scrolling=0
mouse1.tp.tapping=0,0,0
mouse1.tp.scaling=0.232
mouse1.tp.swapsides=0
mouse1.tp.disable=0
mouse1.tp.edges=0.0,5.0,10.0,5.0
mouse2.type=touchpad
mouse2.rawmode=1
mouse2.scale=0,3168,0,1968,0,0,0
mouse2.reverse_scrolling=0
mouse3.type=touch-panel
mouse3.rawmode=1
mouse3.scale=0,3168,0,1968,0,0,0
mouse3.reverse_scrolling=0
mouse4.type=ps2
mouse4.reverse_scrolling=0

So both mouse1 and mouse2 are listed as 'touchpad'.  Looking at /dev, I saw
that I only had ownership of /dev/wsmouse and /dev/wsmouse0 so I modified
/etc/fbtab to also give myself ownership of /dev/wsmouse1, /dev/wsmouse2,
and /dev/wsmouse3 (assuming that mouse1 ... mouse4 in the output of
wsconsctl correspond to wsmouse0 ... wsmouse3 in /dev ??), logged out,
logged in again, restarted Xorg, and the result in the Xorg logs became:

$ fgrep XINPUT .local/share/xorg/Xorg.0.log
[ 17738.466] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[ 17738.901] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
TOUCHSCREEN, id 7)
[ 17739.561] (II) XINPUT: Adding extended input device "/dev/wsmouse1" (type: 
MOUSE, id 8)
[ 17739.781] (II) XINPUT: Adding extended input device "/dev/wsmouse2" (type: 
MOUSE, id 9)
[ 17739.782] (II) XINPUT: Adding extended input device "/dev/wsmouse3" (type: 
TOUCHSCREEN, id 10)
[ 17739.848] (II) XINPUT: Adding extended input device "/dev/wsmouse"(type: 
MOUSE, id 11)

Still no touchpad...

So I tried the following in xorg.conf:

Section "InputClass"
        Identifier "wsmouse touchpad"
        Driver "synaptics"
        MatchDevicePath "/dev/wsmouse0"
EndSection

I tried all of them one by one, from /dev/wsmouse0 to /dev/wsmouse3 and
nothing matched at all.  So I don't know how MatchDevicePath is supposed to
work...

Next I looked at usbdevs:

$ usbdevs
Controller /dev/usb0:
addr 01: 1022:0000 AMD, xHCI root hub
addr 02: 05e3:0610 Genesys Logic, USB2.0 Hub
addr 03: 10ab:9309 USI, product 0x9309
Controller /dev/usb1:
addr 01: 1022:0000 AMD, xHCI root hub
addr 02: 06cb:00f9 Synaptics, product 0x00f9
Controller /dev/usb2:
addr 01: 1022:0000 AMD, xHCI root hub
addr 02: 5986:1177 Generic, Integrated Camera
Controller /dev/usb3:
addr 01: 1022:0000 AMD, xHCI root hub
Controller /dev/usb4:
addr 01: 1022:0000 AMD, xHCI root hub

So I tried this xorg.conf:

Section "InputClass"
        Identifier "wsmouse touchpad"
        Driver "synaptics"
        MatchUSBID "06cb:00f9"
EndSection

and still no match.  The synaptics driver just doesn't get loaded.  No idea
why.

At this point I'm running out of ideas.  I don't know how wsmouse works
internally but is there a way to get the synaptics driver to work with the
touchpad?  Thanks a lot...

Philippe


OpenBSD 7.5 (GENERIC.MP) #44: Fri Mar  1 10:29:13 MST 2024
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33021054976 (31491MB)
avail mem = 31998840832 (30516MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.3 @ 0x73637000 (69 entries)
bios0: vendor LENOVO version "R23ET71W (1.47 )" date 09/14/2023
bios0: LENOVO 21CF003XUS
efi0 at bios0: UEFI 2.7
efi0: Lenovo rev 0x12f0
acpi0 at bios0: ACPI 6.3
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP SSDT SSDT SSDT SSDT SSDT SSDT TPM2 MSDM BATB HPET APIC 
MCFG SBST WSMT SSDT CRAT CDIT VFCT FPDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT 
SSDT SSDT SSDT UEFI SSDT IVRS SSDT SSDT BGRT
acpi0: wakeup devices GPP5(S4) GPP6(S0) GPP7(S0) LID_(S4) SLPB(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu3: smt 1, core 1, package 0
cpu4 at mainbus0: apid 4 (application processor)
cpu4: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu4: smt 0, core 2, package 0
cpu5 at mainbus0: apid 5 (application processor)
cpu5: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu5: smt 1, core 2, package 0
cpu6 at mainbus0: apid 6 (application processor)
cpu6: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu6: smt 0, core 3, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu7: smt 1, core 3, package 0
cpu8 at mainbus0: apid 8 (application processor)
cpu8: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu8: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu8: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu8: smt 0, core 4, package 0
cpu9 at mainbus0: apid 9 (application processor)
cpu9: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.01 MHz, 19-44-01, patch 
0a404102
cpu9: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu9: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu9: smt 1, core 4, package 0
cpu10 at mainbus0: apid 10 (application processor)
cpu10: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu10: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu10: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu10: smt 0, core 5, package 0
cpu11 at mainbus0: apid 11 (application processor)
cpu11: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.01 MHz, 19-44-01, patch 
0a404102
cpu11: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu11: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu11: smt 1, core 5, package 0
cpu12 at mainbus0: apid 12 (application processor)
cpu12: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu12: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu12: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu12: smt 0, core 6, package 0
cpu13 at mainbus0: apid 13 (application processor)
cpu13: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.01 MHz, 19-44-01, patch 
0a404102
cpu13: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu13: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu13: smt 1, core 6, package 0
cpu14 at mainbus0: apid 14 (application processor)
cpu14: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.00 MHz, 19-44-01, patch 
0a404102
cpu14: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu14: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu14: smt 0, core 7, package 0
cpu15 at mainbus0: apid 15 (application processor)
cpu15: AMD Ryzen 7 PRO 6850U with Radeon Graphics, 2700.01 MHz, 19-44-01, patch 
0a404102
cpu15: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu15: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 
8-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu15: smt 1, core 7, package 0
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP5)
acpiprt2 at acpi0: bus 2 (GPP6)
acpiprt3 at acpi0: bus -1 (GPP7)
acpiprt4 at acpi0: bus 3 (GPP8)
acpiprt5 at acpi0: bus 4 (GP17)
acpiprt6 at acpi0: bus -1 (GP18)
acpiprt7 at acpi0: bus 5 (GP19)
acpiec0 at acpi0
"AMDI0007" at acpi0 not configured
"ACPI0010" at acpi0 not configured
acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu8 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu9 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu10 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu11 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu12 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu13 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu14 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu15 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpibtn0 at acpi0: PWRB
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibat0 at acpi0: BAT0 model "LNV-5B10W51860\M-@\M-@" serial  2670 type LiP 
oem "LGES"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 2.0
"LEN0111" at acpi0 not configured
"LEN0100" at acpi0 not configured
"LEN0130" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn1 at acpi0: LID_(wakeup)
acpibtn2 at acpi0: SLPB(wakeup)
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
"AMDI0052" at acpi0 not configured
dwiic0 at acpi0 I2CA addr 0xfedc2000/0x1000 irq 10
iic0 at dwiic0
ihidev0 at iic0 addr 0x10 gpio 32, vendor 0x4f3 product 0x2ede, ELAN901C
ihidev0: 14 report ids
ims0 at ihidev0 reportid 1: 1 button, tip
wsmouse0 at ims0 mux 0
hid at ihidev0 reportid 2 not configured
hid at ihidev0 reportid 3 not configured
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 10 not configured
hid at ihidev0 reportid 14 not configured
dwiic1 at acpi0 I2CB addr 0xfedc3000/0x1000 irq 11
iic1 at dwiic1
ihidev1 at iic1 addr 0x15 gpio 8, vendor 0x4f3 product 0x3195, ELAN0678
ihidev1: 92 report ids
imt0 at ihidev1: clickpad, 5 contacts
wsmouse1 at imt0 mux 0
ims1 at ihidev1 reportid 1: 2 buttons
wsmouse2 at ims1 mux 0
hid at ihidev1 reportid 5 not configured
hid at ihidev1 reportid 6 not configured
hid at ihidev1 reportid 7 not configured
hid at ihidev1 reportid 11 not configured
hid at ihidev1 reportid 12 not configured
hid at ihidev1 reportid 13 not configured
ims2 at ihidev1 reportid 14: 0 buttons
wsmouse3 at ims2 mux 0
hid at ihidev1 reportid 92 not configured
dwiic2 at acpi0 I2CC addr 0xfedc4000/0x1000 irq 4
iic2 at dwiic2
"PNP0C0B" at acpi0 not configured
"USBC000" at acpi0 not configured
"ACPI000E" at acpi0 not configured
tpm0 at acpi0 TPM_ 2.0 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e
"DRTM0001" at acpi0 not configured
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: P0WW
acpipwrres2 at acpi0: P0NV, resource for NVME
acpipwrres3 at acpi0: PWRS, resource for GP11
acpipwrres4 at acpi0: PWRS, resource for SWUS
acpipwrres5 at acpi0: PWRS, resource for GP12
acpipwrres6 at acpi0: PWRS, resource for SWUS
acpipwrres7 at acpi0: PWRS, resource for VGA_
acpipwrres8 at acpi0: PWRS, resource for ACP_
acpipwrres9 at acpi0: PWRS, resource for AZAL
acpipwrres10 at acpi0: PWRS, resource for HDAU
acpipwrres11 at acpi0: BTRT
acpipwrres12 at acpi0: PWRS, resource for XHC0
acpipwrres13 at acpi0: PWRS, resource for XHC1
acpipwrres14 at acpi0: PWRS, resource for GP17
acpipwrres15 at acpi0: P0S0, resource for SATA
acpipwrres16 at acpi0: P3S0, resource for SATA
acpipwrres17 at acpi0: PWRS, resource for NHI0
acpipwrres18 at acpi0: PWRS, resource for NHI1
acpipwrres19 at acpi0: PWRS, resource for XHC2
acpipwrres20 at acpi0: PWRS, resource for XHC3
acpipwrres21 at acpi0: PWRS, resource for XHC4
acpitz0 at acpi0: critical temperature is 128 degC
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
cpu0: 2700 MHz: speeds: 2700 1800 1600 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 19h/4xh Root Complex" rev 0x01
"AMD 19h/4xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 19h/4xh Host" rev 0x01
pchb1 at pci0 dev 2 function 0 "AMD 19h/4xh Host" rev 0x01
ppb0 at pci0 dev 2 function 1 "AMD 19h/4xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP 
(0x5000), msi, address 9c:2d:cd:fb:6f:13
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 2 function 2 "AMD 19h/4xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
qwx0 at pci2 dev 0 function 0 "Qualcomm QCNFA765" rev 0x01: msi
ppb2 at pci0 dev 2 function 4 "AMD 19h/4xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung PM9A1 NVMe" rev 0x00: msix, NVMe 1.3
nvme0: SAMSUNG MZVL21T0HCLR-00BL7, firmware EL2QGXA7, serial S64PNX0T400778
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVL21T0, EL2Q>
sd0: 976762MB, 512 bytes/sector, 2000409264 sectors
pchb2 at pci0 dev 3 function 0 "AMD 19h/4xh Host" rev 0x01
pchb3 at pci0 dev 4 function 0 "AMD 19h/4xh Host" rev 0x01
pchb4 at pci0 dev 8 function 0 "AMD 19h/4xh Host" rev 0x01
ppb3 at pci0 dev 8 function 1 "AMD 19h/4xh PCIE" rev 0x10
pci4 at ppb3 bus 4
amdgpu0 at pci4 dev 0 function 0 "ATI Rembrandt" rev 0xd1
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci4 dev 0 function 1 "ATI Van Gogh HD Audio" rev 0x00: msi
azalia0: no supported codecs
ccp0 at pci4 dev 0 function 2 "AMD 17h/90h Crypto" rev 0x00
xhci0 at pci4 dev 0 function 3 "AMD 19h/4xh xHCI" rev 0x00: msix, xHCI 1.20
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
addr 1
xhci1 at pci4 dev 0 function 4 "AMD 19h/4xh xHCI" rev 0x00: msix, xHCI 1.20
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
addr 1
"AMD 17h/1xh I2S Audio" rev 0x60 at pci4 dev 0 function 5 not configured
azalia1 at pci4 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 8
azalia1: codecs: Realtek ALC257
audio0 at azalia1
ppb4 at pci0 dev 8 function 3 "AMD 19h/4xh PCIE" rev 0x10
pci5 at ppb4 bus 5
xhci2 at pci5 dev 0 function 0 "AMD 19h/4xh xHCI" rev 0x00: msix, xHCI 1.20
usb2 at xhci2: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
addr 1
xhci3 at pci5 dev 0 function 3 "AMD 19h/4xh xHCI" rev 0x00: msix, xHCI 1.20
usb3 at xhci3: USB revision 3.0
uhub3 at usb3 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
addr 1
xhci4 at pci5 dev 0 function 4 "AMD 19h/4xh xHCI" rev 0x00: msix, xHCI 1.20
usb4 at xhci4: USB revision 3.0
uhub4 at usb4 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x71: polling
iic3 at piixpm0
iic4 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb5 at pci0 dev 24 function 0 "AMD 19h/4xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 1 "AMD 19h/4xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 2 "AMD 19h/4xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 3 "AMD 19h/4xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 4 "AMD 19h/4xh Data Fabric" rev 0x00
pchb10 at pci0 dev 24 function 5 "AMD 19h/4xh Data Fabric" rev 0x00
pchb11 at pci0 dev 24 function 6 "AMD 19h/4xh Data Fabric" rev 0x00
pchb12 at pci0 dev 24 function 7 "AMD 19h/4xh Data Fabric" rev 0x00
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)
wsmouse4 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
efifb at mainbus0 not configured
uhub5 at uhub0 port 3 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" 
rev 2.00/61.60 addr 2
ugen0 at uhub5 port 1 "USI product 0x9309" rev 1.10/0.01 addr 3
ugen1 at uhub1 port 3 "Synaptics product 0x00f9" rev 2.00/0.00 addr 2
uvideo0 at uhub2 port 1 configuration 1 interface 0 "Generic Integrated Camera" 
rev 2.01/67.11 addr 2
video0 at uvideo0
ugen2 at uhub2 port 1 configuration 1 "Generic Integrated Camera" rev 
2.01/67.11 addr 2
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: 324999MB, 512 bytes/sector, 665599472 sectors
root on sd1a (cc849c851050ed30.a) swap on sd1b dump on sd1b
qwx0: wcn6855 hw2.1 fw 0x1109996e address 04:7b:cb:b9:0b:44
amdgpu0: YELLOW_CARP GC 10.3.3 12 CU rev 0x02
amdgpu0: 1920x1200, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)


[ 13275.734] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 13275.734] Current Operating System: OpenBSD t14.my.domain 7.5 GENERIC.MP#44 
amd64
[ 13275.734]  
[ 13275.734] Current version of pixman: 0.42.2
[ 13275.734]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 13275.734] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13275.734] (==) Log file: "/home/meunier/.local/share/xorg/Xorg.0.log", Time: 
Fri Mar  1 21:58:04 2024
[ 13275.735] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[ 13275.735] (==) No Layout section.  Using the first Screen section.
[ 13275.735] (==) No screen section available. Using defaults.
[ 13275.735] (**) |-->Screen "Default Screen Section" (0)
[ 13275.735] (**) |   |-->Monitor "<default monitor>"
[ 13275.735] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[ 13275.735] (==) Automatically adding devices
[ 13275.735] (==) Automatically enabling devices
[ 13275.735] (==) Not automatically adding GPU devices
[ 13275.735] (==) Automatically binding GPU devices
[ 13275.735] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13275.735] (==) 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/
[ 13275.735] (==) ModulePath set to "/usr/X11R6/lib/modules"
[ 13275.735] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[ 13275.735] (II) Loader magic: 0x6e615691220
[ 13275.735] (II) Module ABI versions:
[ 13275.735]    X.Org ANSI C Emulation: 0.4
[ 13275.735]    X.Org Video Driver: 25.2
[ 13275.735]    X.Org XInput driver : 24.4
[ 13275.735]    X.Org Server Extension : 10.0
[ 13275.736] (--) Using wscons driver on /dev/ttyC4
[ 13275.745] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Permission denied)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[ 13275.745]    linear framebuffer access unavailable
[ 13275.745] (II) LoadModule: "glx"
[ 13275.746] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[ 13275.747] (II) Module glx: vendor="X.Org Foundation"
[ 13275.747]    compiled for 1.21.1.11, module version = 1.0.0
[ 13275.747]    ABI class: X.Org Server Extension, version 10.0
[ 13275.747] (==) Matched modesetting as autoconfigured driver 0
[ 13275.747] (==) Assigned the driver to the xf86ConfigLayout
[ 13275.747] (II) LoadModule: "modesetting"
[ 13275.747] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[ 13275.747] (II) Module modesetting: vendor="X.Org Foundation"
[ 13275.747]    compiled for 1.21.1.11, module version = 1.21.1
[ 13275.747]    Module class: X.Org Video Driver
[ 13275.747]    ABI class: X.Org Video Driver, version 25.2
[ 13275.748] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13275.748] (WW) Falling back to old probe method for modesetting
[ 13275.779] (II) modeset(0): using default device
[ 13275.779] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 13275.779] (II) modeset(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[ 13275.779] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 13275.779] (==) modeset(0): RGB weight 888
[ 13275.779] (==) modeset(0): Default visual is TrueColor
[ 13275.779] (II) Loading sub module "glamoregl"
[ 13275.779] (II) LoadModule: "glamoregl"
[ 13275.781] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[ 13275.783] (II) Module glamoregl: vendor="X.Org Foundation"
[ 13275.783]    compiled for 1.21.1.11, module version = 1.0.1
[ 13275.783]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 13275.824] (II) modeset(0): glamor X acceleration enabled on AMD Radeon 
Graphics (rembrandt, LLVM 16.0.6, DRM 3.54, 7.5)
[ 13275.824] (II) modeset(0): glamor initialized
[ 13275.824] (==) modeset(0): VariableRefresh: disabled
[ 13275.824] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 13275.828] (II) modeset(0): Output eDP-1 has no monitor section
[ 13275.828] (II) modeset(0): Output HDMI-1 has no monitor section
[ 13275.828] (II) modeset(0): Output DP-1 has no monitor section
[ 13275.828] (II) modeset(0): Output DP-2 has no monitor section
[ 13275.829] (II) modeset(0): Output DP-3 has no monitor section
[ 13275.829] (II) modeset(0): Output DP-4 has no monitor section
[ 13275.829] (II) modeset(0): Output DP-5 has no monitor section
[ 13275.829] (II) modeset(0): Output DP-6 has no monitor section
[ 13275.833] (II) modeset(0): EDID for output eDP-1
[ 13275.833] (II) modeset(0): Manufacturer: IVO  Model: 8c44  Serial#: 0
[ 13275.833] (II) modeset(0): Year: 2021  Week: 0
[ 13275.833] (II) modeset(0): EDID Version: 1.4
[ 13275.833] (II) modeset(0): Digital Display Input
[ 13275.833] (II) modeset(0): 8 bits per channel
[ 13275.833] (II) modeset(0): Digital interface is DisplayPort
[ 13275.833] (II) modeset(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[ 13275.833] (II) modeset(0): Gamma: 2.20
[ 13275.833] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 13275.833] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[ 13275.833] (II) modeset(0): First detailed timing is preferred mode
[ 13275.833] (II) modeset(0): Preferred mode is native pixel format and refresh 
rate
[ 13275.833] (II) modeset(0): Display is continuous-frequency
[ 13275.833] (II) modeset(0): redX: 0.579 redY: 0.335   greenX: 0.329 greenY: 
0.564
[ 13275.833] (II) modeset(0): blueX: 0.154 blueY: 0.130   whiteX: 0.312 whiteY: 
0.328
[ 13275.833] (II) modeset(0): Manufacturer's mask: 0
[ 13275.833] (II) modeset(0): Supported detailed timing:
[ 13275.833] (II) modeset(0): clock: 154.1 MHz   Image Size:  302 x 189 mm
[ 13275.833] (II) modeset(0): h_active: 1920  h_sync: 1944  h_sync_end 1992 
h_blank_end 2080 h_border: 0
[ 13275.833] (II) modeset(0): v_active: 1200  v_sync: 1206  v_sync_end 1218 
v_blanking: 1235 v_border: 0
[ 13275.833] (II) modeset(0): Ranges: V min: 40 V max: 60 Hz, H min: 74 H max: 
74 kHz, PixClock max 155 MHz
[ 13275.833] (II) modeset(0):  InfoVision
[ 13275.833] (II) modeset(0):  R140NW4D R5
[ 13275.833] (II) modeset(0): EDID (in hex):
[ 13275.833] (II) modeset(0):   00ffffffffffff0026cf448c00000000
[ 13275.833] (II) modeset(0):   001f0104a51e1378e376909455549027
[ 13275.833] (II) modeset(0):   21505400000001010101010101010101
[ 13275.833] (II) modeset(0):   010101010101353c80a070b023401830
[ 13275.833] (II) modeset(0):   6c002ebd10000019000000fd00283c4a
[ 13275.833] (II) modeset(0):   4a0f010a202020202020000000fe0049
[ 13275.833] (II) modeset(0):   6e666f566973696f6e0a2020000000fe
[ 13275.833] (II) modeset(0):   00523134304e573444205235200a0053
[ 13275.833] (II) modeset(0): Not using default mode "1600x1200" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1920x1080" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1440x810" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1600x900" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1600x900" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1920x1080" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1920x1080" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1920x1200" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Not using default mode "1280x800" (bad mode 
clock/interlace/doublescan)
[ 13275.833] (II) modeset(0): Printing probed modes for output eDP-1
[ 13275.833] (II) modeset(0): Modeline "1920x1200"x60.0  154.13  1920 1944 1992 
2080  1200 1206 1218 1235 -hsync -vsync (74.1 kHz eP)
[ 13275.833] (II) modeset(0): Modeline "1920x1200"x50.0  154.13  1920 1944 1992 
2080  1200 1453 1465 1482 -hsync -vsync (74.1 kHz e)
[ 13275.833] (II) modeset(0): Modeline "1920x1200"x48.0  154.13  1920 1944 1992 
2080  1200 1514 1526 1543 -hsync -vsync (74.1 kHz e)
[ 13275.833] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1920x1080"x60.0  154.13  1920 1944 1992 
2080  1080 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.833] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 
2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1600x1200"x60.0  154.13  1600 1944 1992 
2080  1200 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.833] (II) modeset(0): Modeline "1680x1050"x60.0  154.13  1680 1944 1992 
2080  1050 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.833] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 
2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 
1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 
2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 13275.833] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 
1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x1024"x60.0  154.13  1280 1944 1992 
2080  1024 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1440x900"x60.0  154.13  1440 1944 1992 
2080  900 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 
1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 
1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 
1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 
1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 
1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x800"x60.0  154.13  1280 1944 1992 
2080  800 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 
1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 
1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 
1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 
1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x720"x60.0  154.13  1280 1944 1992 
2080  720 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 
1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 
1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 
1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x768"x60.0  154.13  1024 1944 1992 
2080  768 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 
1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 
1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 
1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 
1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 
1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 
1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 
1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 
1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 
1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 
1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 
1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 
1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 
1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 
1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "800x600"x60.0  154.13  800 1944 1992 
2080  600 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080 
 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056 
 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024 
 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 13275.834] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120 
 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  
525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072 
 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024 
 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  
525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056 
 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  
450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  
512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  
450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  
450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x480"x60.0  154.13  640 1944 1992 
2080  480 1206 1218 1235 -hsync -vsync (74.1 kHz e)
[ 13275.834] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  
480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  
405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 13275.834] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  
405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  
384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  
384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  
400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  
400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  
360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  
360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  
360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  
360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 13275.834] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  
384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 13275.834] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  
288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  
288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  
270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  
270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  
300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 13275.834] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  
300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 13275.834] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  
243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 13275.834] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  
243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 13275.834] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  
240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  
202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 13275.834] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  
202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 13275.834] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  
180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 13275.834] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  
180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 13275.834] (II) modeset(0): EDID for output HDMI-1
[ 13275.834] (II) modeset(0): EDID for output DP-1
[ 13275.834] (II) modeset(0): EDID for output DP-2
[ 13275.834] (II) modeset(0): EDID for output DP-3
[ 13275.834] (II) modeset(0): EDID for output DP-4
[ 13275.834] (II) modeset(0): EDID for output DP-5
[ 13275.834] (II) modeset(0): EDID for output DP-6
[ 13275.834] (II) modeset(0): Output eDP-1 connected
[ 13275.834] (II) modeset(0): Output HDMI-1 disconnected
[ 13275.834] (II) modeset(0): Output DP-1 disconnected
[ 13275.834] (II) modeset(0): Output DP-2 disconnected
[ 13275.834] (II) modeset(0): Output DP-3 disconnected
[ 13275.834] (II) modeset(0): Output DP-4 disconnected
[ 13275.834] (II) modeset(0): Output DP-5 disconnected
[ 13275.834] (II) modeset(0): Output DP-6 disconnected
[ 13275.834] (II) modeset(0): Using exact sizes for initial modes
[ 13275.834] (II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0
[ 13275.834] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13275.834] (--) modeset(0): Display dimensions: (302, 189) mm
[ 13275.834] (--) modeset(0): DPI set to (161, 161)
[ 13275.834] (II) Loading sub module "fb"
[ 13275.834] (II) LoadModule: "fb"
[ 13275.834] (II) Module "fb" already built-in
[ 13275.864] (==) modeset(0): Backing store enabled
[ 13275.864] (==) modeset(0): Silken mouse enabled
[ 13275.865] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 13275.866] (==) modeset(0): DPMS enabled
[ 13275.866] (II) modeset(0): [DRI2] Setup complete
[ 13275.866] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[ 13275.866] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[ 13275.866] (II) Initializing extension Generic Event Extension
[ 13275.866] (II) Initializing extension SHAPE
[ 13275.867] (II) Initializing extension MIT-SHM
[ 13275.867] (II) Initializing extension XInputExtension
[ 13275.867] (II) Initializing extension XTEST
[ 13275.868] (II) Initializing extension BIG-REQUESTS
[ 13275.868] (II) Initializing extension SYNC
[ 13275.868] (II) Initializing extension XKEYBOARD
[ 13275.869] (II) Initializing extension XC-MISC
[ 13275.869] (II) Initializing extension SECURITY
[ 13275.869] (II) Initializing extension XFIXES
[ 13275.870] (II) Initializing extension RENDER
[ 13275.870] (II) Initializing extension RANDR
[ 13275.871] (II) Initializing extension COMPOSITE
[ 13275.871] (II) Initializing extension DAMAGE
[ 13275.872] (II) Initializing extension MIT-SCREEN-SAVER
[ 13275.872] (II) Initializing extension DOUBLE-BUFFER
[ 13275.872] (II) Initializing extension RECORD
[ 13275.873] (II) Initializing extension DPMS
[ 13275.873] (II) Initializing extension Present
[ 13275.873] (II) Initializing extension DRI3
[ 13275.873] (II) Initializing extension X-Resource
[ 13275.874] (II) Initializing extension XVideo
[ 13275.874] (II) Initializing extension XVideo-MotionCompensation
[ 13275.874] (II) Initializing extension GLX
[ 13275.882] (II) AIGLX: Loaded and initialized radeonsi
[ 13275.882] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 13275.882] (II) Initializing extension XFree86-VidModeExtension
[ 13275.883] (II) Initializing extension XFree86-DGA
[ 13275.883] (II) Initializing extension XFree86-DRI
[ 13275.883] (II) Initializing extension DRI2
[ 13275.884] (II) modeset(0): Damage tracking initialized
[ 13275.884] (II) modeset(0): Setting screen physical size to 302 x 189
[ 13275.950] (II) config/wscons: checking input device /dev/wskbd
[ 13275.950] (II) wskbd: using layout us
[ 13275.950] (II) LoadModule: "kbd"
[ 13275.951] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[ 13275.951] (II) Module kbd: vendor="X.Org Foundation"
[ 13275.951]    compiled for 1.21.1.11, module version = 2.0.0
[ 13275.951]    Module class: X.Org XInput Driver
[ 13275.951]    ABI class: X.Org XInput driver, version 24.4
[ 13275.951] (II) Using input driver 'kbd' for '/dev/wskbd'
[ 13275.951] (**) /dev/wskbd: always reports core events
[ 13275.951] (**) /dev/wskbd: always reports core events
[ 13275.951] (**) Option "Protocol" "standard"
[ 13275.951] (**) Option "XkbRules" "base"
[ 13275.951] (**) Option "XkbModel" "pc105"
[ 13275.951] (**) Option "XkbLayout" "us"
[ 13275.951] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[ 13276.170] (II) config/wscons: checking input device /dev/wsmouse0
[ 13276.170] (II) LoadModule: "ws"
[ 13276.172] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[ 13276.172] (II) Module ws: vendor="X.Org Foundation"
[ 13276.172]    compiled for 1.21.1.11, module version = 1.3.0
[ 13276.172]    Module class: X.Org XInput Driver
[ 13276.172]    ABI class: X.Org XInput driver, version 24.4
[ 13276.172] (II) Using input driver 'ws' for '/dev/wsmouse0'
[ 13276.172] (**) /dev/wsmouse0: always reports core events
[ 13276.172] (II) ws: /dev/wsmouse0: debuglevel 0
[ 13276.172] (**) Option "Device" "/dev/wsmouse0"
[ 13276.172] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[ 13276.172] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[ 13276.172] (**) ws: /dev/wsmouse0: associated screen: 0
[ 13276.390] (**) ws: /dev/wsmouse0: device will work in raw mode
[ 13276.390] (II) ws: /dev/wsmouse0: minimum x position: 0
[ 13276.390] (II) ws: /dev/wsmouse0: maximum x position: 3168
[ 13276.390] (II) ws: /dev/wsmouse0: minimum y position: 0
[ 13276.390] (II) ws: /dev/wsmouse0: maximum y position: 1968
[ 13276.390] (==) ws: /dev/wsmouse0: Buttons: 7
[ 13276.391] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[ 13276.391] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
TOUCHSCREEN, id 7)
[ 13276.610] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration profile 0
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[ 13276.610] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[ 13276.610] (II) config/wscons: checking input device /dev/wsmouse
[ 13276.610] (II) Using input driver 'ws' for '/dev/wsmouse'
[ 13276.611] (**) /dev/wsmouse: always reports core events
[ 13276.611] (II) ws: /dev/wsmouse: debuglevel 0
[ 13276.611] (**) Option "Device" "/dev/wsmouse"
[ 13276.611] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[ 13276.611] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[ 13276.611] (**) ws: /dev/wsmouse: associated screen: 0
[ 13276.892] (II) ws: /dev/wsmouse: minimum x position: 0
[ 13276.892] (II) ws: /dev/wsmouse: maximum x position: 1919
[ 13276.892] (II) ws: /dev/wsmouse: minimum y position: 0
[ 13276.892] (II) ws: /dev/wsmouse: maximum y position: 1199
[ 13276.892] (==) ws: /dev/wsmouse: Buttons: 7
[ 13276.896] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[ 13276.896] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 8)
[ 13277.172] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration profile 0
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[ 13277.172] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[ 13277.222] (II) modeset(0): Disabling kernel dirty updates, not required.

Reply via email to