so i just got this laptop its got 8 gigs ram and a intel N6000 cpu i noticed that no matter what i try whenever the screen display turns off or i try and put it into sleep mode (assuming the issue is due to the screen being powered off in sleep mode) the entire laptop hard reboots.
Do either of the following change behavior any?
1-boot with consoleblank=0 appended to the linu line in your Grub stanza, which you can do on a current boot only basis by striking E key at Grub menu and typing it in place of quiet or adding it at end of line
2-create file (requires root permission) /etc/X11/xorg.conf.d/50-nodpms.conf containing:
Section "Monitor"
Identifier "DefaultMonitor"
Option "DPMS" "off"
EndSection
then reboot or restart X.
Either would be a workaround, not a real solution. Your N6000 may need a more specialized parameter on the linu line from kernel-parameters.txt, possibly such as acpi_backlight=. A bug report might be required to get a developer to see what could be going wrong. Meanwhile, /var/log/Xorg.0.log if it exists may provide clues in the form of more than two lines containing (EE). You can share it thus:
cat /var/log/Xorg.0.log | susepaste
If /var/log/Xorg.0.log does not exist, check to see if it instead exists in ~/.local/share/xorg/.
If /var/log/journal/ exists, you may check for errors scanning the prior boot’s journal:
sudo journalctl -b -1
A quick journal grep might more easily identify clues:
sudo journalctl -b | grep -B1 -A3 aile
so i tried what u had suggested with no luck it dose the same thing. here are some info
e@localhost:~> cat /var/log/Xorg.0.log
[ 16.053] (--) Log file renamed from "/var/log/Xorg.pid-1772.log" to "/var/log/Xorg.0.log"
[ 16.054]
X.Org X Server 1.21.1.12
X Protocol Version 11, Revision 0
[ 16.054] Current Operating System: Linux localhost.localdomain 6.9.9-1-default #1 SMP PREEMPT_DYNAMIC Thu Jul 11 11:31:54 UTC 2024 (8c0f797) x86_64
[ 16.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.9.9-1-default root=/dev/mapper/system-root splash=silent quiet security=apparmor consoleblank=0 mitigations=auto
[ 16.054]
[ 16.054] Current version of pixman: 0.43.4
[ 16.054] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 16.054] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16.054] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 27 15:12:58 2024
[ 16.055] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 16.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 16.057] (==) No Layout section. Using the first Screen section.
[ 16.057] (==) No screen section available. Using defaults.
[ 16.057] (**) |-->Screen "Default Screen Section" (0)
[ 16.057] (**) | |-->Monitor "<default monitor>"
[ 16.057] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 16.057] (**) Allowing byte-swapped clients
[ 16.057] (==) Automatically adding devices
[ 16.057] (==) Automatically enabling devices
[ 16.057] (==) Automatically adding GPU devices
[ 16.057] (==) Automatically binding GPU devices
[ 16.057] (==) Max clients allowed: 512, resource mask: 0xfffff
[ 16.058] (WW) The directory "/usr/share/fonts/ghostscript/" does not exist.
[ 16.058] Entry deleted from font path.
[ 16.058] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[ 16.058] Entry deleted from font path.
[ 16.059] (==) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/,
built-ins
[ 16.059] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 16.059] (WW) Ignoring unrecognized extension "XFree86-DGA"
[ 16.059] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 16.059] (II) Loader magic: 0x55c0d7b0bb00
[ 16.059] (II) Module ABI versions:
[ 16.059] X.Org ANSI C Emulation: 0.4
[ 16.059] X.Org Video Driver: 25.2
[ 16.059] X.Org XInput driver : 24.4
[ 16.059] X.Org Server Extension : 10.0
[ 16.059] (++) using VT number 2
[ 16.059] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 16.060] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 16.060] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 16.079] (--) PCI:*(0@0:2:0) 8086:4e71:17aa:3806 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[ 16.079] (II) LoadModule: "glx"
[ 16.080] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 16.085] (II) Module glx: vendor="X.Org Foundation"
[ 16.085] compiled for 1.21.1.12, module version = 1.0.0
[ 16.085] ABI class: X.Org Server Extension, version 10.0
[ 16.085] (II) Scanning /usr/share/X11/xorg_pci_ids directory for additional PCI ID's supported by the drivers
[ 16.085] (II) Scanning /usr/share/X11/xorg_pci_ids directory for additional PCI ID's supported by the drivers
[ 16.085] (==) Matched intel as autoconfigured driver 0
[ 16.085] (==) Matched modesetting as autoconfigured driver 1
[ 16.085] (==) Matched fbdev as autoconfigured driver 2
[ 16.085] (==) Matched vesa as autoconfigured driver 3
[ 16.085] (==) Assigned the driver to the xf86ConfigLayout
[ 16.085] (II) LoadModule: "intel"
[ 16.085] (WW) Warning, couldn't open module intel
[ 16.085] (EE) Failed to load module "intel" (module does not exist, 0)
[ 16.085] (II) LoadModule: "modesetting"
[ 16.085] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 16.086] (II) Module modesetting: vendor="X.Org Foundation"
[ 16.086] compiled for 1.21.1.12, module version = 1.21.1
[ 16.086] Module class: X.Org Video Driver
[ 16.086] ABI class: X.Org Video Driver, version 25.2
[ 16.086] (II) LoadModule: "fbdev"
[ 16.086] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 16.086] (II) Module fbdev: vendor="X.Org Foundation"
[ 16.086] compiled for 1.21.1.11, module version = 0.5.0
[ 16.086] Module class: X.Org Video Driver
[ 16.086] ABI class: X.Org Video Driver, version 25.2
[ 16.086] (II) LoadModule: "vesa"
[ 16.086] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 16.087] (II) Module vesa: vendor="X.Org Foundation"
[ 16.087] compiled for 1.21.1.11, module version = 2.6.0
[ 16.087] Module class: X.Org Video Driver
[ 16.087] ABI class: X.Org Video Driver, version 25.2
[ 16.087] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 16.087] (II) FBDEV: driver for framebuffer: fbdev
[ 16.087] (II) VESA: driver for VESA chipsets: vesa
[ 16.110] (II) modeset(0): using drv /dev/dri/card1
[ 16.110] (WW) Falling back to old probe method for fbdev
[ 16.110] (II) Loading sub module "fbdevhw"
[ 16.110] (II) LoadModule: "fbdevhw"
[ 16.110] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[ 16.110] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 16.110] compiled for 1.21.1.12, module version = 0.0.2
[ 16.110] ABI class: X.Org Video Driver, version 25.2
[ 16.111] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 16.111] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 16.111] (==) modeset(0): RGB weight 888
[ 16.111] (==) modeset(0): Default visual is TrueColor
[ 16.111] (II) Loading sub module "glamoregl"
[ 16.111] (II) LoadModule: "glamoregl"
[ 16.111] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 16.116] (II) Module glamoregl: vendor="X.Org Foundation"
[ 16.116] compiled for 1.21.1.12, module version = 1.0.1
[ 16.116] ABI class: X.Org ANSI C Emulation, version 0.4
[ 16.237] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (JSL)
[ 16.237] (II) modeset(0): glamor initialized
[ 16.237] (==) modeset(0): VariableRefresh: disabled
[ 16.237] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 16.239] (II) modeset(0): Output eDP-1 has no monitor section
[ 16.246] (II) modeset(0): Output HDMI-1 has no monitor section
[ 16.256] (II) modeset(0): Output DP-1 has no monitor section
[ 16.258] (II) modeset(0): EDID for output eDP-1
[ 16.258] (II) modeset(0): Manufacturer: AUO Model: 635c Serial#: 0
[ 16.258] (II) modeset(0): Year: 2017 Week: 0
[ 16.258] (II) modeset(0): EDID Version: 1.4
[ 16.258] (II) modeset(0): Digital Display Input
[ 16.258] (II) modeset(0): 6 bits per channel
[ 16.258] (II) modeset(0): Digital interface is DisplayPort
[ 16.258] (II) modeset(0): Max Image Size [cm]: horiz.: 26 vert.: 14
[ 16.258] (II) modeset(0): Gamma: 2.20
[ 16.258] (II) modeset(0): No DPMS capabilities specified
[ 16.258] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 16.258] (II) modeset(0): First detailed timing is preferred mode
[ 16.258] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 16.258] (II) modeset(0): redX: 0.584 redY: 0.333 greenX: 0.338 greenY: 0.571
[ 16.258] (II) modeset(0): blueX: 0.158 blueY: 0.133 whiteX: 0.313 whiteY: 0.329
[ 16.258] (II) modeset(0): Manufacturer's mask: 0
[ 16.258] (II) modeset(0): Supported detailed timing:
[ 16.258] (II) modeset(0): clock: 72.7 MHz Image Size: 256 x 144 mm
[ 16.258] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
[ 16.258] (II) modeset(0): v_active: 768 v_sync: 772 v_sync_end 778 v_blanking: 793 v_border: 0
[ 16.258] (II) modeset(0): Unknown vendor-specific block f
[ 16.259] (II) modeset(0): AUO
[ 16.259] (II) modeset(0): B116XAN06.3
[ 16.259] (II) modeset(0): EDID (in hex):
[ 16.259] (II) modeset(0): 00ffffffffffff0006af5c6300000000
[ 16.259] (II) modeset(0): 001b0104951a0e780299859555569228
[ 16.259] (II) modeset(0): 22505400000001010101010101010101
[ 16.259] (II) modeset(0): 010101010101661c56a0500019303020
[ 16.259] (II) modeset(0): 46000090100000180000000f00000000
[ 16.259] (II) modeset(0): 00000000000000000020000000fe0041
[ 16.259] (II) modeset(0): 554f0a202020202020202020000000fe
[ 16.259] (II) modeset(0): 004231313658414e30362e33200a0002
[ 16.259] (II) modeset(0): Printing probed modes for output eDP-1
[ 16.259] (II) modeset(0): Modeline "1366x768"x60.1 72.70 1366 1414 1446 1526 768 772 778 793 -hsync -vsync (47.6 kHz eP)
[ 16.259] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 16.259] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 16.259] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 16.259] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 16.259] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 16.259] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 16.259] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 16.259] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 16.259] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 16.259] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 16.259] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 16.259] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 16.259] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 16.259] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 16.259] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 16.259] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 16.259] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 16.259] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 16.259] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 16.266] (II) modeset(0): EDID for output HDMI-1
[ 16.276] (II) modeset(0): EDID for output DP-1
[ 16.276] (II) modeset(0): Output eDP-1 connected
the rest of it
[ 16.276] (II) modeset(0): Output HDMI-1 disconnected
[ 16.276] (II) modeset(0): Output DP-1 disconnected
[ 16.276] (II) modeset(0): Using exact sizes for initial modes
[ 16.276] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 16.276] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 16.276] (==) modeset(0): DPI set to (96, 96)
[ 16.276] (II) Loading sub module "fb"
[ 16.276] (II) LoadModule: "fb"
[ 16.276] (II) Module "fb" already built-in
[ 16.276] (II) UnloadModule: "fbdev"
[ 16.276] (II) Unloading fbdev
[ 16.276] (II) UnloadSubModule: "fbdevhw"
[ 16.276] (II) Unloading fbdevhw
[ 16.277] (II) UnloadModule: "vesa"
[ 16.277] (II) Unloading vesa
[ 16.292] (==) modeset(0): Backing store enabled
[ 16.292] (==) modeset(0): Silken mouse enabled
[ 16.360] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 16.360] (==) modeset(0): DPMS enabled
[ 16.360] (II) modeset(0): [DRI2] Setup complete
[ 16.360] (II) modeset(0): [DRI2] DRI driver: iris
[ 16.360] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 16.360] (II) Initializing extension Generic Event Extension
[ 16.360] (II) Initializing extension SHAPE
[ 16.360] (II) Initializing extension MIT-SHM
[ 16.360] (II) Initializing extension XInputExtension
[ 16.360] (II) Initializing extension XTEST
[ 16.360] (II) Initializing extension BIG-REQUESTS
[ 16.361] (II) Initializing extension SYNC
[ 16.361] (II) Initializing extension XKEYBOARD
[ 16.361] (II) Initializing extension XC-MISC
[ 16.361] (II) Initializing extension SECURITY
[ 16.361] (II) Initializing extension XFIXES
[ 16.361] (II) Initializing extension RENDER
[ 16.361] (II) Initializing extension RANDR
[ 16.361] (II) Initializing extension COMPOSITE
[ 16.361] (II) Initializing extension DAMAGE
[ 16.362] (II) Initializing extension MIT-SCREEN-SAVER
[ 16.362] (II) Initializing extension DOUBLE-BUFFER
[ 16.362] (II) Initializing extension RECORD
[ 16.362] (II) Initializing extension DPMS
[ 16.362] (II) Initializing extension Present
[ 16.362] (II) Initializing extension DRI3
[ 16.362] (II) Initializing extension X-Resource
[ 16.362] (II) Initializing extension XVideo
[ 16.362] (II) Initializing extension XVideo-MotionCompensation
[ 16.362] (II) Initializing extension GLX
[ 16.369] (II) AIGLX: Loaded and initialized iris
[ 16.369] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 16.369] (II) Initializing extension XFree86-VidModeExtension
[ 16.369] (II) Initializing extension XFree86-DGA
[ 16.369] (II) Initializing extension XFree86-DRI
[ 16.369] (II) Initializing extension DRI2
[ 16.370] (II) modeset(0): Damage tracking initialized
[ 16.370] (II) modeset(0): Setting screen physical size to 361 x 203
[ 16.449] (II) config/udev: Adding input device Power Button (/dev/input/event11)
[ 16.449] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.449] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.449] (**) Power Button: Applying InputClass "system-keyboard"
[ 16.449] (II) LoadModule: "libinput"
[ 16.449] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 16.453] (II) Module libinput: vendor="X.Org Foundation"
[ 16.453] compiled for 1.21.1.11, module version = 1.4.0
[ 16.453] Module class: X.Org XInput Driver
[ 16.453] ABI class: X.Org XInput driver, version 24.4
[ 16.453] (II) Using input driver 'libinput' for 'Power Button'
[ 16.453] (**) Power Button: always reports core events
[ 16.453] (**) Option "Device" "/dev/input/event11"
[ 16.458] (II) event11 - Power Button: is tagged by udev as: Keyboard
[ 16.458] (II) event11 - Power Button: device is a keyboard
[ 16.459] (II) event11 - Power Button: device removed
[ 16.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input23/event11"
[ 16.476] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.476] (**) Option "xkb_model" "pc105+inet"
[ 16.476] (**) Option "xkb_layout" "us"
[ 16.476] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16.497] (II) event11 - Power Button: is tagged by udev as: Keyboard
[ 16.497] (II) event11 - Power Button: device is a keyboard
[ 16.497] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 16.497] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 16.497] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 16.497] (**) Video Bus: Applying InputClass "system-keyboard"
[ 16.497] (II) Using input driver 'libinput' for 'Video Bus'
[ 16.497] (**) Video Bus: always reports core events
[ 16.497] (**) Option "Device" "/dev/input/event7"
[ 16.498] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 16.498] (II) event7 - Video Bus: device is a keyboard
[ 16.498] (II) event7 - Video Bus: device removed
[ 16.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19/event7"
[ 16.546] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 16.546] (**) Option "xkb_model" "pc105+inet"
[ 16.546] (**) Option "xkb_layout" "us"
[ 16.546] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16.547] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 16.547] (II) event7 - Video Bus: device is a keyboard
[ 16.548] (II) config/udev: Adding input device Lid Switch (/dev/input/event8)
[ 16.548] (II) No input driver specified, ignoring this device.
[ 16.548] (II) This device may have been added with another device file.
[ 16.549] (II) config/udev: Adding input device Power Button (/dev/input/event9)
[ 16.549] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.549] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.549] (**) Power Button: Applying InputClass "system-keyboard"
[ 16.549] (II) Using input driver 'libinput' for 'Power Button'
[ 16.549] (**) Power Button: always reports core events
[ 16.549] (**) Option "Device" "/dev/input/event9"
[ 16.549] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 16.549] (II) event9 - Power Button: device is a keyboard
[ 16.550] (II) event9 - Power Button: device removed
[ 16.573] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input21/event9"
[ 16.573] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 16.573] (**) Option "xkb_model" "pc105+inet"
[ 16.573] (**) Option "xkb_layout" "us"
[ 16.573] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16.574] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 16.574] (II) event9 - Power Button: device is a keyboard
[ 16.575] (II) config/udev: Adding input device Sleep Button (/dev/input/event10)
[ 16.575] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 16.575] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 16.575] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 16.575] (II) Using input driver 'libinput' for 'Sleep Button'
[ 16.575] (**) Sleep Button: always reports core events
[ 16.575] (**) Option "Device" "/dev/input/event10"
[ 16.575] (II) event10 - Sleep Button: is tagged by udev as: Keyboard
[ 16.576] (II) event10 - Sleep Button: device is a keyboard
[ 16.576] (II) event10 - Sleep Button: device removed
[ 16.593] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input22/event10"
[ 16.593] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 16.593] (**) Option "xkb_model" "pc105+inet"
[ 16.593] (**) Option "xkb_layout" "us"
[ 16.593] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 16.594] (II) event10 - Sleep Button: is tagged by udev as: Keyboard
[ 16.594] (II) event10 - Sleep Button: device is a keyboard
[ 16.595] (II) config/udev: Adding input device ELAN066F:00 04F3:30CD Mouse (/dev/input/event1)
[ 16.595] (**) ELAN066F:00 04F3:30CD Mouse: Applying InputClass "evdev pointer catchall"
[ 16.595] (**) ELAN066F:00 04F3:30CD Mouse: Applying InputClass "libinput pointer catchall"
[ 16.595] (II) Using input driver 'libinput' for 'ELAN066F:00 04F3:30CD Mouse'
[ 16.595] (**) ELAN066F:00 04F3:30CD Mouse: always reports core events
[ 16.595] (**) Option "Device" "/dev/input/event1"
[ 16.596] (II) event1 - ELAN066F:00 04F3:30CD Mouse: is tagged by udev as: Mouse Pointingstick
[ 16.596] (II) event1 - ELAN066F:00 04F3:30CD Mouse: device is a pointer
[ 16.597] (II) event1 - ELAN066F:00 04F3:30CD Mouse: device removed
[ 16.650] (II) libinput: ELAN066F:00 04F3:30CD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.650] (II) libinput: ELAN066F:00 04F3:30CD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.650] (II) libinput: ELAN066F:00 04F3:30CD Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN066F:00/0018:04F3:30CD.0001/input/input10/event1"
[ 16.650] (II) XINPUT: Adding extended input device "ELAN066F:00 04F3:30CD Mouse" (type: MOUSE, id 10)
[ 16.650] (**) Option "AccelerationScheme" "none"
[ 16.650] (**) ELAN066F:00 04F3:30CD Mouse: (accel) selected scheme none/0
[ 16.650] (**) ELAN066F:00 04F3:30CD Mouse: (accel) acceleration factor: 2.000
[ 16.650] (**) ELAN066F:00 04F3:30CD Mouse: (accel) acceleration threshold: 4
[ 16.653] (II) event1 - ELAN066F:00 04F3:30CD Mouse: is tagged by udev as: Mouse Pointingstick
[ 16.654] (II) event1 - ELAN066F:00 04F3:30CD Mouse: device is a pointer
[ 16.657] (II) config/udev: Adding input device ELAN066F:00 04F3:30CD Mouse (/dev/input/mouse0)
[ 16.657] (II) No input driver specified, ignoring this device.
[ 16.657] (II) This device may have been added with another device file.
[ 16.659] (II) config/udev: Adding input device ELAN066F:00 04F3:30CD Touchpad (/dev/input/event2)
[ 16.659] (**) ELAN066F:00 04F3:30CD Touchpad: Applying InputClass "evdev touchpad catchall"
[ 16.659] (**) ELAN066F:00 04F3:30CD Touchpad: Applying InputClass "libinput touchpad catchall"
[ 16.659] (II) Using input driver 'libinput' for 'ELAN066F:00 04F3:30CD Touchpad'
[ 16.659] (**) ELAN066F:00 04F3:30CD Touchpad: always reports core events
[ 16.659] (**) Option "Device" "/dev/input/event2"
[ 16.663] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: is tagged by udev as: Touchpad
[ 16.669] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: device is a touchpad
[ 16.669] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: device removed
[ 16.730] (**) Option "Tapping" "On"
[ 16.730] (II) libinput: ELAN066F:00 04F3:30CD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.730] (II) libinput: ELAN066F:00 04F3:30CD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.730] (II) libinput: ELAN066F:00 04F3:30CD Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN066F:00/0018:04F3:30CD.0001/input/input12/event2"
[ 16.731] (II) XINPUT: Adding extended input device "ELAN066F:00 04F3:30CD Touchpad" (type: TOUCHPAD, id 11)
[ 16.737] (**) Option "AccelerationScheme" "none"
[ 16.737] (**) ELAN066F:00 04F3:30CD Touchpad: (accel) selected scheme none/0
[ 16.737] (**) ELAN066F:00 04F3:30CD Touchpad: (accel) acceleration factor: 2.000
[ 16.737] (**) ELAN066F:00 04F3:30CD Touchpad: (accel) acceleration threshold: 4
[ 16.741] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: is tagged by udev as: Touchpad
[ 16.747] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: device is a touchpad
[ 16.750] (II) config/udev: Adding input device ELAN066F:00 04F3:30CD Touchpad (/dev/input/mouse1)
[ 16.750] (II) No input driver specified, ignoring this device.
[ 16.750] (II) This device may have been added with another device file.
[ 16.752] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B (/dev/input/event3)
[ 16.752] (**) ELAN238E:00 04F3:2D2B: Applying InputClass "evdev touchscreen catchall"
[ 16.752] (**) ELAN238E:00 04F3:2D2B: Applying InputClass "libinput touchscreen catchall"
[ 16.752] (II) Using input driver 'libinput' for 'ELAN238E:00 04F3:2D2B'
[ 16.752] (**) ELAN238E:00 04F3:2D2B: always reports core events
[ 16.752] (**) Option "Device" "/dev/input/event3"
[ 16.755] (II) event3 - ELAN238E:00 04F3:2D2B: is tagged by udev as: Touchscreen
[ 16.756] (II) event3 - ELAN238E:00 04F3:2D2B: device is a touch device
[ 16.757] (II) event3 - ELAN238E:00 04F3:2D2B: device removed
[ 16.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-1/i2c-ELAN238E:00/0018:04F3:2D2B.0002/input/input13/event3"
[ 16.843] (II) XINPUT: Adding extended input device "ELAN238E:00 04F3:2D2B" (type: TOUCHSCREEN, id 12)
[ 16.844] (**) Option "AccelerationScheme" "none"
[ 16.844] (**) ELAN238E:00 04F3:2D2B: (accel) selected scheme none/0
[ 16.844] (**) ELAN238E:00 04F3:2D2B: (accel) acceleration factor: 2.000
[ 16.844] (**) ELAN238E:00 04F3:2D2B: (accel) acceleration threshold: 4
[ 16.848] (II) event3 - ELAN238E:00 04F3:2D2B: is tagged by udev as: Touchscreen
[ 16.848] (II) event3 - ELAN238E:00 04F3:2D2B: device is a touch device
[ 16.851] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B (/dev/input/mouse2)
[ 16.851] (II) No input driver specified, ignoring this device.
[ 16.851] (II) This device may have been added with another device file.
[ 16.852] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B UNKNOWN (/dev/input/event4)
[ 16.852] (II) No input driver specified, ignoring this device.
[ 16.852] (II) This device may have been added with another device file.
[ 16.854] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B UNKNOWN (/dev/input/event5)
[ 16.854] (II) No input driver specified, ignoring this device.
[ 16.854] (II) This device may have been added with another device file.
[ 16.856] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B Stylus (/dev/input/event6)
[ 16.856] (**) ELAN238E:00 04F3:2D2B Stylus: Applying InputClass "evdev tablet catchall"
[ 16.856] (**) ELAN238E:00 04F3:2D2B Stylus: Applying InputClass "libinput tablet catchall"
[ 16.856] (II) Using input driver 'libinput' for 'ELAN238E:00 04F3:2D2B Stylus'
[ 16.856] (**) ELAN238E:00 04F3:2D2B Stylus: always reports core events
[ 16.856] (**) Option "Device" "/dev/input/event6"
[ 16.859] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: is tagged by udev as: Tablet
[ 16.943] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: tablet 'ELAN238E:00 04F3:2D2B Stylus' unknown to libwacom
[ 16.943] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: device is a tablet
[ 16.943] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: device removed
[ 17.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-1/i2c-ELAN238E:00/0018:04F3:2D2B.0002/input/input16/event6"
[ 17.010] (II) XINPUT: Adding extended input device "ELAN238E:00 04F3:2D2B Stylus" (type: TABLET, id 13)
[ 17.014] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: is tagged by udev as: Tablet
[ 17.026] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: tablet 'ELAN238E:00 04F3:2D2B Stylus' unknown to libwacom
[ 17.026] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: device is a tablet
[ 17.027] (II) config/udev: Adding input device ELAN238E:00 04F3:2D2B Stylus (/dev/input/mouse3)
[ 17.027] (II) No input driver specified, ignoring this device.
[ 17.027] (II) This device may have been added with another device file.
[ 17.027] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event12)
[ 17.027] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[ 17.027] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 17.027] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[ 17.027] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 17.027] (**) Ideapad extra buttons: always reports core events
[ 17.027] (**) Option "Device" "/dev/input/event12"
[ 17.028] (II) event12 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 17.028] (II) event12 - Ideapad extra buttons: device is a keyboard
[ 17.028] (II) event12 - Ideapad extra buttons: device removed
[ 17.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input24/event12"
[ 17.103] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[ 17.103] (**) Option "xkb_model" "pc105+inet"
[ 17.103] (**) Option "xkb_layout" "us"
[ 17.103] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 17.107] (II) event12 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 17.107] (II) event12 - Ideapad extra buttons: device is a keyboard
[ 17.109] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[ 17.109] (II) No input driver specified, ignoring this device.
[ 17.109] (II) This device may have been added with another device file.
[ 17.109] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 17.109] (II) No input driver specified, ignoring this device.
[ 17.109] (II) This device may have been added with another device file.
[ 17.109] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 17.109] (II) No input driver specified, ignoring this device.
[ 17.109] (II) This device may have been added with another device file.
[ 17.109] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 17.110] (II) No input driver specified, ignoring this device.
[ 17.110] (II) This device may have been added with another device file.
[ 17.110] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 17.110] (II) No input driver specified, ignoring this device.
[ 17.110] (II) This device may have been added with another device file.
[ 17.110] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 17.110] (II) No input driver specified, ignoring this device.
[ 17.110] (II) This device may have been added with another device file.
[ 17.110] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 17.110] (II) No input driver specified, ignoring this device.
[ 17.110] (II) This device may have been added with another device file.
[ 17.111] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 17.111] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 17.111] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 17.111] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 17.111] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 17.111] (**) AT Translated Set 2 keyboard: always reports core events
[ 17.111] (**) Option "Device" "/dev/input/event0"
[ 17.111] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 17.111] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 17.112] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 17.153] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 17.153] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 17.153] (**) Option "xkb_model" "pc105+inet"
[ 17.153] (**) Option "xkb_layout" "us"
[ 17.153] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 17.157] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 17.157] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 17.162] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 17.162] (II) No input driver specified, ignoring this device.
[ 17.162] (II) This device may have been added with another device file.
[ 17.731] (II) event11 - Power Button: device removed
[ 17.760] (II) event7 - Video Bus: device removed
[ 17.807] (II) event9 - Power Button: device removed
[ 17.823] (II) event10 - Sleep Button: device removed
[ 17.840] (II) event1 - ELAN066F:00 04F3:30CD Mouse: device removed
[ 17.873] (II) event2 - ELAN066F:00 04F3:30CD Touchpad: device removed
[ 17.907] (II) event3 - ELAN238E:00 04F3:2D2B: device removed
[ 17.940] (II) event6 - ELAN238E:00 04F3:2D2B Stylus: device removed
[ 17.973] (II) event12 - Ideapad extra buttons: device removed
[ 18.007] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 18.033] (II) AIGLX: Suspending AIGLX clients for VT switch
also this
e@localhost:~> sudo journalctl -b | grep -B1 -A3 aile
Jul 27 15:12:44 localhost kernel: hid-multitouch 0018:04F3:30CD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN066F:00 04F3:30CD] on i2c-ELAN066F:00
Jul 27 15:12:44 localhost kernel: mmc0: Failed to initialize a non-removable card
Jul 27 15:12:44 localhost kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
Jul 27 15:12:44 localhost kernel: usb 1-4: New USB device found, idVendor=5986, idProduct=1163, bcdDevice=56.26
Jul 27 15:12:44 localhost kernel: usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
--
Jul 27 15:12:44 localhost systemd[1]: Starting Virtual Console Setup...
Jul 27 15:12:44 localhost systemd-vconsole-setup[577]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument
Jul 27 15:12:44 localhost systemd-vconsole-setup[577]: Fonts will not be copied to remaining consoles
Jul 27 15:12:44 localhost systemd[1]: Finished Virtual Console Setup.
Jul 27 15:12:46 localhost systemd[1]: Finished Cryptography Setup for cr_nvme-eui.e8238fa6bf530001001b448b47a6b39b-part2.
--
Jul 27 15:12:47 localhost kernel: ext4_test_bit(bit=183, block=157286416) = 0
Jul 27 15:12:47 localhost mount[709]: mount: /sysroot: mount system call failed: Structure needs cleaning.
Jul 27 15:12:47 localhost mount[709]: dmesg(1) may have more information after failed mount system call.
Jul 27 15:12:47 localhost systemd[1]: sysroot.mount: Mount process exited, code=exited, status=32/n/a
Jul 27 15:12:47 localhost systemd[1]: sysroot.mount: Failed with result 'exit-code'.
Jul 27 15:12:47 localhost kernel: EXT4-fs (dm-1): recovery complete
Jul 27 15:12:47 localhost kernel: EXT4-fs error (device dm-1): ext4_mark_recovery_complete:6243: comm mount: Orphan file not empty on read-only fs.
Jul 27 15:12:47 localhost kernel: EXT4-fs (dm-1): mount failed
Jul 27 15:12:47 localhost systemd[1]: Failed to mount /sysroot.
Jul 27 15:12:47 localhost systemd[1]: Dependency failed for OSTree Prepare OS/.
Jul 27 15:12:47 localhost systemd[1]: ostree-prepare-root.service: Job ostree-prepare-root.service/start failed with result 'dependency'.
Jul 27 15:12:47 localhost systemd[1]: ostree-prepare-root.service: Triggering OnFailure= dependencies.
Jul 27 15:12:47 localhost systemd[1]: Stopped target Remote Encrypted Volumes.
Jul 27 15:12:47 localhost systemd[1]: Stopped target Timer Units.
--
Jul 27 15:12:50 localhost systemd[1]: systemd-udevd-control.socket: Socket service systemd-udevd.service already active, refusing.
Jul 27 15:12:50 localhost systemd[1]: Failed to listen on udev Control Socket.
Jul 27 15:12:50 localhost systemd[1]: systemd-udevd-kernel.socket: Socket service systemd-udevd.service already active, refusing.
Jul 27 15:12:50 localhost systemd[1]: Failed to listen on udev Kernel Socket.
Jul 27 15:12:50 localhost systemd[1]: Reached target Socket Units.
Jul 27 15:12:50 localhost systemd[1]: Starting dracut ask for additional cmdline parameters...
Jul 27 15:12:50 localhost systemd[1]: Starting Create List of Static Device Nodes...
--
Jul 27 15:12:56 localhost kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Jul 27 15:12:56 localhost kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Jul 27 15:12:56 localhost systemd[1]: Starting Load Kernel Module dm_mod...
Jul 27 15:12:56 localhost systemd[1]: Starting Load Kernel Module efi_pstore...
Jul 27 15:12:56 localhost systemd[1]: Starting Load Kernel Module loop...
--
Jul 27 15:12:56 localhost nscd[1429]: 1429 disabled inotify-based monitoring for file `/etc/services': No such file or directory
Jul 27 15:12:56 localhost nscd[1429]: 1429 stat failed for file `/etc/services'; will try again later: No such file or directory
Jul 27 15:12:56 localhost nscd[1429]: 1429 disabled inotify-based monitoring for file `/etc/netgroup': No such file or directory
Jul 27 15:12:56 localhost nscd[1429]: 1429 stat failed for file `/etc/netgroup'; will try again later: No such file or directory
Jul 27 15:12:56 localhost nscd[1429]: 1429 monitoring file `/etc/nsswitch.conf` (6)
Jul 27 15:12:56 localhost nscd[1429]: 1429 monitoring directory `/etc` (2)
Jul 27 15:12:56 localhost nscd[1429]: 1429 monitoring file `/etc/nsswitch.conf` (6)
--
Jul 27 15:12:57 localhost systemd[1]: Reached target Sound Card.
Jul 27 15:12:57 localhost irqbalance[1412]: thermal: failed to receive messages.
Jul 27 15:12:57 localhost irqbalance[1412]: Failed to initialize thermal events.
Jul 27 15:12:57 localhost dbus-daemon[1410]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 27 15:12:57 localhost systemd[1]: Started Hostname Service.
Jul 27 15:12:57 localhost polkitd[1419]: Started polkitd version 123
--
Jul 27 15:12:58 localhost.localdomain cron[1894]: (CRON) INFO (running with inotify support)
Jul 27 15:12:58 localhost.localdomain agetty[1765]: failed to open credentials directory
Jul 27 15:12:58 localhost.localdomain bluetoothd[1409]: Battery Provider Manager created
Jul 27 15:12:58 localhost.localdomain kernel: Bluetooth: MGMT ver 1.22
Jul 27 15:12:58 localhost.localdomain kernel: NET: Registered PF_ALG protocol family
--
Jul 27 15:13:00 localhost.localdomain sddm[1766]: Session started true
Jul 27 15:13:00 localhost.localdomain sddm-helper[1923]: Failed to write utmpx: No such file or directory
Jul 27 15:13:00 localhost.localdomain dbus-daemon[1410]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.19' (uid=1000 pid=1939 comm="/usr/bin/startplasma-wayland")
Jul 27 15:13:00 localhost.localdomain systemd[1]: Starting Locale Service...
Jul 27 15:13:00 localhost.localdomain dbus-daemon[1410]: [system] Successfully activated service 'org.freedesktop.locale1'
--
Jul 27 15:13:04 localhost.localdomain systemd[1927]: Started User preferences database.
Jul 27 15:13:05 localhost.localdomain kded6[2251]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
Jul 27 15:13:05 localhost.localdomain kded6[2251]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Jul 27 15:13:05 localhost.localdomain kconf_update[2308]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Jul 27 15:13:05 localhost.localdomain kconf_update[2308]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
--
Jul 27 15:13:05 localhost.localdomain dbus-daemon[1410]: [system] Activating service name='org.kde.kded.smart' requested by ':1.31' (uid=1000 pid=2251 comm="/usr/bin/kded6") (using servicehelper)
Jul 27 15:13:05 localhost.localdomain dbus-daemon[1962]: [session uid=1000 pid=1962] Activation via systemd failed for unit 'dbus-org.bluez.obex.service': Unit dbus-org.bluez.obex.service not found.
Jul 27 15:13:05 localhost.localdomain org.kde.kded.smart[2311]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
--
Jul 27 15:13:05 localhost.localdomain kded6[2322]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Jul 27 15:13:05 localhost.localdomain bluetoothd[1409]: Failed to set mode: Failed (0x03)
Jul 27 15:13:05 localhost.localdomain kded6[2251]: kf.bluezqt: PendingCall Error: "Failed"
Jul 27 15:13:05 localhost.localdomain dbus-daemon[1962]: [session uid=1000 pid=1962] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.24' (uid=1000 pid=2324 comm="/usr/bin/plasmashell --no-respawn")
Jul 27 15:13:05 localhost.localdomain systemd[1927]: Starting KActivityManager Activity manager Service...
Jul 27 15:13:05 localhost.localdomain systemd[1927]: Started KDE Plasma Workspace.
--
Jul 27 15:13:06 localhost.localdomain plasmashell[2324]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jul 27 15:13:06 localhost.localdomain bluetoothd[1409]: Failed to set mode: Failed (0x03)
Jul 27 15:13:06 localhost.localdomain kded6[2251]: kf.bluezqt: PendingCall Error: "Failed"
Jul 27 15:13:06 localhost.localdomain plasmashell[2324]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 27 15:13:06 localhost.localdomain plasmashell[2324]: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
Jul 27 15:13:06 localhost.localdomain plasmashell[2324]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
--
Jul 27 15:13:07 localhost.localdomain org_kde_powerdevil[2346]: Library initialization complete.
Jul 27 15:13:07 localhost.localdomain org_kde_powerdevil[2346]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
Jul 27 15:13:07 localhost.localdomain dbus-daemon[1410]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.40' (uid=1000 pid=2346 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper)
Jul 27 15:13:07 localhost.localdomain org.kde.powerdevil.discretegpuhelper[2497]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
--
Jul 27 15:13:07 localhost.localdomain dbus-daemon[1410]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Jul 27 15:13:07 localhost.localdomain org_kde_powerdevil[2346]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Started Powerdevil.
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Reached target KDE Plasma Workspace.
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Reached target Current graphical user session.
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Reached target plasma-workspace-wayland.target.
Jul 27 15:13:07 localhost.localdomain org_kde_powerdevil[2346]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Starting AT-SPI D-Bus Bus...
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Starting Geoclue Demo agent...
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Starting Accessibility...
--
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Started Calendar Reminders.
Jul 27 15:13:07 localhost.localdomain kwin_wayland[1978]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Started Plasma Session Restore.
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Reached target Startup of XDG autostart applications.
Jul 27 15:13:07 localhost.localdomain systemd[1927]: Finished KDE Session Restoration.
--
Jul 27 15:13:12 localhost.localdomain dbus-daemon[1962]: [session uid=1000 pid=1962] Successfully activated service 'org.kde.kwalletd6'
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.170093:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.170139:ERROR:kwallet_dbus.cc(112)] Error contacting kwalletd6 (isEnabled)
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.171264:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.171301:ERROR:kwallet_dbus.cc(81)] Error contacting klauncher to start kwalletd6
Jul 27 15:13:12 localhost.localdomain dbus-daemon[1962]: [session uid=1000 pid=1962] Activating service name='org.kde.kwalletd6' requested by ':1.61' (uid=1000 pid=2829 comm="/opt/brave.com/brave/brave")
Jul 27 15:13:12 localhost.localdomain dbus-daemon[1962]: [session uid=1000 pid=1962] Successfully activated service 'org.kde.kwalletd6'
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.457080:ERROR:object_proxy.cc(576)] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jul 27 15:13:12 localhost.localdomain brave-browser-stable[2828]: [2829:2829:0727/151312.457105:ERROR:kwallet_dbus.cc(502)] Error contacting kwalletd6 (close)
Jul 27 15:13:12 localhost.localdomain systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 27 15:13:12 localhost.localdomain kwin_wayland[1978]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
--
Jul 27 15:13:20 localhost.localdomain PackageKit[2589]: get-updates transaction /1_ddaaaeeb from uid 1000 finished with success after 12295ms
Jul 27 15:13:25 localhost.localdomain brave-browser-stable[2828]: [2874:2874:0727/151325.245409:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
Jul 27 15:13:29 localhost.localdomain brave-browser-stable[2828]: [2874:2874:0727/151329.406403:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
Jul 27 15:13:30 localhost.localdomain systemd[1]: systemd-localed.service: Deactivated successfully.
Jul 27 15:13:34 localhost.localdomain chronyd[1732]: Selected source 193.182.111.142 (3.opensuse.pool.ntp.org)
Jul 27 15:13:35 localhost.localdomain systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 27 15:13:37 localhost.localdomain brave-browser-stable[2828]: [2874:2874:0727/151337.140488:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
Jul 27 15:13:38 localhost.localdomain PackageKit[2589]: daemon quit
Jul 27 15:13:38 localhost.localdomain systemd[1]: packagekit.service: Deactivated successfully.
Jul 27 15:13:38 localhost.localdomain systemd[1]: packagekit.service: Consumed 10.277s CPU time.
That file has 35 lines with string “aile” (e.g. Fail/fail/Failed/failed/Failure/failure). The file section early contains “mount: /sysroot: mount system call failed: Structure needs cleaning.”, so the log needs closer inspection on account of this grievous error.
Please susepaste or elsewhere pastebin large files. Do not break large files into pieces to paste parts into forum posts.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.