On Tue, 9 Jul 2024 10:02:40 -0000 (UTC) Stuart Henderson wrote: > On 2024-07-08, Jan Stary <h...@stare.cz> wrote: > > This is current/amd64 on a Thinkpad T410 (full dmesg below). > > Strangely, upon booting, xenodm sets the resolution to 640x480: > > > > [ 974.100] (II) intel(0): Modeline "1440x900"x0.0 96.10 1440 1488 1552 > > 1728 900 903 909 926 -hsync -vsync (55.6 kHz eP) > > [ 974.100] (II) intel(0): Modeline "1440x900"x0.0 80.30 1440 1488 1552 > > 1728 900 903 909 926 -hsync -vsync (46.5 kHz e) > > [ 994.984] (II) intel(0): switch to mode 640x400@60.0 on LVDS1 using pipe > > 0, position (0, 0), rotation normal, reflection none > > shouldn't that be using modesetting rather than intel? or is the machine too > old?
In my t410, even not using any xorg.conf, xenodm(1) tries to load the intel driver, startx(1) doesn't. Notice the difference between both Xorg.0.log files: Running startx(1) [ 3481.653] X.Org X Server 1.21.1.13 X Protocol Version 11, Revision 0 [ 3481.654] Current Operating System: OpenBSD mamuca.roquesor.com 7.5 GENERIC.MP#174 amd64 [ 3481.654] [ 3481.654] Current version of pixman: 0.42.2 [ 3481.655] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3481.655] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3481.657] (==) Log file: "/home/morlock/.local/share/xorg/Xorg.0.log", Time: Tue Jul 9 12:09:16 2024 [ 3481.657] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" [ 3481.658] (==) No Layout section. Using the first Screen section. [ 3481.658] (==) No screen section available. Using defaults. [ 3481.658] (**) |-->Screen "Default Screen Section" (0) [ 3481.658] (**) | |-->Monitor "<default monitor>" [ 3481.658] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 3481.658] (**) Allowing byte-swapped clients [ 3481.658] (==) Automatically adding devices [ 3481.658] (==) Automatically enabling devices [ 3481.658] (==) Not automatically adding GPU devices [ 3481.658] (==) Automatically binding GPU devices [ 3481.658] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 3481.658] (==) 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/ [ 3481.658] (==) ModulePath set to "/usr/X11R6/lib/modules" [ 3481.658] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices. [ 3481.658] (II) Loader magic: 0xd9d14c08500 [ 3481.658] (II) Module ABI versions: [ 3481.658] X.Org ANSI C Emulation: 0.4 [ 3481.658] X.Org Video Driver: 25.2 [ 3481.658] X.Org XInput driver : 24.4 [ 3481.658] X.Org Server Extension : 10.0 [ 3481.659] (--) Using wscons driver on /dev/ttyC4 [ 3481.692] (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 [ 3481.692] linear framebuffer access unavailable [ 3481.692] (II) LoadModule: "glx" [ 3481.693] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so [ 3481.696] (II) Module glx: vendor="X.Org Foundation" [ 3481.696] compiled for 1.21.1.13, module version = 1.0.0 [ 3481.697] ABI class: X.Org Server Extension, version 10.0 [ 3481.697] (==) Matched modesetting as autoconfigured driver 0 [ 3481.697] (==) Assigned the driver to the xf86ConfigLayout [ 3481.697] (II) LoadModule: "modesetting" [ 3481.697] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so [ 3481.698] (II) Module modesetting: vendor="X.Org Foundation" [ 3481.698] compiled for 1.21.1.13, module version = 1.21.1 [ 3481.698] Module class: X.Org Video Driver [ 3481.698] ABI class: X.Org Video Driver, version 25.2 [ 3481.698] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 3481.698] (WW) Falling back to old probe method for modesetting [ 3481.709] (II) modeset(0): using default device [ 3481.709] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 3481.709] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 3481.709] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 3481.709] (==) modeset(0): RGB weight 888 [ 3481.709] (==) modeset(0): Default visual is TrueColor [ 3481.709] (II) Loading sub module "glamoregl" [ 3481.709] (II) LoadModule: "glamoregl" [ 3481.711] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so [ 3481.743] (II) Module glamoregl: vendor="X.Org Foundation" [ 3481.743] compiled for 1.21.1.13, module version = 1.0.1 [ 3481.743] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3481.830] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics (ILK) [ 3481.830] (II) modeset(0): glamor initialized [ 3481.830] (==) modeset(0): VariableRefresh: disabled [ 3481.830] (==) modeset(0): AsyncFlipSecondaries: disabled [ 3481.830] (II) modeset(0): Output LVDS-1 has no monitor section [ 3481.833] (II) modeset(0): Output VGA-1 has no monitor section [ 3482.264] (II) modeset(0): Output HDMI-1 has no monitor section [ 3482.264] (II) modeset(0): Output DP-1 has no monitor section [ 3482.267] (II) modeset(0): Output HDMI-2 has no monitor section [ 3482.270] (II) modeset(0): Output HDMI-3 has no monitor section [ 3482.270] (II) modeset(0): Output DP-2 has no monitor section [ 3482.270] (II) modeset(0): Output DP-3 has no monitor section [ 3482.271] (II) modeset(0): EDID for output LVDS-1 [ 3482.271] (II) modeset(0): Manufacturer: LEN Model: 4035 Serial#: 0 [ 3482.271] (II) modeset(0): Year: 2009 Week: 0 [ 3482.271] (II) modeset(0): EDID Version: 1.3 [ 3482.271] (II) modeset(0): Digital Display Input [ 3482.271] (II) modeset(0): Max Image Size [cm]: horiz.: 30 vert.: 19 [ 3482.271] (II) modeset(0): Gamma: 2.20 [ 3482.271] (II) modeset(0): DPMS capabilities: StandBy Suspend Off [ 3482.271] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 3482.271] (II) modeset(0): First detailed timing is preferred mode [ 3482.271] (II) modeset(0): redX: 0.590 redY: 0.340 greenX: 0.320 greenY: 0.540 [ 3482.271] (II) modeset(0): blueX: 0.155 blueY: 0.140 whiteX: 0.313 whiteY: 0.329 [ 3482.271] (II) modeset(0): Manufacturer's mask: 0 [ 3482.271] (II) modeset(0): Supported detailed timing: [ 3482.271] (II) modeset(0): clock: 69.2 MHz Image Size: 303 x 190 mm [ 3482.272] (II) modeset(0): h_active: 1280 h_sync: 1332 h_sync_end 1396 h_blank_end 1412 h_border: 0 [ 3482.272] (II) modeset(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 817 v_border: 0 [ 3482.272] (II) modeset(0): Supported detailed timing: [ 3482.272] (II) modeset(0): clock: 69.2 MHz Image Size: 303 x 190 mm [ 3482.272] (II) modeset(0): h_active: 1280 h_sync: 1332 h_sync_end 1396 h_blank_end 1595 h_border: 0 [ 3482.272] (II) modeset(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 868 v_border: 0 [ 3482.272] (II) modeset(0): Unknown vendor-specific block f [ 3482.272] (II) modeset(0): LTN141AT15001 [ 3482.272] (II) modeset(0): EDID (in hex): [ 3482.272] (II) modeset(0): 00ffffffffffff0030ae354000000000 [ 3482.272] (II) modeset(0): 00130103801e1378ea01f59757528a27 [ 3482.272] (II) modeset(0): 23505400000001010101010101010101 [ 3482.272] (II) modeset(0): 0101010101010a1b0084502011303440 [ 3482.272] (II) modeset(0): 33002fbe100000190a1b003b51204430 [ 3482.272] (II) modeset(0): 344033002fbe100000190000000f0081 [ 3482.272] (II) modeset(0): 0a32810a281609004ca34154000000fe [ 3482.272] (II) modeset(0): 004c544e313431415431353030310082 [ 3482.272] (II) modeset(0): Printing probed modes for output LVDS-1 [ 3482.272] (II) modeset(0): Modeline "1280x800"x60.0 69.22 1280 1332 1396 1412 800 803 806 817 -hsync -vsync (49.0 kHz eP) [ 3482.272] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x800"x50.0 69.22 1280 1332 1396 1595 800 803 806 868 -hsync -vsync (43.4 kHz e) [ 3482.272] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d) [ 3482.272] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 3482.272] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d) [ 3482.272] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 3482.272] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d) [ 3482.272] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d) [ 3482.272] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d) [ 3482.272] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d) [ 3482.272] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d) [ 3482.272] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d) [ 3482.273] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 3482.273] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 3482.273] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 3482.273] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d) [ 3482.273] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d) [ 3482.273] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 3482.273] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d) [ 3482.273] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 3482.273] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d) [ 3482.273] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d) [ 3482.273] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d) [ 3482.273] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d) [ 3482.273] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d) [ 3482.273] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 3482.273] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d) [ 3482.273] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 3482.273] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 3482.273] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d) [ 3482.273] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d) [ 3482.273] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d) [ 3482.273] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d) [ 3482.273] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d) [ 3482.273] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d) [ 3482.275] (II) modeset(0): EDID for output VGA-1 [ 3482.709] (II) modeset(0): EDID for output HDMI-1 [ 3482.709] (II) modeset(0): EDID for output DP-1 [ 3482.711] (II) modeset(0): EDID for output HDMI-2 [ 3482.713] (II) modeset(0): EDID for output HDMI-3 [ 3482.714] (II) modeset(0): EDID for output DP-2 [ 3482.714] (II) modeset(0): EDID for output DP-3 [ 3482.714] (II) modeset(0): Output LVDS-1 connected [ 3482.714] (II) modeset(0): Output VGA-1 disconnected [ 3482.714] (II) modeset(0): Output HDMI-1 disconnected [ 3482.714] (II) modeset(0): Output DP-1 disconnected [ 3482.714] (II) modeset(0): Output HDMI-2 disconnected [ 3482.714] (II) modeset(0): Output HDMI-3 disconnected [ 3482.714] (II) modeset(0): Output DP-2 disconnected [ 3482.714] (II) modeset(0): Output DP-3 disconnected [ 3482.714] (II) modeset(0): Using exact sizes for initial modes [ 3482.714] (II) modeset(0): Output LVDS-1 using initial mode 1280x800 +0+0 [ 3482.714] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0) [ 3482.714] (--) modeset(0): Display dimensions: (303, 190) mm [ 3482.714] (--) modeset(0): DPI set to (107, 106) [ 3482.714] (II) Loading sub module "fb" [ 3482.714] (II) LoadModule: "fb" [ 3482.714] (II) Module "fb" already built-in [ 3482.802] (==) modeset(0): Backing store enabled [ 3482.802] (==) modeset(0): Silken mouse enabled [ 3482.826] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc. [ 3482.826] (==) modeset(0): DPMS enabled [ 3482.826] (II) modeset(0): [DRI2] Setup complete [ 3482.826] (II) modeset(0): [DRI2] DRI driver: crocus [ 3482.826] (II) modeset(0): [DRI2] VDPAU driver: va_gl [ 3482.826] (II) Initializing extension Generic Event Extension [ 3482.827] (II) Initializing extension SHAPE [ 3482.828] (II) Initializing extension MIT-SHM [ 3482.828] (II) Initializing extension XInputExtension [ 3482.829] (II) Initializing extension XTEST [ 3482.829] (II) Initializing extension BIG-REQUESTS [ 3482.830] (II) Initializing extension SYNC [ 3482.830] (II) Initializing extension XKEYBOARD [ 3482.831] (II) Initializing extension XC-MISC [ 3482.831] (II) Initializing extension SECURITY [ 3482.832] (II) Initializing extension XFIXES [ 3482.833] (II) Initializing extension RENDER [ 3482.833] (II) Initializing extension RANDR [ 3482.834] (II) Initializing extension COMPOSITE [ 3482.835] (II) Initializing extension DAMAGE [ 3482.835] (II) Initializing extension MIT-SCREEN-SAVER [ 3482.836] (II) Initializing extension DOUBLE-BUFFER [ 3482.836] (II) Initializing extension RECORD [ 3482.837] (II) Initializing extension DPMS [ 3482.837] (II) Initializing extension Present [ 3482.838] (II) Initializing extension DRI3 [ 3482.838] (II) Initializing extension X-Resource [ 3482.839] (II) Initializing extension XVideo [ 3482.839] (II) Initializing extension XVideo-MotionCompensation [ 3482.839] (II) Initializing extension GLX [ 3482.847] (II) AIGLX: Loaded and initialized crocus [ 3482.847] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 3482.847] (II) Initializing extension XFree86-VidModeExtension [ 3482.847] (II) Initializing extension XFree86-DGA [ 3482.848] (II) Initializing extension XFree86-DRI [ 3482.848] (II) Initializing extension DRI2 [ 3482.849] (II) modeset(0): Damage tracking initialized [ 3482.849] (II) modeset(0): Setting screen physical size to 303 x 190 [ 3482.915] (II) config/wscons: checking input device /dev/wskbd [ 3482.915] (II) wskbd: using layout es [ 3482.915] (II) LoadModule: "kbd" [ 3482.916] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so [ 3482.916] (II) Module kbd: vendor="X.Org Foundation" [ 3482.916] compiled for 1.21.1.13, module version = 2.0.0 [ 3482.916] Module class: X.Org XInput Driver [ 3482.916] ABI class: X.Org XInput driver, version 24.4 [ 3482.916] (II) Using input driver 'kbd' for '/dev/wskbd' [ 3482.916] (**) /dev/wskbd: always reports core events [ 3482.917] (**) /dev/wskbd: always reports core events [ 3482.917] (**) Option "Protocol" "standard" [ 3482.917] (**) Option "XkbRules" "base" [ 3482.917] (**) Option "XkbModel" "pc105" [ 3482.917] (**) Option "XkbLayout" "es" [ 3482.917] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6) [ 3483.487] (II) config/wscons: checking input device /dev/wsmouse0 [ 3483.487] (II) LoadModule: "ws" [ 3483.489] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so [ 3483.490] (II) Module ws: vendor="X.Org Foundation" [ 3483.490] compiled for 1.21.1.13, module version = 1.3.0 [ 3483.490] Module class: X.Org XInput Driver [ 3483.490] ABI class: X.Org XInput driver, version 24.4 [ 3483.490] (II) Using input driver 'ws' for '/dev/wsmouse0' [ 3483.490] (**) /dev/wsmouse0: always reports core events [ 3483.490] (II) ws: /dev/wsmouse0: debuglevel 0 [ 3483.490] (**) Option "Device" "/dev/wsmouse0" [ 3483.490] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5 [ 3483.490] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7 [ 3483.490] (**) ws: /dev/wsmouse0: associated screen: 0 [ 3483.971] (II) ws: /dev/wsmouse0: minimum x position: 0 [ 3483.971] (II) ws: /dev/wsmouse0: maximum x position: 1279 [ 3483.971] (II) ws: /dev/wsmouse0: minimum y position: 0 [ 3483.971] (II) ws: /dev/wsmouse0: maximum y position: 799 [ 3483.971] (==) ws: /dev/wsmouse0: Buttons: 7 [ 3484.025] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5 [ 3484.025] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: MOUSE, id 7) [ 3484.505] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1 [ 3484.505] (**) /dev/wsmouse0: (accel) acceleration profile 0 [ 3484.505] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000 [ 3484.505] (**) /dev/wsmouse0: (accel) acceleration threshold: 4 [ 3484.505] (II) config/wscons: checking input device /dev/wsmouse [ 3484.505] (II) Using input driver 'ws' for '/dev/wsmouse' [ 3484.505] (**) /dev/wsmouse: always reports core events [ 3484.505] (II) ws: /dev/wsmouse: debuglevel 0 [ 3484.505] (**) Option "Device" "/dev/wsmouse" [ 3484.505] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [ 3484.505] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [ 3484.505] (**) ws: /dev/wsmouse: associated screen: 0 [ 3484.505] (II) ws: /dev/wsmouse: minimum x position: 0 [ 3484.505] (II) ws: /dev/wsmouse: maximum x position: 1279 [ 3484.505] (II) ws: /dev/wsmouse: minimum y position: 0 [ 3484.505] (II) ws: /dev/wsmouse: maximum y position: 799 [ 3484.505] (==) ws: /dev/wsmouse: Buttons: 7 [ 3484.505] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [ 3484.505] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8) [ 3484.505] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [ 3484.505] (**) /dev/wsmouse: (accel) acceleration profile 0 [ 3484.505] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 3484.505] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 3484.972] (II) modeset(0): EDID vendor "LEN", prod id 16437 [ 3484.972] (II) modeset(0): Printing DDC gathered Modelines: [ 3484.972] (II) modeset(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1412 800 803 806 817 -hsync -vsync (49.0 kHz eP) [ 3484.972] (II) modeset(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1595 800 803 806 868 -hsync -vsync (43.4 kHz e) Running xenodm(1) [ 3251.253] (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 [ 3251.253] linear framebuffer access unavailable [ 3251.305] (--) Using wscons driver on /dev/ttyC4 [ 3251.343] X.Org X Server 1.21.1.13 X Protocol Version 11, Revision 0 [ 3251.343] Current Operating System: OpenBSD mamuca.roquesor.com 7.5 GENERIC.MP#174 amd64 [ 3251.343] [ 3251.343] Current version of pixman: 0.42.2 [ 3251.343] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3251.344] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3251.344] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 9 12:05:26 2024 [ 3251.344] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" [ 3251.345] (==) No Layout section. Using the first Screen section. [ 3251.345] (==) No screen section available. Using defaults. [ 3251.345] (**) |-->Screen "Default Screen Section" (0) [ 3251.345] (**) | |-->Monitor "<default monitor>" [ 3251.345] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 3251.345] (**) Allowing byte-swapped clients [ 3251.345] (==) Automatically adding devices [ 3251.345] (==) Automatically enabling devices [ 3251.345] (==) Not automatically adding GPU devices [ 3251.345] (==) Automatically binding GPU devices [ 3251.345] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 3251.346] (==) 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/ [ 3251.346] (==) ModulePath set to "/usr/X11R6/lib/modules" [ 3251.346] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices. [ 3251.346] (II) Loader magic: 0x72186c90500 [ 3251.346] (II) Module ABI versions: [ 3251.346] X.Org ANSI C Emulation: 0.4 [ 3251.346] X.Org Video Driver: 25.2 [ 3251.346] X.Org XInput driver : 24.4 [ 3251.346] X.Org Server Extension : 10.0 [ 3251.346] (--) PCI:*(0@1:2:0) 8086:0046:17aa:215a rev 2, Mem @ 0xf2000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8 [ 3251.346] (II) LoadModule: "glx" [ 3251.347] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so [ 3251.351] (II) Module glx: vendor="X.Org Foundation" [ 3251.351] compiled for 1.21.1.13, module version = 1.0.0 [ 3251.351] ABI class: X.Org Server Extension, version 10.0 [ 3251.351] (==) Matched intel as autoconfigured driver 0 [ 3251.351] (==) Matched modesetting as autoconfigured driver 1 [ 3251.351] (==) Assigned the driver to the xf86ConfigLayout [ 3251.351] (II) LoadModule: "intel" [ 3251.352] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so [ 3251.361] (II) Module intel: vendor="X.Org Foundation" [ 3251.361] compiled for 1.21.1.13, module version = 2.99.916 [ 3251.361] Module class: X.Org Video Driver [ 3251.361] ABI class: X.Org Video Driver, version 25.2 [ 3251.361] (II) LoadModule: "modesetting" [ 3251.362] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so [ 3251.362] (II) Module modesetting: vendor="X.Org Foundation" [ 3251.363] compiled for 1.21.1.13, module version = 1.21.1 [ 3251.363] Module class: X.Org Video Driver [ 3251.363] ABI class: X.Org Video Driver, version 25.2 [ 3251.363] (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 [ 3251.363] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 3251.363] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 3251.363] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 3251.363] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 3251.374] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103 [ 3251.374] (WW) Falling back to old probe method for modesetting [ 3251.375] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics [ 3251.375] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2 [ 3251.375] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 3251.375] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 3251.375] (==) intel(0): RGB weight 888 [ 3251.375] (==) intel(0): Default visual is TrueColor [ 3251.376] (II) intel(0): Output LVDS1 has no monitor section [ 3251.376] (--) intel(0): Found backlight control interface wscons (type 'platform') for output LVDS1 [ 3251.376] (II) intel(0): Enabled output LVDS1 [ 3251.376] (II) intel(0): Output VGA1 has no monitor section [ 3251.376] (II) intel(0): Enabled output VGA1 [ 3251.376] (II) intel(0): Output HDMI1 has no monitor section [ 3251.376] (II) intel(0): Enabled output HDMI1 [ 3251.377] (II) intel(0): Output DP1 has no monitor section [ 3251.377] (II) intel(0): Enabled output DP1 [ 3251.377] (II) intel(0): Output HDMI2 has no monitor section [ 3251.377] (II) intel(0): Enabled output HDMI2 [ 3251.377] (II) intel(0): Output HDMI3 has no monitor section [ 3251.377] (II) intel(0): Enabled output HDMI3 [ 3251.377] (II) intel(0): Output DP2 has no monitor section [ 3251.377] (II) intel(0): Enabled output DP2 [ 3251.377] (II) intel(0): Output DP3 has no monitor section [ 3251.377] (II) intel(0): Enabled output DP3 [ 3251.377] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 3251.377] (II) intel(0): Output VIRTUAL1 has no monitor section [ 3251.377] (II) intel(0): Enabled output VIRTUAL1 [ 3251.377] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 0 [ 3251.377] (==) intel(0): TearFree disabled [ 3251.377] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 3251.377] (--) intel(0): Display dimensions: (300, 190) mm [ 3251.377] (--) intel(0): DPI set to (108, 106) [ 3251.377] (II) Loading sub module "dri3" [ 3251.377] (II) LoadModule: "dri3" [ 3251.377] (II) Module "dri3" already built-in [ 3251.377] (II) Loading sub module "dri2" [ 3251.377] (II) LoadModule: "dri2" [ 3251.377] (II) Module "dri2" already built-in [ 3251.377] (II) Loading sub module "present" [ 3251.377] (II) LoadModule: "present" [ 3251.377] (II) Module "present" already built-in [ 3251.377] (II) UnloadModule: "modesetting" [ 3251.377] (II) Unloading modesetting [ 3251.378] (II) intel(0): SNA initialized with Ironlake (gen5) backend [ 3251.378] (==) intel(0): Backing store enabled [ 3251.378] (==) intel(0): Silken mouse enabled [ 3251.378] (II) intel(0): HW Cursor enabled [ 3251.379] (==) intel(0): DPMS enabled [ 3251.380] (II) intel(0): [XvMC] xvmc_vld driver initialized. [ 3251.380] (II) intel(0): [DRI2] Setup complete [ 3251.380] (II) intel(0): [DRI2] DRI driver: i965 [ 3251.380] (II) intel(0): [DRI2] VDPAU driver: i965 [ 3251.380] (II) intel(0): direct rendering: DRI2 DRI3 enabled [ 3251.380] (II) intel(0): hardware support for Present enabled [ 3251.380] (II) Initializing extension Generic Event Extension [ 3251.380] (II) Initializing extension SHAPE [ 3251.381] (II) Initializing extension MIT-SHM [ 3251.381] (II) Initializing extension XInputExtension [ 3251.382] (II) Initializing extension XTEST [ 3251.382] (II) Initializing extension BIG-REQUESTS [ 3251.382] (II) Initializing extension SYNC [ 3251.383] (II) Initializing extension XKEYBOARD [ 3251.383] (II) Initializing extension XC-MISC [ 3251.384] (II) Initializing extension SECURITY [ 3251.384] (II) Initializing extension XFIXES [ 3251.384] (II) Initializing extension RENDER [ 3251.385] (II) Initializing extension RANDR [ 3251.386] (II) Initializing extension COMPOSITE [ 3251.386] (II) Initializing extension DAMAGE [ 3251.386] (II) Initializing extension MIT-SCREEN-SAVER [ 3251.387] (II) Initializing extension DOUBLE-BUFFER [ 3251.387] (II) Initializing extension RECORD [ 3251.388] (II) Initializing extension DPMS [ 3251.388] (II) Initializing extension Present [ 3251.388] (II) Initializing extension DRI3 [ 3251.389] (II) Initializing extension X-Resource [ 3251.389] (II) Initializing extension XVideo [ 3251.389] (II) Initializing extension XVideo-MotionCompensation [ 3251.390] (II) Initializing extension GLX [ 3251.391] (EE) AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/i965_dri.so failed (File not found) [ 3251.391] (EE) AIGLX error: unable to load driver i965 [ 3251.442] (II) IGLX: Loaded and initialized swrast [ 3251.442] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 3251.442] (II) Initializing extension XFree86-VidModeExtension [ 3251.443] (II) Initializing extension XFree86-DGA [ 3251.443] (II) Initializing extension XFree86-DRI [ 3251.443] (II) Initializing extension DRI2 [ 3251.451] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 3251.473] (II) intel(0): Setting screen physical size to 300 x 190 [ 3251.521] (II) config/wscons: checking input device /dev/wskbd [ 3251.521] (II) wskbd: using layout es [ 3251.521] (II) LoadModule: "kbd" [ 3251.523] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so [ 3251.523] (II) Module kbd: vendor="X.Org Foundation" [ 3251.523] compiled for 1.21.1.13, module version = 2.0.0 [ 3251.523] Module class: X.Org XInput Driver [ 3251.523] ABI class: X.Org XInput driver, version 24.4 [ 3251.523] (II) Using input driver 'kbd' for '/dev/wskbd' [ 3251.523] (**) /dev/wskbd: always reports core events [ 3251.523] (**) /dev/wskbd: always reports core events [ 3251.523] (**) Option "Protocol" "standard" [ 3251.523] (**) Option "XkbRules" "base" [ 3251.523] (**) Option "XkbModel" "pc105" [ 3251.523] (**) Option "XkbLayout" "es" [ 3251.523] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6) [ 3252.092] (II) config/wscons: checking input device /dev/wsmouse0 [ 3252.092] (II) LoadModule: "ws" [ 3252.094] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so [ 3252.094] (II) Module ws: vendor="X.Org Foundation" [ 3252.094] compiled for 1.21.1.13, module version = 1.3.0 [ 3252.095] Module class: X.Org XInput Driver [ 3252.095] ABI class: X.Org XInput driver, version 24.4 [ 3252.095] (II) Using input driver 'ws' for '/dev/wsmouse0' [ 3252.095] (**) /dev/wsmouse0: always reports core events [ 3252.095] (II) ws: /dev/wsmouse0: debuglevel 0 [ 3252.095] (**) Option "Device" "/dev/wsmouse0" [ 3252.095] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5 [ 3252.095] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7 [ 3252.095] (**) ws: /dev/wsmouse0: associated screen: 0 [ 3252.576] (II) ws: /dev/wsmouse0: minimum x position: 0 [ 3252.576] (II) ws: /dev/wsmouse0: maximum x position: 1279 [ 3252.576] (II) ws: /dev/wsmouse0: minimum y position: 0 [ 3252.576] (II) ws: /dev/wsmouse0: maximum y position: 799 [ 3252.576] (==) ws: /dev/wsmouse0: Buttons: 7 [ 3252.634] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5 [ 3252.634] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: MOUSE, id 7) [ 3253.117] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1 [ 3253.117] (**) /dev/wsmouse0: (accel) acceleration profile 0 [ 3253.117] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000 [ 3253.117] (**) /dev/wsmouse0: (accel) acceleration threshold: 4 [ 3253.117] (II) config/wscons: checking input device /dev/wsmouse [ 3253.117] (II) Using input driver 'ws' for '/dev/wsmouse' [ 3253.117] (**) /dev/wsmouse: always reports core events [ 3253.117] (II) ws: /dev/wsmouse: debuglevel 0 [ 3253.117] (**) Option "Device" "/dev/wsmouse" [ 3253.117] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [ 3253.117] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [ 3253.117] (**) ws: /dev/wsmouse: associated screen: 0 [ 3253.117] (II) ws: /dev/wsmouse: minimum x position: 0 [ 3253.117] (II) ws: /dev/wsmouse: maximum x position: 1279 [ 3253.117] (II) ws: /dev/wsmouse: minimum y position: 0 [ 3253.117] (II) ws: /dev/wsmouse: maximum y position: 799 [ 3253.117] (==) ws: /dev/wsmouse: Buttons: 7 [ 3253.117] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [ 3253.117] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8) [ 3253.118] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [ 3253.118] (**) /dev/wsmouse: (accel) acceleration profile 0 [ 3253.118] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 3253.118] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 3260.638] (II) intel(0): EDID vendor "LEN", prod id 16437 [ 3260.638] (II) intel(0): Printing DDC gathered Modelines: [ 3260.638] (II) intel(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1412 800 803 806 817 -hsync -vsync (49.0 kHz eP) [ 3260.638] (II) intel(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1595 800 803 806 868 -hsync -vsync (43.4 kHz e) [ 3365.155] (II) UnloadModule: "ws" [ 3365.156] (II) UnloadModule: "ws" [ 3365.156] (II) UnloadModule: "kbd" [ 3365.189] (II) intel(0): SNA initialized with Ironlake (gen5) backend [ 3365.189] (II) intel(0): HW Cursor enabled [ 3365.226] (==) intel(0): DPMS enabled [ 3365.226] (II) intel(0): [XvMC] xvmc_vld driver initialized. [ 3365.226] (II) intel(0): [DRI2] Setup complete [ 3365.226] (II) intel(0): [DRI2] DRI driver: i965 [ 3365.226] (II) intel(0): [DRI2] VDPAU driver: i965 [ 3365.226] (II) intel(0): direct rendering: DRI2 DRI3 enabled [ 3365.226] (II) intel(0): hardware support for Present enabled [ 3365.226] (II) Initializing extension Generic Event Extension [ 3365.226] (II) Initializing extension SHAPE [ 3365.227] (II) Initializing extension MIT-SHM [ 3365.227] (II) Initializing extension XInputExtension [ 3365.228] (II) Initializing extension XTEST [ 3365.229] (II) Initializing extension BIG-REQUESTS [ 3365.229] (II) Initializing extension SYNC [ 3365.230] (II) Initializing extension XKEYBOARD [ 3365.230] (II) Initializing extension XC-MISC [ 3365.231] (II) Initializing extension SECURITY [ 3365.231] (II) Initializing extension XFIXES [ 3365.232] (II) Initializing extension RENDER [ 3365.232] (II) Initializing extension RANDR [ 3365.233] (II) Initializing extension COMPOSITE [ 3365.234] (II) Initializing extension DAMAGE [ 3365.234] (II) Initializing extension MIT-SCREEN-SAVER [ 3365.234] (II) Initializing extension DOUBLE-BUFFER [ 3365.235] (II) Initializing extension RECORD [ 3365.235] (II) Initializing extension DPMS [ 3365.236] (II) Initializing extension Present [ 3365.236] (II) Initializing extension DRI3 [ 3365.237] (II) Initializing extension X-Resource [ 3365.237] (II) Initializing extension XVideo [ 3365.238] (II) Initializing extension XVideo-MotionCompensation [ 3365.238] (II) Initializing extension GLX [ 3365.239] (EE) AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/i965_dri.so failed (File not found) [ 3365.239] (EE) AIGLX error: unable to load driver i965 [ 3365.291] (II) IGLX: Loaded and initialized swrast [ 3365.291] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 3365.291] (II) Initializing extension XFree86-VidModeExtension [ 3365.292] (II) Initializing extension XFree86-DGA [ 3365.292] (II) Initializing extension XFree86-DRI [ 3365.292] (II) Initializing extension DRI2 [ 3365.299] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 3365.342] (II) intel(0): Setting screen physical size to 303 x 190 [ 3365.393] (II) config/wscons: checking input device /dev/wskbd [ 3365.393] (II) wskbd: using layout es [ 3365.393] (II) Using input driver 'kbd' for '/dev/wskbd' [ 3365.393] (**) /dev/wskbd: always reports core events [ 3365.393] (**) /dev/wskbd: always reports core events [ 3365.393] (**) Option "Protocol" "standard" [ 3365.393] (**) Option "XkbRules" "base" [ 3365.393] (**) Option "XkbModel" "pc105" [ 3365.393] (**) Option "XkbLayout" "es" [ 3365.965] (II) config/wscons: checking input device /dev/wsmouse0 [ 3365.966] (II) Using input driver 'ws' for '/dev/wsmouse0' [ 3365.966] (**) /dev/wsmouse0: always reports core events [ 3365.966] (II) ws: /dev/wsmouse0: debuglevel 0 [ 3365.966] (**) Option "Device" "/dev/wsmouse0" [ 3365.966] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5 [ 3365.966] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7 [ 3365.966] (**) ws: /dev/wsmouse0: associated screen: 0 [ 3366.444] (II) ws: /dev/wsmouse0: minimum x position: 0 [ 3366.444] (II) ws: /dev/wsmouse0: maximum x position: 1279 [ 3366.444] (II) ws: /dev/wsmouse0: minimum y position: 0 [ 3366.444] (II) ws: /dev/wsmouse0: maximum y position: 799 [ 3366.444] (==) ws: /dev/wsmouse0: Buttons: 7 [ 3366.501] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5 [ 3366.979] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1 [ 3366.980] (**) /dev/wsmouse0: (accel) acceleration profile 0 [ 3366.980] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000 [ 3366.980] (**) /dev/wsmouse0: (accel) acceleration threshold: 4 [ 3366.980] (II) config/wscons: checking input device /dev/wsmouse [ 3366.980] (II) Using input driver 'ws' for '/dev/wsmouse' [ 3366.980] (**) /dev/wsmouse: always reports core events [ 3366.980] (II) ws: /dev/wsmouse: debuglevel 0 [ 3366.980] (**) Option "Device" "/dev/wsmouse" [ 3366.980] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [ 3366.980] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [ 3366.980] (**) ws: /dev/wsmouse: associated screen: 0 [ 3366.981] (II) ws: /dev/wsmouse: minimum x position: 0 [ 3366.981] (II) ws: /dev/wsmouse: maximum x position: 1279 [ 3366.981] (II) ws: /dev/wsmouse: minimum y position: 0 [ 3366.981] (II) ws: /dev/wsmouse: maximum y position: 799 [ 3366.981] (==) ws: /dev/wsmouse: Buttons: 7 [ 3366.981] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [ 3366.981] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [ 3366.981] (**) /dev/wsmouse: (accel) acceleration profile 0 [ 3366.981] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 3366.981] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 3373.163] (II) UnloadModule: "ws" [ 3373.164] (II) UnloadModule: "ws" [ 3373.164] (II) UnloadModule: "kbd" [ 3373.198] (II) Server terminated successfully (0). Closing log file. My dmesg: OpenBSD 7.5-current (GENERIC.MP) #174: Mon Jul 8 12:37:42 MDT 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 6210174976 (5922MB) avail mem = 5998809088 (5720MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe0010 (78 entries) bios0: vendor LENOVO version "6IET85WW (1.45 )" date 02/14/2013 bios0: LENOVO 2537EY8 acpi0 at bios0: ACPI 4.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT ECDT APIC MCFG HPET ASF! SLIC BOOT SSDT TCPA DMAR SSDT SSDT SSDT acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP1(S4) EXP2(S4) EXP3(S4) EXP4(S4) EXP5(S4) EHC1(S3) EHC2(S3) HDEF(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.20 MHz, 06-25-02, patch 00000011 cpu0: cpuid 1 edx=bfebfbff<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> ecx=298e3ff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES> cpu0: cpuid 6 eax=7<SENSOR,ARAT> ecx=1<EFFFREQ> cpu0: cpuid 7.0 edx=9c000000<IBRS,IBPB,STIBP,L1DF,SSBD> cpu0: cpuid a vers=3, gp=4, gpwidth=48, ff=3, ffwidth=48 cpu0: cpuid 80000001 edx=28100800<NXE,RDTSCP,LONG> ecx=1<LAHF> cpu0: cpuid 80000007 edx=100<ITSC> cpu0: MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-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 133MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.28 MHz, 06-25-02, patch 00000011 cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.29 MHz, 06-25-02, patch 00000011 cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 5 (application processor) cpu3: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.70 MHz, 06-25-02, patch 00000011 cpu3: smt 1, core 2, package 0 ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-255 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG_) acpiprt2 at acpi0: bus 2 (EXP1) acpiprt3 at acpi0: bus 3 (EXP2) acpiprt4 at acpi0: bus -1 (EXP3) acpiprt5 at acpi0: bus 5 (EXP4) acpiprt6 at acpi0: bus 13 (EXP5) acpibtn0 at acpi0: LID_(wakeup) acpibtn1 at acpi0: SLPB(wakeup) acpipci0 at acpi0 UNCR acpipci1 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 acpicmos0 at acpi0 tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e acpibat0 at acpi0: BAT0 model "42T4848" serial 7058 type LION oem "SANYO" acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0: version 1.0 "*pnp0c14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpipwrres0 at acpi0: PUBS, resource for EHC1, EHC2 acpitz0 at acpi0: critical temperature is 100 degC acpivideo0 at acpi0: VID_ acpivout0 at acpivideo0: LCD0 acpivideo1 at acpi0: VID_ cpu0: using IvyBridge MDS workaround cpu0: Enhanced SpeedStep 2793 MHz: speeds: 2534, 2533, 2399, 2266, 2133, 1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz pci0 at mainbus0 bus 255 pchb0 at pci0 dev 0 function 0 "Intel QuickPath" rev 0x02 pchb1 at pci0 dev 0 function 1 "Intel QuickPath" rev 0x02 pchb2 at pci0 dev 2 function 0 "Intel QPI Link" rev 0x02 pchb3 at pci0 dev 2 function 1 "Intel QPI Physical" rev 0x02 pchb4 at pci0 dev 2 function 2 "Intel Reserved" rev 0x02 pchb5 at pci0 dev 2 function 3 "Intel Reserved" rev 0x02 pci1 at mainbus0 bus 0 pchb6 at pci1 dev 0 function 0 "Intel Core Host" rev 0x02 inteldrm0 at pci1 dev 2 function 0 "Intel HD Graphics" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 inteldrm0: msi, IRONLAKE, gen 5 "Intel 3400 MEI" rev 0x06 at pci1 dev 22 function 0 not configured em0 at pci1 dev 25 function 0 "Intel 82577LM" rev 0x06: msi, address f0:de:f1:05:03:50 ehci0 at pci1 dev 26 function 0 "Intel 3400 USB" rev 0x06: apic 1 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 azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x5069 audio0 at azalia0 ppb0 at pci1 dev 28 function 0 "Intel 3400 PCIE" rev 0x06: msi pci2 at ppb0 bus 2 ppb1 at pci1 dev 28 function 1 "Intel 3400 PCIE" rev 0x06: msi pci3 at ppb1 bus 3 iwn0 at pci3 dev 0 function 0 "Intel Centrino Advanced-N 6200" rev 0x35: msi, MIMO 2T2R, MoW, address 00:27:10:1c:5e:30 ppb2 at pci1 dev 28 function 3 "Intel 3400 PCIE" rev 0x06: msi pci4 at ppb2 bus 5 ppb3 at pci1 dev 28 function 4 "Intel 3400 PCIE" rev 0x06: msi pci5 at ppb3 bus 13 sdhc0 at pci5 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x01: apic 1 int 16 sdhc0: SDHC 1.00, 50 MHz base clock sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed "Ricoh 5U230 Memory Stick" rev 0x01 at pci5 dev 0 function 1 not configured "Ricoh 5U832 Firewire" rev 0x01 at pci5 dev 0 function 3 not configured ehci1 at pci1 dev 29 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 19 usb1 at ehci1: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci1 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa6 pci6 at ppb4 bus 14 pcib0 at pci1 dev 31 function 0 "Intel QM57 LPC" rev 0x06 ahci0 at pci1 dev 31 function 2 "Intel 3400 AHCI" rev 0x06: msi, AHCI 1.3 ahci0: port 0: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, HGST HTS725050A7, GH2O> naa.5000cca81bc5a943 sd0: 476940MB, 512 bytes/sector, 976773168 sectors ichiic0 at pci1 dev 31 function 3 "Intel 3400 SMBus" rev 0x06: apic 1 int 23 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-10600 SO-DIMM itherm0 at pci1 dev 31 function 6 "Intel 3400 Thermal" rev 0x06 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) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics touchpad, firmware 7.2, 0x1c0b1 0xb40000 0x0 0xd047b1 0xa0000 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 vmm0 at mainbus0: VMX/EPT uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/3.60 addr 3 uvideo0 at uhub2 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/23.45 addr 4 video0 at uvideo0 uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (940ad1d2995f240e.a) swap on sd0b dump on sd0b inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) syncing disks... done rebooting... OpenBSD 7.5-current (GENERIC.MP) #174: Mon Jul 8 12:37:42 MDT 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 6210174976 (5922MB) avail mem = 5998784512 (5720MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe0010 (78 entries) bios0: vendor LENOVO version "6IET85WW (1.45 )" date 02/14/2013 bios0: LENOVO 2537EY8 acpi0 at bios0: ACPI 4.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT ECDT APIC MCFG HPET ASF! SLIC BOOT SSDT TCPA DMAR SSDT SSDT SSDT acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP1(S4) EXP2(S4) EXP3(S4) EXP4(S4) EXP5(S4) EHC1(S3) EHC2(S3) HDEF(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.16 MHz, 06-25-02, patch 00000011 cpu0: cpuid 1 edx=bfebfbff<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> ecx=298e3ff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES> cpu0: cpuid 6 eax=7<SENSOR,ARAT> ecx=1<EFFFREQ> cpu0: cpuid 7.0 edx=9c000000<IBRS,IBPB,STIBP,L1DF,SSBD> cpu0: cpuid a vers=3, gp=4, gpwidth=48, ff=3, ffwidth=48 cpu0: cpuid 80000001 edx=28100800<NXE,RDTSCP,LONG> ecx=1<LAHF> cpu0: cpuid 80000007 edx=100<ITSC> cpu0: MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-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 133MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.31 MHz, 06-25-02, patch 00000011 cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.29 MHz, 06-25-02, patch 00000011 cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 5 (application processor) cpu3: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.72 MHz, 06-25-02, patch 00000011 cpu3: smt 1, core 2, package 0 ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-255 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG_) acpiprt2 at acpi0: bus 2 (EXP1) acpiprt3 at acpi0: bus 3 (EXP2) acpiprt4 at acpi0: bus -1 (EXP3) acpiprt5 at acpi0: bus 5 (EXP4) acpiprt6 at acpi0: bus 13 (EXP5) acpibtn0 at acpi0: LID_(wakeup) acpibtn1 at acpi0: SLPB(wakeup) acpipci0 at acpi0 UNCR acpipci1 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 acpicmos0 at acpi0 tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e acpibat0 at acpi0: BAT0 model "42T4848" serial 7058 type LION oem "SANYO" acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0: version 1.0 "*pnp0c14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpipwrres0 at acpi0: PUBS, resource for EHC1, EHC2 acpitz0 at acpi0: critical temperature is 100 degC acpivideo0 at acpi0: VID_ acpivout0 at acpivideo0: LCD0 acpivideo1 at acpi0: VID_ cpu0: using IvyBridge MDS workaround cpu0: Enhanced SpeedStep 2793 MHz: speeds: 2534, 2533, 2399, 2266, 2133, 1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz pci0 at mainbus0 bus 255 pchb0 at pci0 dev 0 function 0 "Intel QuickPath" rev 0x02 pchb1 at pci0 dev 0 function 1 "Intel QuickPath" rev 0x02 pchb2 at pci0 dev 2 function 0 "Intel QPI Link" rev 0x02 pchb3 at pci0 dev 2 function 1 "Intel QPI Physical" rev 0x02 pchb4 at pci0 dev 2 function 2 "Intel Reserved" rev 0x02 pchb5 at pci0 dev 2 function 3 "Intel Reserved" rev 0x02 pci1 at mainbus0 bus 0 pchb6 at pci1 dev 0 function 0 "Intel Core Host" rev 0x02 inteldrm0 at pci1 dev 2 function 0 "Intel HD Graphics" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 inteldrm0: msi, IRONLAKE, gen 5 "Intel 3400 MEI" rev 0x06 at pci1 dev 22 function 0 not configured em0 at pci1 dev 25 function 0 "Intel 82577LM" rev 0x06: msi, address f0:de:f1:05:03:50 ehci0 at pci1 dev 26 function 0 "Intel 3400 USB" rev 0x06: apic 1 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 azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x5069 audio0 at azalia0 ppb0 at pci1 dev 28 function 0 "Intel 3400 PCIE" rev 0x06: msi pci2 at ppb0 bus 2 ppb1 at pci1 dev 28 function 1 "Intel 3400 PCIE" rev 0x06: msi pci3 at ppb1 bus 3 iwn0 at pci3 dev 0 function 0 "Intel Centrino Advanced-N 6200" rev 0x35: msi, MIMO 2T2R, MoW, address 00:27:10:1c:5e:30 ppb2 at pci1 dev 28 function 3 "Intel 3400 PCIE" rev 0x06: msi pci4 at ppb2 bus 5 ppb3 at pci1 dev 28 function 4 "Intel 3400 PCIE" rev 0x06: msi pci5 at ppb3 bus 13 sdhc0 at pci5 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x01: apic 1 int 16 sdhc0: SDHC 1.00, 50 MHz base clock sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed "Ricoh 5U230 Memory Stick" rev 0x01 at pci5 dev 0 function 1 not configured "Ricoh 5U832 Firewire" rev 0x01 at pci5 dev 0 function 3 not configured ehci1 at pci1 dev 29 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 19 usb1 at ehci1: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci1 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa6 pci6 at ppb4 bus 14 pcib0 at pci1 dev 31 function 0 "Intel QM57 LPC" rev 0x06 ahci0 at pci1 dev 31 function 2 "Intel 3400 AHCI" rev 0x06: msi, AHCI 1.3 ahci0: port 0: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, HGST HTS725050A7, GH2O> naa.5000cca81bc5a943 sd0: 476940MB, 512 bytes/sector, 976773168 sectors ichiic0 at pci1 dev 31 function 3 "Intel 3400 SMBus" rev 0x06: apic 1 int 23 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-10600 SO-DIMM itherm0 at pci1 dev 31 function 6 "Intel 3400 Thermal" rev 0x06 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) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics touchpad, firmware 7.2, 0x1c0b1 0xb40000 0x0 0xd047b1 0xa0000 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 vmm0 at mainbus0: VMX/EPT uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/3.60 addr 3 uvideo0 at uhub2 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/23.45 addr 4 video0 at uvideo0 uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (940ad1d2995f240e.a) swap on sd0b dump on sd0b inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) umass0 at uhub3 port 2 configuration 1 interface 0 "TOSHIBA External USB 3.0" rev 2.10/0.00 addr 3 umass0: using SCSI over Bulk-Only scsibus4 at umass0: 2 targets, initiator 0 sd1 at scsibus4 targ 1 lun 0: <TOSHIBA, External USB 3.0, 0> serial.0480a20060417011533F sd1: 953869MB, 512 bytes/sector, 1953525168 sectors sd1 detached scsibus4 detached umass0 detached syncing disks... done rebooting... OpenBSD 7.5-current (GENERIC.MP) #174: Mon Jul 8 12:37:42 MDT 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 6210174976 (5922MB) avail mem = 5998792704 (5720MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe0010 (78 entries) bios0: vendor LENOVO version "6IET85WW (1.45 )" date 02/14/2013 bios0: LENOVO 2537EY8 acpi0 at bios0: ACPI 4.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT ECDT APIC MCFG HPET ASF! SLIC BOOT SSDT TCPA DMAR SSDT SSDT SSDT acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP1(S4) EXP2(S4) EXP3(S4) EXP4(S4) EXP5(S4) EHC1(S3) EHC2(S3) HDEF(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.20 MHz, 06-25-02, patch 00000011 cpu0: cpuid 1 edx=bfebfbff<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> ecx=298e3ff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES> cpu0: cpuid 6 eax=7<SENSOR,ARAT> ecx=1<EFFFREQ> cpu0: cpuid 7.0 edx=9c000000<IBRS,IBPB,STIBP,L1DF,SSBD> cpu0: cpuid a vers=3, gp=4, gpwidth=48, ff=3, ffwidth=48 cpu0: cpuid 80000001 edx=28100800<NXE,RDTSCP,LONG> ecx=1<LAHF> cpu0: cpuid 80000007 edx=100<ITSC> cpu0: MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-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 133MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.29 MHz, 06-25-02, patch 00000011 cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.23 MHz, 06-25-02, patch 00000011 cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 5 (application processor) cpu3: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.75 MHz, 06-25-02, patch 00000011 cpu3: smt 1, core 2, package 0 ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-255 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG_) acpiprt2 at acpi0: bus 2 (EXP1) acpiprt3 at acpi0: bus 3 (EXP2) acpiprt4 at acpi0: bus -1 (EXP3) acpiprt5 at acpi0: bus 5 (EXP4) acpiprt6 at acpi0: bus 13 (EXP5) acpibtn0 at acpi0: LID_(wakeup) acpibtn1 at acpi0: SLPB(wakeup) acpipci0 at acpi0 UNCR acpipci1 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 acpicmos0 at acpi0 tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e acpibat0 at acpi0: BAT0 model "42T4848" serial 7058 type LION oem "SANYO" acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0: version 1.0 "*pnp0c14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpipwrres0 at acpi0: PUBS, resource for EHC1, EHC2 acpitz0 at acpi0: critical temperature is 100 degC acpivideo0 at acpi0: VID_ acpivout0 at acpivideo0: LCD0 acpivideo1 at acpi0: VID_ cpu0: using IvyBridge MDS workaround cpu0: Enhanced SpeedStep 2793 MHz: speeds: 2534, 2533, 2399, 2266, 2133, 1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz pci0 at mainbus0 bus 255 pchb0 at pci0 dev 0 function 0 "Intel QuickPath" rev 0x02 pchb1 at pci0 dev 0 function 1 "Intel QuickPath" rev 0x02 pchb2 at pci0 dev 2 function 0 "Intel QPI Link" rev 0x02 pchb3 at pci0 dev 2 function 1 "Intel QPI Physical" rev 0x02 pchb4 at pci0 dev 2 function 2 "Intel Reserved" rev 0x02 pchb5 at pci0 dev 2 function 3 "Intel Reserved" rev 0x02 pci1 at mainbus0 bus 0 pchb6 at pci1 dev 0 function 0 "Intel Core Host" rev 0x02 inteldrm0 at pci1 dev 2 function 0 "Intel HD Graphics" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 inteldrm0: msi, IRONLAKE, gen 5 "Intel 3400 MEI" rev 0x06 at pci1 dev 22 function 0 not configured em0 at pci1 dev 25 function 0 "Intel 82577LM" rev 0x06: msi, address f0:de:f1:05:03:50 ehci0 at pci1 dev 26 function 0 "Intel 3400 USB" rev 0x06: apic 1 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 azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x5069 audio0 at azalia0 ppb0 at pci1 dev 28 function 0 "Intel 3400 PCIE" rev 0x06: msi pci2 at ppb0 bus 2 ppb1 at pci1 dev 28 function 1 "Intel 3400 PCIE" rev 0x06: msi pci3 at ppb1 bus 3 iwn0 at pci3 dev 0 function 0 "Intel Centrino Advanced-N 6200" rev 0x35: msi, MIMO 2T2R, MoW, address 00:27:10:1c:5e:30 ppb2 at pci1 dev 28 function 3 "Intel 3400 PCIE" rev 0x06: msi pci4 at ppb2 bus 5 ppb3 at pci1 dev 28 function 4 "Intel 3400 PCIE" rev 0x06: msi pci5 at ppb3 bus 13 sdhc0 at pci5 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x01: apic 1 int 16 sdhc0: SDHC 1.00, 50 MHz base clock sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed "Ricoh 5U230 Memory Stick" rev 0x01 at pci5 dev 0 function 1 not configured "Ricoh 5U832 Firewire" rev 0x01 at pci5 dev 0 function 3 not configured ehci1 at pci1 dev 29 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 19 usb1 at ehci1: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci1 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa6 pci6 at ppb4 bus 14 pcib0 at pci1 dev 31 function 0 "Intel QM57 LPC" rev 0x06 ahci0 at pci1 dev 31 function 2 "Intel 3400 AHCI" rev 0x06: msi, AHCI 1.3 ahci0: port 0: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, HGST HTS725050A7, GH2O> naa.5000cca81bc5a943 sd0: 476940MB, 512 bytes/sector, 976773168 sectors ichiic0 at pci1 dev 31 function 3 "Intel 3400 SMBus" rev 0x06: apic 1 int 23 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-10600 SO-DIMM itherm0 at pci1 dev 31 function 6 "Intel 3400 Thermal" rev 0x06 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) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics touchpad, firmware 7.2, 0x1c0b1 0xb40000 0x0 0xd047b1 0xa0000 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 vmm0 at mainbus0: VMX/EPT uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/3.60 addr 3 uvideo0 at uhub2 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/23.45 addr 4 video0 at uvideo0 uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (940ad1d2995f240e.a) swap on sd0b dump on sd0b inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- Walter