On Nov 28 20:30:39, kolip...@exoticsilicon.com wrote: > On Sun, Nov 26, 2023 at 04:12:39PM +0100, Jan Stary wrote: > > Can I make the VGA output the default globaly, so that > > individual users don't need to xrandr in their .xsession? > > Does this /etc/xorg.conf fix it?
Thanks for the hint, but no. See below. > Section "Device" > Identifier "My device" > Option "Monitor-VGA1" "My monitor" > EndSection > > Section "Monitor" > Identifier "My monitor" > Option "Primary" "true" > Option "PreferredMode" "1680x1050" > EndSection The Xorg log has this to say (full log below): [ 9246.525] (II) intel(0): switch to mode 1680x1050@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none [ 9246.555] (II) intel(0): switch to mode 1280x800@58.1 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none [ 9246.573] (II) intel(0): Setting screen physical size to 430 x 270 So it recognizes the modes for the two putputs, and even recognizes the right physical size. But I am still seeing the same problem: a "maximalized" window will only occupy the upper left 1280x800 rectangle of the full 1680x1050 screen. Upon loging in via xenodm, xrandr says: Screen 0: minimum 8 x 8, current 1680 x 1050, maximum 32767 x 32767 LVDS1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 338mm x 211mm 1280x800 58.14*+ 1280x720 59.86 59.74 1024x768 60.00 1024x576 59.90 59.82 960x540 59.63 59.82 800x600 60.32 56.25 864x486 59.92 59.57 640x480 59.94 720x405 59.51 58.99 640x360 59.84 59.32 VGA1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm 1680x1050 59.95*+ 1280x1024 75.02 60.02 1280x960 60.00 1152x864 75.00 1024x768 75.03 60.00 832x624 74.55 800x600 75.00 60.32 56.25 640x480 75.00 59.94 720x400 70.08 VIRTUAL1 disconnected (normal left inverted right x axis y axis) So the 1680x1050 mode is set, but that is only a mode of the VGA, which is _not_ the primary, LVDS is. Upon making VGA the primary via xrandr, as described before, the problem disappears, i.e. the running cwm starts making full screen windows full screen. (Same with other WM's, which makes me think it's a X problem, not a wm problem.) Repeating myself: does anyone please know th following? 1. Why are there two "outputs" recognized when the machine only has a (visible) VGA connected by a VGA cable to the monitor? 2. How can I make the VGA the primary globaly, so that users don't need to say that in their ~/.xsession ? Jan [ 9246.081] (--) checkDevMem: using aperture driver /dev/xf86 [ 9246.133] (--) Using wscons driver on /dev/ttyC4 [ 9246.171] X.Org X Server 1.21.1.9 X Protocol Version 11, Revision 0 [ 9246.171] Current Operating System: OpenBSD bzm.stare.cz 7.4 GENERIC.MP#1468 amd64 [ 9246.171] [ 9246.171] Current version of pixman: 0.42.2 [ 9246.171] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 9246.171] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 9246.173] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 29 19:08:08 2023 [ 9246.174] (==) Using config file: "/etc/xorg.conf" [ 9246.174] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" [ 9246.175] (==) No Layout section. Using the first Screen section. [ 9246.175] (==) No screen section available. Using defaults. [ 9246.175] (**) |-->Screen "Default Screen Section" (0) [ 9246.175] (**) | |-->Monitor "<default monitor>" [ 9246.177] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 9246.177] (**) | |-->Device "My device" [ 9246.177] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 9246.177] (==) Automatically adding devices [ 9246.177] (==) Automatically enabling devices [ 9246.177] (==) Not automatically adding GPU devices [ 9246.177] (==) Automatically binding GPU devices [ 9246.177] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 9246.178] (==) 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/ [ 9246.178] (==) ModulePath set to "/usr/X11R6/lib/modules" [ 9246.178] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices. [ 9246.178] (II) Loader magic: 0x4ff320a1530 [ 9246.178] (II) Module ABI versions: [ 9246.178] X.Org ANSI C Emulation: 0.4 [ 9246.178] X.Org Video Driver: 25.2 [ 9246.179] X.Org XInput driver : 24.4 [ 9246.179] X.Org Server Extension : 10.0 [ 9246.179] (--) PCI:*(0@0:2:0) 8086:a001:8086:574d rev 2, Mem @ 0xf0200000/524288, 0xe0000000/268435456, 0xf0100000/1048576, I/O @ 0x000020c0/8 [ 9246.179] (II) LoadModule: "glx" [ 9246.183] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so [ 9246.194] (II) Module glx: vendor="X.Org Foundation" [ 9246.194] compiled for 1.21.1.9, module version = 1.0.0 [ 9246.194] ABI class: X.Org Server Extension, version 10.0 [ 9246.194] (==) Matched intel as autoconfigured driver 0 [ 9246.194] (==) Matched modesetting as autoconfigured driver 1 [ 9246.195] (==) Assigned the driver to the xf86ConfigLayout [ 9246.195] (II) LoadModule: "intel" [ 9246.196] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so [ 9246.198] (II) Module intel: vendor="X.Org Foundation" [ 9246.198] compiled for 1.21.1.9, module version = 2.99.916 [ 9246.198] Module class: X.Org Video Driver [ 9246.198] ABI class: X.Org Video Driver, version 25.2 [ 9246.199] (II) LoadModule: "modesetting" [ 9246.201] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so [ 9246.201] (II) Module modesetting: vendor="X.Org Foundation" [ 9246.201] compiled for 1.21.1.9, module version = 1.21.1 [ 9246.202] Module class: X.Org Video Driver [ 9246.202] ABI class: X.Org Video Driver, version 25.2 [ 9246.202] (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 [ 9246.203] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 9246.203] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 9246.203] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 9246.203] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 9246.223] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103 [ 9246.225] (WW) Falling back to old probe method for modesetting [ 9246.229] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview G [ 9246.229] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3 [ 9246.229] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 9246.229] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 9246.229] (==) intel(0): RGB weight 888 [ 9246.229] (==) intel(0): Default visual is TrueColor [ 9246.232] (II) intel(0): Output LVDS1 has no monitor section [ 9246.232] (--) intel(0): Found backlight control interface wscons (type 'platform') for output LVDS1 [ 9246.232] (II) intel(0): Enabled output LVDS1 [ 9246.233] (II) intel(0): Output VGA1 using monitor section My monitor [ 9246.233] (**) intel(0): Option "PreferredMode" "1680x1050" [ 9246.233] (**) intel(0): Option "Primary" "true" [ 9246.233] (II) intel(0): Enabled output VGA1 [ 9246.233] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 9246.233] (II) intel(0): Output VIRTUAL1 has no monitor section [ 9246.233] (II) intel(0): Enabled output VIRTUAL1 [ 9246.233] (--) intel(0): Output VGA1 using initial mode 1680x1050 on pipe 0 [ 9246.234] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1 [ 9246.234] (==) intel(0): TearFree disabled [ 9246.234] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 9246.234] (--) intel(0): Display dimensions: (430, 270) mm [ 9246.234] (--) intel(0): DPI set to (99, 98) [ 9246.234] (II) Loading sub module "dri3" [ 9246.234] (II) LoadModule: "dri3" [ 9246.234] (II) Module "dri3" already built-in [ 9246.234] (II) Loading sub module "dri2" [ 9246.234] (II) LoadModule: "dri2" [ 9246.234] (II) Module "dri2" already built-in [ 9246.234] (II) Loading sub module "present" [ 9246.234] (II) LoadModule: "present" [ 9246.234] (II) Module "present" already built-in [ 9246.235] (II) UnloadModule: "modesetting" [ 9246.235] (II) Unloading modesetting [ 9246.236] (II) intel(0): SNA initialized with Alviso (gen3) backend [ 9246.236] (==) intel(0): Backing store enabled [ 9246.236] (==) intel(0): Silken mouse enabled [ 9246.237] (II) intel(0): HW Cursor enabled [ 9246.239] (==) intel(0): DPMS enabled [ 9246.239] (II) intel(0): [XvMC] i915_xvmc driver initialized. [ 9246.239] (II) intel(0): [DRI2] Setup complete [ 9246.239] (II) intel(0): [DRI2] DRI driver: i915 [ 9246.239] (II) intel(0): [DRI2] VDPAU driver: i915 [ 9246.240] (II) intel(0): direct rendering: DRI2 DRI3 enabled [ 9246.240] (II) intel(0): hardware support for Present enabled [ 9246.240] (II) Initializing extension Generic Event Extension [ 9246.242] (II) Initializing extension SHAPE [ 9246.245] (II) Initializing extension MIT-SHM [ 9246.247] (II) Initializing extension XInputExtension [ 9246.250] (II) Initializing extension XTEST [ 9246.252] (II) Initializing extension BIG-REQUESTS [ 9246.255] (II) Initializing extension SYNC [ 9246.257] (II) Initializing extension XKEYBOARD [ 9246.259] (II) Initializing extension XC-MISC [ 9246.262] (II) Initializing extension SECURITY [ 9246.264] (II) Initializing extension XFIXES [ 9246.266] (II) Initializing extension RENDER [ 9246.269] (II) Initializing extension RANDR [ 9246.273] (II) Initializing extension COMPOSITE [ 9246.276] (II) Initializing extension DAMAGE [ 9246.278] (II) Initializing extension MIT-SCREEN-SAVER [ 9246.281] (II) Initializing extension DOUBLE-BUFFER [ 9246.283] (II) Initializing extension RECORD [ 9246.285] (II) Initializing extension DPMS [ 9246.287] (II) Initializing extension Present [ 9246.290] (II) Initializing extension DRI3 [ 9246.292] (II) Initializing extension X-Resource [ 9246.294] (II) Initializing extension XVideo [ 9246.297] (II) Initializing extension XVideo-MotionCompensation [ 9246.299] (II) Initializing extension GLX [ 9246.492] (II) AIGLX: Loaded and initialized i915 [ 9246.492] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 9246.492] (II) Initializing extension XFree86-VidModeExtension [ 9246.495] (II) Initializing extension XFree86-DGA [ 9246.497] (II) Initializing extension XFree86-DRI [ 9246.497] (II) Initializing extension DRI2 [ 9246.525] (II) intel(0): switch to mode 1680x1050@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none [ 9246.555] (II) intel(0): switch to mode 1280x800@58.1 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none [ 9246.573] (II) intel(0): Setting screen physical size to 430 x 270 [ 9246.781] (II) config/wscons: checking input device /dev/wskbd [ 9246.781] (II) wskbd: using layout us [ 9246.781] (II) LoadModule: "kbd" [ 9246.786] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so [ 9246.787] (II) Module kbd: vendor="X.Org Foundation" [ 9246.787] compiled for 1.21.1.9, module version = 2.0.0 [ 9246.787] Module class: X.Org XInput Driver [ 9246.787] ABI class: X.Org XInput driver, version 24.4 [ 9246.787] (II) Using input driver 'kbd' for '/dev/wskbd' [ 9246.787] (**) /dev/wskbd: always reports core events [ 9246.787] (**) /dev/wskbd: always reports core events [ 9246.787] (**) Option "Protocol" "standard" [ 9246.787] (**) Option "XkbRules" "base" [ 9246.787] (**) Option "XkbModel" "pc105" [ 9246.788] (**) Option "XkbLayout" "us" [ 9246.788] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6) [ 9247.021] (II) config/wscons: checking input device /dev/wsmouse [ 9247.021] (II) LoadModule: "ws" [ 9247.026] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so [ 9247.026] (II) Module ws: vendor="X.Org Foundation" [ 9247.026] compiled for 1.21.1.9, module version = 1.3.0 [ 9247.026] Module class: X.Org XInput Driver [ 9247.026] ABI class: X.Org XInput driver, version 24.4 [ 9247.027] (II) Using input driver 'ws' for '/dev/wsmouse' [ 9247.027] (**) /dev/wsmouse: always reports core events [ 9247.027] (II) ws: /dev/wsmouse: debuglevel 0 [ 9247.027] (**) Option "Device" "/dev/wsmouse" [ 9247.027] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [ 9247.027] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [ 9247.027] (**) ws: /dev/wsmouse: associated screen: 0 [ 9247.028] (II) ws: /dev/wsmouse: minimum x position: 0 [ 9247.028] (II) ws: /dev/wsmouse: maximum x position: 1679 [ 9247.028] (II) ws: /dev/wsmouse: minimum y position: 0 [ 9247.028] (II) ws: /dev/wsmouse: maximum y position: 1049 [ 9247.028] (==) ws: /dev/wsmouse: Buttons: 7 [ 9247.060] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [ 9247.060] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 7) [ 9247.061] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [ 9247.061] (**) /dev/wsmouse: (accel) acceleration profile 0 [ 9247.061] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 9247.061] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 9248.280] (II) AIGLX: Suspending AIGLX clients for VT switch OpenBSD 7.4-current (GENERIC.MP) #1467: Fri Nov 24 22:39:10 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8554905600 (8158MB) avail mem = 8276021248 (7892MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.5 @ 0xe69cb (27 entries) bios0: vendor Intel Corp. version "MWPNT10N.86A.0069.2010.0913.1432" date 09/13/2010 bios0: Intel Corporation D525MW acpi0 at bios0: ACPI 3.0 acpi0: sleep states S0 S1 S3 S4 S5 acpi0: tables DSDT FACP APIC MCFG HPET SSDT acpi0: wakeup devices SLPB(S4) UAR1(S4) UAR2(S4) P32_(S4) ILAN(S4) PEX0(S4) PEX1(S4) PEX2(S4) PEX3(S4) UHC1(S3) UHC2(S3) UHC3(S3) UHC4(S3) EHCI(S3) AZAL(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.15 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu0: 512KB 64b/line 8-way L2 cache mtrr: Pentium Pro MTRR support, 7 var ranges, 88 fixed ranges cpu0: apic clock running at 200MHz cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.21 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu1: 512KB 64b/line 8-way L2 cache cpu2 at mainbus0: apid 2 (application processor) cpu2: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.22 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu2: 512KB 64b/line 8-way L2 cache cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.44 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu3: 512KB 64b/line 8-way L2 cache ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xf8000000, bus 0-63 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 5 (P32_) acpiprt1: no apic found for irq 24 acpiprt2 at acpi0: bus 1 (PEX0) acpiprt3 at acpi0: bus 2 (PEX1) acpiprt4 at acpi0: bus 3 (PEX2) acpiprt5 at acpi0: bus 4 (PEX3) acpibtn0 at acpi0: SLPB(wakeup) acpipci0 at acpi0 PCI0 acpicmos0 at acpi0 com1 at acpi0 UAR1 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo com0 at acpi0 UAR2 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo "PNP0003" at acpi0 not configured acpicpu0 at acpi0: C1(@1 halt!) acpicpu1 at acpi0: C1(@1 halt!) acpicpu2 at acpi0: C1(@1 halt!) acpicpu3 at acpi0: C1(@1 halt!) pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Pineview DMI" rev 0x02 inteldrm0 at pci0 dev 2 function 0 "Intel Pineview Video" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xe0000000, size 0x10000000 inteldrm0: apic 8 int 16, PINEVIEW, gen 3 azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x01: msi azalia0: codecs: Realtek ALC662 audio0 at azalia0 ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01: msi pci1 at ppb0 bus 1 re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E (0x2c00), msi, address 70:71:bc:bd:bf:4e rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 4 ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x01: msi pci2 at ppb1 bus 2 ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x01: msi pci3 at ppb2 bus 3 ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x01: msi pci4 at ppb3 bus 4 uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 8 int 23 uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 8 int 19 uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: apic 8 int 18 uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: apic 8 int 16 ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x01: apic 8 int 23 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe1 pci5 at ppb4 bus 5 pcib0 at pci0 dev 31 function 0 "Intel NM10 LPC" rev 0x01 ahci0 at pci0 dev 31 function 2 "Intel 82801GR AHCI" rev 0x01: msi, AHCI 1.1 ahci0: port 1: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 1 lun 0: <ATA, INTEL SSDSA2M040, 2CV1> naa.50015179593bd675 sd0: 38166MB, 512 bytes/sector, 78165360 sectors, thin ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: apic 8 int 19 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-8500 SO-DIMM usb1 at uhci0: USB revision 1.0 uhub1 at usb1 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb2 at uhci1: USB revision 1.0 uhub2 at usb2 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb3 at uhci2: USB revision 1.0 uhub3 at usb3 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb4 at uhci3: USB revision 1.0 uhub4 at usb4 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 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 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73 lm1 at wbsio0 port 0x290/8: W83627DHG uhidev0 at uhub2 port 1 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" rev 2.00/11.10 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 3 buttons, Z dir wsmouse0 at ums0 mux 0 uhidev1 at uhub2 port 2 configuration 1 interface 0 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev1: iclass 3/1 ukbd0 at uhidev1: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 uhidev2 at uhub2 port 2 configuration 1 interface 1 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev2: iclass 3/0, 3 report ids uhid0 at uhidev2 reportid 1: input=3, output=0, feature=0 uhid1 at uhidev2 reportid 2: input=1, output=0, feature=0 ucc0 at uhidev2 reportid 3: 4 usages, 3 keys, array wskbd2 at ucc0 mux 1 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (921cf7198fa2abbd.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wskbd2: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) syncing disks... done OpenBSD 7.4-current (RAMDISK_CD) #1391: Mon Nov 27 20:54:14 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD real mem = 8554905600 (8158MB) avail mem = 8291618816 (7907MB) random: good seed from bootblocks mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.5 @ 0xe69cb (27 entries) bios0: vendor Intel Corp. version "MWPNT10N.86A.0069.2010.0913.1432" date 09/13/2010 bios0: Intel Corporation D525MW acpi0 at bios0: ACPI 3.0 acpi0: tables DSDT FACP APIC MCFG HPET SSDT acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.32 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu0: 512KB 64b/line 8-way L2 cache cpu0: apic clock running at 200MHz cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins, remapped acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 5 (P32_) acpiprt1: no apic found for irq 24 acpiprt2 at acpi0: bus 1 (PEX0) acpiprt3 at acpi0: bus 2 (PEX1) acpiprt4 at acpi0: bus 3 (PEX2) acpiprt5 at acpi0: bus 4 (PEX3) "PNP0C0E" at acpi0 not configured acpipci0 at acpi0 PCI0 acpicmos0 at acpi0 com1 at acpi0 UAR1 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo com0 at acpi0 UAR2 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo "PNP0003" at acpi0 not configured acpicpu at acpi0 not configured pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Pineview DMI" rev 0x02 vga1 at pci0 dev 2 function 0 "Intel Pineview Video" rev 0x02 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) "Intel 82801GB HD Audio" rev 0x01 at pci0 dev 27 function 0 not configured ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01: msi pci1 at ppb0 bus 1 re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E (0x2c00), msi, address 70:71:bc:bd:bf:4e rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 4 ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x01: msi pci2 at ppb1 bus 2 ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x01: msi pci3 at ppb2 bus 3 ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x01: msi pci4 at ppb3 bus 4 uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 8 int 23 uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 8 int 19 uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: apic 8 int 18 uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: apic 8 int 16 ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x01: apic 8 int 23 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe1 pci5 at ppb4 bus 5 "Intel NM10 LPC" rev 0x01 at pci0 dev 31 function 0 not configured ahci0 at pci0 dev 31 function 2 "Intel 82801GR AHCI" rev 0x01: msi, AHCI 1.1 ahci0: port 1: 3.0Gb/s scsibus0 at ahci0: 32 targets sd0 at scsibus0 targ 1 lun 0: <ATA, INTEL SSDSA2M040, 2CV1> naa.50015179593bd675 sd0: 38166MB, 512 bytes/sector, 78165360 sectors, thin "Intel 82801GB SMBus" rev 0x01 at pci0 dev 31 function 3 not configured usb1 at uhci0: USB revision 1.0 uhub1 at usb1 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb2 at uhci1: USB revision 1.0 uhub2 at usb2 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb3 at uhci2: USB revision 1.0 uhub3 at usb3 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb4 at uhci3: USB revision 1.0 uhub4 at usb4 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 isa0 at mainbus0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 uhidev0 at uhub2 port 1 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" rev 2.00/11.10 addr 2 uhidev0: iclass 3/1 uhid at uhidev0 not configured uhidev1 at uhub2 port 2 configuration 1 interface 0 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev1: iclass 3/1 ukbd0 at uhidev1 wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev2 at uhub2 port 2 configuration 1 interface 1 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev2: iclass 3/0, 3 report ids uhid at uhidev2 reportid 1 not configured uhid at uhidev2 reportid 2 not configured uhid at uhidev2 reportid 3 not configured softraid0 at root scsibus1 at softraid0: 256 targets root on rd0a swap on rd0b dump on rd0b syncing disks... OpenBSD 7.4-current (GENERIC.MP) #1468: Mon Nov 27 20:48:50 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8554905600 (8158MB) avail mem = 8276008960 (7892MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.5 @ 0xe69cb (27 entries) bios0: vendor Intel Corp. version "MWPNT10N.86A.0069.2010.0913.1432" date 09/13/2010 bios0: Intel Corporation D525MW acpi0 at bios0: ACPI 3.0 acpi0: sleep states S0 S1 S3 S4 S5 acpi0: tables DSDT FACP APIC MCFG HPET SSDT acpi0: wakeup devices SLPB(S4) UAR1(S4) UAR2(S4) P32_(S4) ILAN(S4) PEX0(S4) PEX1(S4) PEX2(S4) PEX3(S4) UHC1(S3) UHC2(S3) UHC3(S3) UHC4(S3) EHCI(S3) AZAL(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.21 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu0: 512KB 64b/line 8-way L2 cache mtrr: Pentium Pro MTRR support, 7 var ranges, 88 fixed ranges cpu0: apic clock running at 200MHz cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.24 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu1: 512KB 64b/line 8-way L2 cache cpu2 at mainbus0: apid 2 (application processor) cpu2: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.26 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu2: 512KB 64b/line 8-way L2 cache cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Atom(TM) CPU D525 @ 1.80GHz, 1800.40 MHz, 06-1c-0a, patch 00000107 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,MELTDOWN cpu3: 512KB 64b/line 8-way L2 cache ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xf8000000, bus 0-63 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 5 (P32_) acpiprt1: no apic found for irq 24 acpiprt2 at acpi0: bus 1 (PEX0) acpiprt3 at acpi0: bus 2 (PEX1) acpiprt4 at acpi0: bus 3 (PEX2) acpiprt5 at acpi0: bus 4 (PEX3) acpibtn0 at acpi0: SLPB(wakeup) acpipci0 at acpi0 PCI0 acpicmos0 at acpi0 com1 at acpi0 UAR1 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo com0 at acpi0 UAR2 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo "PNP0003" at acpi0 not configured acpicpu0 at acpi0: C1(@1 halt!) acpicpu1 at acpi0: C1(@1 halt!) acpicpu2 at acpi0: C1(@1 halt!) acpicpu3 at acpi0: C1(@1 halt!) pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Pineview DMI" rev 0x02 inteldrm0 at pci0 dev 2 function 0 "Intel Pineview Video" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xe0000000, size 0x10000000 inteldrm0: apic 8 int 16, PINEVIEW, gen 3 azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x01: msi azalia0: codecs: Realtek ALC662 audio0 at azalia0 ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01: msi pci1 at ppb0 bus 1 re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E (0x2c00), msi, address 70:71:bc:bd:bf:4e rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 4 ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x01: msi pci2 at ppb1 bus 2 ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x01: msi pci3 at ppb2 bus 3 ppb3 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x01: msi pci4 at ppb3 bus 4 uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 8 int 23 uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 8 int 19 uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: apic 8 int 18 uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: apic 8 int 16 ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x01: apic 8 int 23 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe1 pci5 at ppb4 bus 5 pcib0 at pci0 dev 31 function 0 "Intel NM10 LPC" rev 0x01 ahci0 at pci0 dev 31 function 2 "Intel 82801GR AHCI" rev 0x01: msi, AHCI 1.1 ahci0: port 1: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 1 lun 0: <ATA, INTEL SSDSA2M040, 2CV1> naa.50015179593bd675 sd0: 38166MB, 512 bytes/sector, 78165360 sectors, thin ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: apic 8 int 19 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-8500 SO-DIMM usb1 at uhci0: USB revision 1.0 uhub1 at usb1 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb2 at uhci1: USB revision 1.0 uhub2 at usb2 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb3 at uhci2: USB revision 1.0 uhub3 at usb3 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb4 at uhci3: USB revision 1.0 uhub4 at usb4 configuration 1 interface 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 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 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73 lm1 at wbsio0 port 0x290/8: W83627DHG uhidev0 at uhub2 port 1 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" rev 2.00/11.10 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 3 buttons, Z dir wsmouse0 at ums0 mux 0 uhidev1 at uhub2 port 2 configuration 1 interface 0 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev1: iclass 3/1 ukbd0 at uhidev1: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 uhidev2 at uhub2 port 2 configuration 1 interface 1 "vendor 0x173d product 0x0004" rev 1.10/1.50 addr 3 uhidev2: iclass 3/0, 3 report ids uhid0 at uhidev2 reportid 1: input=3, output=0, feature=0 uhid1 at uhidev2 reportid 2: input=1, output=0, feature=0 ucc0 at uhidev2 reportid 3: 4 usages, 3 keys, array wskbd2 at ucc0 mux 1 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (921cf7198fa2abbd.a) swap on sd0b dump on sd0b inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wskbd2: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation)