You are not logged in.

#1 2023-10-19 14:11:27

user11
Member
Registered: 2023-10-19
Posts: 56

Faulty and inconstant startup behavior

Hi, recently this problem started happening to me, basically:
When I boot into Arch Linux, sometimes it works fine and all my OS functionally stays working, but other times seems like it half-load the linux modules or something like that (sometimes the first thing I notice is the fact that my upper statusbar doesn't load, along with that the youtube videos cannot start, it stays in an infinite loop; other times It's worse and I can't even acess some websites, like Reddit for example).
Another problem I started to have is: the pipewire randomly just stops for no apparent reason (even if I'm idle it just stops in random times, or at least some part of it does, and I have to do 'pipewire &! exit' for the audio to work again).

What I have tried:
1 - Remove secure boot (I had set it)
2 - Change back to the default linux kernel (I had switched it to the linux-zen kernel)
3 - Rerun the configuration I initially had for dwm (In case I might have messed something)
Neither of these attempts solved the issue.

Thanks.

Offline

#2 2023-10-19 14:42:42

seth
Member
Registered: 2012-09-03
Posts: 54,565

Re: Faulty and inconstant startup behavior

sometimes the first thing I notice is the fact that my upper statusbar doesn't load, along with that the youtube videos cannot start, it stays in an infinite loop; other times It's worse and I can't even acess some websites, like Reddit for example

is very unlikely related to

half-load the linux modules

which in and by itself isn't really a thing.

Please post your complete system journal for such boot, eg

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

for the previous one ("-1", increase the digit to go further back in time) to establish some actual data for the problem.

Online

#3 2023-10-21 16:24:01

user11
Member
Registered: 2023-10-19
Posts: 56

Re: Faulty and inconstant startup behavior

seth wrote:

sometimes the first thing I notice is the fact that my upper statusbar doesn't load, along with that the youtube videos cannot start, it stays in an infinite loop; other times It's worse and I can't even acess some websites, like Reddit for example

is very unlikely related to

half-load the linux modules

which in and by itself isn't really a thing.

Please post your complete system journal for such boot, eg

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

for the previous one ("-1", increase the digit to go further back in time) to establish some actual data for the problem.

Thanks for the reply.
Here: http://0x0.st/HJJN.txt

Offline

#4 2023-10-21 18:45:43

seth
Member
Registered: 2012-09-03
Posts: 54,565

Re: Faulty and inconstant startup behavior

Most errors in there relate to bogs cron jobs that try to rsync w/o required access permissions and trigger dunst (through some mutt script?) w/o a access to an X11 server.

Oct 19 16:05:56 host pipewire[1298]: mod.protocol-native: server 0x5605c6650d30: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 19 16:05:56 host pipewire[1298]: pw.conf: 0x5605c660a950: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 19 16:05:56 host pipewire[1298]: default: failed to create context: Resource temporarily unavailable
Oct 19 16:05:56 host systemd[1061]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 19 16:05:56 host systemd[1061]: pipewire.service: Failed with result 'exit-code'.
Oct 19 16:05:57 host systemd[1061]: pipewire.service: Scheduled restart job, restart counter is at 5.
Oct 19 16:05:57 host systemd[1061]: pipewire.service: Start request repeated too quickly.
Oct 19 16:05:57 host systemd[1061]: pipewire.service: Failed with result 'exit-code'.
Oct 19 16:05:57 host systemd[1061]: Failed to start PipeWire Multimedia Service.
Oct 19 16:05:57 host systemd[1061]: pipewire.socket: Failed with result 'service-start-limit-hit'.

There seems an issue w/ the pipewire activation, but other than that no signs of major trouble - certainly nothing kernel related.

=> Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and on a wild guess: get rid of xf86-video-intel

Online

#5 2023-10-22 06:33:19

user11
Member
Registered: 2023-10-19
Posts: 56

Re: Faulty and inconstant startup behavior

seth wrote:

Most errors in there relate to bogs cron jobs that try to rsync w/o required access permissions and trigger dunst (through some mutt script?) w/o a access to an X11 server.

This is one of the problems I'm trying to solve; initially I was getting notifications from new emails I was receiving in neomutt (auto sync through a mutt wizard script), but somehow it stopped, I'll look it up to see if I can figure out what permissions these are.

seth wrote:

There seems an issue w/ the pipewire activation, but other than that no signs of major trouble - certainly nothing kernel related.

This might be what the random pipewire stops might be about.
I'm thinking about reinstalling my whole system to get ride of the problems, I used a script to setup my minimal environment, since it was the first time I was going into linux. Maybe setting things by my own is a better option now; the script came with dwm and other simplistic things (which I like),  but honestly all the troubleshoot I had was devastating, I'm thinking about using xmonad instead, I think it might be more stable/constant, because of Haskell and there might be more polishment in it. I'll look at https://wiki.archlinux.org/title/genera … mendations and try to set it all by myself. Could you tell me what desktop/window-manager you use, for curiosity?

seth wrote:

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and on a wild guess: get rid of xf86-video-intel

Right when I was about to send you the log my laptop run out of battery, now I couldn't start it with those problems (reboot multiple times), I'll send the Xorg log, although not sure if it will also show the faults.

[    35.267] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    35.267] Current Operating System: Linux host 6.5.7-zen2-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 15 Oct 2023 22:10:35 +0000 x86_64
[    35.267] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img cryptdevice=PARTUUID=a603020f-3c1a-4ca6-9a23-dd6475a20b3b:luksdev root=/dev/mapper/luksdev zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs
[    35.267]  
[    35.267] Current version of pixman: 0.42.2
[    35.267] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    35.267] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    35.267] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sat Oct 21 18:12:20 2023
[    35.268] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    35.268] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    35.268] (==) No Layout section.  Using the first Screen section.
[    35.268] (==) No screen section available. Using defaults.
[    35.268] (**) |-->Screen "Default Screen Section" (0)
[    35.268] (**) |   |-->Monitor "<default monitor>"
[    35.268] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    35.268] (==) Automatically adding devices
[    35.268] (==) Automatically enabling devices
[    35.268] (==) Automatically adding GPU devices
[    35.268] (==) Automatically binding GPU devices
[    35.268] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    35.268] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    35.268] 	Entry deleted from font path.
[    35.269] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    35.269] 	Entry deleted from font path.
[    35.269] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    35.269] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[    35.269] 	Entry deleted from font path.
[    35.269] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[    35.269] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    35.269] 	Entry deleted from font path.
[    35.269] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    35.269] 	Entry deleted from font path.
[    35.269] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    35.269] 	Entry deleted from font path.
[    35.269] (==) FontPath set to:
	
[    35.269] (==) ModulePath set to "/usr/lib/xorg/modules"
[    35.269] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    35.269] (II) Module ABI versions:
[    35.269] 	X.Org ANSI C Emulation: 0.4
[    35.269] 	X.Org Video Driver: 25.2
[    35.269] 	X.Org XInput driver : 24.4
[    35.269] 	X.Org Server Extension : 10.0
[    35.269] (++) using VT number 1

[    35.270] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    35.270] (II) xfree86: Adding drm device (/dev/dri/card1)
[    35.270] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    35.270] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    35.271] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    35.271] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    35.271] (II) LoadModule: "glx"
[    35.271] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    35.279] (II) Module glx: vendor="X.Org Foundation"
[    35.279] 	compiled for 1.21.1.8, module version = 1.0.0
[    35.279] 	ABI class: X.Org Server Extension, version 10.0
[    35.279] (==) Matched intel as autoconfigured driver 0
[    35.279] (==) Matched modesetting as autoconfigured driver 1
[    35.279] (==) Matched fbdev as autoconfigured driver 2
[    35.279] (==) Matched vesa as autoconfigured driver 3
[    35.279] (==) Assigned the driver to the xf86ConfigLayout
[    35.279] (II) LoadModule: "intel"
[    35.279] (WW) Warning, couldn't open module intel
[    35.279] (EE) Failed to load module "intel" (module does not exist, 0)
[    35.279] (II) LoadModule: "modesetting"
[    35.279] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    35.283] (II) Module modesetting: vendor="X.Org Foundation"
[    35.283] 	compiled for 1.21.1.8, module version = 1.21.1
[    35.283] 	Module class: X.Org Video Driver
[    35.283] 	ABI class: X.Org Video Driver, version 25.2
[    35.283] (II) LoadModule: "fbdev"
[    35.283] (WW) Warning, couldn't open module fbdev
[    35.283] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    35.283] (II) LoadModule: "vesa"
[    35.283] (WW) Warning, couldn't open module vesa
[    35.283] (EE) Failed to load module "vesa" (module does not exist, 0)
[    35.283] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    35.283] (II) modeset(0): using drv /dev/dri/card1
[    35.283] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    35.283] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    35.283] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    35.283] (==) modeset(0): RGB weight 888
[    35.283] (==) modeset(0): Default visual is TrueColor
[    35.283] (II) Loading sub module "glamoregl"
[    35.283] (II) LoadModule: "glamoregl"
[    35.283] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    35.288] (II) Module glamoregl: vendor="X.Org Foundation"
[    35.288] 	compiled for 1.21.1.8, module version = 1.0.1
[    35.288] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    35.544] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[    35.544] (II) modeset(0): glamor initialized
[    35.544] (==) modeset(0): VariableRefresh: disabled
[    35.544] (==) modeset(0): AsyncFlipSecondaries: disabled
[    35.546] (II) modeset(0): Output eDP-1 has no monitor section
[    35.546] (II) modeset(0): Output DP-1 has no monitor section
[    35.546] (II) modeset(0): Output HDMI-1 has no monitor section
[    35.549] (II) modeset(0): Output HDMI-2 has no monitor section
[    35.550] (II) modeset(0): EDID for output eDP-1
[    35.550] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[    35.550] (II) modeset(0): Year: 2018  Week: 31
[    35.550] (II) modeset(0): EDID Version: 1.4
[    35.550] (II) modeset(0): Digital Display Input
[    35.550] (II) modeset(0): 8 bits per channel
[    35.550] (II) modeset(0): Digital interface is DisplayPort
[    35.550] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    35.550] (II) modeset(0): Gamma: 2.20
[    35.550] (II) modeset(0): No DPMS capabilities specified
[    35.550] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    35.550] (II) modeset(0): First detailed timing is preferred mode
[    35.550] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    35.550] (II) modeset(0): Display is continuous-frequency
[    35.550] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[    35.550] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[    35.550] (II) modeset(0): Manufacturer's mask: 0
[    35.550] (II) modeset(0): Supported detailed timing:
[    35.550] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[    35.550] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[    35.550] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[    35.550] (II) modeset(0):  BOE CQ
[    35.550] (II) modeset(0):  NT156FHM-N61
[    35.550] (II) modeset(0): EDID (in hex):
[    35.550] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[    35.550] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[    35.550] (II) modeset(0): 	21505400000001010101010101010101
[    35.550] (II) modeset(0): 	010101010101033a803671381e403020
[    35.550] (II) modeset(0): 	360058c21000001a0000000000000000
[    35.550] (II) modeset(0): 	00000000000000000000000000fe0042
[    35.550] (II) modeset(0): 	4f452043510a202020202020000000fe
[    35.550] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[    35.550] (II) modeset(0): Printing probed modes for output eDP-1
[    35.550] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[    35.550] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    35.550] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    35.550] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    35.550] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    35.550] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    35.550] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    35.550] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    35.550] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    35.550] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    35.550] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    35.550] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    35.550] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    35.550] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    35.550] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    35.551] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    35.551] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    35.551] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    35.551] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    35.551] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    35.551] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    35.551] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    35.551] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    35.551] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    35.551] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    35.551] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    35.551] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    35.551] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    35.551] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    35.551] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    35.551] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    35.551] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    35.551] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    35.551] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    35.551] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    35.551] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    35.551] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    35.551] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    35.551] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    35.551] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    35.551] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    35.551] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    35.551] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    35.551] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    35.551] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    35.551] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    35.551] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    35.551] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    35.551] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    35.551] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    35.551] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    35.551] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    35.551] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    35.551] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    35.551] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    35.551] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    35.551] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    35.551] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    35.551] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    35.551] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    35.551] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    35.551] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    35.551] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    35.551] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    35.551] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    35.551] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    35.551] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    35.551] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    35.551] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    35.551] (II) modeset(0): EDID for output DP-1
[    35.551] (II) modeset(0): EDID for output HDMI-1
[    35.551] (II) modeset(0): EDID for output HDMI-2
[    35.551] (II) modeset(0): Output eDP-1 connected
[    35.551] (II) modeset(0): Output DP-1 disconnected
[    35.551] (II) modeset(0): Output HDMI-1 disconnected
[    35.551] (II) modeset(0): Output HDMI-2 disconnected
[    35.551] (II) modeset(0): Using exact sizes for initial modes
[    35.551] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    35.551] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    35.551] (==) modeset(0): DPI set to (96, 96)
[    35.551] (II) Loading sub module "fb"
[    35.551] (II) LoadModule: "fb"
[    35.551] (II) Module "fb" already built-in
[    35.565] (==) modeset(0): Backing store enabled
[    35.565] (==) modeset(0): Silken mouse enabled
[    35.643] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    35.643] (==) modeset(0): DPMS enabled
[    35.643] (II) modeset(0): [DRI2] Setup complete
[    35.643] (II) modeset(0): [DRI2]   DRI driver: iris
[    35.643] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    35.643] (II) Initializing extension Generic Event Extension
[    35.643] (II) Initializing extension SHAPE
[    35.643] (II) Initializing extension MIT-SHM
[    35.644] (II) Initializing extension XInputExtension
[    35.644] (II) Initializing extension XTEST
[    35.644] (II) Initializing extension BIG-REQUESTS
[    35.644] (II) Initializing extension SYNC
[    35.644] (II) Initializing extension XKEYBOARD
[    35.644] (II) Initializing extension XC-MISC
[    35.645] (II) Initializing extension SECURITY
[    35.645] (II) Initializing extension XFIXES
[    35.645] (II) Initializing extension RENDER
[    35.645] (II) Initializing extension RANDR
[    35.646] (II) Initializing extension COMPOSITE
[    35.646] (II) Initializing extension DAMAGE
[    35.646] (II) Initializing extension MIT-SCREEN-SAVER
[    35.646] (II) Initializing extension DOUBLE-BUFFER
[    35.646] (II) Initializing extension RECORD
[    35.646] (II) Initializing extension DPMS
[    35.647] (II) Initializing extension Present
[    35.647] (II) Initializing extension DRI3
[    35.647] (II) Initializing extension X-Resource
[    35.647] (II) Initializing extension XVideo
[    35.647] (II) Initializing extension XVideo-MotionCompensation
[    35.647] (II) Initializing extension GLX
[    35.658] (II) AIGLX: Loaded and initialized iris
[    35.658] (II) GLX: Initialized DRI2 GL provider for screen 0
[    35.658] (II) Initializing extension XFree86-VidModeExtension
[    35.658] (II) Initializing extension XFree86-DGA
[    35.658] (II) Initializing extension XFree86-DRI
[    35.658] (II) Initializing extension DRI2
[    35.659] (II) modeset(0): Damage tracking initialized
[    35.659] (II) modeset(0): Setting screen physical size to 508 x 285
[    35.691] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    35.691] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    35.691] (**) Power Button: Applying InputClass "system-keyboard"
[    35.691] (II) LoadModule: "libinput"
[    35.691] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    35.696] (II) Module libinput: vendor="X.Org Foundation"
[    35.696] 	compiled for 1.21.1.8, module version = 1.4.0
[    35.696] 	Module class: X.Org XInput Driver
[    35.696] 	ABI class: X.Org XInput driver, version 24.4
[    35.696] (II) Using input driver 'libinput' for 'Power Button'
[    35.696] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[    35.697] (**) Power Button: always reports core events
[    35.697] (**) Option "Device" "/dev/input/event2"
[    35.700] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    35.700] (II) event2  - Power Button: device is a keyboard
[    35.700] (II) event2  - Power Button: device removed
[    35.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    35.700] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    35.700] (**) Option "xkb_model" "abnt2"
[    35.700] (**) Option "xkb_layout" "br"
[    35.700] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    35.711] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    35.711] (II) event2  - Power Button: device is a keyboard
[    35.711] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    35.711] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    35.711] (**) Video Bus: Applying InputClass "system-keyboard"
[    35.711] (II) Using input driver 'libinput' for 'Video Bus'
[    35.712] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[    35.712] (**) Video Bus: always reports core events
[    35.712] (**) Option "Device" "/dev/input/event7"
[    35.712] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    35.712] (II) event7  - Video Bus: device is a keyboard
[    35.712] (II) event7  - Video Bus: device removed
[    35.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21/event7"
[    35.712] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    35.712] (**) Option "xkb_model" "abnt2"
[    35.712] (**) Option "xkb_layout" "br"
[    35.713] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    35.713] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    35.713] (II) event7  - Video Bus: device is a keyboard
[    35.713] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    35.713] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    35.713] (**) Power Button: Applying InputClass "system-keyboard"
[    35.713] (II) Using input driver 'libinput' for 'Power Button'
[    35.714] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    35.714] (**) Power Button: always reports core events
[    35.714] (**) Option "Device" "/dev/input/event1"
[    35.714] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    35.714] (II) event1  - Power Button: device is a keyboard
[    35.714] (II) event1  - Power Button: device removed
[    35.714] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    35.714] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    35.714] (**) Option "xkb_model" "abnt2"
[    35.714] (**) Option "xkb_layout" "br"
[    35.714] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    35.715] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    35.715] (II) event1  - Power Button: device is a keyboard
[    35.715] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    35.715] (II) No input driver specified, ignoring this device.
[    35.715] (II) This device may have been added with another device file.
[    35.716] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/event4)
[    35.716] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    35.716] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    35.716] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    35.716] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    35.716] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[    35.716] (**) Logitech M720 Triathlon: always reports core events
[    35.716] (**) Option "Device" "/dev/input/event4"
[    35.717] (II) event4  - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    35.717] (II) event4  - Logitech M720 Triathlon: device is a pointer
[    35.717] (II) event4  - Logitech M720 Triathlon: device is a keyboard
[    35.717] (II) event4  - Logitech M720 Triathlon: device removed
[    35.717] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.717] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.717] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.717] (II) libinput: Logitech M720 Triathlon: needs a virtual subdevice
[    35.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:405E.0004/input/input14/event4"
[    35.717] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: MOUSE, id 9)
[    35.717] (**) Option "AccelerationScheme" "none"
[    35.717] (**) Logitech M720 Triathlon: (accel) selected scheme none/0
[    35.717] (**) Logitech M720 Triathlon: (accel) acceleration factor: 2.000
[    35.717] (**) Logitech M720 Triathlon: (accel) acceleration threshold: 4
[    35.718] (II) event4  - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    35.718] (II) event4  - Logitech M720 Triathlon: device is a pointer
[    35.718] (II) event4  - Logitech M720 Triathlon: device is a keyboard
[    35.719] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/mouse0)
[    35.719] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    35.719] (II) No input driver specified, ignoring this device.
[    35.719] (II) This device may have been added with another device file.
[    35.719] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/event5)
[    35.719] (**) ELAN0B00:00 04F3:3192 Mouse: Applying InputClass "libinput pointer catchall"
[    35.719] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Mouse'
[    35.719] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    35.719] (**) ELAN0B00:00 04F3:3192 Mouse: always reports core events
[    35.719] (**) Option "Device" "/dev/input/event5"
[    35.720] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    35.720] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    35.720] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: device removed
[    35.720] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.720] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.721] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.721] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0B00:00/0018:04F3:3192.0005/input/input18/event5"
[    35.721] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Mouse" (type: MOUSE, id 10)
[    35.721] (**) Option "AccelerationScheme" "none"
[    35.721] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) selected scheme none/0
[    35.721] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration factor: 2.000
[    35.721] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration threshold: 4
[    35.721] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    35.722] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    35.722] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/mouse1)
[    35.722] (II) No input driver specified, ignoring this device.
[    35.722] (II) This device may have been added with another device file.
[    35.723] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/event6)
[    35.723] (**) ELAN0B00:00 04F3:3192 Touchpad: Applying InputClass "libinput touchpad catchall"
[    35.723] (**) ELAN0B00:00 04F3:3192 Touchpad: Applying InputClass "libinput touchpad catchall"
[    35.723] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Touchpad'
[    35.723] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[    35.723] (**) ELAN0B00:00 04F3:3192 Touchpad: always reports core events
[    35.723] (**) Option "Device" "/dev/input/event6"
[    35.724] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    35.726] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    35.726] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[    35.726] (**) Option "Tapping" "on"
[    35.726] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.726] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.726] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.726] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0B00:00/0018:04F3:3192.0005/input/input20/event6"
[    35.726] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Touchpad" (type: TOUCHPAD, id 11)
[    35.728] (**) Option "AccelerationScheme" "none"
[    35.728] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) selected scheme none/0
[    35.728] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration factor: 2.000
[    35.728] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration threshold: 4
[    35.729] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    35.730] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    35.731] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/mouse2)
[    35.731] (II) No input driver specified, ignoring this device.
[    35.731] (II) This device may have been added with another device file.
[    35.731] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event8)
[    35.731] (II) No input driver specified, ignoring this device.
[    35.731] (II) This device may have been added with another device file.
[    35.731] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[    35.731] (II) No input driver specified, ignoring this device.
[    35.731] (II) This device may have been added with another device file.
[    35.732] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
[    35.732] (II) No input driver specified, ignoring this device.
[    35.732] (II) This device may have been added with another device file.
[    35.732] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event11)
[    35.732] (II) No input driver specified, ignoring this device.
[    35.732] (II) This device may have been added with another device file.
[    35.732] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event12)
[    35.732] (II) No input driver specified, ignoring this device.
[    35.732] (II) This device may have been added with another device file.
[    35.732] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    35.732] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    35.732] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    35.732] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    35.733] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[    35.733] (**) AT Translated Set 2 keyboard: always reports core events
[    35.733] (**) Option "Device" "/dev/input/event3"
[    35.733] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    35.733] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    35.734] (II) event3  - AT Translated Set 2 keyboard: device removed
[    35.734] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    35.734] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    35.734] (**) Option "xkb_model" "abnt2"
[    35.734] (**) Option "xkb_layout" "br"
[    35.734] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    35.734] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    35.735] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    35.742] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    35.742] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    35.742] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    35.742] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    35.742] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    35.742] (**) Logitech M720 Triathlon: always reports core events
[    35.742] (**) Option "Device" "/dev/input/event4"
[    35.742] (II) libinput: Logitech M720 Triathlon: is a virtual subdevice
[    35.742] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.742] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.742] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    35.742] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:405E.0004/input/input14/event4"
[    35.742] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: KEYBOARD, id 13)
[    35.742] (**) Option "xkb_model" "abnt2"
[    35.742] (**) Option "xkb_layout" "br"
[    35.742] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    36.112] (II) modeset(0): EDID vendor "BOE", prod id 2066
[    36.112] (II) modeset(0): Printing DDC gathered Modelines:
[    36.112] (II) modeset(0): Modeline "1920x1080"x0.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[ 15218.503] (EE) event6  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 27541.463] (EE) event6  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
[ 30113.329] (**) Option "fd" "27"
[ 30113.332] (II) event2  - Power Button: device removed
[ 30113.332] (**) Option "fd" "30"
[ 30113.332] (II) event7  - Video Bus: device removed
[ 30113.332] (**) Option "fd" "31"
[ 30113.332] (II) event1  - Power Button: device removed
[ 30113.332] (**) Option "fd" "32"
[ 30113.332] (**) Option "fd" "33"
[ 30113.332] (II) event5  - ELAN0B00:00 04F3:3192 Mouse: device removed
[ 30113.332] (**) Option "fd" "34"
[ 30113.332] (II) event6  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[ 30113.332] (**) Option "fd" "35"
[ 30113.332] (II) event3  - AT Translated Set 2 keyboard: device removed
[ 30113.332] (**) Option "fd" "32"
[ 30113.332] (II) event4  - Logitech M720 Triathlon: device removed
[ 30113.343] (II) UnloadModule: "libinput"
[ 30113.343] (II) systemd-logind: not releasing fd for 13:68, still in use
[ 30113.343] (II) UnloadModule: "libinput"
[ 30113.343] (II) systemd-logind: releasing fd for 13:67
[ 30113.348] (II) UnloadModule: "libinput"
[ 30113.348] (II) systemd-logind: releasing fd for 13:70
[ 30113.349] (II) UnloadModule: "libinput"
[ 30113.349] (II) systemd-logind: releasing fd for 13:69
[ 30113.349] (II) UnloadModule: "libinput"
[ 30113.349] (II) systemd-logind: releasing fd for 13:68
[ 30113.349] (II) UnloadModule: "libinput"
[ 30113.349] (II) systemd-logind: releasing fd for 13:65
[ 30113.349] (II) UnloadModule: "libinput"
[ 30113.349] (II) systemd-logind: releasing fd for 13:71
[ 30113.349] (II) UnloadModule: "libinput"
[ 30113.349] (II) systemd-logind: releasing fd for 13:66
[ 30113.396] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2023-10-22 09:29:40

seth
Member
Registered: 2012-09-03
Posts: 54,565

Re: Faulty and inconstant startup behavior

There's only a single intel chip, running on the modesetting driver.
The server might start too early and run into the simpledrm device, https://wiki.archlinux.org/title/Kernel … _KMS_start
You probably also want to enable https://wiki.archlinux.org/title/NVIDIA … de_setting (the presence of an nvidia GPU isn't relevant) and in doubt add "initcall_blacklist=simpledrm_platform_driver_init" to the https://wiki.archlinux.org/title/Kernel_parameters

You'll have to import the proper DISPLAY, DBUS_SESSION_BUS_ADDRESS and pot. XAUTHORITY variables into the cron job.

stat /run/user/1000/pipewire-0.lock

Online

Board footer

Powered by FluxBB