You are not logged in.

#1 2022-10-14 15:58:39

bertulli
Member
Registered: 2021-11-25
Posts: 48

[SOLVED] Arch not booting anymore after Linux 6 upgrade

Hi all,
this morning I launched

sudo pacman -Syu

as usual, and I upgraded to Linux 6. Having a Nvidia GPU (GeForce 920M), I normally use the nvidia-470xx-utils (AUR) package. As it sometimes happens when the kernel do a major change, the dkms install failed. Usually, that means I have to rebuild a new version of the AUR package. However, this time there wasn't a new version.

Instead, a user provided a patch that seemed to work.

The package compiled and installed fine, and even dkms worked. However, after rebooting, now my system only presents a black screen, with a blinking cursor. Editing the GRUB command line and removing the "quiet" directive, it seems the booting process prints

[  OK  ] Reached target Graphical Interface.

, then the screen clears, and the blinking cursor appears.

How can I fix it?
Thanks!

Last edited by bertulli (2022-10-21 17:29:03)


We are still learning
    - wise people

Offline

#2 2022-10-14 19:53:45

seth
Member
Registered: 2012-09-03
Posts: 57,488

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

Look at the system journal and xorg log to see whether how and why the graphical target fails.
You can probably still boot the multi-user.target (2nd link below) and in doubt upload them using the tip in the 1st link below.

Position of the xorg log depends on the graphical target, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2022-10-14 21:23:49

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

Update and potentially solved:
apparently, it seemed like no GPU nor monitor could be detected. However, I also noticed that other shells were available (with Alt+arrows and Alt+F2). With that, I could log into my system, and basically nuke the Nvidia drivers: I undid the modifications listed in the patch's README, uninstalled all nvidia-related packages (and Steam, which had a dependency), and regenerated:

sudo pacman -Rs lib32-nvidia-470xx-utils lib32-opencl-nvidia-470xx nvidia-470xx-dkms nvidia-470xx-settings nvidia-470xx-utils nvidia-prime opencl-nvidia-470xx steam
sudo mkinitcpio -P
sudo grub-mkconfig -o /boot/grub/grub.cfg

Now I can at least start my Wayland+GDM+GNOME system. I suppose the patched package doesn't work for my configuration (which is strange, other people reported it works fine). I guess the best option for now is to wait until an new official release of the 470 drivers: can you confirm me that please?


We are still learning
    - wise people

Offline

#4 2022-10-14 21:47:17

seth
Member
Registered: 2012-09-03
Posts: 57,488

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

https://aur.archlinux.org/packages/nvidia-470xx-dkms has a bunch of people confirming a certain patch to work - w/o details on what you actually did, notably the dkms log, and a system journal for an affected boot, it's impossible to assess what's going on on your side.

Offline

#5 2022-10-14 22:16:16

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

I need to investigate how to actually get the logs: when I have time I'll post them.
However, note that IIRC the logs I read (unfortunately I didn't save a copy) showed a very similar output as the one you see in this comment (in particular, the saying "(EE) no screens found(EE)").

Moreover, a question: I have Wayland on my system: does it make sense to use Xorg related subsystems? Like, reading Xorg.0.log, or issuing

sudo nvidia-xconfig

as the patch's README instructs?


We are still learning
    - wise people

Offline

#6 2022-10-14 22:35:07

seth
Member
Registered: 2012-09-03
Posts: 57,488

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

"nvidia-xconfig" is always wrong, because it produces a static server config full of garbage.

sudo journalctl -b -1

will access the journal of the previous boot, increasing the trailing digit allows you to go back in time.

Offline

#7 2022-10-15 03:26:54

jehiva
Member
Registered: 2011-06-24
Posts: 17

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

I had a similar boot issue post update, and I also use that nvidia driver package - I found a "fix" here https://bbs.archlinux.org/viewtopic.php?pid=2062216, although I'm not sure if your experiencing quite the same as me or not.

Do you have

set gfxpayload=keep

in your grub entry? (if so, does commenting it with a "#" allow you to boot?)

Last edited by jehiva (2022-10-15 03:27:34)

Offline

#8 2022-10-15 16:14:05

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

Ok, now the package on AUR got updated. IIUC, it provided the same patch, but the PKGBUILD applies it in different order and somehow now my system works. I only had to add the DRM KMS nvidia_drm.modeset=1 in my GRUB config.
The patch said that it has ACPI issues, but for now my system correctly boots, which is the most important thing.

However, now I have troubles in effectively use my GPU: since I have a GeForce 920M, I used Optimus with PRIME. However, now launching nvidia-settings gives

[alessandro@commodoroII ~]$ nvidia-settings

ERROR: Unable to load info from any available system

Moreover, giving glxinfo with prime-run gives

[alessandro@commodoroII ~]$ prime-run glxinfo
name of display: :1
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  50
  Current serial number in output stream:  51

and vulkaninfo (see both without and with prime):

[alessandro@commodoroII ~]$ vulkaninfo
ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.3.226/vulkaninfo/vulkaninfo.h:672:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
[alessandro@commodoroII ~]$ prime-run vulkaninfo
ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.3.226/vulkaninfo/vulkaninfo.h:672:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER

So, my system boots, but the GPU is still not availble? Anyway, since my system works I think it's better to mark this thread as SOLVED and open a new one in Multimedia, what do you think?


We are still learning
    - wise people

Offline

#9 2022-10-15 16:19:47

seth
Member
Registered: 2012-09-03
Posts: 57,488

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!

Please post an updated xorg log and system journal.

Offline

#10 2022-10-15 18:41:29

Fixxer
Member
From: Poland
Registered: 2011-08-29
Posts: 220

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

There are also packages provided by Arch Linux TU - Ike Devolder in his herecura repository, patch for kernel 6.0:
https://gitlab.com/herecura/packages/nv … -6.0.patch .

https://archlinux.org/people/trusted-users/#idevolder .

How to add repository?
https://wiki.archlinux.org/title/unoffi … s#herecura .

Offline

#11 2022-10-16 17:07:56

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

seth wrote:

Please post an updated xorg log and system journal.

Here there are (I'm using Wayland so I'm not sure about which Xorg do we need):

/var/log/Xorg.0.log:

[  1544.000] (--) Log file renamed from "/var/log/Xorg.pid-7457.log" to "/var/log/Xorg.0.log"
[  1544.000] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[  1544.000] Current Operating System: Linux commodoroII 6.0.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000 x86_64
[  1544.000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 quiet i915.modeset=0 nouveau.modeset=0 nvidia-drm.modeset=1
[  1544.000]  
[  1544.000] Current version of pixman: 0.40.0
[  1544.000] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1544.000] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1544.001] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 14 23:03:35 2022
[  1544.001] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1544.001] (==) No Layout section.  Using the first Screen section.
[  1544.001] (==) No screen section available. Using defaults.
[  1544.001] (**) |-->Screen "Default Screen Section" (0)
[  1544.001] (**) |   |-->Monitor "<default monitor>"
[  1544.001] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1544.002] (==) Automatically adding devices
[  1544.002] (==) Automatically enabling devices
[  1544.002] (==) Automatically adding GPU devices
[  1544.002] (==) Automatically binding GPU devices
[  1544.002] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1544.002] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1544.002] 	Entry deleted from font path.
[  1544.002] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  1544.002] 	Entry deleted from font path.
[  1544.002] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[  1544.002] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1544.002] 	Entry deleted from font path.
[  1544.002] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1544.002] 	Entry deleted from font path.
[  1544.002] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1544.002] 	Entry deleted from font path.
[  1544.002] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1544.002] 	Entry deleted from font path.
[  1544.002] (==) FontPath set to:
	
[  1544.002] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1544.002] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1544.002] (II) Module ABI versions:
[  1544.002] 	X.Org ANSI C Emulation: 0.4
[  1544.002] 	X.Org Video Driver: 25.2
[  1544.002] 	X.Org XInput driver : 24.4
[  1544.002] 	X.Org Server Extension : 10.0
[  1544.002] (++) using VT number 1

[  1544.004] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_310
[  1544.005] (--) PCI:*(0@0:2:0) 8086:1616:1043:1a6d rev 9, Mem @ 0x99000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  1544.006] (--) PCI: (4@0:0:0) 10de:1299:1043:1a6d rev 161, Mem @ 0x9a000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[  1544.006] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1544.006] (II) LoadModule: "glx"
[  1544.006] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1544.008] (II) Module glx: vendor="X.Org Foundation"
[  1544.008] 	compiled for 1.21.1.4, module version = 1.0.0
[  1544.008] 	ABI class: X.Org Server Extension, version 10.0
[  1544.008] (==) Matched intel as autoconfigured driver 0
[  1544.008] (==) Matched modesetting as autoconfigured driver 1
[  1544.008] (==) Matched fbdev as autoconfigured driver 2
[  1544.008] (==) Matched vesa as autoconfigured driver 3
[  1544.008] (==) Assigned the driver to the xf86ConfigLayout
[  1544.008] (II) LoadModule: "intel"
[  1544.008] (WW) Warning, couldn't open module intel
[  1544.008] (EE) Failed to load module "intel" (module does not exist, 0)
[  1544.008] (II) LoadModule: "modesetting"
[  1544.008] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1544.009] (II) Module modesetting: vendor="X.Org Foundation"
[  1544.009] 	compiled for 1.21.1.4, module version = 1.21.1
[  1544.009] 	Module class: X.Org Video Driver
[  1544.009] 	ABI class: X.Org Video Driver, version 25.2
[  1544.009] (II) LoadModule: "fbdev"
[  1544.009] (WW) Warning, couldn't open module fbdev
[  1544.009] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1544.009] (II) LoadModule: "vesa"
[  1544.009] (WW) Warning, couldn't open module vesa
[  1544.009] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1544.009] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1544.009] (EE) open /dev/dri/card0: No such file or directory
[  1544.009] (WW) Falling back to old probe method for modesetting
[  1544.009] (EE) open /dev/dri/card0: No such file or directory
[  1544.009] (EE) Screen 0 deleted because of no matching config section.
[  1544.009] (II) UnloadModule: "modesetting"
[  1544.009] (EE) Device(s) detected, but none match those in the config file.
[  1544.009] (EE) 
Fatal server error:
[  1544.009] (EE) no screens found(EE) 
[  1544.009] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1544.009] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1544.009] (EE) 
[  1544.011] (EE) Server terminated with error (1). Closing log file.

/var/log/Xorg.1.log:

[    52.520] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    52.520] _XSERVTransMakeAllCOTSServerListeners: server already running
[    52.520] (--) Log file renamed from "/var/log/Xorg.pid-860.log" to "/var/log/Xorg.1.log"
[    52.521] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    52.521] 
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[    52.521] Current Operating System: Linux commodoroII 5.15.5-arch1-1 #1 SMP PREEMPT Thu, 25 Nov 2021 22:09:33 +0000 x86_64
[    52.521] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 quiet
[    52.521]  
[    52.521] Current version of pixman: 0.40.0
[    52.521] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    52.521] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    52.521] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Nov 30 11:40:54 2021
[    52.521] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    52.521] (==) No Layout section.  Using the first Screen section.
[    52.521] (==) No screen section available. Using defaults.
[    52.521] (**) |-->Screen "Default Screen Section" (0)
[    52.521] (**) |   |-->Monitor "<default monitor>"
[    52.521] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    52.521] (==) Automatically adding devices
[    52.521] (==) Automatically enabling devices
[    52.521] (==) Automatically adding GPU devices
[    52.521] (==) Automatically binding GPU devices
[    52.521] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    52.521] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    52.521] 	Entry deleted from font path.
[    52.521] (==) FontPath set to:
	
[    52.521] (==) ModulePath set to "/usr/lib/xorg/modules"
[    52.521] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    52.521] (II) Module ABI versions:
[    52.521] 	X.Org ANSI C Emulation: 0.4
[    52.521] 	X.Org Video Driver: 25.2
[    52.521] 	X.Org XInput driver : 24.4
[    52.521] 	X.Org Server Extension : 10.0
[    52.522] (++) using VT number 2

[    52.523] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    52.524] (II) xfree86: Adding drm device (/dev/dri/card1)
[    52.524] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    52.525] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    52.525] (II) xfree86: Adding drm device (/dev/dri/card0)
[    52.525] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.4/0000:04:00.0/drm/card0
[    52.526] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    52.527] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    52.528] (--) PCI:*(0@0:2:0) 8086:1616:1043:1a6d rev 9, Mem @ 0x99000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    52.528] (--) PCI: (4@0:0:0) 10de:1299:1043:1a6d rev 161, Mem @ 0x9a000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    52.528] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    52.528] (II) LoadModule: "glx"
[    52.528] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    52.530] (II) Module glx: vendor="X.Org Foundation"
[    52.530] 	compiled for 1.21.1.1, module version = 1.0.0
[    52.530] 	ABI class: X.Org Server Extension, version 10.0
[    52.530] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    52.530] 	loading driver: nvidia
[    52.530] (==) Matched intel as autoconfigured driver 0
[    52.530] (==) Matched nvidia as autoconfigured driver 1
[    52.530] (==) Matched nouveau as autoconfigured driver 2
[    52.530] (==) Matched nv as autoconfigured driver 3
[    52.530] (==) Matched modesetting as autoconfigured driver 4
[    52.530] (==) Matched fbdev as autoconfigured driver 5
[    52.530] (==) Matched vesa as autoconfigured driver 6
[    52.530] (==) Assigned the driver to the xf86ConfigLayout
[    52.530] (II) LoadModule: "intel"
[    52.530] (WW) Warning, couldn't open module intel
[    52.530] (EE) Failed to load module "intel" (module does not exist, 0)
[    52.530] (II) LoadModule: "nvidia"
[    52.530] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    52.530] (II) Module nvidia: vendor="NVIDIA Corporation"
[    52.530] 	compiled for 1.6.99.901, module version = 1.0.0
[    52.530] 	Module class: X.Org Video Driver
[    52.530] (II) LoadModule: "nouveau"
[    52.530] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    52.531] (II) Module nouveau: vendor="X.Org Foundation"
[    52.531] 	compiled for 1.21.1.1, module version = 1.0.17
[    52.531] 	Module class: X.Org Video Driver
[    52.531] 	ABI class: X.Org Video Driver, version 25.2
[    52.531] (II) LoadModule: "nv"
[    52.531] (WW) Warning, couldn't open module nv
[    52.531] (EE) Failed to load module "nv" (module does not exist, 0)
[    52.531] (II) LoadModule: "modesetting"
[    52.531] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    52.531] (II) Module modesetting: vendor="X.Org Foundation"
[    52.532] 	compiled for 1.21.1.1, module version = 1.21.1
[    52.532] 	Module class: X.Org Video Driver
[    52.532] 	ABI class: X.Org Video Driver, version 25.2
[    52.532] (II) LoadModule: "fbdev"
[    52.532] (WW) Warning, couldn't open module fbdev
[    52.532] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    52.532] (II) LoadModule: "vesa"
[    52.532] (WW) Warning, couldn't open module vesa
[    52.532] (EE) Failed to load module "vesa" (module does not exist, 0)
[    52.532] (II) NVIDIA dlloader X Driver  470.86  Tue Oct 26 21:53:29 UTC 2021
[    52.532] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    52.532] (II) NOUVEAU driver 
[    52.532] (II) NOUVEAU driver for NVIDIA chipset families :
[    52.532] 	RIVA TNT            (NV04)
[    52.532] 	RIVA TNT2           (NV05)
[    52.532] 	GeForce 256         (NV10)
[    52.532] 	GeForce 2           (NV11, NV15)
[    52.532] 	GeForce 4MX         (NV17, NV18)
[    52.532] 	GeForce 3           (NV20)
[    52.532] 	GeForce 4Ti         (NV25, NV28)
[    52.532] 	GeForce FX          (NV3x)
[    52.532] 	GeForce 6           (NV4x)
[    52.533] 	GeForce 7           (G7x)
[    52.533] 	GeForce 8           (G8x)
[    52.533] 	GeForce 9           (G9x)
[    52.533] 	GeForce GTX 2xx/3xx (GT2xx)
[    52.533] 	GeForce GTX 4xx/5xx (GFxxx)
[    52.533] 	GeForce GTX 6xx/7xx (GKxxx)
[    52.533] 	GeForce GTX 9xx     (GMxxx)
[    52.533] 	GeForce GTX 10xx    (GPxxx)
[    52.533] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    52.533] (II) modeset(0): using drv /dev/dri/card1
[    52.533] (II) systemd-logind: releasing fd for 226:0
[    52.534] (II) Loading sub module "fb"
[    52.534] (II) LoadModule: "fb"
[    52.534] (II) Module "fb" already built-in
[    52.534] (II) Loading sub module "wfb"
[    52.534] (II) LoadModule: "wfb"
[    52.534] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    52.534] (II) Module wfb: vendor="X.Org Foundation"
[    52.534] 	compiled for 1.21.1.1, module version = 1.0.0
[    52.534] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.534] (II) Loading sub module "ramdac"
[    52.534] (II) LoadModule: "ramdac"
[    52.534] (II) Module "ramdac" already built-in
[    52.534] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    52.534] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    52.535] (==) modeset(0): RGB weight 888
[    52.535] (==) modeset(0): Default visual is TrueColor
[    52.535] (II) Loading sub module "glamoregl"
[    52.535] (II) LoadModule: "glamoregl"
[    52.535] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    52.538] (II) Module glamoregl: vendor="X.Org Foundation"
[    52.538] 	compiled for 1.21.1.1, module version = 1.0.1
[    52.538] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.572] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 5500 (BDW GT2)
[    52.572] (II) modeset(0): glamor initialized
[    52.572] (==) modeset(0): VariableRefresh: disabled
[    52.572] (==) modeset(0): AsyncFlipSecondaries: disabled
[    52.574] (II) modeset(0): Output eDP-1 has no monitor section
[    52.574] (II) modeset(0): Output DP-1 has no monitor section
[    52.575] (II) modeset(0): Output HDMI-1 has no monitor section
[    52.576] (II) modeset(0): EDID for output eDP-1
[    52.576] (II) modeset(0): Manufacturer: SDC  Model: 354a  Serial#: 0
[    52.576] (II) modeset(0): Year: 2011  Week: 0
[    52.576] (II) modeset(0): EDID Version: 1.3
[    52.576] (II) modeset(0): Digital Display Input
[    52.576] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    52.576] (II) modeset(0): Gamma: 2.20
[    52.576] (II) modeset(0): No DPMS capabilities specified
[    52.576] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    52.576] (II) modeset(0): First detailed timing is preferred mode
[    52.576] (II) modeset(0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
[    52.576] (II) modeset(0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
[    52.576] (II) modeset(0): Manufacturer's mask: 0
[    52.577] (II) modeset(0): Supported detailed timing:
[    52.577] (II) modeset(0): clock: 69.4 MHz   Image Size:  344 x 194 mm
[    52.577] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1464 h_border: 0
[    52.577] (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[    52.577] (II) modeset(0): Unknown vendor-specific block f
[    52.577] (II) modeset(0):  SAMSUNG
[    52.577] (II) modeset(0):  156AT35-P01
[    52.577] (II) modeset(0): EDID (in hex):
[    52.577] (II) modeset(0): 	00ffffffffffff004c834a3500000000
[    52.577] (II) modeset(0): 	00150103802213780ace859e5b4c9426
[    52.577] (II) modeset(0): 	17505400000001010101010101010101
[    52.577] (II) modeset(0): 	0101010101011b1b5662500016303020
[    52.577] (II) modeset(0): 	250058c2100000190000000f00000000
[    52.577] (II) modeset(0): 	00000000001eb4027400000000fe0053
[    52.577] (II) modeset(0): 	414d53554e470a2020202020000000fe
[    52.577] (II) modeset(0): 	00313536415433352d5030310a200053
[    52.577] (II) modeset(0): Printing probed modes for output eDP-1
[    52.577] (II) modeset(0): Modeline "1366x768"x60.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    52.577] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    52.577] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    52.577] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    52.577] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    52.577] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    52.577] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    52.577] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    52.577] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    52.577] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    52.577] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    52.577] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    52.577] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    52.577] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    52.577] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    52.577] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    52.577] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    52.577] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    52.577] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    52.577] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    52.577] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    52.577] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    52.577] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    52.577] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    52.577] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    52.577] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    52.577] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    52.577] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    52.577] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    52.577] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    52.577] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    52.577] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    52.577] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    52.577] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    52.577] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    52.577] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    52.577] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    52.577] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    52.577] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    52.577] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    52.577] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    52.577] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    52.577] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    52.577] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    52.577] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    52.577] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    52.577] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    52.577] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    52.577] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    52.577] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    52.577] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    52.577] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    52.577] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    52.577] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    52.577] (II) modeset(0): EDID for output DP-1
[    52.579] (II) modeset(0): EDID for output HDMI-1
[    52.579] (II) modeset(0): Output eDP-1 connected
[    52.579] (II) modeset(0): Output DP-1 disconnected
[    52.579] (II) modeset(0): Output HDMI-1 disconnected
[    52.579] (II) modeset(0): Using exact sizes for initial modes
[    52.579] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    52.579] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    52.579] (==) modeset(0): DPI set to (96, 96)
[    52.579] (II) Loading sub module "fb"
[    52.579] (II) LoadModule: "fb"
[    52.579] (II) Module "fb" already built-in
[    52.579] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    52.579] (==) NVIDIA(G0): RGB weight 888
[    52.579] (==) NVIDIA(G0): Default visual is TrueColor
[    52.579] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    52.579] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    52.579] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    52.579] (**) NVIDIA(G0): Enabling 2D acceleration
[    52.579] (II) Loading sub module "glxserver_nvidia"
[    52.579] (II) LoadModule: "glxserver_nvidia"
[    52.579] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    52.586] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    52.586] 	compiled for 1.6.99.901, module version = 1.0.0
[    52.586] 	Module class: X.Org Server Extension
[    52.586] (II) NVIDIA GLX Module  470.86  Tue Oct 26 21:51:04 UTC 2021
[    52.586] (II) NVIDIA: The X server supports PRIME Render Offload.
[    52.588] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce 920M (GK208) at PCI:4:0:0 (GPU-0)
[    52.588] (--) NVIDIA(G0): Memory: 2097152 kBytes
[    52.588] (--) NVIDIA(G0): VideoBIOS: 80.28.90.00.16
[    52.588] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[    52.588] (II) NVIDIA(G0): Validated MetaModes:
[    52.588] (II) NVIDIA(G0):     "NULL"
[    52.588] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    52.588] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    52.588] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    52.588] (II) UnloadModule: "nouveau"
[    52.588] (II) Unloading nouveau
[    52.655] (==) modeset(0): Backing store enabled
[    52.655] (==) modeset(0): Silken mouse enabled
[    52.727] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    52.728] (==) modeset(0): DPMS enabled
[    52.728] (II) modeset(0): [DRI2] Setup complete
[    52.728] (II) modeset(0): [DRI2]   DRI driver: iris
[    52.728] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    52.728] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[    52.728] (II) NVIDIA:     access.
[    52.732] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    52.732] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    52.732] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    52.732] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    52.732] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    52.732] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    52.732] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    52.732] (II) NVIDIA(G0):     Config Options in the README.
[    52.754] (II) NVIDIA(G0): Setting mode "NULL"
[    52.758] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    52.758] (==) NVIDIA(G0): Backing store enabled
[    52.758] (==) NVIDIA(G0): Silken mouse enabled
[    52.758] (==) NVIDIA(G0): DPMS enabled
[    52.758] (II) Loading sub module "dri2"
[    52.758] (II) LoadModule: "dri2"
[    52.758] (II) Module "dri2" already built-in
[    52.758] (II) NVIDIA(G0): [DRI2] Setup complete
[    52.758] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    52.758] (II) Initializing extension Generic Event Extension
[    52.759] (II) Initializing extension SHAPE
[    52.759] (II) Initializing extension MIT-SHM
[    52.759] (II) Initializing extension XInputExtension
[    52.759] (II) Initializing extension XTEST
[    52.759] (II) Initializing extension BIG-REQUESTS
[    52.759] (II) Initializing extension SYNC
[    52.759] (II) Initializing extension XKEYBOARD
[    52.759] (II) Initializing extension XC-MISC
[    52.760] (II) Initializing extension SECURITY
[    52.760] (II) Initializing extension XFIXES
[    52.760] (II) Initializing extension RENDER
[    52.760] (II) Initializing extension RANDR
[    52.760] (II) Initializing extension COMPOSITE
[    52.760] (II) Initializing extension DAMAGE
[    52.760] (II) Initializing extension MIT-SCREEN-SAVER
[    52.760] (II) Initializing extension DOUBLE-BUFFER
[    52.760] (II) Initializing extension RECORD
[    52.761] (II) Initializing extension DPMS
[    52.761] (II) Initializing extension Present
[    52.761] (II) Initializing extension DRI3
[    52.761] (II) Initializing extension X-Resource
[    52.761] (II) Initializing extension XVideo
[    52.761] (II) Initializing extension XVideo-MotionCompensation
[    52.761] (II) Initializing extension GLX
[    52.761] (II) Initializing extension GLX
[    52.761] (II) Indirect GLX disabled.
[    52.766] (II) AIGLX: Loaded and initialized iris
[    52.766] (II) GLX: Initialized DRI2 GL provider for screen 0
[    52.766] (II) Initializing extension XFree86-VidModeExtension
[    52.766] (II) Initializing extension XFree86-DGA
[    52.767] (II) Initializing extension XFree86-DRI
[    52.767] (II) Initializing extension DRI2
[    52.767] (II) Initializing extension NV-GLX
[    52.767] (II) Initializing extension NV-CONTROL
[    52.768] (II) modeset(0): Damage tracking initialized
[    52.768] (II) modeset(0): Setting screen physical size to 361 x 203
[    52.802] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    52.803] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    52.803] (II) LoadModule: "libinput"
[    52.803] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    52.804] (II) Module libinput: vendor="X.Org Foundation"
[    52.804] 	compiled for 1.21.1, module version = 1.2.0
[    52.804] 	Module class: X.Org XInput Driver
[    52.804] 	ABI class: X.Org XInput driver, version 24.4
[    52.804] (II) Using input driver 'libinput' for 'Power Button'
[    52.805] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[    52.805] (**) Power Button: always reports core events
[    52.805] (**) Option "Device" "/dev/input/event2"
[    52.805] (**) Option "_source" "server/udev"
[    52.807] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.807] (II) event2  - Power Button: device is a keyboard
[    52.807] (II) event2  - Power Button: device removed
[    52.807] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    52.807] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    52.808] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.808] (II) event2  - Power Button: device is a keyboard
[    52.808] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    52.808] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    52.808] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    52.809] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[    52.809] (**) Asus Wireless Radio Control: always reports core events
[    52.809] (**) Option "Device" "/dev/input/event5"
[    52.809] (**) Option "_source" "server/udev"
[    52.810] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    52.810] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    52.810] (II) event5  - Asus Wireless Radio Control: device removed
[    52.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input18/event5"
[    52.810] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    52.811] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    52.811] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    52.812] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    52.812] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.812] (II) Using input driver 'libinput' for 'Video Bus'
[    52.812] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 47 paused 0
[    52.812] (**) Video Bus: always reports core events
[    52.813] (**) Option "Device" "/dev/input/event9"
[    52.813] (**) Option "_source" "server/udev"
[    52.813] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    52.813] (II) event9  - Video Bus: device is a keyboard
[    52.814] (II) event9  - Video Bus: device removed
[    52.814] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25/event9"
[    52.814] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    52.814] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    52.815] (II) event9  - Video Bus: device is a keyboard
[    52.815] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    52.815] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.815] (II) Using input driver 'libinput' for 'Video Bus'
[    52.816] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 48 paused 0
[    52.816] (**) Video Bus: always reports core events
[    52.816] (**) Option "Device" "/dev/input/event10"
[    52.816] (**) Option "_source" "server/udev"
[    52.817] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    52.817] (II) event10 - Video Bus: device is a keyboard
[    52.817] (II) event10 - Video Bus: device removed
[    52.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input26/event10"
[    52.817] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    52.818] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    52.818] (II) event10 - Video Bus: device is a keyboard
[    52.819] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    52.819] (II) No input driver specified, ignoring this device.
[    52.819] (II) This device may have been added with another device file.
[    52.819] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    52.819] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    52.819] (II) Using input driver 'libinput' for 'Sleep Button'
[    52.820] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    52.820] (**) Sleep Button: always reports core events
[    52.820] (**) Option "Device" "/dev/input/event1"
[    52.820] (**) Option "_source" "server/udev"
[    52.821] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    52.821] (II) event1  - Sleep Button: device is a keyboard
[    52.821] (II) event1  - Sleep Button: device removed
[    52.821] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    52.821] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    52.822] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    52.822] (II) event1  - Sleep Button: device is a keyboard
[    52.823] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[    52.823] (II) No input driver specified, ignoring this device.
[    52.823] (II) This device may have been added with another device file.
[    52.823] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[    52.823] (II) No input driver specified, ignoring this device.
[    52.823] (II) This device may have been added with another device file.
[    52.823] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[    52.823] (II) No input driver specified, ignoring this device.
[    52.823] (II) This device may have been added with another device file.
[    52.824] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[    52.824] (II) No input driver specified, ignoring this device.
[    52.824] (II) This device may have been added with another device file.
[    52.824] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[    52.824] (II) No input driver specified, ignoring this device.
[    52.824] (II) This device may have been added with another device file.
[    52.825] (II) config/udev: Adding input device Logitech M185 (/dev/input/event4)
[    52.825] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    52.825] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[    52.825] (II) Using input driver 'libinput' for 'Logitech M185'
[    52.825] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 50 paused 0
[    52.825] (**) Logitech M185: always reports core events
[    52.825] (**) Option "Device" "/dev/input/event4"
[    52.825] (**) Option "_source" "server/udev"
[    52.827] (II) event4  - Logitech M185: is tagged by udev as: Keyboard Mouse
[    52.827] (II) event4  - Logitech M185: device set to 1000 DPI
[    52.827] (II) event4  - Logitech M185: device is a pointer
[    52.827] (II) event4  - Logitech M185: device is a keyboard
[    52.827] (II) event4  - Logitech M185: device removed
[    52.827] (II) libinput: Logitech M185: needs a virtual subdevice
[    52.827] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52F.0002/0003:046D:4008.0003/input/input17/event4"
[    52.827] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 11)
[    52.828] (**) Option "AccelerationScheme" "none"
[    52.828] (**) Logitech M185: (accel) selected scheme none/0
[    52.828] (**) Logitech M185: (accel) acceleration factor: 2.000
[    52.828] (**) Logitech M185: (accel) acceleration threshold: 4
[    52.829] (II) event4  - Logitech M185: is tagged by udev as: Keyboard Mouse
[    52.829] (II) event4  - Logitech M185: device set to 1000 DPI
[    52.829] (II) event4  - Logitech M185: device is a pointer
[    52.829] (II) event4  - Logitech M185: device is a keyboard
[    52.830] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse0)
[    52.830] (II) No input driver specified, ignoring this device.
[    52.830] (II) This device may have been added with another device file.
[    52.831] (II) config/udev: Adding input device USB Camera: USB Camera (/dev/input/event8)
[    52.831] (**) USB Camera: USB Camera: Applying InputClass "libinput keyboard catchall"
[    52.831] (II) Using input driver 'libinput' for 'USB Camera: USB Camera'
[    52.831] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 51 paused 0
[    52.831] (**) USB Camera: USB Camera: always reports core events
[    52.831] (**) Option "Device" "/dev/input/event8"
[    52.831] (**) Option "_source" "server/udev"
[    52.833] (II) event8  - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    52.833] (II) event8  - USB Camera: USB Camera: device is a keyboard
[    52.833] (II) event8  - USB Camera: USB Camera: device removed
[    52.833] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input24/event8"
[    52.833] (II) XINPUT: Adding extended input device "USB Camera: USB Camera" (type: KEYBOARD, id 12)
[    52.834] (II) event8  - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    52.834] (II) event8  - USB Camera: USB Camera: device is a keyboard
[    52.835] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    52.835] (II) No input driver specified, ignoring this device.
[    52.835] (II) This device may have been added with another device file.
[    52.835] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event17)
[    52.835] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    52.835] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    52.836] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 52 paused 0
[    52.836] (**) Asus WMI hotkeys: always reports core events
[    52.836] (**) Option "Device" "/dev/input/event17"
[    52.836] (**) Option "_source" "server/udev"
[    52.837] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    52.837] (II) event17 - Asus WMI hotkeys: device is a keyboard
[    52.837] (II) event17 - Asus WMI hotkeys: device removed
[    52.837] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input33/event17"
[    52.837] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    52.838] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    52.838] (II) event17 - Asus WMI hotkeys: device is a keyboard
[    52.839] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    52.839] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    52.839] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    52.839] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 53 paused 0
[    52.839] (**) AT Translated Set 2 keyboard: always reports core events
[    52.839] (**) Option "Device" "/dev/input/event3"
[    52.839] (**) Option "_source" "server/udev"
[    52.840] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.840] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.841] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.841] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    52.841] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    52.842] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.842] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.843] (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/event7)
[    52.843] (**) FocalTechPS/2 FocalTech Touchpad: Applying InputClass "libinput touchpad catchall"
[    52.843] (II) Using input driver 'libinput' for 'FocalTechPS/2 FocalTech Touchpad'
[    52.844] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 54 paused 0
[    52.844] (**) FocalTechPS/2 FocalTech Touchpad: always reports core events
[    52.844] (**) Option "Device" "/dev/input/event7"
[    52.844] (**) Option "_source" "server/udev"
[    52.845] (II) event7  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
[    52.845] (II) event7  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    52.846] (II) event7  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
[    52.846] (II) event7  - FocalTechPS/2 FocalTech Touchpad: device removed
[    52.846] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input23/event7"
[    52.846] (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech Touchpad" (type: TOUCHPAD, id 15)
[    52.847] (**) Option "AccelerationScheme" "none"
[    52.847] (**) FocalTechPS/2 FocalTech Touchpad: (accel) selected scheme none/0
[    52.847] (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration factor: 2.000
[    52.848] (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration threshold: 4
[    52.848] (II) event7  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
[    52.849] (II) event7  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    52.850] (II) event7  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
[    52.850] (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/mouse1)
[    52.850] (II) No input driver specified, ignoring this device.
[    52.850] (II) This device may have been added with another device file.
[    52.851] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    52.851] (II) No input driver specified, ignoring this device.
[    52.851] (II) This device may have been added with another device file.
[    52.871] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[    52.872] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[    52.872] (II) Using input driver 'libinput' for 'Logitech M185'
[    52.872] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    52.872] (**) Logitech M185: always reports core events
[    52.872] (**) Option "Device" "/dev/input/event4"
[    52.872] (**) Option "_source" "_driver/libinput"
[    52.872] (II) libinput: Logitech M185: is a virtual subdevice
[    52.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52F.0002/0003:046D:4008.0003/input/input17/event4"
[    52.872] (II) XINPUT: Adding extended input device "Logitech M185" (type: KEYBOARD, id 16)
[    53.310] (II) modeset(0): EDID vendor "SDC", prod id 13642
[    53.310] (II) modeset(0): Printing DDC gathered Modelines:
[    53.310] (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    56.391] (II) modeset(0): EDID vendor "SDC", prod id 13642
[    56.391] (II) modeset(0): Printing DDC gathered Modelines:
[    56.391] (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[  1204.268] (**) Option "fd" "43"
[  1204.268] (II) event2  - Power Button: device removed
[  1204.268] (**) Option "fd" "46"
[  1204.268] (II) event5  - Asus Wireless Radio Control: device removed
[  1204.268] (**) Option "fd" "47"
[  1204.268] (II) event9  - Video Bus: device removed
[  1204.268] (**) Option "fd" "48"
[  1204.268] (II) event10 - Video Bus: device removed
[  1204.268] (**) Option "fd" "49"
[  1204.268] (II) event1  - Sleep Button: device removed
[  1204.268] (**) Option "fd" "50"
[  1204.268] (**) Option "fd" "51"
[  1204.268] (II) event8  - USB Camera: USB Camera: device removed
[  1204.268] (**) Option "fd" "52"
[  1204.268] (II) event17 - Asus WMI hotkeys: device removed
[  1204.268] (**) Option "fd" "53"
[  1204.268] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1204.269] (**) Option "fd" "54"
[  1204.269] (II) event7  - FocalTechPS/2 FocalTech Touchpad: device removed
[  1204.269] (**) Option "fd" "50"
[  1204.269] (II) event4  - Logitech M185: device removed
[  1204.288] (II) UnloadModule: "libinput"
[  1204.288] (II) systemd-logind: not releasing fd for 13:68, still in use
[  1204.288] (II) UnloadModule: "libinput"
[  1204.288] (II) systemd-logind: releasing fd for 13:71
[  1204.337] (II) UnloadModule: "libinput"
[  1204.337] (II) systemd-logind: releasing fd for 13:67
[  1204.384] (II) UnloadModule: "libinput"
[  1204.384] (II) systemd-logind: releasing fd for 13:81
[  1204.408] (II) UnloadModule: "libinput"
[  1204.408] (II) systemd-logind: releasing fd for 13:72
[  1204.431] (II) UnloadModule: "libinput"
[  1204.431] (II) systemd-logind: releasing fd for 13:68
[  1204.444] (II) UnloadModule: "libinput"
[  1204.444] (II) systemd-logind: releasing fd for 13:65
[  1204.461] (II) UnloadModule: "libinput"
[  1204.461] (II) systemd-logind: releasing fd for 13:74
[  1204.501] (II) UnloadModule: "libinput"
[  1204.501] (II) systemd-logind: releasing fd for 13:73
[  1204.561] (II) UnloadModule: "libinput"
[  1204.561] (II) systemd-logind: releasing fd for 13:69
[  1204.611] (II) UnloadModule: "libinput"
[  1204.611] (II) systemd-logind: releasing fd for 13:66
[  1204.656] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1204.700] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  1204.701] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  1204.753] (II) Server terminated successfully (0). Closing log file.

~/.local/share/xorg/Xorg.1.log:

[    15.610] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    15.610] _XSERVTransMakeAllCOTSServerListeners: server already running
[    15.612] (--) Log file renamed from "/home/alessandro/.local/share/xorg/Xorg.pid-1260.log" to "/home/alessandro/.local/share/xorg/Xorg.1.log"
[    15.612] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    15.612] Current Operating System: Linux commodoroII 6.0.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000 x86_64
[    15.612] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 nvidia-drm.modeset=1
[    15.612]  
[    15.612] Current version of pixman: 0.40.0
[    15.612] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.612] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.612] (==) Log file: "/home/alessandro/.local/share/xorg/Xorg.1.log", Time: Sun Oct 16 18:55:01 2022
[    15.612] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.612] (==) No Layout section.  Using the first Screen section.
[    15.612] (==) No screen section available. Using defaults.
[    15.612] (**) |-->Screen "Default Screen Section" (0)
[    15.612] (**) |   |-->Monitor "<default monitor>"
[    15.613] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.613] (==) Automatically adding devices
[    15.613] (==) Automatically enabling devices
[    15.613] (==) Automatically adding GPU devices
[    15.613] (==) Automatically binding GPU devices
[    15.613] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.613] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    15.613] 	Entry deleted from font path.
[    15.613] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    15.613] 	Entry deleted from font path.
[    15.613] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    15.613] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.613] 	Entry deleted from font path.
[    15.613] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.613] 	Entry deleted from font path.
[    15.613] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    15.613] 	Entry deleted from font path.
[    15.613] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    15.613] 	Entry deleted from font path.
[    15.613] (==) FontPath set to:
	
[    15.613] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.613] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.613] (II) Module ABI versions:
[    15.613] 	X.Org ANSI C Emulation: 0.4
[    15.613] 	X.Org Video Driver: 25.2
[    15.613] 	X.Org XInput driver : 24.4
[    15.613] 	X.Org Server Extension : 10.0
[    15.613] (++) using VT number 2

[    15.615] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    15.615] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.615] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    15.616] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
[    15.618] (--) PCI:*(0@0:2:0) 8086:1616:1043:1a6d rev 9, Mem @ 0x99000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    15.618] (--) PCI: (4@0:0:0) 10de:1299:1043:1a6d rev 161, Mem @ 0x9a000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    15.618] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.618] (II) LoadModule: "glx"
[    15.618] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.619] (II) Module glx: vendor="X.Org Foundation"
[    15.619] 	compiled for 1.21.1.4, module version = 1.0.0
[    15.619] 	ABI class: X.Org Server Extension, version 10.0
[    15.619] (==) Matched intel as autoconfigured driver 0
[    15.619] (==) Matched modesetting as autoconfigured driver 1
[    15.619] (==) Matched fbdev as autoconfigured driver 2
[    15.619] (==) Matched vesa as autoconfigured driver 3
[    15.619] (==) Assigned the driver to the xf86ConfigLayout
[    15.620] (II) LoadModule: "intel"
[    15.620] (WW) Warning, couldn't open module intel
[    15.620] (EE) Failed to load module "intel" (module does not exist, 0)
[    15.620] (II) LoadModule: "modesetting"
[    15.620] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.620] (II) Module modesetting: vendor="X.Org Foundation"
[    15.620] 	compiled for 1.21.1.4, module version = 1.21.1
[    15.620] 	Module class: X.Org Video Driver
[    15.620] 	ABI class: X.Org Video Driver, version 25.2
[    15.620] (II) LoadModule: "fbdev"
[    15.621] (WW) Warning, couldn't open module fbdev
[    15.621] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.621] (II) LoadModule: "vesa"
[    15.621] (WW) Warning, couldn't open module vesa
[    15.621] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.621] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.621] (II) modeset(0): using drv /dev/dri/card0
[    15.621] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.621] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.621] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    15.621] (==) modeset(0): RGB weight 888
[    15.621] (==) modeset(0): Default visual is TrueColor
[    15.621] (II) Loading sub module "glamoregl"
[    15.621] (II) LoadModule: "glamoregl"
[    15.621] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.624] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.624] 	compiled for 1.21.1.4, module version = 1.0.1
[    15.624] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.657] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 5500 (BDW GT2)
[    15.657] (II) modeset(0): glamor initialized
[    15.657] (==) modeset(0): VariableRefresh: disabled
[    15.657] (==) modeset(0): AsyncFlipSecondaries: disabled
[    15.658] (II) modeset(0): Output eDP-1 has no monitor section
[    15.658] (II) modeset(0): Output DP-1 has no monitor section
[    15.659] (II) modeset(0): Output HDMI-1 has no monitor section
[    15.661] (II) modeset(0): EDID for output eDP-1
[    15.661] (II) modeset(0): Manufacturer: SDC  Model: 354a  Serial#: 0
[    15.661] (II) modeset(0): Year: 2011  Week: 0
[    15.661] (II) modeset(0): EDID Version: 1.3
[    15.661] (II) modeset(0): Digital Display Input
[    15.661] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    15.661] (II) modeset(0): Gamma: 2.20
[    15.661] (II) modeset(0): No DPMS capabilities specified
[    15.661] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.661] (II) modeset(0): First detailed timing is preferred mode
[    15.661] (II) modeset(0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
[    15.661] (II) modeset(0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
[    15.661] (II) modeset(0): Manufacturer's mask: 0
[    15.661] (II) modeset(0): Supported detailed timing:
[    15.661] (II) modeset(0): clock: 69.4 MHz   Image Size:  344 x 194 mm
[    15.661] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1464 h_border: 0
[    15.661] (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[    15.661] (II) modeset(0): Unknown vendor-specific block f
[    15.661] (II) modeset(0):  SAMSUNG
[    15.661] (II) modeset(0):  156AT35-P01
[    15.661] (II) modeset(0): EDID (in hex):
[    15.661] (II) modeset(0): 	00ffffffffffff004c834a3500000000
[    15.661] (II) modeset(0): 	00150103802213780ace859e5b4c9426
[    15.661] (II) modeset(0): 	17505400000001010101010101010101
[    15.661] (II) modeset(0): 	0101010101011b1b5662500016303020
[    15.661] (II) modeset(0): 	250058c2100000190000000f00000000
[    15.661] (II) modeset(0): 	00000000001eb4027400000000fe0053
[    15.661] (II) modeset(0): 	414d53554e470a2020202020000000fe
[    15.661] (II) modeset(0): 	00313536415433352d5030310a200053
[    15.661] (II) modeset(0): Printing probed modes for output eDP-1
[    15.661] (II) modeset(0): Modeline "1366x768"x60.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    15.661] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    15.661] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    15.661] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    15.662] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    15.662] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    15.662] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    15.662] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    15.662] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    15.662] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    15.662] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    15.662] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    15.662] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    15.662] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    15.662] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    15.662] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    15.662] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    15.662] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    15.662] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    15.662] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    15.662] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    15.662] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    15.662] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    15.662] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.662] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.662] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    15.662] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.662] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.662] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    15.662] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    15.662] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    15.662] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    15.662] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    15.662] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    15.662] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    15.662] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    15.662] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    15.662] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    15.662] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    15.662] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    15.662] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    15.662] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    15.662] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    15.662] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    15.662] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    15.662] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    15.662] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    15.662] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    15.662] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    15.662] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    15.662] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    15.662] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    15.662] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    15.662] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    15.662] (II) modeset(0): EDID for output DP-1
[    15.664] (II) modeset(0): EDID for output HDMI-1
[    15.664] (II) modeset(0): Output eDP-1 connected
[    15.664] (II) modeset(0): Output DP-1 disconnected
[    15.664] (II) modeset(0): Output HDMI-1 disconnected
[    15.664] (II) modeset(0): Using exact sizes for initial modes
[    15.664] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    15.664] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.664] (==) modeset(0): DPI set to (96, 96)
[    15.664] (II) Loading sub module "fb"
[    15.664] (II) LoadModule: "fb"
[    15.664] (II) Module "fb" already built-in
[    15.687] (==) modeset(0): Backing store enabled
[    15.687] (==) modeset(0): Silken mouse enabled
[    15.768] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    15.769] (==) modeset(0): DPMS enabled
[    15.769] (II) modeset(0): [DRI2] Setup complete
[    15.769] (II) modeset(0): [DRI2]   DRI driver: iris
[    15.769] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    15.769] (II) Initializing extension Generic Event Extension
[    15.769] (II) Initializing extension SHAPE
[    15.769] (II) Initializing extension MIT-SHM
[    15.770] (II) Initializing extension XInputExtension
[    15.770] (II) Initializing extension XTEST
[    15.770] (II) Initializing extension BIG-REQUESTS
[    15.770] (II) Initializing extension SYNC
[    15.771] (II) Initializing extension XKEYBOARD
[    15.771] (II) Initializing extension XC-MISC
[    15.771] (II) Initializing extension SECURITY
[    15.771] (II) Initializing extension XFIXES
[    15.772] (II) Initializing extension RENDER
[    15.772] (II) Initializing extension RANDR
[    15.772] (II) Initializing extension COMPOSITE
[    15.773] (II) Initializing extension DAMAGE
[    15.773] (II) Initializing extension MIT-SCREEN-SAVER
[    15.773] (II) Initializing extension DOUBLE-BUFFER
[    15.773] (II) Initializing extension RECORD
[    15.774] (II) Initializing extension DPMS
[    15.774] (II) Initializing extension Present
[    15.774] (II) Initializing extension DRI3
[    15.774] (II) Initializing extension X-Resource
[    15.775] (II) Initializing extension XVideo
[    15.775] (II) Initializing extension XVideo-MotionCompensation
[    15.775] (II) Initializing extension GLX
[    15.783] (II) AIGLX: Loaded and initialized iris
[    15.783] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.783] (II) Initializing extension XFree86-VidModeExtension
[    15.783] (II) Initializing extension XFree86-DGA
[    15.783] (II) Initializing extension XFree86-DRI
[    15.783] (II) Initializing extension DRI2
[    15.783] (II) modeset(0): Damage tracking initialized
[    15.784] (II) modeset(0): Setting screen physical size to 361 x 203
[    15.823] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    15.823] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.823] (II) LoadModule: "libinput"
[    15.823] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.825] (II) Module libinput: vendor="X.Org Foundation"
[    15.825] 	compiled for 1.21.1.3, module version = 1.2.1
[    15.825] 	Module class: X.Org XInput Driver
[    15.825] 	ABI class: X.Org XInput driver, version 24.4
[    15.825] (II) Using input driver 'libinput' for 'Power Button'
[    15.825] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[    15.825] (**) Power Button: always reports core events
[    15.825] (**) Option "Device" "/dev/input/event2"
[    15.827] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.827] (II) event2  - Power Button: device is a keyboard
[    15.827] (II) event2  - Power Button: device removed
[    15.827] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    15.827] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.828] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.828] (II) event2  - Power Button: device is a keyboard
[    15.828] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[    15.828] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    15.828] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    15.829] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[    15.829] (**) Asus Wireless Radio Control: always reports core events
[    15.829] (**) Option "Device" "/dev/input/event4"
[    15.830] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    15.830] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[    15.830] (II) event4  - Asus Wireless Radio Control: device removed
[    15.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input8/event4"
[    15.830] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    15.831] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    15.831] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[    15.831] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    15.831] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    15.831] (II) Using input driver 'libinput' for 'Video Bus'
[    15.832] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[    15.832] (**) Video Bus: always reports core events
[    15.832] (**) Option "Device" "/dev/input/event6"
[    15.833] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    15.833] (II) event6  - Video Bus: device is a keyboard
[    15.833] (II) event6  - Video Bus: device removed
[    15.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event6"
[    15.833] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    15.834] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    15.834] (II) event6  - Video Bus: device is a keyboard
[    15.835] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    15.835] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    15.835] (II) Using input driver 'libinput' for 'Video Bus'
[    15.835] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[    15.835] (**) Video Bus: always reports core events
[    15.835] (**) Option "Device" "/dev/input/event7"
[    15.836] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    15.836] (II) event7  - Video Bus: device is a keyboard
[    15.837] (II) event7  - Video Bus: device removed
[    15.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input15/event7"
[    15.837] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    15.838] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    15.838] (II) event7  - Video Bus: device is a keyboard
[    15.838] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    15.838] (II) No input driver specified, ignoring this device.
[    15.838] (II) This device may have been added with another device file.
[    15.839] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    15.839] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    15.839] (II) Using input driver 'libinput' for 'Sleep Button'
[    15.839] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[    15.839] (**) Sleep Button: always reports core events
[    15.839] (**) Option "Device" "/dev/input/event1"
[    15.840] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    15.840] (II) event1  - Sleep Button: device is a keyboard
[    15.841] (II) event1  - Sleep Button: device removed
[    15.841] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    15.841] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    15.841] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    15.841] (II) event1  - Sleep Button: device is a keyboard
[    15.842] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[    15.842] (II) No input driver specified, ignoring this device.
[    15.842] (II) This device may have been added with another device file.
[    15.842] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[    15.842] (II) No input driver specified, ignoring this device.
[    15.842] (II) This device may have been added with another device file.
[    15.843] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[    15.843] (II) No input driver specified, ignoring this device.
[    15.843] (II) This device may have been added with another device file.
[    15.843] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12)
[    15.843] (II) No input driver specified, ignoring this device.
[    15.843] (II) This device may have been added with another device file.
[    15.843] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13)
[    15.843] (II) No input driver specified, ignoring this device.
[    15.843] (II) This device may have been added with another device file.
[    15.844] (II) config/udev: Adding input device USB Camera: USB Camera (/dev/input/event16)
[    15.844] (**) USB Camera: USB Camera: Applying InputClass "libinput keyboard catchall"
[    15.844] (II) Using input driver 'libinput' for 'USB Camera: USB Camera'
[    15.845] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
[    15.845] (**) USB Camera: USB Camera: always reports core events
[    15.845] (**) Option "Device" "/dev/input/event16"
[    15.846] (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    15.846] (II) event16 - USB Camera: USB Camera: device is a keyboard
[    15.846] (II) event16 - USB Camera: USB Camera: device removed
[    15.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input23/event16"
[    15.846] (II) XINPUT: Adding extended input device "USB Camera: USB Camera" (type: KEYBOARD, id 11)
[    15.847] (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    15.847] (II) event16 - USB Camera: USB Camera: device is a keyboard
[    15.848] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    15.848] (II) No input driver specified, ignoring this device.
[    15.848] (II) This device may have been added with another device file.
[    15.848] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
[    15.848] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.848] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    15.849] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 37 paused 0
[    15.849] (**) Asus WMI hotkeys: always reports core events
[    15.849] (**) Option "Device" "/dev/input/event15"
[    15.849] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    15.849] (II) event15 - Asus WMI hotkeys: device is a keyboard
[    15.850] (II) event15 - Asus WMI hotkeys: device removed
[    15.850] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input22/event15"
[    15.850] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[    15.850] (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    15.850] (II) event15 - Asus WMI hotkeys: device is a keyboard
[    15.851] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    15.851] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.851] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.851] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
[    15.851] (**) AT Translated Set 2 keyboard: always reports core events
[    15.852] (**) Option "Device" "/dev/input/event3"
[    15.852] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.853] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.853] (II) event3  - AT Translated Set 2 keyboard: device removed
[    15.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    15.853] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    15.854] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.854] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.855] (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/event8)
[    15.855] (**) FocalTechPS/2 FocalTech Touchpad: Applying InputClass "libinput touchpad catchall"
[    15.855] (II) Using input driver 'libinput' for 'FocalTechPS/2 FocalTech Touchpad'
[    15.856] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
[    15.856] (**) FocalTechPS/2 FocalTech Touchpad: always reports core events
[    15.856] (**) Option "Device" "/dev/input/event8"
[    15.857] (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
[    15.857] (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    15.858] (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
[    15.858] (II) event8  - FocalTechPS/2 FocalTech Touchpad: device removed
[    15.858] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event8"
[    15.858] (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech Touchpad" (type: TOUCHPAD, id 14)
[    15.859] (**) Option "AccelerationScheme" "none"
[    15.859] (**) FocalTechPS/2 FocalTech Touchpad: (accel) selected scheme none/0
[    15.859] (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration factor: 2.000
[    15.859] (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration threshold: 4
[    15.860] (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
[    15.860] (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    15.861] (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
[    15.862] (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/mouse0)
[    15.862] (II) No input driver specified, ignoring this device.
[    15.862] (II) This device may have been added with another device file.
[    15.862] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    15.862] (II) No input driver specified, ignoring this device.
[    15.862] (II) This device may have been added with another device file.
[    16.384] (II) modeset(0): EDID vendor "SDC", prod id 13642
[    16.384] (II) modeset(0): Printing DDC gathered Modelines:
[    16.385] (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[    19.135] (II) modeset(0): EDID vendor "SDC", prod id 13642
[    19.135] (II) modeset(0): Printing DDC gathered Modelines:
[    19.135] (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)



Output of sudo journalctl -b :

ott 16 18:54:49 commodoroII kernel: microcode: microcode updated early to revision 0x2f, date = 2019-11-12
ott 16 18:54:49 commodoroII kernel: Linux version 6.0.1-arch2-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000
ott 16 18:54:49 commodoroII kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 nvidia-drm.modeset=1
ott 16 18:54:49 commodoroII kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
ott 16 18:54:49 commodoroII kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
ott 16 18:54:49 commodoroII kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
ott 16 18:54:49 commodoroII kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
ott 16 18:54:49 commodoroII kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
ott 16 18:54:49 commodoroII kernel: signal: max sigframe size: 1776
ott 16 18:54:49 commodoroII kernel: BIOS-provided physical RAM map:
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008dfc3fff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x000000008dfc4000-0x000000008e331fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x000000008e332000-0x0000000092a26fff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000092a27000-0x0000000092a86fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000092a87000-0x0000000092f85fff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000092f86000-0x0000000094412fff] ACPI NVS
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000094413000-0x0000000094ee5fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000094ee6000-0x0000000094ffdfff] type 20
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000094ffe000-0x0000000094ffefff] usable
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000095800000-0x0000000097ffffff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
ott 16 18:54:49 commodoroII kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000366ffffff] usable
ott 16 18:54:49 commodoroII kernel: NX (Execute Disable) protection: active
ott 16 18:54:49 commodoroII kernel: efi: EFI v2.40 by American Megatrends
ott 16 18:54:49 commodoroII kernel: efi: ESRT=0x94e2fc98 ACPI=0x9338a000 ACPI 2.0=0x9338a000 SMBIOS=0xf05b0 
ott 16 18:54:49 commodoroII kernel: SMBIOS 2.8 present.
ott 16 18:54:49 commodoroII kernel: DMI: ASUSTeK COMPUTER INC. X555LJ/X555LJ, BIOS X555LJ.602 05/06/2016
ott 16 18:54:49 commodoroII kernel: tsc: Fast TSC calibration using PIT
ott 16 18:54:49 commodoroII kernel: tsc: Detected 2396.394 MHz processor
ott 16 18:54:49 commodoroII kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
ott 16 18:54:49 commodoroII kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
ott 16 18:54:49 commodoroII kernel: last_pfn = 0x367000 max_arch_pfn = 0x400000000
ott 16 18:54:49 commodoroII kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
ott 16 18:54:49 commodoroII kernel: last_pfn = 0x94fff max_arch_pfn = 0x400000000
ott 16 18:54:49 commodoroII kernel: found SMP MP-table at [mem 0x000fd930-0x000fd93f]
ott 16 18:54:49 commodoroII kernel: esrt: Reserving ESRT space from 0x0000000094e2fc98 to 0x0000000094e2fcd0.
ott 16 18:54:49 commodoroII kernel: Using GB pages for direct mapping
ott 16 18:54:49 commodoroII kernel: Secure boot disabled
ott 16 18:54:49 commodoroII kernel: RAMDISK: [mem 0x364fd000-0x37275fff]
ott 16 18:54:49 commodoroII kernel: ACPI: Early table checksum verification disabled
ott 16 18:54:49 commodoroII kernel: ACPI: RSDP 0x000000009338A000 000024 (v02 _ASUS_)
ott 16 18:54:49 commodoroII kernel: ACPI: XSDT 0x000000009338A0B8 0000F4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: FACP 0x00000000933A5498 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: DSDT 0x000000009338A240 01B256 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: FACS 0x0000000094410F80 000040
ott 16 18:54:49 commodoroII kernel: ACPI: APIC 0x00000000933A55A8 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: FPDT 0x00000000933A5630 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: FIDT 0x00000000933A5678 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: ECDT 0x00000000933A5718 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
ott 16 18:54:49 commodoroII kernel: ACPI: MCFG 0x00000000933A57E0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
ott 16 18:54:49 commodoroII kernel: ACPI: HPET 0x00000000933A5820 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000A)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A5858 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: UEFI 0x00000000933A5B70 000042 (v01                 00000000      00000000)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A5BB8 000194 (v01 Intel  zpodd    00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: LPIT 0x00000000933A5D50 000094 (v01                 00000000      00000000)
ott 16 18:54:49 commodoroII kernel: ACPI: ASF! 0x00000000933A5DE8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A5E88 000539 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A63C8 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: TPM2 0x00000000933A6F40 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A6F78 000041 (v01 Ssdt   PttSsdt  00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933A6FC0 003245 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933AA208 000394 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: PCCT 0x00000000933AA5A0 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933AA610 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933AB0D8 006BA2 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933B1C80 00067C (v02 SgRef  SgPch    00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: DMAR 0x00000000933B2300 0000A8 (v01 INTEL  BDW      00000001 INTL 00000001)
ott 16 18:54:49 commodoroII kernel: ACPI: BGRT 0x00000000933B23A8 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0x00000000933B23E0 000ED1 (v01 OptRef OptTabl  00001000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: MSDM 0x0000000092A85E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving FACP table memory at [mem 0x933a5498-0x933a55a3]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving DSDT table memory at [mem 0x9338a240-0x933a5495]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving FACS table memory at [mem 0x94410f80-0x94410fbf]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving APIC table memory at [mem 0x933a55a8-0x933a562b]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving FPDT table memory at [mem 0x933a5630-0x933a5673]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving FIDT table memory at [mem 0x933a5678-0x933a5713]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving ECDT table memory at [mem 0x933a5718-0x933a57d8]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving MCFG table memory at [mem 0x933a57e0-0x933a581b]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving HPET table memory at [mem 0x933a5820-0x933a5857]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a5858-0x933a5b6c]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving UEFI table memory at [mem 0x933a5b70-0x933a5bb1]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a5bb8-0x933a5d4b]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving LPIT table memory at [mem 0x933a5d50-0x933a5de3]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving ASF! table memory at [mem 0x933a5de8-0x933a5e87]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a5e88-0x933a63c0]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a63c8-0x933a6f3b]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving TPM2 table memory at [mem 0x933a6f40-0x933a6f73]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a6f78-0x933a6fb8]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933a6fc0-0x933aa204]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933aa208-0x933aa59b]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving PCCT table memory at [mem 0x933aa5a0-0x933aa60d]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933aa610-0x933ab0d3]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933ab0d8-0x933b1c79]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933b1c80-0x933b22fb]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving DMAR table memory at [mem 0x933b2300-0x933b23a7]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving BGRT table memory at [mem 0x933b23a8-0x933b23df]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving SSDT table memory at [mem 0x933b23e0-0x933b32b0]
ott 16 18:54:49 commodoroII kernel: ACPI: Reserving MSDM table memory at [mem 0x92a85e18-0x92a85e6c]
ott 16 18:54:49 commodoroII kernel: No NUMA configuration found
ott 16 18:54:49 commodoroII kernel: Faking a node at [mem 0x0000000000000000-0x0000000366ffffff]
ott 16 18:54:49 commodoroII kernel: NODE_DATA(0) allocated [mem 0x366ffc000-0x366ffffff]
ott 16 18:54:49 commodoroII kernel: Zone ranges:
ott 16 18:54:49 commodoroII kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
ott 16 18:54:49 commodoroII kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
ott 16 18:54:49 commodoroII kernel:   Normal   [mem 0x0000000100000000-0x0000000366ffffff]
ott 16 18:54:49 commodoroII kernel:   Device   empty
ott 16 18:54:49 commodoroII kernel: Movable zone start for each node
ott 16 18:54:49 commodoroII kernel: Early memory node ranges
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000000100000-0x000000008dfc3fff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x000000008e332000-0x0000000092a26fff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000092a87000-0x0000000092f85fff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000094ffe000-0x0000000094ffefff]
ott 16 18:54:49 commodoroII kernel:   node   0: [mem 0x0000000100000000-0x0000000366ffffff]
ott 16 18:54:49 commodoroII kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000366ffffff]
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA: 1 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA: 1 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA: 97 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA32: 878 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA32: 96 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone DMA32: 8312 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone Normal: 12289 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
ott 16 18:54:49 commodoroII kernel: Reserving Intel graphics memory at [mem 0x96000000-0x97ffffff]
ott 16 18:54:49 commodoroII kernel: ACPI: PM-Timer IO Port: 0x1808
ott 16 18:54:49 commodoroII kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ott 16 18:54:49 commodoroII kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ott 16 18:54:49 commodoroII kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ott 16 18:54:49 commodoroII kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ott 16 18:54:49 commodoroII kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
ott 16 18:54:49 commodoroII kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ott 16 18:54:49 commodoroII kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ott 16 18:54:49 commodoroII kernel: ACPI: Using ACPI (MADT) for SMP configuration information
ott 16 18:54:49 commodoroII kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
ott 16 18:54:49 commodoroII kernel: e820: update [mem 0x90829000-0x9083cfff] usable ==> reserved
ott 16 18:54:49 commodoroII kernel: TSC deadline timer available
ott 16 18:54:49 commodoroII kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x8dfc4000-0x8e331fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x90829000-0x9083cfff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x92a27000-0x92a86fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x92f86000-0x94412fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x94413000-0x94ee5fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x94ee6000-0x94ffdfff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x94fff000-0x957fffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x95800000-0x97ffffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0x98000000-0xf7ffffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
ott 16 18:54:49 commodoroII kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
ott 16 18:54:49 commodoroII kernel: [mem 0x98000000-0xf7ffffff] available for PCI devices
ott 16 18:54:49 commodoroII kernel: Booting paravirtualized kernel on bare hardware
ott 16 18:54:49 commodoroII kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
ott 16 18:54:49 commodoroII kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
ott 16 18:54:49 commodoroII kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
ott 16 18:54:49 commodoroII kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
ott 16 18:54:49 commodoroII kernel: pcpu-alloc: [0] 0 1 2 3 
ott 16 18:54:49 commodoroII kernel: Fallback order for Node 0: 0 
ott 16 18:54:49 commodoroII kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3071050
ott 16 18:54:49 commodoroII kernel: Policy zone: Normal
ott 16 18:54:49 commodoroII kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 nvidia-drm.modeset=1
ott 16 18:54:49 commodoroII kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
ott 16 18:54:49 commodoroII kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
ott 16 18:54:49 commodoroII kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
ott 16 18:54:49 commodoroII kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
ott 16 18:54:49 commodoroII kernel: software IO TLB: area num 4.
ott 16 18:54:49 commodoroII kernel: Memory: 12071048K/12479832K available (14343K kernel code, 2078K rwdata, 11320K rodata, 2120K init, 3548K bss, 408524K reserved, 0K cma-reserved)
ott 16 18:54:49 commodoroII kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
ott 16 18:54:49 commodoroII kernel: Kernel/User page tables isolation: enabled
ott 16 18:54:49 commodoroII kernel: ftrace: allocating 45769 entries in 179 pages
ott 16 18:54:49 commodoroII kernel: ftrace: allocated 179 pages with 5 groups
ott 16 18:54:49 commodoroII kernel: Dynamic Preempt: full
ott 16 18:54:49 commodoroII kernel: rcu: Preemptible hierarchical RCU implementation.
ott 16 18:54:49 commodoroII kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
ott 16 18:54:49 commodoroII kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
ott 16 18:54:49 commodoroII kernel:         Trampoline variant of Tasks RCU enabled.
ott 16 18:54:49 commodoroII kernel:         Rude variant of Tasks RCU enabled.
ott 16 18:54:49 commodoroII kernel:         Tracing variant of Tasks RCU enabled.
ott 16 18:54:49 commodoroII kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
ott 16 18:54:49 commodoroII kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
ott 16 18:54:49 commodoroII kernel: NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
ott 16 18:54:49 commodoroII kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
ott 16 18:54:49 commodoroII kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
ott 16 18:54:49 commodoroII kernel: random: crng init done
ott 16 18:54:49 commodoroII kernel: Console: colour dummy device 80x25
ott 16 18:54:49 commodoroII kernel: printk: console [tty0] enabled
ott 16 18:54:49 commodoroII kernel: ACPI: Core revision 20220331
ott 16 18:54:49 commodoroII kernel: hpet: HPET dysfunctional in PC10. Force disabled.
ott 16 18:54:49 commodoroII kernel: APIC: Switch to symmetric I/O mode setup
ott 16 18:54:49 commodoroII kernel: DMAR: Host address width 39
ott 16 18:54:49 commodoroII kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
ott 16 18:54:49 commodoroII kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
ott 16 18:54:49 commodoroII kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
ott 16 18:54:49 commodoroII kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
ott 16 18:54:49 commodoroII kernel: DMAR: RMRR base: 0x00000094e3f000 end: 0x00000094e4dfff
ott 16 18:54:49 commodoroII kernel: DMAR: RMRR base: 0x00000095800000 end: 0x00000097ffffff
ott 16 18:54:49 commodoroII kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
ott 16 18:54:49 commodoroII kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
ott 16 18:54:49 commodoroII kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
ott 16 18:54:49 commodoroII kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
ott 16 18:54:49 commodoroII kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
ott 16 18:54:49 commodoroII kernel: x2apic: IRQ remapping doesn't support X2APIC mode
ott 16 18:54:49 commodoroII kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228ae90d690, max_idle_ns: 440795311746 ns
ott 16 18:54:49 commodoroII kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4794.48 BogoMIPS (lpj=7987980)
ott 16 18:54:49 commodoroII kernel: pid_max: default: 32768 minimum: 301
ott 16 18:54:49 commodoroII kernel: LSM: Security Framework initializing
ott 16 18:54:49 commodoroII kernel: landlock: Up and running.
ott 16 18:54:49 commodoroII kernel: Yama: becoming mindful.
ott 16 18:54:49 commodoroII kernel: LSM support for eBPF active
ott 16 18:54:49 commodoroII kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
ott 16 18:54:49 commodoroII kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
ott 16 18:54:49 commodoroII kernel: CPU0: Thermal monitoring enabled (TM1)
ott 16 18:54:49 commodoroII kernel: process: using mwait in idle threads
ott 16 18:54:49 commodoroII kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
ott 16 18:54:49 commodoroII kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
ott 16 18:54:49 commodoroII kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
ott 16 18:54:49 commodoroII kernel: Spectre V2 : Mitigation: Retpolines
ott 16 18:54:49 commodoroII kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
ott 16 18:54:49 commodoroII kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
ott 16 18:54:49 commodoroII kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
ott 16 18:54:49 commodoroII kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
ott 16 18:54:49 commodoroII kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
ott 16 18:54:49 commodoroII kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
ott 16 18:54:49 commodoroII kernel: MDS: Mitigation: Clear CPU buffers
ott 16 18:54:49 commodoroII kernel: MMIO Stale Data: Unknown: No mitigations
ott 16 18:54:49 commodoroII kernel: SRBDS: Mitigation: Microcode
ott 16 18:54:49 commodoroII kernel: Freeing SMP alternatives memory: 36K
ott 16 18:54:49 commodoroII kernel: smpboot: CPU0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (family: 0x6, model: 0x3d, stepping: 0x4)
ott 16 18:54:49 commodoroII kernel: cblist_init_generic: Setting adjustable number of callback queues.
ott 16 18:54:49 commodoroII kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
ott 16 18:54:49 commodoroII kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
ott 16 18:54:49 commodoroII kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
ott 16 18:54:49 commodoroII kernel: Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
ott 16 18:54:49 commodoroII kernel: ... version:                3
ott 16 18:54:49 commodoroII kernel: ... bit width:              48
ott 16 18:54:49 commodoroII kernel: ... generic registers:      4
ott 16 18:54:49 commodoroII kernel: ... value mask:             0000ffffffffffff
ott 16 18:54:49 commodoroII kernel: ... max period:             00007fffffffffff
ott 16 18:54:49 commodoroII kernel: ... fixed-purpose events:   3
ott 16 18:54:49 commodoroII kernel: ... event mask:             000000070000000f
ott 16 18:54:49 commodoroII kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1237
ott 16 18:54:49 commodoroII kernel: rcu: Hierarchical SRCU implementation.
ott 16 18:54:49 commodoroII kernel: rcu:         Max phase no-delay instances is 1000.
ott 16 18:54:49 commodoroII kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
ott 16 18:54:49 commodoroII kernel: smp: Bringing up secondary CPUs ...
ott 16 18:54:49 commodoroII kernel: x86: Booting SMP configuration:
ott 16 18:54:49 commodoroII kernel: .... node  #0, CPUs:      #1 #2
ott 16 18:54:49 commodoroII kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
ott 16 18:54:49 commodoroII kernel:  #3
ott 16 18:54:49 commodoroII kernel: smp: Brought up 1 node, 4 CPUs
ott 16 18:54:49 commodoroII kernel: smpboot: Max logical packages: 1
ott 16 18:54:49 commodoroII kernel: smpboot: Total of 4 processors activated (19178.95 BogoMIPS)
ott 16 18:54:49 commodoroII kernel: devtmpfs: initialized
ott 16 18:54:49 commodoroII kernel: x86/mm: Memory block size: 128MB
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Registering ACPI NVS region [mem 0x92f86000-0x94412fff] (21549056 bytes)
ott 16 18:54:49 commodoroII kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
ott 16 18:54:49 commodoroII kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
ott 16 18:54:49 commodoroII kernel: pinctrl core: initialized pinctrl subsystem
ott 16 18:54:49 commodoroII kernel: PM: RTC time: 16:54:46, date: 2022-10-16
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
ott 16 18:54:49 commodoroII kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
ott 16 18:54:49 commodoroII kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
ott 16 18:54:49 commodoroII kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
ott 16 18:54:49 commodoroII kernel: audit: initializing netlink subsys (disabled)
ott 16 18:54:49 commodoroII kernel: audit: type=2000 audit(1665939286.006:1): state=initialized audit_enabled=0 res=1
ott 16 18:54:49 commodoroII kernel: thermal_sys: Registered thermal governor 'fair_share'
ott 16 18:54:49 commodoroII kernel: thermal_sys: Registered thermal governor 'bang_bang'
ott 16 18:54:49 commodoroII kernel: thermal_sys: Registered thermal governor 'step_wise'
ott 16 18:54:49 commodoroII kernel: thermal_sys: Registered thermal governor 'user_space'
ott 16 18:54:49 commodoroII kernel: thermal_sys: Registered thermal governor 'power_allocator'
ott 16 18:54:49 commodoroII kernel: cpuidle: using governor ladder
ott 16 18:54:49 commodoroII kernel: cpuidle: using governor menu
ott 16 18:54:49 commodoroII kernel: Detected 1 PCC Subspaces
ott 16 18:54:49 commodoroII kernel: Registering PCC driver as Mailbox controller
ott 16 18:54:49 commodoroII kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ott 16 18:54:49 commodoroII kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ott 16 18:54:49 commodoroII kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
ott 16 18:54:49 commodoroII kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
ott 16 18:54:49 commodoroII kernel: PCI: Using configuration type 1 for base access
ott 16 18:54:49 commodoroII kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ott 16 18:54:49 commodoroII kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
ott 16 18:54:49 commodoroII kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
ott 16 18:54:49 commodoroII kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
ott 16 18:54:49 commodoroII kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
ott 16 18:54:49 commodoroII kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Module Device)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Processor Device)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Processor Aggregator Device)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Linux-Dell-Video)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
ott 16 18:54:49 commodoroII kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
ott 16 18:54:49 commodoroII kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
ott 16 18:54:49 commodoroII kernel: ACPI: EC: EC started
ott 16 18:54:49 commodoroII kernel: ACPI: EC: interrupt blocked
ott 16 18:54:49 commodoroII kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ott 16 18:54:49 commodoroII kernel: ACPI: EC: Boot ECDT EC used to handle transactions
ott 16 18:54:49 commodoroII kernel: ACPI: Dynamic OEM Table Load:
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0xFFFF8FDD4177A800 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: Dynamic OEM Table Load:
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0xFFFF8FDD41658800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: Dynamic OEM Table Load:
ott 16 18:54:49 commodoroII kernel: ACPI: SSDT 0xFFFF8FDD41777E00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
ott 16 18:54:49 commodoroII kernel: ACPI: Interpreter enabled
ott 16 18:54:49 commodoroII kernel: ACPI: PM: (supports S0 S3 S4 S5)
ott 16 18:54:49 commodoroII kernel: ACPI: Using IOAPIC for interrupt routing
ott 16 18:54:49 commodoroII kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ott 16 18:54:49 commodoroII kernel: PCI: Using E820 reservations for host bridge windows
ott 16 18:54:49 commodoroII kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [PG00]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [PG01]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [PG02]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [PC05]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PM: Power Resource [WRST]
ott 16 18:54:49 commodoroII kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
ott 16 18:54:49 commodoroII kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
ott 16 18:54:49 commodoroII kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
ott 16 18:54:49 commodoroII kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
ott 16 18:54:49 commodoroII kernel: PCI host bridge to bus 0000:00
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [mem 0x98000000-0xdfffffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfe113fff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: reg 0x10: [mem 0x99000000-0x99ffffff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
ott 16 18:54:49 commodoroII kernel: pci 0000:00:03.0: reg 0x10: [mem 0x9b31c000-0x9b31ffff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:04.0: [8086:1603] type 00 class 0x118000
ott 16 18:54:49 commodoroII kernel: pci 0000:00:04.0: reg 0x10: [mem 0x9b310000-0x9b317fff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
ott 16 18:54:49 commodoroII kernel: pci 0000:00:14.0: reg 0x10: [mem 0x9b300000-0x9b30ffff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
ott 16 18:54:49 commodoroII kernel: pci 0000:00:16.0: reg 0x10: [mem 0x9b324000-0x9b32401f 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x9b318000-0x9b31bfff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x10: [io  0x50b0-0x50b7]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x14: [io  0x50a0-0x50a3]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x18: [io  0x5090-0x5097]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x5080-0x5083]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: reg 0x24: [mem 0x9b322000-0x9b3227ff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.2: PME# supported from D3hot
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x9b321000-0x9b3210ff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.3: reg 0x20: [io  0x5040-0x505f]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x9b320000-0x9b320fff 64bit]
ott 16 18:54:49 commodoroII kernel: acpiphp: Slot [1] registered
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: reg 0x10: [io  0x4000-0x40ff]
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: reg 0x18: [mem 0x9b204000-0x9b204fff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: reg 0x20: [mem 0x9b200000-0x9b203fff 64bit]
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: supports D1 D2
ott 16 18:54:49 commodoroII kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2:   bridge window [mem 0x9b200000-0x9b2fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:03:00.0: [14c3:7630] type 00 class 0x028000
ott 16 18:54:49 commodoroII kernel: pci 0000:03:00.0: reg 0x10: [mem 0x9b100000-0x9b1fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3:   bridge window [mem 0x9b100000-0x9b1fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: [10de:1299] type 00 class 0x030200
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: reg 0x10: [mem 0x9a000000-0x9affffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: reg 0x24: [io  0x3000-0x307f]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: reg 0x30: [mem 0x9b000000-0x9b07ffff pref]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: Enabling HDA controller
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.1: [10de:0e0f] type 00 class 0x040300
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.1: reg 0x10: [mem 0x9b080000-0x9b083fff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [mem 0x9a000000-0x9b0fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 14
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 3
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 4
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 10
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 6
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 5
ott 16 18:54:49 commodoroII kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 15
ott 16 18:54:49 commodoroII kernel: ACPI: EC: interrupt unblocked
ott 16 18:54:49 commodoroII kernel: ACPI: EC: event unblocked
ott 16 18:54:49 commodoroII kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ott 16 18:54:49 commodoroII kernel: ACPI: EC: GPE=0xa
ott 16 18:54:49 commodoroII kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
ott 16 18:54:49 commodoroII kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
ott 16 18:54:49 commodoroII kernel: iommu: Default domain type: Translated 
ott 16 18:54:49 commodoroII kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
ott 16 18:54:49 commodoroII kernel: SCSI subsystem initialized
ott 16 18:54:49 commodoroII kernel: libata version 3.00 loaded.
ott 16 18:54:49 commodoroII kernel: ACPI: bus type USB registered
ott 16 18:54:49 commodoroII kernel: usbcore: registered new interface driver usbfs
ott 16 18:54:49 commodoroII kernel: usbcore: registered new interface driver hub
ott 16 18:54:49 commodoroII kernel: usbcore: registered new device driver usb
ott 16 18:54:49 commodoroII kernel: pps_core: LinuxPPS API ver. 1 registered
ott 16 18:54:49 commodoroII kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
ott 16 18:54:49 commodoroII kernel: PTP clock support registered
ott 16 18:54:49 commodoroII kernel: EDAC MC: Ver: 3.0.0
ott 16 18:54:49 commodoroII kernel: Registered efivars operations
ott 16 18:54:49 commodoroII kernel: NetLabel: Initializing
ott 16 18:54:49 commodoroII kernel: NetLabel:  domain hash size = 128
ott 16 18:54:49 commodoroII kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
ott 16 18:54:49 commodoroII kernel: NetLabel:  unlabeled traffic allowed by default
ott 16 18:54:49 commodoroII kernel: mctp: management component transport protocol core
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_MCTP protocol family
ott 16 18:54:49 commodoroII kernel: PCI: Using ACPI for IRQ routing
ott 16 18:54:49 commodoroII kernel: PCI: pci_cache_line_size set to 64 bytes
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x8dfc4000-0x8fffffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x90829000-0x93ffffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x92a27000-0x93ffffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x92f86000-0x93ffffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x94fff000-0x97ffffff]
ott 16 18:54:49 commodoroII kernel: e820: reserve RAM buffer [mem 0x367000000-0x367ffffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: vgaarb: bridge control possible
ott 16 18:54:49 commodoroII kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
ott 16 18:54:49 commodoroII kernel: vgaarb: loaded
ott 16 18:54:49 commodoroII kernel: clocksource: Switched to clocksource tsc-early
ott 16 18:54:49 commodoroII kernel: VFS: Disk quotas dquot_6.6.0
ott 16 18:54:49 commodoroII kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
ott 16 18:54:49 commodoroII kernel: pnp: PnP ACPI init
ott 16 18:54:49 commodoroII kernel: system 00:00: [io  0x0240-0x0259] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0x0680-0x069f] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0xffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0xffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0xffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0x1800-0x18fe] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:03: [io  0x164e-0x164f] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:05: [io  0x1854-0x1857] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] could not be reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0x98010000-0x9801ffff] has been reserved
ott 16 18:54:49 commodoroII kernel: system 00:06: [mem 0x98000000-0x9800ffff] has been reserved
ott 16 18:54:49 commodoroII kernel: pnp: PnP ACPI: found 8 devices
ott 16 18:54:49 commodoroII kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_INET protocol family
ott 16 18:54:49 commodoroII kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
ott 16 18:54:49 commodoroII kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
ott 16 18:54:49 commodoroII kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
ott 16 18:54:49 commodoroII kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
ott 16 18:54:49 commodoroII kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
ott 16 18:54:49 commodoroII kernel: TCP: Hash tables configured (established 131072 bind 65536)
ott 16 18:54:49 commodoroII kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
ott 16 18:54:49 commodoroII kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
ott 16 18:54:49 commodoroII kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_XDP protocol family
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.2:   bridge window [mem 0x9b200000-0x9b2fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.3:   bridge window [mem 0x9b100000-0x9b1fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [mem 0x9a000000-0x9b0fffff]
ott 16 18:54:49 commodoroII kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: resource 7 [mem 0x98000000-0xdfffffff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:00: resource 8 [mem 0xfe000000-0xfe113fff window]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:02: resource 1 [mem 0x9b200000-0x9b2fffff]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:03: resource 1 [mem 0x9b100000-0x9b1fffff]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:04: resource 1 [mem 0x9a000000-0x9b0fffff]
ott 16 18:54:49 commodoroII kernel: pci_bus 0000:04: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
ott 16 18:54:49 commodoroII kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
ott 16 18:54:49 commodoroII kernel: PCI: CLS 64 bytes, default 64
ott 16 18:54:49 commodoroII kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
ott 16 18:54:49 commodoroII kernel: software IO TLB: mapped [mem 0x00000000890d9000-0x000000008d0d9000] (64MB)
ott 16 18:54:49 commodoroII kernel: Trying to unpack rootfs image as initramfs...
ott 16 18:54:49 commodoroII kernel: Initialise system trusted keyrings
ott 16 18:54:49 commodoroII kernel: Key type blacklist registered
ott 16 18:54:49 commodoroII kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
ott 16 18:54:49 commodoroII kernel: zbud: loaded
ott 16 18:54:49 commodoroII kernel: integrity: Platform Keyring initialized
ott 16 18:54:49 commodoroII kernel: integrity: Machine keyring initialized
ott 16 18:54:49 commodoroII kernel: Key type asymmetric registered
ott 16 18:54:49 commodoroII kernel: Asymmetric key parser 'x509' registered
ott 16 18:54:49 commodoroII kernel: Freeing initrd memory: 13796K
ott 16 18:54:49 commodoroII kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
ott 16 18:54:49 commodoroII kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
ott 16 18:54:49 commodoroII kernel: io scheduler mq-deadline registered
ott 16 18:54:49 commodoroII kernel: io scheduler kyber registered
ott 16 18:54:49 commodoroII kernel: io scheduler bfq registered
ott 16 18:54:49 commodoroII kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
ott 16 18:54:49 commodoroII kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 43
ott 16 18:54:49 commodoroII kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 44
ott 16 18:54:49 commodoroII kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 45
ott 16 18:54:49 commodoroII kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ott 16 18:54:49 commodoroII kernel: ACPI: AC: AC Adapter [AC0] (on-line)
ott 16 18:54:49 commodoroII kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
ott 16 18:54:49 commodoroII kernel: ACPI: button: Lid Switch [LID]
ott 16 18:54:49 commodoroII kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
ott 16 18:54:49 commodoroII kernel: ACPI: button: Sleep Button [SLPB]
ott 16 18:54:49 commodoroII kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ott 16 18:54:49 commodoroII kernel: ACPI: button: Power Button [PWRF]
ott 16 18:54:49 commodoroII kernel: thermal LNXTHERM:00: registered as thermal_zone0
ott 16 18:54:49 commodoroII kernel: ACPI: thermal: Thermal Zone [THRM] (37 C)
ott 16 18:54:49 commodoroII kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
ott 16 18:54:49 commodoroII kernel: hpet_acpi_add: no address or irqs in _CRS
ott 16 18:54:49 commodoroII kernel: Non-volatile memory driver v1.3
ott 16 18:54:49 commodoroII kernel: Linux agpgart interface v0.103
ott 16 18:54:49 commodoroII kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
ott 16 18:54:49 commodoroII kernel: ACPI: bus type drm_connector registered
ott 16 18:54:49 commodoroII kernel: ahci 0000:00:1f.2: version 3.0
ott 16 18:54:49 commodoroII kernel: ACPI: battery: Slot [BAT0] (battery present)
ott 16 18:54:49 commodoroII kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
ott 16 18:54:49 commodoroII kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
ott 16 18:54:49 commodoroII kernel: scsi host0: ahci
ott 16 18:54:49 commodoroII kernel: scsi host1: ahci
ott 16 18:54:49 commodoroII kernel: scsi host2: ahci
ott 16 18:54:49 commodoroII kernel: scsi host3: ahci
ott 16 18:54:49 commodoroII kernel: ata1: SATA max UDMA/133 abar m2048@0x9b322000 port 0x9b322100 irq 46
ott 16 18:54:49 commodoroII kernel: ata2: SATA max UDMA/133 abar m2048@0x9b322000 port 0x9b322180 irq 46
ott 16 18:54:49 commodoroII kernel: ata3: DUMMY
ott 16 18:54:49 commodoroII kernel: ata4: DUMMY
ott 16 18:54:49 commodoroII kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ott 16 18:54:49 commodoroII kernel: ehci-pci: EHCI PCI platform driver
ott 16 18:54:49 commodoroII kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ott 16 18:54:49 commodoroII kernel: ohci-pci: OHCI PCI platform driver
ott 16 18:54:49 commodoroII kernel: uhci_hcd: USB Universal Host Controller Interface driver
ott 16 18:54:49 commodoroII kernel: usbcore: registered new interface driver usbserial_generic
ott 16 18:54:49 commodoroII kernel: usbserial: USB Serial support registered for generic
ott 16 18:54:49 commodoroII kernel: rtc_cmos 00:04: RTC can wake from S4
ott 16 18:54:49 commodoroII kernel: rtc_cmos 00:04: registered as rtc0
ott 16 18:54:49 commodoroII kernel: rtc_cmos 00:04: setting system clock to 2022-10-16T16:54:46 UTC (1665939286)
ott 16 18:54:49 commodoroII kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
ott 16 18:54:49 commodoroII kernel: intel_pstate: Intel P-state driver initializing
ott 16 18:54:49 commodoroII kernel: ledtrig-cpu: registered to indicate activity on CPUs
ott 16 18:54:49 commodoroII kernel: efifb: probing for efifb
ott 16 18:54:49 commodoroII kernel: efifb: framebuffer at 0xa0000000, using 3072k, total 3072k
ott 16 18:54:49 commodoroII kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
ott 16 18:54:49 commodoroII kernel: efifb: scrolling: redraw
ott 16 18:54:49 commodoroII kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
ott 16 18:54:49 commodoroII kernel: fbcon: Deferring console take-over
ott 16 18:54:49 commodoroII kernel: fb0: EFI VGA frame buffer device
ott 16 18:54:49 commodoroII kernel: hid: raw HID events driver (C) Jiri Kosina
ott 16 18:54:49 commodoroII kernel: drop_monitor: Initializing network drop monitor service
ott 16 18:54:49 commodoroII kernel: Initializing XFRM netlink socket
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_INET6 protocol family
ott 16 18:54:49 commodoroII kernel: Segment Routing with IPv6
ott 16 18:54:49 commodoroII kernel: RPL Segment Routing with IPv6
ott 16 18:54:49 commodoroII kernel: In-situ OAM (IOAM) with IPv6
ott 16 18:54:49 commodoroII kernel: NET: Registered PF_PACKET protocol family
ott 16 18:54:49 commodoroII kernel: microcode: sig=0x306d4, pf=0x40, revision=0x2f
ott 16 18:54:49 commodoroII kernel: microcode: Microcode Update Driver: v2.2.
ott 16 18:54:49 commodoroII kernel: IPI shorthand broadcast: enabled
ott 16 18:54:49 commodoroII kernel: sched_clock: Marking stable (274641507, 1381545)->(298179208, -22156156)
ott 16 18:54:49 commodoroII kernel: registered taskstats version 1
ott 16 18:54:49 commodoroII kernel: Loading compiled-in X.509 certificates
ott 16 18:54:49 commodoroII kernel: Loaded X.509 cert 'Build time autogenerated kernel key: fb0ed67bba175219c33bcebf118983ec9276353f'
ott 16 18:54:49 commodoroII kernel: zswap: loaded using pool lz4/z3fold
ott 16 18:54:49 commodoroII kernel: Key type ._fscrypt registered
ott 16 18:54:49 commodoroII kernel: Key type .fscrypt registered
ott 16 18:54:49 commodoroII kernel: Key type fscrypt-provisioning registered
ott 16 18:54:49 commodoroII kernel: integrity: Loading X.509 certificate: UEFI:db
ott 16 18:54:49 commodoroII kernel: integrity: Loaded X.509 cert 'my Signature Database key: ede93f31286408c612c13794c6605bac6408ff20'
ott 16 18:54:49 commodoroII kernel: PM:   Magic number: 10:814:944
ott 16 18:54:49 commodoroII kernel: tty tty1: hash matches
ott 16 18:54:49 commodoroII kernel: RAS: Correctable Errors collector initialized.
ott 16 18:54:49 commodoroII kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ott 16 18:54:49 commodoroII kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ott 16 18:54:49 commodoroII kernel: ata2.00: ATA-11: WDC  WDS500G2B0A-00SM50, 415020WD, max UDMA/133
ott 16 18:54:49 commodoroII kernel: ata2.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
ott 16 18:54:49 commodoroII kernel: ata2.00: Features: Dev-Sleep
ott 16 18:54:49 commodoroII kernel: ata1.00: LPM support broken, forcing max_power
ott 16 18:54:49 commodoroII kernel: ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30001, max UDMA/133
ott 16 18:54:49 commodoroII kernel: ata2.00: configured for UDMA/133
ott 16 18:54:49 commodoroII kernel: ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32)
ott 16 18:54:49 commodoroII kernel: ata1.00: LPM support broken, forcing max_power
ott 16 18:54:49 commodoroII kernel: ata1.00: configured for UDMA/133
ott 16 18:54:49 commodoroII kernel: ahci 0000:00:1f.2: port does not support device sleep
ott 16 18:54:49 commodoroII kernel: scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 0001 PQ: 0 ANSI: 5
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
ott 16 18:54:49 commodoroII kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC  WDS500G2B0A 20WD PQ: 0 ANSI: 5
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] Write Protect is off
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] Write Protect is off
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
ott 16 18:54:49 commodoroII kernel:  sdb: sdb1 sdb2 sdb3
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
ott 16 18:54:49 commodoroII kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: [sda] Attached SCSI disk
ott 16 18:54:49 commodoroII kernel: Freeing unused decrypted memory: 2036K
ott 16 18:54:49 commodoroII kernel: Freeing unused kernel image (initmem) memory: 2120K
ott 16 18:54:49 commodoroII kernel: Write protecting the kernel read-only data: 28672k
ott 16 18:54:49 commodoroII kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
ott 16 18:54:49 commodoroII kernel: Freeing unused kernel image (rodata/data gap) memory: 968K
ott 16 18:54:49 commodoroII kernel: tsc: Refined TSC clocksource calibration: 2396.532 MHz
ott 16 18:54:49 commodoroII kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x228b6b4624b, max_idle_ns: 440795269686 ns
ott 16 18:54:49 commodoroII kernel: clocksource: Switched to clocksource tsc
ott 16 18:54:49 commodoroII kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
ott 16 18:54:49 commodoroII kernel: rodata_test: all tests were successful
ott 16 18:54:49 commodoroII kernel: x86/mm: Checking user space page tables
ott 16 18:54:49 commodoroII kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
ott 16 18:54:49 commodoroII kernel: Run /init as init process
ott 16 18:54:49 commodoroII kernel:   with arguments:
ott 16 18:54:49 commodoroII kernel:     /init
ott 16 18:54:49 commodoroII kernel:   with environment:
ott 16 18:54:49 commodoroII kernel:     HOME=/
ott 16 18:54:49 commodoroII kernel:     TERM=linux
ott 16 18:54:49 commodoroII kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
ott 16 18:54:49 commodoroII kernel: fbcon: Taking over console
ott 16 18:54:49 commodoroII kernel: Console: switching to colour frame buffer device 128x48
ott 16 18:54:49 commodoroII kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
ott 16 18:54:49 commodoroII kernel: i8042: Detected active multiplexing controller, rev 1.1
ott 16 18:54:49 commodoroII kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
ott 16 18:54:49 commodoroII kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
ott 16 18:54:49 commodoroII kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
ott 16 18:54:49 commodoroII kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
ott 16 18:54:49 commodoroII kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
ott 16 18:54:49 commodoroII kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
ott 16 18:54:49 commodoroII kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
ott 16 18:54:49 commodoroII kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
ott 16 18:54:49 commodoroII kernel: usb usb1: Product: xHCI Host Controller
ott 16 18:54:49 commodoroII kernel: usb usb1: Manufacturer: Linux 6.0.1-arch2-1 xhci-hcd
ott 16 18:54:49 commodoroII kernel: usb usb1: SerialNumber: 0000:00:14.0
ott 16 18:54:49 commodoroII kernel: hub 1-0:1.0: USB hub found
ott 16 18:54:49 commodoroII kernel: hub 1-0:1.0: 11 ports detected
ott 16 18:54:49 commodoroII kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
ott 16 18:54:49 commodoroII kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
ott 16 18:54:49 commodoroII kernel: usb usb2: Product: xHCI Host Controller
ott 16 18:54:49 commodoroII kernel: usb usb2: Manufacturer: Linux 6.0.1-arch2-1 xhci-hcd
ott 16 18:54:49 commodoroII kernel: usb usb2: SerialNumber: 0000:00:14.0
ott 16 18:54:49 commodoroII kernel: hub 2-0:1.0: USB hub found
ott 16 18:54:49 commodoroII kernel: hub 2-0:1.0: 4 ports detected
ott 16 18:54:49 commodoroII kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
ott 16 18:54:49 commodoroII kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
ott 16 18:54:49 commodoroII kernel: usb 1-5: New USB device found, idVendor=0bda, idProduct=57b5, bcdDevice= 0.12
ott 16 18:54:49 commodoroII kernel: usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
ott 16 18:54:49 commodoroII kernel: usb 1-5: Product: USB Camera
ott 16 18:54:49 commodoroII kernel: usb 1-5: Manufacturer: 04081-00092400F5PPNZ
ott 16 18:54:49 commodoroII kernel: usb 1-5: SerialNumber: 200901010001
ott 16 18:54:49 commodoroII kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
ott 16 18:54:49 commodoroII kernel: usb 1-6: New USB device found, idVendor=0489, idProduct=e080, bcdDevice= 1.00
ott 16 18:54:49 commodoroII kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
ott 16 18:54:49 commodoroII kernel: usb 1-6: Product: BT
ott 16 18:54:49 commodoroII kernel: usb 1-6: Manufacturer: MediaTek
ott 16 18:54:49 commodoroII kernel: usb 1-6: SerialNumber: 1.0
ott 16 18:54:49 commodoroII kernel: usb 1-8: new high-speed USB device number 4 using xhci_hcd
ott 16 18:54:49 commodoroII kernel: usb 1-8: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
ott 16 18:54:49 commodoroII kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
ott 16 18:54:49 commodoroII kernel: usb 1-8: Product: USB2.0-CRW
ott 16 18:54:49 commodoroII kernel: usb 1-8: Manufacturer: Generic
ott 16 18:54:49 commodoroII kernel: usb 1-8: SerialNumber: 20100201396000000
ott 16 18:54:49 commodoroII kernel: usbcore: registered new interface driver rtsx_usb
ott 16 18:54:49 commodoroII kernel: EXT4-fs (sdb2): mounted filesystem with ordered data mode. Quota mode: none.
ott 16 18:54:49 commodoroII systemd[1]: systemd 251.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
ott 16 18:54:49 commodoroII systemd[1]: Detected architecture x86-64.
ott 16 18:54:49 commodoroII systemd[1]: Hostname set to <commodoroII>.
ott 16 18:54:49 commodoroII systemd[1]: Queued start job for default target Graphical Interface.
ott 16 18:54:49 commodoroII systemd[1]: Created slice Slice /system/getty.
ott 16 18:54:49 commodoroII systemd[1]: Created slice Slice /system/modprobe.
ott 16 18:54:49 commodoroII systemd[1]: Created slice Slice /system/systemd-fsck.
ott 16 18:54:49 commodoroII systemd[1]: Created slice User and Session Slice.
ott 16 18:54:49 commodoroII systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
ott 16 18:54:49 commodoroII systemd[1]: Started Forward Password Requests to Wall Directory Watch.
ott 16 18:54:49 commodoroII systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Local Encrypted Volumes.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Login Prompts.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Local Integrity Protected Volumes.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Remote File Systems.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Slice Units.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Swaps.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Local Verity Protected Volumes.
ott 16 18:54:49 commodoroII systemd[1]: Listening on Device-mapper event daemon FIFOs.
ott 16 18:54:49 commodoroII systemd[1]: Listening on LVM2 poll daemon socket.
ott 16 18:54:49 commodoroII systemd[1]: Listening on Process Core Dump Socket.
ott 16 18:54:49 commodoroII systemd[1]: Listening on Journal Audit Socket.
ott 16 18:54:49 commodoroII systemd[1]: Listening on Journal Socket (/dev/log).
ott 16 18:54:49 commodoroII systemd[1]: Listening on Journal Socket.
ott 16 18:54:49 commodoroII systemd[1]: Listening on udev Control Socket.
ott 16 18:54:49 commodoroII systemd[1]: Listening on udev Kernel Socket.
ott 16 18:54:49 commodoroII systemd[1]: Mounting Huge Pages File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounting POSIX Message Queue File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounting Kernel Debug File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounting Kernel Trace File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounting Temporary Directory /tmp...
ott 16 18:54:49 commodoroII systemd[1]: Starting Create List of Static Device Nodes...
ott 16 18:54:49 commodoroII systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
ott 16 18:54:49 commodoroII systemd[1]: Starting Load Kernel Module configfs...
ott 16 18:54:49 commodoroII systemd[1]: Starting Load Kernel Module drm...
ott 16 18:54:49 commodoroII systemd[1]: Starting Load Kernel Module fuse...
ott 16 18:54:49 commodoroII systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
ott 16 18:54:49 commodoroII systemd[1]: Starting Journal Service...
ott 16 18:54:49 commodoroII systemd[1]: Starting Load Kernel Modules...
ott 16 18:54:49 commodoroII systemd[1]: Starting Remount Root and Kernel File Systems...
ott 16 18:54:49 commodoroII systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
ott 16 18:54:49 commodoroII systemd[1]: Starting Coldplug All udev Devices...
ott 16 18:54:49 commodoroII systemd[1]: Mounted Huge Pages File System.
ott 16 18:54:49 commodoroII systemd[1]: Mounted POSIX Message Queue File System.
ott 16 18:54:49 commodoroII systemd[1]: Mounted Kernel Debug File System.
ott 16 18:54:49 commodoroII systemd[1]: Mounted Kernel Trace File System.
ott 16 18:54:49 commodoroII systemd[1]: Mounted Temporary Directory /tmp.
ott 16 18:54:49 commodoroII systemd[1]: Finished Create List of Static Device Nodes.
ott 16 18:54:49 commodoroII systemd[1]: modprobe@configfs.service: Deactivated successfully.
ott 16 18:54:49 commodoroII systemd[1]: Finished Load Kernel Module configfs.
ott 16 18:54:49 commodoroII systemd[1]: modprobe@drm.service: Deactivated successfully.
ott 16 18:54:49 commodoroII systemd[1]: Finished Load Kernel Module drm.
ott 16 18:54:49 commodoroII systemd[1]: Mounting Kernel Configuration File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounted Kernel Configuration File System.
ott 16 18:54:49 commodoroII kernel: EXT4-fs (sdb2): re-mounted. Quota mode: none.
ott 16 18:54:49 commodoroII systemd[1]: Finished Remount Root and Kernel File Systems.
ott 16 18:54:49 commodoroII kernel: fuse: init (API version 7.36)
ott 16 18:54:49 commodoroII systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.350:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
ott 16 18:54:49 commodoroII systemd[1]: Starting Load/Save Random Seed...
ott 16 18:54:49 commodoroII systemd[1]: Starting Create System Users...
ott 16 18:54:49 commodoroII systemd[1]: modprobe@fuse.service: Deactivated successfully.
ott 16 18:54:49 commodoroII systemd[1]: Finished Load Kernel Module fuse.
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.354:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII kernel: audit: type=1131 audit(1665939289.354:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: Mounting FUSE Control File System...
ott 16 18:54:49 commodoroII systemd[1]: Mounted FUSE Control File System.
ott 16 18:54:49 commodoroII systemd[1]: Finished Load/Save Random Seed.
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.367:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:49 commodoroII kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
ott 16 18:54:49 commodoroII kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
ott 16 18:54:49 commodoroII systemd[1]: Finished Create System Users.
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.387:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII kernel: device-mapper: uevent: version 1.0.3
ott 16 18:54:49 commodoroII kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
ott 16 18:54:49 commodoroII systemd-journald[216]: Journal started
ott 16 18:54:49 commodoroII systemd-journald[216]: Runtime Journal (/run/log/journal/824f7d4e3491407d8be2ec0dec103eaf) is 8.0M, max 593.4M, 585.4M free.
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd-modules-load[217]: Inserted module 'crypto_user'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd-modules-load[217]: Inserted module 'sg'
ott 16 18:54:49 commodoroII systemd-modules-load[217]: Inserted module 'dm_multipath'
ott 16 18:54:49 commodoroII systemd[1]: Starting Flush Journal to Persistent Storage...
ott 16 18:54:49 commodoroII systemd[1]: Starting Create Static Device Nodes in /dev...
ott 16 18:54:49 commodoroII systemd[1]: Started Journal Service.
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.404:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd-journald[216]: Time spent on flushing to /var/log/journal/824f7d4e3491407d8be2ec0dec103eaf is 46.299ms for 816 entries.
ott 16 18:54:49 commodoroII systemd-journald[216]: System Journal (/var/log/journal/824f7d4e3491407d8be2ec0dec103eaf) is 1.6G, max 4.0G, 2.3G free.
ott 16 18:54:49 commodoroII systemd-journald[216]: Received client request to flush runtime journal.
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.450:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII kernel: audit: type=1130 audit(1665939289.454:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII kernel: audit: type=1334 audit(1665939289.490:10): prog-id=9 op=LOAD
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit: BPF prog-id=9 op=LOAD
ott 16 18:54:49 commodoroII audit: BPF prog-id=10 op=LOAD
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
ott 16 18:54:49 commodoroII systemd[1]: Finished Create Static Device Nodes in /dev.
ott 16 18:54:49 commodoroII systemd[1]: Reached target Preparation for Local File Systems.
ott 16 18:54:49 commodoroII systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
ott 16 18:54:49 commodoroII systemd[1]: Starting Rule-based Manager for Device Events and Files...
ott 16 18:54:49 commodoroII systemd[1]: Finished Coldplug All udev Devices.
ott 16 18:54:49 commodoroII systemd-udevd[232]: Using default interface naming scheme 'v251'.
ott 16 18:54:49 commodoroII systemd-udevd[232]: /usr/lib/udev/rules.d/99-sdx.rules:1 Invalid key 'BUS'
ott 16 18:54:49 commodoroII systemd[1]: Started Rule-based Manager for Device Events and Files.
ott 16 18:54:49 commodoroII systemd[1]: Finished Flush Journal to Persistent Storage.
ott 16 18:54:49 commodoroII kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input8
ott 16 18:54:49 commodoroII kernel: Consider using thermal netlink events interface
ott 16 18:54:49 commodoroII systemd[1]: Found device WDC_WDS500G2B0A-00SM50 1.
ott 16 18:54:49 commodoroII systemd[1]: Starting File System Check on /dev/disk/by-uuid/CB78-A492...
ott 16 18:54:49 commodoroII systemd[1]: Found device WDC_WDS500G2B0A-00SM50 3.
ott 16 18:54:49 commodoroII systemd[1]: Starting File System Check on /dev/disk/by-uuid/f40889d2-6c5c-4a56-b19e-53495fcfc8f6...
ott 16 18:54:49 commodoroII systemd-fsck[273]: fsck.fat 4.2 (2021-01-31)
ott 16 18:54:49 commodoroII systemd-fsck[273]: /dev/sdb1: 21 files, 126/130811 clusters
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-CB78\x2dA492 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: Finished File System Check on /dev/disk/by-uuid/CB78-A492.
ott 16 18:54:49 commodoroII systemd-fsck[274]: /dev/sdb3: clean, 1143335/20668416 files, 43188452/82643713 blocks
ott 16 18:54:49 commodoroII systemd[1]: Mounting /efi...
ott 16 18:54:49 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-f40889d2\x2d6c5c\x2d4a56\x2db19e\x2d53495fcfc8f6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:49 commodoroII systemd[1]: Finished File System Check on /dev/disk/by-uuid/f40889d2-6c5c-4a56-b19e-53495fcfc8f6.
ott 16 18:54:49 commodoroII systemd[1]: Mounting /home...
ott 16 18:54:50 commodoroII systemd[1]: Mounted /home.
ott 16 18:54:50 commodoroII kernel: nvidia: loading out-of-tree module taints kernel.
ott 16 18:54:50 commodoroII kernel: nvidia: module license 'NVIDIA' taints kernel.
ott 16 18:54:50 commodoroII kernel: Disabling lock debugging due to kernel taint
ott 16 18:54:50 commodoroII kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Quota mode: none.
ott 16 18:54:50 commodoroII mtp-probe[286]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
ott 16 18:54:50 commodoroII mtp-probe[286]: bus: 1, device: 2 was not an MTP device
ott 16 18:54:50 commodoroII kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
ott 16 18:54:50 commodoroII systemd[1]: Mounted /efi.
ott 16 18:54:50 commodoroII systemd[1]: Reached target Local File Systems.
ott 16 18:54:50 commodoroII mtp-probe[298]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
ott 16 18:54:50 commodoroII mtp-probe[301]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
ott 16 18:54:50 commodoroII mtp-probe[298]: bus: 1, device: 3 was not an MTP device
ott 16 18:54:50 commodoroII mtp-probe[301]: bus: 1, device: 4 was not an MTP device
ott 16 18:54:50 commodoroII systemd[1]: Starting Rebuild Dynamic Linker Cache...
ott 16 18:54:50 commodoroII systemd[1]: Starting Set Up Additional Binary Formats...
ott 16 18:54:50 commodoroII systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
ott 16 18:54:50 commodoroII systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
ott 16 18:54:50 commodoroII systemd[1]: Starting Create Volatile Files and Directories...
ott 16 18:54:50 commodoroII systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 320 (systemd-binfmt)
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Finished Create Volatile Files and Directories.
ott 16 18:54:50 commodoroII systemd[1]: Starting Rebuild Journal Catalog...
ott 16 18:54:50 commodoroII audit: BPF prog-id=11 op=LOAD
ott 16 18:54:50 commodoroII audit: BPF prog-id=12 op=LOAD
ott 16 18:54:50 commodoroII systemd[1]: Starting Network Name Resolution...
ott 16 18:54:50 commodoroII systemd[1]: Starting Network Time Synchronization...
ott 16 18:54:50 commodoroII systemd[1]: Starting Record System Boot/Shutdown in UTMP...
ott 16 18:54:50 commodoroII audit[338]: SYSTEM_BOOT pid=338 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Finished Record System Boot/Shutdown in UTMP.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Finished Rebuild Journal Catalog.
ott 16 18:54:50 commodoroII systemd[1]: Mounting Arbitrary Executable File Formats File System...
ott 16 18:54:50 commodoroII systemd[1]: Finished Rebuild Dynamic Linker Cache.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Starting Update is Completed...
ott 16 18:54:50 commodoroII systemd[1]: Mounted Arbitrary Executable File Formats File System.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Finished Set Up Additional Binary Formats.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Finished Update is Completed.
ott 16 18:54:50 commodoroII systemd-resolved[336]: Positive Trust Anchors:
ott 16 18:54:50 commodoroII systemd-resolved[336]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
ott 16 18:54:50 commodoroII systemd-resolved[336]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
ott 16 18:54:50 commodoroII systemd[1]: Started Network Time Synchronization.
ott 16 18:54:50 commodoroII systemd[1]: Reached target System Time Set.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd-resolved[336]: Using system hostname 'commodoroII'.
ott 16 18:54:50 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:50 commodoroII systemd[1]: Started Network Name Resolution.
ott 16 18:54:50 commodoroII systemd[1]: Reached target Host and Network Name Lookups.
ott 16 18:54:50 commodoroII kernel: mc: Linux media interface: v0.10
ott 16 18:54:50 commodoroII kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
ott 16 18:54:50 commodoroII kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.141.03  Thu Jun 30 18:45:31 UTC 2022
ott 16 18:54:50 commodoroII kernel: Console: switching to colour dummy device 80x25
ott 16 18:54:50 commodoroII kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
ott 16 18:54:50 commodoroII kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
ott 16 18:54:50 commodoroII kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
ott 16 18:54:50 commodoroII kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
ott 16 18:54:50 commodoroII kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
ott 16 18:54:50 commodoroII kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
ott 16 18:54:50 commodoroII kernel: cfg80211: failed to load regulatory.db
ott 16 18:54:50 commodoroII kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
ott 16 18:54:50 commodoroII kernel: snd_hda_intel 0000:04:00.1: Disabling MSI
ott 16 18:54:50 commodoroII kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
ott 16 18:54:50 commodoroII kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.141.03  Thu Jun 30 18:34:41 UTC 2022
ott 16 18:54:50 commodoroII kernel: snd_hda_intel 0000:04:00.1: no codecs found!
ott 16 18:54:50 commodoroII kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
ott 16 18:54:50 commodoroII kernel: videodev: Linux video capture interface: v2.00
ott 16 18:54:50 commodoroII kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
ott 16 18:54:50 commodoroII kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
ott 16 18:54:50 commodoroII kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
ott 16 18:54:50 commodoroII kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input15
ott 16 18:54:50 commodoroII kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
ott 16 18:54:50 commodoroII kernel: fbcon: i915drmfb (fb0) is primary device
ott 16 18:54:50 commodoroII kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
ott 16 18:54:50 commodoroII kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
ott 16 18:54:50 commodoroII kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
ott 16 18:54:51 commodoroII kernel: i2c i2c-6: 2/2 memory slots populated (from DMI)
ott 16 18:54:51 commodoroII kernel: input: FocalTechPS/2 FocalTech Touchpad as /devices/platform/i8042/serio4/input/input13
ott 16 18:54:51 commodoroII kernel: [drm] [nvidia-drm] [GPU ID 0x00000400] Loading driver
ott 16 18:54:51 commodoroII systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
ott 16 18:54:51 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:54:51 commodoroII systemd-udevd[241]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: Found RAPL domain package
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: Found RAPL domain core
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: Found RAPL domain uncore
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: Found RAPL domain dram
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
ott 16 18:54:51 commodoroII kernel: intel_rapl_common: RAPL package-0 domain dram locked by BIOS
ott 16 18:54:51 commodoroII kernel: iTCO_vendor_support: vendor-support=0
ott 16 18:54:51 commodoroII kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
ott 16 18:54:51 commodoroII kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
ott 16 18:54:51 commodoroII kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
ott 16 18:54:51 commodoroII kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
ott 16 18:54:51 commodoroII kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
ott 16 18:54:51 commodoroII kernel: mousedev: PS/2 mouse device common for all mice
ott 16 18:54:52 commodoroII kernel: Console: switching to colour frame buffer device 170x48
ott 16 18:54:52 commodoroII kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
ott 16 18:54:52 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:54:52 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:54:52 commodoroII kernel: nvidia-uvm: Loaded the UVM driver, major device number 510.
ott 16 18:54:52 commodoroII kernel: [drm:nv_drm_load [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000400] Failed to allocate NvKmsKapiDevice
ott 16 18:54:52 commodoroII kernel: [drm:nv_drm_probe_devices [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000400] Failed to register device
ott 16 18:54:52 commodoroII systemd-udevd[236]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
ott 16 18:54:52 commodoroII systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
ott 16 18:54:52 commodoroII systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
ott 16 18:54:52 commodoroII systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
ott 16 18:54:52 commodoroII kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
ott 16 18:54:52 commodoroII kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
ott 16 18:54:52 commodoroII kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
ott 16 18:54:52 commodoroII kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
ott 16 18:54:52 commodoroII kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
ott 16 18:54:52 commodoroII systemd-modules-load[217]: Inserted module 'nvidia_uvm'
ott 16 18:54:52 commodoroII systemd-modules-load[217]: Inserted module 'pkcs8_key_parser'
ott 16 18:54:52 commodoroII kernel: Asymmetric key parser 'pkcs8' registered
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
ott 16 18:54:52 commodoroII kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
ott 16 18:54:52 commodoroII kernel: cryptd: max_cpu_qlen set to 1000
ott 16 18:54:52 commodoroII systemd-udevd[241]: nvidia_uvm: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-uvm c $(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 0'' failed with exit code 1.
ott 16 18:54:52 commodoroII kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
ott 16 18:54:52 commodoroII kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
ott 16 18:54:52 commodoroII kernel: vboxdrv: Found 4 processor cores
ott 16 18:54:52 commodoroII kernel: r8169 0000:02:00.0 eth0: RTL8168gu/8111gu, 1c:b7:2c:98:4a:69, XID 509, IRQ 52
ott 16 18:54:52 commodoroII kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
ott 16 18:54:52 commodoroII kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
ott 16 18:54:52 commodoroII systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
ott 16 18:54:52 commodoroII systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
ott 16 18:54:52 commodoroII systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
ott 16 18:54:52 commodoroII kernel: asus_wmi: ASUS WMI generic driver loaded
ott 16 18:54:52 commodoroII kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2396532032 Hz
ott 16 18:54:52 commodoroII kernel: vboxdrv: Successfully loaded version 6.1.40 r154048 (interface 0x00320000)
ott 16 18:54:52 commodoroII systemd-udevd[241]: nvidia_uvm: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-uvm-tools c $(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 1'' failed with exit code 1.
ott 16 18:54:52 commodoroII systemd-modules-load[217]: Inserted module 'vboxdrv'
ott 16 18:54:52 commodoroII kernel: asus_wmi: Initialization: 0x1
ott 16 18:54:52 commodoroII kernel: asus_wmi: BIOS WMI version: 7.9
ott 16 18:54:52 commodoroII kernel: asus_wmi: SFUN value: 0xa0077
ott 16 18:54:52 commodoroII kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
ott 16 18:54:52 commodoroII kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
ott 16 18:54:52 commodoroII kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input22
ott 16 18:54:52 commodoroII systemd[1]: Created slice Slice /system/systemd-backlight.
ott 16 18:54:52 commodoroII kernel: usb 1-5: Found UVC 1.00 device USB Camera (0bda:57b5)
ott 16 18:54:52 commodoroII systemd-modules-load[217]: Inserted module 'vboxnetadp'
ott 16 18:54:52 commodoroII kernel: AVX2 version of gcm_enc/dec engaged.
ott 16 18:54:52 commodoroII kernel: VBoxNetAdp: Successfully started.
ott 16 18:54:52 commodoroII kernel: AES CTR mode by8 optimization enabled
ott 16 18:54:52 commodoroII kernel: iTCO_wdt iTCO_wdt.3.auto: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
ott 16 18:54:52 commodoroII kernel: iTCO_wdt iTCO_wdt.3.auto: initialized. heartbeat=30 sec (nowayout=0)
ott 16 18:54:52 commodoroII kernel: input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input23
ott 16 18:54:52 commodoroII kernel: usbcore: registered new interface driver uvcvideo
ott 16 18:54:52 commodoroII systemd-modules-load[217]: Inserted module 'vboxnetflt'
ott 16 18:54:52 commodoroII kernel: VBoxNetFlt: Successfully started.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
ott 16 18:54:52 commodoroII systemd[1]: Finished Load Kernel Modules.
ott 16 18:54:52 commodoroII systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
ott 16 18:54:52 commodoroII systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
ott 16 18:54:52 commodoroII systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
ott 16 18:54:52 commodoroII systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
ott 16 18:54:52 commodoroII kernel: kauditd_printk_skb: 17 callbacks suppressed
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.287:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Starting Apply Kernel Variables...
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Finished Apply Kernel Variables.
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.307:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.310:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
ott 16 18:54:52 commodoroII systemd[1]: Reached target System Initialization.
ott 16 18:54:52 commodoroII systemd[1]: Started CUPS Scheduler.
ott 16 18:54:52 commodoroII systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
ott 16 18:54:52 commodoroII systemd[1]: Started Daily man-db regeneration.
ott 16 18:54:52 commodoroII systemd[1]: Started Daily verification of password and group files.
ott 16 18:54:52 commodoroII systemd[1]: Started Daily Cleanup of Temporary Directories.
ott 16 18:54:52 commodoroII systemd[1]: Reached target Path Units.
ott 16 18:54:52 commodoroII systemd[1]: Reached target Timer Units.
ott 16 18:54:52 commodoroII systemd[1]: Listening on CUPS Scheduler.
ott 16 18:54:52 commodoroII systemd[1]: Listening on D-Bus System Message Bus Socket.
ott 16 18:54:52 commodoroII systemd[1]: Starting Docker Socket for the API...
ott 16 18:54:52 commodoroII systemd[1]: Listening on Docker Socket for the API.
ott 16 18:54:52 commodoroII systemd[1]: Reached target Socket Units.
ott 16 18:54:52 commodoroII systemd[1]: Reached target Basic System.
ott 16 18:54:52 commodoroII systemd[1]: Starting Save/Restore Sound Card State...
ott 16 18:54:52 commodoroII systemd[1]: Manage Sound Card State (restore and store) was skipped because of a failed condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
ott 16 18:54:52 commodoroII systemd[1]: Starting D-Bus System Message Bus...
ott 16 18:54:52 commodoroII systemd[1]: Starting Netfilter Tables...
ott 16 18:54:52 commodoroII systemd[1]: Starting Powertop tunings...
ott 16 18:54:52 commodoroII audit: BPF prog-id=13 op=LOAD
ott 16 18:54:52 commodoroII kernel: audit: type=1334 audit(1665939292.327:31): prog-id=13 op=LOAD
ott 16 18:54:52 commodoroII kernel: audit: type=1334 audit(1665939292.330:32): prog-id=14 op=LOAD
ott 16 18:54:52 commodoroII kernel: audit: type=1334 audit(1665939292.330:33): prog-id=15 op=LOAD
ott 16 18:54:52 commodoroII audit: BPF prog-id=14 op=LOAD
ott 16 18:54:52 commodoroII audit: BPF prog-id=15 op=LOAD
ott 16 18:54:52 commodoroII systemd[1]: Starting User Login Management...
ott 16 18:54:52 commodoroII kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
ott 16 18:54:52 commodoroII kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Finished Save/Restore Sound Card State.
ott 16 18:54:52 commodoroII systemd[1]: Reached target Sound Card.
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.340:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII dbus-daemon[508]: dbus[508]: Unknown group "netdev" in message bus configuration file
ott 16 18:54:52 commodoroII powertop[510]: modprobe cpufreq_stats failed
ott 16 18:54:52 commodoroII kernel: spi-nor: probe of spi0.0 failed with error -22
ott 16 18:54:52 commodoroII powertop[510]: Loaded 0 prior measurements
ott 16 18:54:52 commodoroII dbus-daemon[508]: dbus[508]: Unknown group "netdev" in message bus configuration file
ott 16 18:54:52 commodoroII systemd[1]: Started D-Bus System Message Bus.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.390:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII powertop[510]: RAPL device for cpu 0
ott 16 18:54:52 commodoroII powertop[510]: RAPL Using PowerCap Sysfs : Domain Mask f
ott 16 18:54:52 commodoroII powertop[510]: RAPL device for cpu 0
ott 16 18:54:52 commodoroII powertop[510]: RAPL Using PowerCap Sysfs : Domain Mask f
ott 16 18:54:52 commodoroII kernel: mt76x0e 0000:03:00.0: disabling ASPM  L1
ott 16 18:54:52 commodoroII kernel: mt76x0e 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
ott 16 18:54:52 commodoroII kernel: mt76x0e 0000:03:00.0: ASIC revision: 76300002
ott 16 18:54:52 commodoroII systemd-logind[511]: New seat seat0.
ott 16 18:54:52 commodoroII systemd-logind[511]: Watching system buttons on /dev/input/event2 (Power Button)
ott 16 18:54:52 commodoroII kernel: mt76x0e 0000:03:00.0: Firmware Version: 1.0.07
ott 16 18:54:52 commodoroII systemd-logind[511]: Watching system buttons on /dev/input/event0 (Lid Switch)
ott 16 18:54:52 commodoroII systemd-logind[511]: Watching system buttons on /dev/input/event1 (Sleep Button)
ott 16 18:54:52 commodoroII systemd-logind[511]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Started User Login Management.
ott 16 18:54:52 commodoroII kernel: audit: type=1130 audit(1665939292.440:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII powertop[510]: Devfreq not enabled
ott 16 18:54:52 commodoroII powertop[510]: glob returned GLOB_ABORTED
ott 16 18:54:52 commodoroII kernel: Bluetooth: Core ver 2.22
ott 16 18:54:52 commodoroII kernel: NET: Registered PF_BLUETOOTH protocol family
ott 16 18:54:52 commodoroII kernel: Bluetooth: HCI device and connection manager initialized
ott 16 18:54:52 commodoroII kernel: Bluetooth: HCI socket layer initialized
ott 16 18:54:52 commodoroII kernel: Bluetooth: L2CAP socket layer initialized
ott 16 18:54:52 commodoroII kernel: Bluetooth: SCO socket layer initialized
ott 16 18:54:52 commodoroII audit[509]: NETFILTER_CFG table=filter:2 family=1 entries=14 op=nft_register_chain pid=509 comm="nft"
ott 16 18:54:52 commodoroII audit[509]: NETFILTER_CFG table=filter:2 family=1 entries=2 op=nft_unregister_table pid=509 comm="nft"
ott 16 18:54:52 commodoroII audit[509]: SYSCALL arch=c000003e syscall=46 success=yes exit=2332 a0=3 a1=7ffd57880140 a2=0 a3=7f3dcb864c2c items=0 ppid=1 pid=509 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="nft" exe="/usr/bin/nft" key=(null)
ott 16 18:54:52 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F6E6674002D66002F6574632F6E667461626C65732E636F6E66
ott 16 18:54:52 commodoroII systemd[1]: nftables.service: Deactivated successfully.
ott 16 18:54:52 commodoroII systemd[1]: Finished Netfilter Tables.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nftables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nftables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Reached target Preparation for Network.
ott 16 18:54:52 commodoroII kernel: audit: type=1325 audit(1665939292.430:37): table=filter:2 family=1 entries=14 op=nft_register_chain pid=509 comm="nft"
ott 16 18:54:52 commodoroII systemd[1]: Starting Network Manager...
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.7877] NetworkManager (version 1.40.0-1) is starting... (boot:9070a2ef-fc9d-49e1-93c7-28c7faa2395f)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.7877] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: dhcp-client.conf, dns-servers.conf)
ott 16 18:54:52 commodoroII systemd[1]: Started Network Manager.
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.7897] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Reached target Network.
ott 16 18:54:52 commodoroII systemd[1]: Starting Network Manager Wait Online...
ott 16 18:54:52 commodoroII systemd[1]: Starting CUPS Scheduler...
ott 16 18:54:52 commodoroII systemd[1]: Starting Permit User Sessions...
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.7972] manager[0x5571aec01050]: monitoring kernel firmware directory '/lib/firmware'.
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:52 commodoroII audit: BPF prog-id=16 op=LOAD
ott 16 18:54:52 commodoroII audit: BPF prog-id=17 op=LOAD
ott 16 18:54:52 commodoroII audit: BPF prog-id=18 op=LOAD
ott 16 18:54:52 commodoroII systemd[1]: Starting Hostname Service...
ott 16 18:54:52 commodoroII systemd[1]: Finished Permit User Sessions.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII systemd[1]: Starting GNOME Display Manager...
ott 16 18:54:52 commodoroII systemd[1]: Started GNOME Display Manager.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.6' (uid=0 pid=646 comm="/usr/bin/gdm")
ott 16 18:54:52 commodoroII systemd[1]: Reached target User and Group Name Lookups.
ott 16 18:54:52 commodoroII audit: BPF prog-id=19 op=LOAD
ott 16 18:54:52 commodoroII systemd[1]: Starting Accounts Service...
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.7' (uid=0 pid=639 comm="/usr/bin/cupsd -l")
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.hostname1'
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8537] hostname: hostname: using hostnamed
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8537] hostname: static hostname changed from (none) to "commodoroII"
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8540] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8544] manager[0x5571aec01050]: rfkill: Wi-Fi hardware radio set enabled
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8544] manager[0x5571aec01050]: rfkill: WWAN hardware radio set enabled
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8643] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-bluetooth.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8657] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-wifi.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8662] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-wwan.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8669] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-adsl.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8762] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-team.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8773] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.0-1/libnm-device-plugin-ovs.so)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8777] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8778] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8779] manager: Networking is enabled by state file
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8786] settings: Loaded settings plugin: keyfile (internal)
ott 16 18:54:52 commodoroII NetworkManager[635]: <warn>  [1665939292.8882] dhcp: init: DHCP client 'dhcpcd' not available
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8882] dhcp: init: Using DHCP client 'internal'
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8883] device (lo): carrier: link connected
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8885] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8898] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
ott 16 18:54:52 commodoroII NetworkManager[635]: <info>  [1665939292.8903] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
ott 16 18:54:52 commodoroII systemd[1]: Starting Manage, Install and Generate Color Profiles...
ott 16 18:54:52 commodoroII systemd[1]: Started Hostname Service.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:52 commodoroII kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=649 comm="/usr/lib/accounts-daemon")
ott 16 18:54:52 commodoroII systemd[1]: Starting Authorization Manager...
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.ColorManager'
ott 16 18:54:52 commodoroII systemd[1]: Started Manage, Install and Generate Color Profiles.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII polkitd[657]: Started polkitd version 121
ott 16 18:54:52 commodoroII polkitd[657]: Loading rules from directory /etc/polkit-1/rules.d
ott 16 18:54:52 commodoroII polkitd[657]: Loading rules from directory /usr/share/polkit-1/rules.d
ott 16 18:54:52 commodoroII polkitd[657]: Finished loading, compiling and executing 10 rules
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
ott 16 18:54:52 commodoroII systemd[1]: Started Authorization Manager.
ott 16 18:54:52 commodoroII polkitd[657]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII accounts-daemon[649]: started daemon version 22.08.0
ott 16 18:54:52 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.Accounts'
ott 16 18:54:52 commodoroII systemd[1]: Started Accounts Service.
ott 16 18:54:52 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:52 commodoroII audit[671]: USER_AUTH pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:54:52 commodoroII audit[671]: USER_ACCT pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:54:52 commodoroII audit[671]: CRED_ACQ pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:54:52 commodoroII audit[671]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffcd3c7c5e0 a2=3 a3=7ffcd3c7c2f5 items=0 ppid=646 pid=671 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
ott 16 18:54:52 commodoroII audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
ott 16 18:54:52 commodoroII systemd[1]: Created slice User Slice of UID 120.
ott 16 18:54:53 commodoroII systemd[1]: Starting User Runtime Directory /run/user/120...
ott 16 18:54:53 commodoroII systemd-logind[511]: New session 1 of user gdm.
ott 16 18:54:53 commodoroII systemd[1]: Finished User Runtime Directory /run/user/120.
ott 16 18:54:53 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII systemd[1]: Starting User Manager for UID 120...
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=676 comm="(systemd)")
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:54:53 commodoroII systemd[676]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:54:53 commodoroII audit[676]: USER_ACCT pid=676 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII audit[676]: CRED_ACQ pid=676 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
ott 16 18:54:53 commodoroII audit[676]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe62c93aa0 a2=3 a3=7ffe62c937b5 items=0 ppid=1 pid=676 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
ott 16 18:54:53 commodoroII audit: PROCTITLE proctitle="(systemd)"
ott 16 18:54:53 commodoroII systemd[676]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
ott 16 18:54:53 commodoroII systemd[676]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
ott 16 18:54:53 commodoroII systemd[676]: pam_env(systemd-user:session): deprecated reading of user environment enabled
ott 16 18:54:53 commodoroII audit[676]: USER_START pid=676 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII systemd[1]: Started CUPS Scheduler.
ott 16 18:54:53 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.1072] ovsdb: disconnected from ovsdb
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.16' (uid=971 pid=677 comm="/usr/lib/colord-sane")
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
ott 16 18:54:53 commodoroII systemd[676]: Queued start job for default target Main User Target.
ott 16 18:54:53 commodoroII systemd[676]: Created slice User Application Slice.
ott 16 18:54:53 commodoroII systemd[676]: Reached target Paths.
ott 16 18:54:53 commodoroII systemd[676]: Reached target Timers.
ott 16 18:54:53 commodoroII systemd[676]: Starting D-Bus User Message Bus Socket...
ott 16 18:54:53 commodoroII systemd[676]: Listening on GnuPG network certificate management daemon.
ott 16 18:54:53 commodoroII systemd[676]: Listening on GCR ssh-agent wrapper.
ott 16 18:54:53 commodoroII systemd[676]: Listening on GNOME Keyring daemon.
ott 16 18:54:53 commodoroII systemd[676]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
ott 16 18:54:53 commodoroII systemd[676]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
ott 16 18:54:53 commodoroII systemd[676]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
ott 16 18:54:53 commodoroII systemd[676]: Listening on GnuPG cryptographic agent and passphrase cache.
ott 16 18:54:53 commodoroII systemd[676]: Listening on p11-kit server.
ott 16 18:54:53 commodoroII systemd[676]: Listening on PipeWire PulseAudio.
ott 16 18:54:53 commodoroII systemd[676]: Listening on PipeWire Multimedia System Socket.
ott 16 18:54:53 commodoroII systemd[676]: Listening on D-Bus User Message Bus Socket.
ott 16 18:54:53 commodoroII systemd[676]: Reached target Sockets.
ott 16 18:54:53 commodoroII systemd[676]: Reached target Basic System.
ott 16 18:54:53 commodoroII systemd[1]: Started User Manager for UID 120.
ott 16 18:54:53 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII systemd[676]: Starting Update XDG user dir configuration...
ott 16 18:54:53 commodoroII systemd[1]: Started Session 1 of User gdm.
ott 16 18:54:53 commodoroII systemd[676]: Finished Update XDG user dir configuration.
ott 16 18:54:53 commodoroII systemd[676]: Reached target Main User Target.
ott 16 18:54:53 commodoroII systemd[676]: Startup finished in 213ms.
ott 16 18:54:53 commodoroII gdm-launch-environment][671]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
ott 16 18:54:53 commodoroII audit[671]: USER_START pid=671 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-693.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: X.Org X Server 1.21.1.4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: X Protocol Version 11, Revision 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: Current Operating System: Linux commodoroII 6.0.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000 x86_64
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 nvidia-drm.modeset=1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:  
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: Current version of pixman: 0.40.0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Before reporting problems, check http://wiki.x.org
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         to make sure that you have the latest version.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: Markers: (--) probed, (**) from config file, (==) default setting,
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         (++) from command line, (!!) notice, (II) informational,
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Sun Oct 16 18:54:53 2022
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) No Layout section.  Using the first Screen section.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) No screen section available. Using defaults.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) |-->Screen "Default Screen Section" (0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) |   |-->Monitor "<default monitor>"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) No monitor specified for screen "Default Screen Section".
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Using a default monitor configuration.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Automatically adding devices
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Automatically enabling devices
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Automatically adding GPU devices
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Automatically binding GPU devices
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Max clients allowed: 256, resource mask: 0x1fffff
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) The directory "/usr/share/fonts/misc" does not exist.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Entry deleted from font path.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) FontPath set to:
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) ModulePath set to "/usr/lib/xorg/modules"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) The server relies on udev to provide the list of input devices.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module ABI versions:
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         X.Org ANSI C Emulation: 0.4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         X.Org Video Driver: 25.2
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         X.Org XInput driver : 24.4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         X.Org Server Extension : 10.0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (++) using VT number 1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) xfree86: Adding drm device (/dev/dri/card0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (--) PCI:*(0@0:2:0) 8086:1616:1043:1a6d rev 9, Mem @ 0x99000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (--) PCI: (4@0:0:0) 10de:1299:1043:1a6d rev 161, Mem @ 0x9a000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "glx"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module glx: vendor="X.Org Foundation"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         compiled for 1.21.1.4, module version = 1.0.0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         ABI class: X.Org Server Extension, version 10.0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Matched intel as autoconfigured driver 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Matched modesetting as autoconfigured driver 1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Matched fbdev as autoconfigured driver 2
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Matched vesa as autoconfigured driver 3
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) Assigned the driver to the xf86ConfigLayout
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "intel"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) Warning, couldn't open module intel
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (EE) Failed to load module "intel" (module does not exist, 0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "modesetting"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module modesetting: vendor="X.Org Foundation"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         compiled for 1.21.1.4, module version = 1.21.1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Module class: X.Org Video Driver
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         ABI class: X.Org Video Driver, version 25.2
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "fbdev"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) Warning, couldn't open module fbdev
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (EE) Failed to load module "fbdev" (module does not exist, 0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "vesa"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) Warning, couldn't open module vesa
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (EE) Failed to load module "vesa" (module does not exist, 0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): using drv /dev/dri/card0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Creating default Display subsection in Screen section
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         "Default Screen Section" for depth/fbbpp 24/32
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): RGB weight 888
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): Default visual is TrueColor
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading sub module "glamoregl"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "glamoregl"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module glamoregl: vendor="X.Org Foundation"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         compiled for 1.21.1.4, module version = 1.0.1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         ABI class: X.Org ANSI C Emulation, version 0.4
ott 16 18:54:53 commodoroII kernel: mt76x0e 0000:03:00.0: EEPROM ver:01 fae:05
ott 16 18:54:53 commodoroII kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.4230] device (wlan0): driver supports Access Point (AP) mode
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.4250] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.4305] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/ieee80211/phy0/rfkill0) (driver mt76x0e)
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.4345] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
ott 16 18:54:53 commodoroII systemd[1]: Starting Load/Save RF Kill Switch Status...
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.4480] device (wlan0): set-hw-addr: set MAC address to EA:FE:F5:38:33:D4 (scanning)
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:53 commodoroII systemd[1]: Starting WPA supplicant...
ott 16 18:54:53 commodoroII systemd[1]: Started Load/Save RF Kill Switch Status.
ott 16 18:54:53 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII dbus-daemon[508]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
ott 16 18:54:53 commodoroII systemd[1]: Started WPA supplicant.
ott 16 18:54:53 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:53 commodoroII wpa_supplicant[707]: Successfully initialized wpa_supplicant
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5052] device (wlan0): supplicant interface state: internal-starting -> disconnected
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5053] Wi-Fi P2P device controlled by interface wlan0 created
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5056] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5059] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5067] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
ott 16 18:54:53 commodoroII NetworkManager[635]: <info>  [1665939293.5073] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 5500 (BDW GT2)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): glamor initialized
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): VariableRefresh: disabled
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): AsyncFlipSecondaries: disabled
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output eDP-1 has no monitor section
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output DP-1 has no monitor section
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output HDMI-1 has no monitor section
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID for output eDP-1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Manufacturer: SDC  Model: 354a  Serial#: 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Year: 2011  Week: 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID Version: 1.3
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Digital Display Input
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Gamma: 2.20
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): No DPMS capabilities specified
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): First detailed timing is preferred mode
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Manufacturer's mask: 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Supported detailed timing:
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): clock: 69.4 MHz   Image Size:  344 x 194 mm
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1464 h_border: 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Unknown vendor-specific block f
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):  SAMSUNG
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):  156AT35-P01
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID (in hex):
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         00ffffffffffff004c834a3500000000
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         00150103802213780ace859e5b4c9426
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         17505400000001010101010101010101
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         0101010101011b1b5662500016303020
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         250058c2100000190000000f00000000
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         00000000001eb4027400000000fe0053
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         414d53554e470a2020202020000000fe
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0):         00313536415433352d5030310a200053
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Printing probed modes for output eDP-1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1366x768"x60.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID for output DP-1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID for output HDMI-1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output eDP-1 connected
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output DP-1 disconnected
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output HDMI-1 disconnected
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Using exact sizes for initial modes
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): DPI set to (96, 96)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading sub module "fb"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "fb"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module "fb" already built-in
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): Backing store enabled
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): Silken mouse enabled
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (==) modeset(0): DPMS enabled
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): [DRI2] Setup complete
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): [DRI2]   DRI driver: iris
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): [DRI2]   VDPAU driver: va_gl
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension Generic Event Extension
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension SHAPE
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension MIT-SHM
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XInputExtension
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XTEST
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension BIG-REQUESTS
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension SYNC
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XKEYBOARD
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XC-MISC
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension SECURITY
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XFIXES
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension RENDER
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension RANDR
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension COMPOSITE
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension DAMAGE
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension MIT-SCREEN-SAVER
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension DOUBLE-BUFFER
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension RECORD
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension DPMS
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension Present
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension DRI3
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension X-Resource
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XVideo
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XVideo-MotionCompensation
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension GLX
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) AIGLX: Loaded and initialized iris
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) GLX: Initialized DRI2 GL provider for screen 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XFree86-VidModeExtension
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XFree86-DGA
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension XFree86-DRI
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Initializing extension DRI2
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Damage tracking initialized
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Setting screen physical size to 361 x 203
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) LoadModule: "libinput"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Module libinput: vendor="X.Org Foundation"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         compiled for 1.21.1.3, module version = 1.2.1
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         Module class: X.Org XInput Driver
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]:         ABI class: X.Org XInput driver, version 24.4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Power Button'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Power Button: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event2"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Asus Wireless Radio Control: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event4"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input8/event4"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Video Bus (/dev/input/event6)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Video Bus'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Video Bus: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event6"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event6"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Video Bus'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Video Bus: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event7"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input15/event7"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Sleep Button'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Sleep Button: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event1"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device USB Camera: USB Camera (/dev/input/event16)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) USB Camera: USB Camera: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'USB Camera: USB Camera'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 35 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) USB Camera: USB Camera: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event16"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input23/event16"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "USB Camera: USB Camera" (type: KEYBOARD, id 11)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 36 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Asus WMI hotkeys: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event15"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input22/event15"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) AT Translated Set 2 keyboard: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event3"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/event8)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) FocalTechPS/2 FocalTech Touchpad: Applying InputClass "libinput touchpad catchall"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) Using input driver 'libinput' for 'FocalTechPS/2 FocalTech Touchpad'
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 38 paused 0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) FocalTechPS/2 FocalTech Touchpad: always reports core events
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "Device" "/dev/input/event8"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device removed
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event8"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech Touchpad" (type: TOUCHPAD, id 14)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "AccelerationScheme" "none"
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) selected scheme none/0
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration factor: 2.000
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration threshold: 4
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/mouse0)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) No input driver specified, ignoring this device.
ott 16 18:54:53 commodoroII /usr/lib/gdm-x-session[693]: (II) This device may have been added with another device file.
ott 16 18:54:53 commodoroII systemd[676]: Created slice User Core Session Slice.
ott 16 18:54:53 commodoroII systemd[676]: Starting D-Bus User Message Bus...
ott 16 18:54:53 commodoroII systemd[676]: Started D-Bus User Message Bus.
ott 16 18:54:53 commodoroII dbus-daemon[719]: [session uid=120 pid=719] Successfully activated service 'org.freedesktop.systemd1'
ott 16 18:54:54 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=120 pid=727 comm="/usr/lib/gnome-session-check-accelerated")
ott 16 18:54:54 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.a11y.Bus'
ott 16 18:54:54 commodoroII gnome-session[723]: gnome-session-binary[723]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
ott 16 18:54:54 commodoroII gnome-session[723]: gnome-session-binary[723]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
ott 16 18:54:54 commodoroII gnome-session-binary[723]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
ott 16 18:54:54 commodoroII gnome-session-binary[723]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
ott 16 18:54:54 commodoroII gnome-shell[750]: Running GNOME Shell (using mutter 42.5) as a X11 window and compositing manager
ott 16 18:54:54 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID vendor "SDC", prod id 13642
ott 16 18:54:54 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Printing DDC gathered Modelines:
ott 16 18:54:54 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:54:54 commodoroII powertop[510]: Leaving PowerTOP
ott 16 18:54:54 commodoroII systemd[1]: powertop.service: Deactivated successfully.
ott 16 18:54:54 commodoroII systemd[1]: Finished Powertop tunings.
ott 16 18:54:54 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:54 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:54 commodoroII gnome-shell[750]: ATK Bridge is disabled but a11y has already been enabled.
ott 16 18:54:54 commodoroII NetworkManager[635]: <info>  [1665939294.6654] policy: auto-activating connection 'FASTWEB-BERT' (32bdac7e-1cd8-4701-b4f2-56fa232e5d75)
ott 16 18:54:54 commodoroII NetworkManager[635]: <info>  [1665939294.6660] device (wlan0): Activation: starting connection 'FASTWEB-BERT' (32bdac7e-1cd8-4701-b4f2-56fa232e5d75)
ott 16 18:54:54 commodoroII NetworkManager[635]: <info>  [1665939294.6661] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:54 commodoroII NetworkManager[635]: <info>  [1665939294.6664] manager: NetworkManager state is now CONNECTING
ott 16 18:54:55 commodoroII gnome-shell[750]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
ott 16 18:54:55 commodoroII gnome-shell[750]: Will monitor session 1
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.23' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII audit: BPF prog-id=20 op=LOAD
ott 16 18:54:55 commodoroII audit: BPF prog-id=21 op=LOAD
ott 16 18:54:55 commodoroII audit: BPF prog-id=22 op=LOAD
ott 16 18:54:55 commodoroII systemd[1]: Starting Locale Service...
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0812] device (wlan0): set-hw-addr: reset MAC address to 40:B8:9A:4F:DD:33 (preserve)
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0821] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0825] device (wlan0): Activation: (wifi) access point 'FASTWEB-BERT' has security, but secrets are required.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0825] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0827] sup-iface[e9b221703e3efeb2,0,wlan0]: wps: type pbc start...
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0836] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0842] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0846] device (wlan0): Activation: (wifi) connection 'FASTWEB-BERT' has security, and secrets exist.  No new secrets needed.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0847] Config: added 'ssid' value 'FASTWEB-BERT'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0848] Config: added 'scan_ssid' value '1'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0849] Config: added 'bgscan' value 'simple:30:-70:86400'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0849] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0849] Config: added 'auth_alg' value 'OPEN'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.0849] Config: added 'psk' value '<hidden>'
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.5' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: WPS-CANCEL
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: SME: Trying to authenticate with a4:91:b1:b6:f5:29 (SSID='FASTWEB-BERT' freq=2412 MHz)
ott 16 18:54:55 commodoroII kernel: wlan0: authenticate with a4:91:b1:b6:f5:29
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.locale1'
ott 16 18:54:55 commodoroII systemd[1]: Started Locale Service.
ott 16 18:54:55 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1281] device (wlan0): supplicant interface state: disconnected -> authenticating
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1282] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> authenticating
ott 16 18:54:55 commodoroII kernel: wlan0: bad VHT capabilities, disabling VHT
ott 16 18:54:55 commodoroII kernel: wlan0: send auth to a4:91:b1:b6:f5:29 (try 1/3)
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: Trying to associate with a4:91:b1:b6:f5:29 (SSID='FASTWEB-BERT' freq=2412 MHz)
ott 16 18:54:55 commodoroII kernel: wlan0: authenticated
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1544] device (wlan0): supplicant interface state: authenticating -> associating
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1544] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
ott 16 18:54:55 commodoroII kernel: wlan0: associate with a4:91:b1:b6:f5:29 (try 1/3)
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.23' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: Associated with a4:91:b1:b6:f5:29
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
ott 16 18:54:55 commodoroII kernel: wlan0: RX AssocResp from a4:91:b1:b6:f5:29 (capab=0x1411 status=0 aid=2)
ott 16 18:54:55 commodoroII kernel: wlan0: associated
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1691] device (wlan0): supplicant interface state: associating -> associated
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1691] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='net.hadess.PowerProfiles' unit='power-profiles-daemon.service' requested by ':1.23' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1910] device (wlan0): supplicant interface state: associated -> 4way_handshake
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.1910] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
ott 16 18:54:55 commodoroII audit: BPF prog-id=23 op=LOAD
ott 16 18:54:55 commodoroII audit: BPF prog-id=24 op=LOAD
ott 16 18:54:55 commodoroII systemd[676]: Started PipeWire Multimedia Service.
ott 16 18:54:55 commodoroII systemd[1]: Starting Daemon for power management...
ott 16 18:54:55 commodoroII systemd[676]: Started Multimedia Service Session Manager.
ott 16 18:54:55 commodoroII systemd[676]: Started PipeWire PulseAudio.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.23' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII systemd[1]: Starting Power Profiles daemon...
ott 16 18:54:55 commodoroII systemd[1]: Starting Location Lookup Service...
ott 16 18:54:55 commodoroII pipewire[781]: mod.rt: Can't find xdg-portal: (null)
ott 16 18:54:55 commodoroII pipewire[781]: mod.rt: found session bus but no portal
ott 16 18:54:55 commodoroII pipewire-pulse[788]: mod.rt: Can't find xdg-portal: (null)
ott 16 18:54:55 commodoroII pipewire-pulse[788]: mod.rt: found session bus but no portal
ott 16 18:54:55 commodoroII wireplumber[787]: Can't find xdg-portal: (null)
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.25' (uid=120 pid=788 comm="/usr/bin/pipewire-pulse")
ott 16 18:54:55 commodoroII wireplumber[787]: found session bus but no portal
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: WPA: Key negotiation completed with a4:91:b1:b6:f5:29 [PTK=CCMP GTK=CCMP]
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: CTRL-EVENT-CONNECTED - Connection to a4:91:b1:b6:f5:29 completed [id=0 id_str=]
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.2981] device (wlan0): supplicant interface state: 4way_handshake -> completed
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.2982] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FASTWEB-BERT"
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.2982] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.2983] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.2989] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
ott 16 18:54:55 commodoroII kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.31' (uid=970 pid=792 comm="/usr/lib/geoclue")
ott 16 18:54:55 commodoroII systemd-resolved[336]: wlan0: Bus client set default route setting: no
ott 16 18:54:55 commodoroII systemd[1]: Starting RealtimeKit Scheduling Policy Service...
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
ott 16 18:54:55 commodoroII geoclue[792]: Failed to connect to avahi service: Daemon not running
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
ott 16 18:54:55 commodoroII systemd[1]: Started Location Lookup Service.
ott 16 18:54:55 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
ott 16 18:54:55 commodoroII systemd[1]: Started RealtimeKit Scheduling Policy Service.
ott 16 18:54:55 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully called chroot.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully dropped privileges.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully limited resources.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Canary thread running.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Running.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Watchdog thread running.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Successfully activated service 'net.hadess.PowerProfiles'
ott 16 18:54:55 commodoroII systemd[1]: Started Power Profiles daemon.
ott 16 18:54:55 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=power-profiles-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:55 commodoroII polkitd[657]: Registered Authentication Agent for unix-session:1 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 788 of process 788 owned by '120' high priority at nice level -11.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 1 threads of 1 processes of 1 users.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3224] dhcp4 (wlan0): state changed new lease, address=192.168.1.109
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3228] policy: set 'FASTWEB-BERT' (wlan0) as default for IPv4 routing and DNS
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 781 of process 781 owned by '120' high priority at nice level -11.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 2 threads of 2 processes of 1 users.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3276] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3306] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 787 of process 787 owned by '120' high priority at nice level -11.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3309] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 3 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3313] manager: NetworkManager state is now CONNECTED_SITE
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 3 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 3 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.3318] device (wlan0): Activation: successful, device activated.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 3 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 3 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 821 of process 787 owned by '120' RT at priority 20.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 4 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 4 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 4 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII gnome-shell[750]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 822 of process 781 owned by '120' RT at priority 20.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 5 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Successfully made thread 825 of process 788 owned by '120' RT at priority 20.
ott 16 18:54:55 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.gnome.Shell.Notifications' requested by ':1.5' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII pipewire-pulse[824]: 536870912
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[739]: dbus-daemon[739]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=120 pid=750 comm="/usr/bin/gnome-shell")
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.UPower'
ott 16 18:54:55 commodoroII systemd[1]: Started Daemon for power management.
ott 16 18:54:55 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:55 commodoroII wireplumber[787]: Failed to set scheduler settings: Operation not permitted
ott 16 18:54:55 commodoroII wireplumber[787]: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
ott 16 18:54:55 commodoroII wireplumber[787]: PipeWire's libcamera SPA missing or broken. libcamera not supported.
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[739]: dbus-daemon[739]: Successfully activated service 'org.a11y.atspi.Registry'
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[838]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.gnome.Shell.Notifications'
ott 16 18:54:55 commodoroII org.gnome.Shell.desktop[750]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/10b7a8a18ef4bcda91166593929418566100000007230000.ms”: No such file or directory
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.gtk.vfs.Daemon' requested by ':1.13' (uid=120 pid=859 comm="ibus-daemon --panel disable --xim")
ott 16 18:54:55 commodoroII wpa_supplicant[707]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=7200
ott 16 18:54:55 commodoroII kernel: rfkill: input handler disabled
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.38' (uid=120 pid=867 comm="/usr/lib/gsd-print-notifications")
ott 16 18:54:55 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.gtk.vfs.Daemon'
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=851 comm="/usr/lib/gsd-sharing")
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.freedesktop.portal.IBus' requested by ':1.13' (uid=120 pid=859 comm="ibus-daemon --panel disable --xim")
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
ott 16 18:54:55 commodoroII gsd-sharing[851]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
ott 16 18:54:55 commodoroII gsd-sharing[851]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.freedesktop.portal.IBus'
ott 16 18:54:55 commodoroII NetworkManager[635]: <info>  [1665939295.7246] agent-manager: agent[20795eb7b547f093,:1.23/org.gnome.Shell.NetworkAgent/120]: agent registered
ott 16 18:54:55 commodoroII gnome-session-binary[723]: Entering running state
ott 16 18:54:55 commodoroII xbrlapi.desktop[1010]: openConnection: connect: No such file or directory
ott 16 18:54:55 commodoroII xbrlapi.desktop[1010]: cannot connect to braille devices daemon brltty at :0
ott 16 18:54:55 commodoroII gnome-shell[750]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.gnome.ScreenSaver' requested by ':1.26' (uid=120 pid=906 comm="/usr/lib/gsd-power")
ott 16 18:54:55 commodoroII gsd-media-keys[878]: Failed to grab accelerator for keybinding settings:playback-random
ott 16 18:54:55 commodoroII gsd-media-keys[878]: Failed to grab accelerator for keybinding settings:hibernate
ott 16 18:54:55 commodoroII gsd-media-keys[878]: Failed to grab accelerator for keybinding settings:playback-repeat
ott 16 18:54:55 commodoroII gsd-media-keys[878]: Failed to grab accelerator for keybinding settings:rotate-video-lock
ott 16 18:54:55 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Successfully activated service 'org.gnome.ScreenSaver'
ott 16 18:54:56 commodoroII wireplumber[787]: <WpSiAudioAdapter:0x557a598ed050> Object activation aborted: proxy destroyed
ott 16 18:54:56 commodoroII wireplumber[787]: <WpSiAudioAdapter:0x557a598ed050> failed to activate item: Object activation aborted: proxy destroyed
ott 16 18:54:56 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): EDID vendor "SDC", prod id 13642
ott 16 18:54:56 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Printing DDC gathered Modelines:
ott 16 18:54:56 commodoroII /usr/lib/gdm-x-session[693]: (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:54:56 commodoroII NetworkManager[635]: <info>  [1665939296.7043] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
ott 16 18:54:56 commodoroII NetworkManager[635]: <info>  [1665939296.7047] policy: set 'FASTWEB-BERT' (wlan0) as default for IPv6 routing and DNS
ott 16 18:54:56 commodoroII gnome-shell[750]: Registering session with GDM
ott 16 18:54:58 commodoroII systemd[1]: systemd-rfkill.service: Deactivated successfully.
ott 16 18:54:58 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:58 commodoroII kernel: kauditd_printk_skb: 46 callbacks suppressed
ott 16 18:54:58 commodoroII kernel: audit: type=1131 audit(1665939298.457:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.0988] manager: startup complete
ott 16 18:54:59 commodoroII systemd[1]: Finished Network Manager Wait Online.
ott 16 18:54:59 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:59 commodoroII kernel: audit: type=1130 audit(1665939299.100:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:59 commodoroII systemd[1]: Reached target Network is Online.
ott 16 18:54:59 commodoroII systemd[1]: Starting Docker Application Container Engine...
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.46' (uid=0 pid=1053 comm="gdm-session-worker [pam/gdm-password]")
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:54:59 commodoroII gdm-password][1053]: pam_systemd_home(gdm-password:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.371487065+02:00" level=info msg="Starting up"
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.376544176+02:00" level=info msg="libcontainerd: started new containerd process" pid=1069
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.376590285+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.376600199+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.376629021+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.376641557+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59+02:00" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.527580817+02:00" level=info msg="starting containerd" revision=9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6.m version=v1.6.8
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.543047285+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.543344100+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.544965252+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.0.1-arch2-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545529070+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545705703+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545738149+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545763921+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545785881+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.545985867+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.546284626+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.546726800+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.546751200+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.546779926+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.546793194+02:00" level=info msg="metadata content store policy set" policy=shared
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.548618740+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.548644761+02:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.548658565+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549009976+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549038118+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549074122+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549102314+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549142035+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549170313+02:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549196589+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549222241+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549251814+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549371996+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.549463964+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550510970+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550550234+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550579513+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550931149+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550959443+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.550986215+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551011807+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551037201+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551076763+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551105120+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551131726+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551159943+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551531482+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551557002+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551584046+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551612872+02:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551641911+02:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551666906+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.551706151+02:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.552603003+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.552672348+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.552738055+02:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
ott 16 18:54:59 commodoroII dockerd[1069]: time="2022-10-16T18:54:59.552765335+02:00" level=info msg="containerd successfully booted in 0.027778s"
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.562346676+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.562377763+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.562405611+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.562426006+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.564499667+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.564524123+02:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.564550195+02:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.564568257+02:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.604763377+02:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.637367009+02:00" level=info msg="Loading containers: start."
ott 16 18:54:59 commodoroII kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
ott 16 18:54:59 commodoroII kernel: Bridge firewalling registered
ott 16 18:54:59 commodoroII audit[1090]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=1090 comm="iptables"
ott 16 18:54:59 commodoroII audit[1090]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffff80c7ba0 items=0 ppid=1052 pid=1090 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
ott 16 18:54:59 commodoroII kernel: audit: type=1325 audit(1665939299.694:79): table=nat family=2 entries=0 op=xt_register pid=1090 comm="iptables"
ott 16 18:54:59 commodoroII kernel: audit: type=1300 audit(1665939299.694:79): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffff80c7ba0 items=0 ppid=1052 pid=1090 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII kernel: audit: type=1327 audit(1665939299.694:79): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
ott 16 18:54:59 commodoroII audit[1095]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=1095 comm="iptables"
ott 16 18:54:59 commodoroII audit[1095]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffeee9d4b00 items=0 ppid=1052 pid=1095 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4C002D6E
ott 16 18:54:59 commodoroII kernel: audit: type=1325 audit(1665939299.707:80): table=filter family=2 entries=0 op=xt_register pid=1095 comm="iptables"
ott 16 18:54:59 commodoroII kernel: audit: type=1300 audit(1665939299.707:80): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffeee9d4b00 items=0 ppid=1052 pid=1095 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII kernel: audit: type=1327 audit(1665939299.707:80): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4C002D6E
ott 16 18:54:59 commodoroII audit[1118]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=1118 comm="iptables"
ott 16 18:54:59 commodoroII audit[1118]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555b63cd6a80 items=0 ppid=1052 pid=1118 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
ott 16 18:54:59 commodoroII kernel: audit: type=1325 audit(1665939299.734:81): table=nat family=2 entries=5 op=xt_replace pid=1118 comm="iptables"
ott 16 18:54:59 commodoroII kernel: audit: type=1300 audit(1665939299.734:81): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555b63cd6a80 items=0 ppid=1052 pid=1118 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit[1120]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=1120 comm="iptables"
ott 16 18:54:59 commodoroII audit[1120]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ecdc809960 items=0 ppid=1052 pid=1120 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
ott 16 18:54:59 commodoroII audit[1122]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=1122 comm="iptables"
ott 16 18:54:59 commodoroII audit[1122]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5624a959ab50 items=0 ppid=1052 pid=1122 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
ott 16 18:54:59 commodoroII audit[1124]: NETFILTER_CFG table=filter family=2 entries=8 op=xt_replace pid=1124 comm="iptables"
ott 16 18:54:59 commodoroII audit[1124]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e3681f5d30 items=0 ppid=1052 pid=1124 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
ott 16 18:54:59 commodoroII audit[1126]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=1126 comm="iptables"
ott 16 18:54:59 commodoroII audit[1126]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55eadca78ec0 items=0 ppid=1052 pid=1126 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
ott 16 18:54:59 commodoroII audit[1128]: NETFILTER_CFG table=filter family=2 entries=11 op=xt_replace pid=1128 comm="iptables"
ott 16 18:54:59 commodoroII audit[1128]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564ff7f4c040 items=0 ppid=1052 pid=1128 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
ott 16 18:54:59 commodoroII audit[1129]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=1129 comm="iptables"
ott 16 18:54:59 commodoroII audit[1129]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5622226d5120 items=0 ppid=1052 pid=1129 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D5000464F52574152440044524F50
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7594] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
ott 16 18:54:59 commodoroII audit[1137]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=1137 comm="iptables"
ott 16 18:54:59 commodoroII audit[1137]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=557e3ba362b0 items=0 ppid=1052 pid=1137 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
ott 16 18:54:59 commodoroII audit[1142]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=1142 comm="iptables"
ott 16 18:54:59 commodoroII audit[1142]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e7d6442dd0 items=0 ppid=1052 pid=1142 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
ott 16 18:54:59 commodoroII audit[1145]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=1145 comm="iptables"
ott 16 18:54:59 commodoroII audit[1145]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556693ce31b0 items=0 ppid=1052 pid=1145 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1147]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=1147 comm="iptables"
ott 16 18:54:59 commodoroII audit[1147]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e1ce8a7330 items=0 ppid=1052 pid=1147 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1149]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=1149 comm="iptables"
ott 16 18:54:59 commodoroII audit[1149]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=560d4fdd4570 items=0 ppid=1052 pid=1149 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
ott 16 18:54:59 commodoroII audit[1151]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1151 comm="iptables"
ott 16 18:54:59 commodoroII audit[1151]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56530ca33740 items=0 ppid=1052 pid=1151 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
ott 16 18:54:59 commodoroII audit[1153]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1153 comm="iptables"
ott 16 18:54:59 commodoroII audit[1153]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ea4a8c54a0 items=0 ppid=1052 pid=1153 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
ott 16 18:54:59 commodoroII audit[1156]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1156 comm="iptables"
ott 16 18:54:59 commodoroII audit[1156]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562262294f50 items=0 ppid=1052 pid=1156 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1159]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1159 comm="iptables"
ott 16 18:54:59 commodoroII audit[1159]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55843906d950 items=0 ppid=1052 pid=1159 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
ott 16 18:54:59 commodoroII audit[1161]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1161 comm="iptables"
ott 16 18:54:59 commodoroII audit[1161]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561a965e1ac0 items=0 ppid=1052 pid=1161 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
ott 16 18:54:59 commodoroII audit[1163]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1163 comm="iptables"
ott 16 18:54:59 commodoroII audit[1163]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563a1257ec20 items=0 ppid=1052 pid=1163 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7960] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7965] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7972] device (docker0): Activation: starting connection 'docker0' (86ad39ab-cebf-4bca-90ab-f297d5bd9659)
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7975] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7977] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7979] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.7982] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII audit[1165]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=1165 comm="iptables"
ott 16 18:54:59 commodoroII audit[1165]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b39ab10a10 items=0 ppid=1052 pid=1165 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:59 commodoroII audit[1167]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1167 comm="iptables"
ott 16 18:54:59 commodoroII audit[1167]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=559ba61ef1f0 items=0 ppid=1052 pid=1167 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.8052] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII audit[1169]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=1169 comm="iptables"
ott 16 18:54:59 commodoroII audit[1169]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555b45202e30 items=0 ppid=1052 pid=1169 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.8054] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
ott 16 18:54:59 commodoroII NetworkManager[635]: <info>  [1665939299.8059] device (docker0): Activation: successful, device activated.
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=635 comm="/usr/bin/NetworkManager --no-daemon")
ott 16 18:54:59 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service not found.
ott 16 18:54:59 commodoroII audit[1171]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1171 comm="iptables"
ott 16 18:54:59 commodoroII audit[1171]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b945868cc0 items=0 ppid=1052 pid=1171 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1174]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1174 comm="iptables"
ott 16 18:54:59 commodoroII audit[1174]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5584f7218b40 items=0 ppid=1052 pid=1174 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
ott 16 18:54:59 commodoroII audit[1177]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1177 comm="iptables"
ott 16 18:54:59 commodoroII audit[1177]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e4543473d0 items=0 ppid=1052 pid=1177 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1179]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1179 comm="iptables"
ott 16 18:54:59 commodoroII audit[1179]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d06d5826e0 items=0 ppid=1052 pid=1179 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
ott 16 18:54:59 commodoroII audit[1181]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1181 comm="iptables"
ott 16 18:54:59 commodoroII audit[1181]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ceb17af540 items=0 ppid=1052 pid=1181 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.823153319+02:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
ott 16 18:54:59 commodoroII audit[1183]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=1183 comm="iptables"
ott 16 18:54:59 commodoroII audit[1183]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a2bdee1650 items=0 ppid=1052 pid=1183 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
ott 16 18:54:59 commodoroII audit[1185]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1185 comm="iptables"
ott 16 18:54:59 commodoroII audit[1185]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55987a0cb170 items=0 ppid=1052 pid=1185 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
ott 16 18:54:59 commodoroII audit[1188]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=1188 comm="iptables"
ott 16 18:54:59 commodoroII audit[1188]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=559ec44e6330 items=0 ppid=1052 pid=1188 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1190]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1190 comm="iptables"
ott 16 18:54:59 commodoroII audit[1190]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55df92b704a0 items=0 ppid=1052 pid=1190 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1196]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1196 comm="iptables"
ott 16 18:54:59 commodoroII audit[1196]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c2c60b1620 items=0 ppid=1052 pid=1196 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
ott 16 18:54:59 commodoroII audit[1198]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1198 comm="iptables"
ott 16 18:54:59 commodoroII audit[1198]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562d9e1240c0 items=0 ppid=1052 pid=1198 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
ott 16 18:54:59 commodoroII audit[1200]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1200 comm="iptables"
ott 16 18:54:59 commodoroII audit[1200]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e47b52eb60 items=0 ppid=1052 pid=1200 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
ott 16 18:54:59 commodoroII audit[1201]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1201 comm="iptables"
ott 16 18:54:59 commodoroII audit[1201]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f2426f2950 items=0 ppid=1052 pid=1201 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
ott 16 18:54:59 commodoroII audit[1203]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1203 comm="iptables"
ott 16 18:54:59 commodoroII audit[1203]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=555f48b0bac0 items=0 ppid=1052 pid=1203 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
ott 16 18:54:59 commodoroII audit[1205]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1205 comm="iptables"
ott 16 18:54:59 commodoroII audit[1205]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55d16dee2c20 items=0 ppid=1052 pid=1205 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
ott 16 18:54:59 commodoroII audit[1207]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=1207 comm="iptables"
ott 16 18:54:59 commodoroII audit[1207]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f05fe56dc0 items=0 ppid=1052 pid=1207 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
ott 16 18:54:59 commodoroII audit[1209]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=1209 comm="iptables"
ott 16 18:54:59 commodoroII audit[1209]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e715dd2f70 items=0 ppid=1052 pid=1209 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
ott 16 18:54:59 commodoroII audit[1211]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=1211 comm="iptables"
ott 16 18:54:59 commodoroII audit[1211]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5609f08a20f0 items=0 ppid=1052 pid=1211 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
ott 16 18:54:59 commodoroII audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.856129760+02:00" level=info msg="Loading containers: done."
ott 16 18:54:59 commodoroII systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck544208973-merged.mount: Deactivated successfully.
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.906484558+02:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.906777688+02:00" level=info msg="Docker daemon" commit=c964641a0d graphdriver(s)=overlay2 version=20.10.19
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.907020429+02:00" level=info msg="Daemon has completed initialization"
ott 16 18:54:59 commodoroII systemd[1]: Started Docker Application Container Engine.
ott 16 18:54:59 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:54:59 commodoroII systemd[1]: Reached target Multi-User System.
ott 16 18:54:59 commodoroII systemd[1]: Reached target Graphical Interface.
ott 16 18:54:59 commodoroII systemd[1]: Startup finished in 4.744s (firmware) + 5.682s (loader) + 2.651s (kernel) + 11.033s (userspace) = 24.111s.
ott 16 18:54:59 commodoroII dockerd[1052]: time="2022-10-16T18:54:59.928423181+02:00" level=info msg="API listen on /run/docker.sock"
ott 16 18:55:01 commodoroII gdm-password][1053]: gkr-pam: unable to locate daemon control file
ott 16 18:55:01 commodoroII audit[1053]: USER_AUTH pid=1053 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="alessandro" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:01 commodoroII gdm-password][1053]: gkr-pam: stashed password to try later in open session
ott 16 18:55:01 commodoroII audit[1053]: USER_ACCT pid=1053 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alessandro" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:01 commodoroII audit[1053]: CRED_ACQ pid=1053 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="alessandro" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:01 commodoroII audit[1053]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffd2ad4f8b0 a2=4 a3=7ffd2ad4f5c4 items=0 ppid=646 pid=1053 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
ott 16 18:55:01 commodoroII audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D
ott 16 18:55:01 commodoroII gdm-password][1053]: pam_unix(gdm-password:session): session opened for user alessandro(uid=1000) by (uid=0)
ott 16 18:55:01 commodoroII systemd[1]: Created slice User Slice of UID 1000.
ott 16 18:55:01 commodoroII systemd[1]: Starting User Runtime Directory /run/user/1000...
ott 16 18:55:01 commodoroII systemd-logind[511]: New session 3 of user alessandro.
ott 16 18:55:01 commodoroII systemd[1]: Finished User Runtime Directory /run/user/1000.
ott 16 18:55:01 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:01 commodoroII systemd[1]: Starting User Manager for UID 1000...
ott 16 18:55:01 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.49' (uid=0 pid=1234 comm="(systemd)")
ott 16 18:55:01 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:55:01 commodoroII systemd[1234]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:55:01 commodoroII audit[1234]: USER_ACCT pid=1234 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alessandro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:01 commodoroII audit[1234]: CRED_ACQ pid=1234 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alessandro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
ott 16 18:55:01 commodoroII audit[1234]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe62c93aa0 a2=4 a3=7ffe62c937b4 items=0 ppid=1 pid=1234 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
ott 16 18:55:01 commodoroII audit: PROCTITLE proctitle="(systemd)"
ott 16 18:55:01 commodoroII systemd[1234]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alessandro] ruser=[<unknown>] rhost=[<unknown>]
ott 16 18:55:01 commodoroII systemd[1234]: pam_unix(systemd-user:session): session opened for user alessandro(uid=1000) by (uid=0)
ott 16 18:55:01 commodoroII systemd[1234]: pam_env(systemd-user:session): deprecated reading of user environment enabled
ott 16 18:55:01 commodoroII audit[1234]: USER_START pid=1234 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alessandro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:01 commodoroII systemd[1234]: Queued start job for default target Main User Target.
ott 16 18:55:01 commodoroII systemd[1234]: Created slice User Application Slice.
ott 16 18:55:01 commodoroII systemd[1234]: Reached target Paths.
ott 16 18:55:01 commodoroII systemd[1234]: Reached target Timers.
ott 16 18:55:01 commodoroII systemd[1234]: Starting D-Bus User Message Bus Socket...
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GnuPG network certificate management daemon.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GCR ssh-agent wrapper.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GNOME Keyring daemon.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
ott 16 18:55:01 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
ott 16 18:55:01 commodoroII systemd[1234]: Listening on GnuPG cryptographic agent and passphrase cache.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on p11-kit server.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on PipeWire PulseAudio.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on PipeWire Multimedia System Socket.
ott 16 18:55:01 commodoroII systemd[1234]: Listening on D-Bus User Message Bus Socket.
ott 16 18:55:01 commodoroII systemd[1234]: Reached target Sockets.
ott 16 18:55:01 commodoroII systemd[1234]: Reached target Basic System.
ott 16 18:55:01 commodoroII systemd[1]: Started User Manager for UID 1000.
ott 16 18:55:01 commodoroII systemd[1234]: Starting Update XDG user dir configuration...
ott 16 18:55:01 commodoroII systemd[1]: Started Session 3 of User alessandro.
ott 16 18:55:01 commodoroII systemd[1234]: Finished Update XDG user dir configuration.
ott 16 18:55:01 commodoroII systemd[1234]: Reached target Main User Target.
ott 16 18:55:01 commodoroII systemd[1234]: Startup finished in 199ms.
ott 16 18:55:01 commodoroII gdm-password][1053]: pam_env(gdm-password:session): deprecated reading of user environment enabled
ott 16 18:55:01 commodoroII systemd[1234]: Started GNOME Keyring daemon.
ott 16 18:55:01 commodoroII gnome-keyring-daemon[1248]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
ott 16 18:55:01 commodoroII systemd[1234]: Created slice User Core Session Slice.
ott 16 18:55:01 commodoroII systemd[1234]: Starting D-Bus User Message Bus...
ott 16 18:55:01 commodoroII systemd[1234]: Started D-Bus User Message Bus.
ott 16 18:55:01 commodoroII gdm-password][1053]: gkr-pam: unlocked login keyring
ott 16 18:55:01 commodoroII audit[1053]: USER_START pid=1053 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="alessandro" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty2 res=success'
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "28"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event2  - Power Button: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "31"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event4  - Asus Wireless Radio Control: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "32"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event6  - Video Bus: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "33"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event7  - Video Bus: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "34"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event1  - Sleep Button: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "35"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event16 - USB Camera: USB Camera: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "36"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event15 - Asus WMI hotkeys: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "37"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event3  - AT Translated Set 2 keyboard: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (**) Option "fd" "38"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device removed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) AIGLX: Suspending AIGLX clients for VT switch
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII kernel: rfkill: input handler enabled
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII wireplumber[787]: dbus[787]: Attempted to unregister path (path[0] = MediaEndpoint path[1] = A2DPSink) which isn't registered
ott 16 18:55:01 commodoroII gsd-media-keys[878]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
ott 16 18:55:01 commodoroII gsd-media-keys[878]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
ott 16 18:55:01 commodoroII gsd-media-keys[878]: Unable to get default source
ott 16 18:55:01 commodoroII gsd-media-keys[878]: Unable to get default sink
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: _XSERVTransMakeAllCOTSServerListeners: server already running
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (--) Log file renamed from "/home/alessandro/.local/share/xorg/Xorg.pid-1260.log" to "/home/alessandro/.local/share/xorg/Xorg.1.log"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: X.Org X Server 1.21.1.4
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: X Protocol Version 11, Revision 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: Current Operating System: Linux commodoroII 6.0.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Oct 2022 18:58:49 +0000 x86_64
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0b0b0df4-3f14-49a8-8a97-09a103ca8cb1 rw loglevel=3 nvidia-drm.modeset=1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:  
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: Current version of pixman: 0.40.0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Before reporting problems, check http://wiki.x.org
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         to make sure that you have the latest version.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: Markers: (--) probed, (**) from config file, (==) default setting,
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         (++) from command line, (!!) notice, (II) informational,
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Log file: "/home/alessandro/.local/share/xorg/Xorg.1.log", Time: Sun Oct 16 18:55:01 2022
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) No Layout section.  Using the first Screen section.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) No screen section available. Using defaults.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (**) |-->Screen "Default Screen Section" (0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (**) |   |-->Monitor "<default monitor>"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) No monitor specified for screen "Default Screen Section".
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Using a default monitor configuration.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Automatically adding devices
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Automatically enabling devices
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Automatically adding GPU devices
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Automatically binding GPU devices
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Max clients allowed: 256, resource mask: 0x1fffff
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) The directory "/usr/share/fonts/misc" does not exist.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Entry deleted from font path.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) FontPath set to:
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) ModulePath set to "/usr/lib/xorg/modules"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) The server relies on udev to provide the list of input devices.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module ABI versions:
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         X.Org ANSI C Emulation: 0.4
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         X.Org Video Driver: 25.2
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         X.Org XInput driver : 24.4
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         X.Org Server Extension : 10.0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (++) using VT number 2
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) xfree86: Adding drm device (/dev/dri/card0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (--) PCI:*(0@0:2:0) 8086:1616:1043:1a6d rev 9, Mem @ 0x99000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (--) PCI: (4@0:0:0) 10de:1299:1043:1a6d rev 161, Mem @ 0x9a000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "glx"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module glx: vendor="X.Org Foundation"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         compiled for 1.21.1.4, module version = 1.0.0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         ABI class: X.Org Server Extension, version 10.0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Matched intel as autoconfigured driver 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Matched modesetting as autoconfigured driver 1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Matched fbdev as autoconfigured driver 2
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Matched vesa as autoconfigured driver 3
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) Assigned the driver to the xf86ConfigLayout
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "intel"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) Warning, couldn't open module intel
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (EE) Failed to load module "intel" (module does not exist, 0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "modesetting"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module modesetting: vendor="X.Org Foundation"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         compiled for 1.21.1.4, module version = 1.21.1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         Module class: X.Org Video Driver
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         ABI class: X.Org Video Driver, version 25.2
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "fbdev"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) Warning, couldn't open module fbdev
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (EE) Failed to load module "fbdev" (module does not exist, 0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "vesa"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) Warning, couldn't open module vesa
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (EE) Failed to load module "vesa" (module does not exist, 0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): using drv /dev/dri/card0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Creating default Display subsection in Screen section
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         "Default Screen Section" for depth/fbbpp 24/32
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): RGB weight 888
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): Default visual is TrueColor
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading sub module "glamoregl"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "glamoregl"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module glamoregl: vendor="X.Org Foundation"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         compiled for 1.21.1.4, module version = 1.0.1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]:         ABI class: X.Org ANSI C Emulation, version 0.4
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (EE) modeset(0): Failed to set CTM property: -13
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (EE) modeset(0): failed to set mode: Permission denied
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:72
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:68
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:71
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:66
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:79
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:67
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:70
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:65
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: got pause for 13:80
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 5500 (BDW GT2)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): glamor initialized
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): VariableRefresh: disabled
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): AsyncFlipSecondaries: disabled
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output eDP-1 has no monitor section
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output DP-1 has no monitor section
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output HDMI-1 has no monitor section
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID for output eDP-1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Manufacturer: SDC  Model: 354a  Serial#: 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Year: 2011  Week: 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID Version: 1.3
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Digital Display Input
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Gamma: 2.20
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): No DPMS capabilities specified
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): First detailed timing is preferred mode
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Manufacturer's mask: 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Supported detailed timing:
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): clock: 69.4 MHz   Image Size:  344 x 194 mm
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1464 h_border: 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Unknown vendor-specific block f
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):  SAMSUNG
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):  156AT35-P01
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID (in hex):
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         00ffffffffffff004c834a3500000000
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         00150103802213780ace859e5b4c9426
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         17505400000001010101010101010101
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         0101010101011b1b5662500016303020
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         250058c2100000190000000f00000000
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         00000000001eb4027400000000fe0053
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         414d53554e470a2020202020000000fe
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0):         00313536415433352d5030310a200053
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Printing probed modes for output eDP-1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1366x768"x60.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID for output DP-1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID for output HDMI-1
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output eDP-1 connected
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output DP-1 disconnected
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output HDMI-1 disconnected
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Using exact sizes for initial modes
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): DPI set to (96, 96)
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading sub module "fb"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "fb"
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module "fb" already built-in
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): Backing store enabled
ott 16 18:55:01 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): Silken mouse enabled
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (==) modeset(0): DPMS enabled
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): [DRI2] Setup complete
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): [DRI2]   DRI driver: iris
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): [DRI2]   VDPAU driver: va_gl
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension Generic Event Extension
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension SHAPE
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension MIT-SHM
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XInputExtension
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XTEST
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension BIG-REQUESTS
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension SYNC
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XKEYBOARD
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XC-MISC
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension SECURITY
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XFIXES
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension RENDER
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension RANDR
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension COMPOSITE
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension DAMAGE
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension MIT-SCREEN-SAVER
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension DOUBLE-BUFFER
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension RECORD
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension DPMS
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension Present
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension DRI3
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension X-Resource
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XVideo
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XVideo-MotionCompensation
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension GLX
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) AIGLX: Loaded and initialized iris
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) GLX: Initialized DRI2 GL provider for screen 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XFree86-VidModeExtension
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XFree86-DGA
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension XFree86-DRI
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Initializing extension DRI2
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Damage tracking initialized
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Setting screen physical size to 361 x 203
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) LoadModule: "libinput"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Module libinput: vendor="X.Org Foundation"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]:         compiled for 1.21.1.3, module version = 1.2.1
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]:         Module class: X.Org XInput Driver
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]:         ABI class: X.Org XInput driver, version 24.4
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Power Button'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Power Button: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event2"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event2  - Power Button: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event2  - Power Button: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event2  - Power Button: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event2  - Power Button: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event2  - Power Button: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Asus Wireless Radio Control: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event4"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event4  - Asus Wireless Radio Control: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event4  - Asus Wireless Radio Control: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input8/event4"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event4  - Asus Wireless Radio Control: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Video Bus (/dev/input/event6)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Video Bus'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Video Bus: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event6"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event6  - Video Bus: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event6  - Video Bus: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event6"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event6  - Video Bus: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Video Bus'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Video Bus: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event7"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event7  - Video Bus: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event7  - Video Bus: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input15/event7"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event7  - Video Bus: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Sleep Button'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Sleep Button: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event1"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event1  - Sleep Button: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event1  - Sleep Button: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event1  - Sleep Button: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event1  - Sleep Button: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device USB Camera: USB Camera (/dev/input/event16)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) USB Camera: USB Camera: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'USB Camera: USB Camera'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) USB Camera: USB Camera: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event16"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event16 - USB Camera: USB Camera: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event16 - USB Camera: USB Camera: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input23/event16"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "USB Camera: USB Camera" (type: KEYBOARD, id 11)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event16 - USB Camera: USB Camera: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event16 - USB Camera: USB Camera: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event15)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 37 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Asus WMI hotkeys: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event15"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event15 - Asus WMI hotkeys: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event15 - Asus WMI hotkeys: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input22/event15"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event15 - Asus WMI hotkeys: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event15 - Asus WMI hotkeys: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) AT Translated Set 2 keyboard: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event3"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event3  - AT Translated Set 2 keyboard: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/event8)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) FocalTechPS/2 FocalTech Touchpad: Applying InputClass "libinput touchpad catchall"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) Using input driver 'libinput' for 'FocalTechPS/2 FocalTech Touchpad'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) FocalTechPS/2 FocalTech Touchpad: always reports core events
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "Device" "/dev/input/event8"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device removed
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event8"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech Touchpad" (type: TOUCHPAD, id 14)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) Option "AccelerationScheme" "none"
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) selected scheme none/0
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration factor: 2.000
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (**) FocalTechPS/2 FocalTech Touchpad: (accel) acceleration threshold: 4
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: is tagged by udev as: Touchpad
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: no resolution or size hints, assuming a size of 69x50mm
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) event8  - FocalTechPS/2 FocalTech Touchpad: device is a touchpad
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device FocalTechPS/2 FocalTech Touchpad (/dev/input/mouse0)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) No input driver specified, ignoring this device.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) This device may have been added with another device file.
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1273]: /etc/gdm/Xsession: Beginning session setup...
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1287]: localuser:alessandro being added to access control list
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1273]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
ott 16 18:55:02 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=1294 comm="/usr/lib/gnome-session-check-accelerated")
ott 16 18:55:02 commodoroII systemd[1234]: Starting Accessibility services bus...
ott 16 18:55:02 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.a11y.Bus'
ott 16 18:55:02 commodoroII systemd[1234]: Started Accessibility services bus.
ott 16 18:55:02 commodoroII systemd[1234]: Created slice Slice /app/gnome-session-manager.
ott 16 18:55:02 commodoroII systemd[1234]: Reached target GNOME X11 Session.
ott 16 18:55:02 commodoroII systemd[1234]: Reached target Session services which should run early before the graphical session is brought up.
ott 16 18:55:02 commodoroII systemd[1234]: Reached target GNOME Shell.
ott 16 18:55:02 commodoroII systemd[1234]: Starting Monitor Session leader for GNOME Session...
ott 16 18:55:02 commodoroII systemd[1234]: Started Monitor Session leader for GNOME Session.
ott 16 18:55:02 commodoroII systemd[1234]: Reached target Tasks to be run before GNOME Session starts.
ott 16 18:55:02 commodoroII systemd[1234]: Starting GNOME Session Manager (session: gnome)...
ott 16 18:55:02 commodoroII gnome-keyring-daemon[1248]: The PKCS#11 component was already initialized
ott 16 18:55:02 commodoroII gnome-keyring-d[1248]: The PKCS#11 component was already initialized
ott 16 18:55:02 commodoroII gnome-keyring-daemon[1326]: discover_other_daemon: 1
ott 16 18:55:02 commodoroII gnome-keyring-pkcs11.desktop[1326]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
ott 16 18:55:02 commodoroII gnome-keyring-daemon[1248]: The Secret Service was already initialized
ott 16 18:55:02 commodoroII gnome-keyring-d[1248]: The Secret Service was already initialized
ott 16 18:55:02 commodoroII gnome-keyring-daemon[1327]: discover_other_daemon: 1
ott 16 18:55:02 commodoroII gnome-keyring-secrets.desktop[1327]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
ott 16 18:55:02 commodoroII gnome-session[1317]: gnome-session-binary[1317]: GnomeDesktop-WARNING: Could not create transient scope for PID 1324: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1324 does not exist.
ott 16 18:55:02 commodoroII gnome-session-binary[1317]: GnomeDesktop-WARNING: Could not create transient scope for PID 1324: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1324 does not exist.
ott 16 18:55:02 commodoroII systemd[1234]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1322.scope: Couldn't move process 1322 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1322.scope': No such process
ott 16 18:55:02 commodoroII systemd[1234]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1322.scope: Failed to add PIDs to scope's control group: No such process
ott 16 18:55:02 commodoroII systemd[1234]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1322.scope: Failed with result 'resources'.
ott 16 18:55:02 commodoroII systemd[1234]: Failed to start Application launched by gnome-session-binary.
ott 16 18:55:02 commodoroII systemd[1234]: Started Application launched by gnome-session-binary.
ott 16 18:55:02 commodoroII gnome-keyring-daemon[1328]: discover_other_daemon: 1
ott 16 18:55:02 commodoroII gnome-keyring-ssh.desktop[1328]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
ott 16 18:55:02 commodoroII gnome-keyring-ssh.desktop[1328]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
ott 16 18:55:02 commodoroII systemd[1234]: Started GNOME Session Manager (session: gnome).
ott 16 18:55:02 commodoroII systemd[1234]: Reached target GNOME Session Manager is ready.
ott 16 18:55:02 commodoroII systemd[1234]: Starting GNOME Shell on Wayland...
ott 16 18:55:02 commodoroII systemd[1234]: Starting GNOME Shell on X11...
ott 16 18:55:02 commodoroII systemd[1234]: org.gnome.Shell@wayland.service: Skipped due to 'exec-condition'.
ott 16 18:55:02 commodoroII systemd[1234]: Condition check resulted in GNOME Shell on Wayland being skipped.
ott 16 18:55:02 commodoroII gnome-shell[1332]: Running GNOME Shell (using mutter 42.5) as a X11 window and compositing manager
ott 16 18:55:02 commodoroII gnome-shell[1332]: Enabling experimental feature 'kms-modifiers'
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID vendor "SDC", prod id 13642
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Printing DDC gathered Modelines:
ott 16 18:55:02 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:55:02 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:02 commodoroII systemd[1234]: Starting Virtual filesystem service...
ott 16 18:55:02 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.Daemon'
ott 16 18:55:02 commodoroII systemd[1234]: Started Virtual filesystem service.
ott 16 18:55:02 commodoroII gnome-shell[1332]: ATK Bridge is disabled but a11y has already been enabled.
ott 16 18:55:03 commodoroII gnome-shell[1332]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
ott 16 18:55:03 commodoroII gnome-shell[1332]: Will monitor session 3
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII systemd[1234]: Starting sandboxed app permission store...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
ott 16 18:55:03 commodoroII systemd[1234]: Started sandboxed app permission store.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.22' (uid=1000 pid=1368 comm="/usr/lib/gnome-shell-calendar-server")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Evolution source registry...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.OnlineAccounts' requested by ':1.23' (uid=1000 pid=1378 comm="/usr/lib/evolution-source-registry")
ott 16 18:55:03 commodoroII systemd[1234]: Started PipeWire Multimedia Service.
ott 16 18:55:03 commodoroII systemd[1234]: Started Multimedia Service Session Manager.
ott 16 18:55:03 commodoroII systemd[1234]: Started PipeWire PulseAudio.
ott 16 18:55:03 commodoroII pipewire[1383]: mod.rt: Can't find xdg-portal: (null)
ott 16 18:55:03 commodoroII pipewire[1383]: mod.rt: found session bus but no portal
ott 16 18:55:03 commodoroII pipewire-pulse[1387]: mod.rt: Can't find xdg-portal: (null)
ott 16 18:55:03 commodoroII pipewire-pulse[1387]: mod.rt: found session bus but no portal
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1383 of process 1383 owned by '1000' high priority at nice level -11.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1387 of process 1387 owned by '1000' high priority at nice level -11.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 8 threads of 5 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 8 threads of 5 processes of 2 users.
ott 16 18:55:03 commodoroII wireplumber[1386]: Can't find xdg-portal: (null)
ott 16 18:55:03 commodoroII wireplumber[1386]: found session bus but no portal
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 8 threads of 5 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1386 of process 1386 owned by '1000' high priority at nice level -11.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 9 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 9 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
ott 16 18:55:03 commodoroII systemd[1234]: Started Evolution source registry.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1393 of process 1383 owned by '1000' RT at priority 20.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 10 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 10 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 10 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII polkitd[657]: Registered Authentication Agent for unix-session:3 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
ott 16 18:55:03 commodoroII gnome-shell[1332]: Telepathy is not available, chat integration will be disabled.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1397 of process 1387 owned by '1000' RT at priority 20.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 11 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 11 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII pipewire-pulse[1396]: 536870912
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Successfully made thread 1400 of process 1386 owned by '1000' RT at priority 20.
ott 16 18:55:03 commodoroII rtkit-daemon[807]: Supervising 12 threads of 6 processes of 2 users.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.22' (uid=1000 pid=1368 comm="/usr/lib/gnome-shell-calendar-server")
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII wireplumber[1386]: Failed to set scheduler settings: Operation not permitted
ott 16 18:55:03 commodoroII systemd[1234]: Starting Evolution calendar service...
ott 16 18:55:03 commodoroII wireplumber[1386]: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
ott 16 18:55:03 commodoroII wireplumber[1386]: PipeWire's libcamera SPA missing or broken. libcamera not supported.
ott 16 18:55:03 commodoroII systemd[1234]: Starting Virtual filesystem service - disk device monitor...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Shell.CalendarServer'
ott 16 18:55:03 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.60' (uid=1000 pid=1409 comm="/usr/lib/gvfs-udisks2-volume-monitor")
ott 16 18:55:03 commodoroII systemd[1]: Starting Disk Manager...
ott 16 18:55:03 commodoroII goa-daemon[1389]: goa-daemon version 3.44.0 starting
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Identity' requested by ':1.31' (uid=1000 pid=1389 comm="/usr/lib/goa-daemon")
ott 16 18:55:03 commodoroII udisksd[1414]: udisks daemon version 2.9.4 starting
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.OnlineAccounts'
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Identity'
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
ott 16 18:55:03 commodoroII systemd[1234]: Started Evolution calendar service.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.30' (uid=1000 pid=1406 comm="/usr/lib/evolution-calendar-factory")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Evolution address book service...
ott 16 18:55:03 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.UDisks2'
ott 16 18:55:03 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:03 commodoroII systemd[1]: Started Disk Manager.
ott 16 18:55:03 commodoroII kernel: kauditd_printk_skb: 131 callbacks suppressed
ott 16 18:55:03 commodoroII kernel: audit: type=1130 audit(1665939303.587:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:03 commodoroII udisksd[1414]: Acquired the name org.freedesktop.UDisks2 on the system message bus
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
ott 16 18:55:03 commodoroII systemd[1234]: Started Virtual filesystem service - disk device monitor.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
ott 16 18:55:03 commodoroII systemd[1234]: Started Evolution address book service.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Virtual filesystem service - Apple File Conduit monitor...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
ott 16 18:55:03 commodoroII systemd[1234]: Started Virtual filesystem service - Apple File Conduit monitor.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
ott 16 18:55:03 commodoroII systemd[1234]: Started Virtual filesystem service - GNOME Online Accounts monitor.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
ott 16 18:55:03 commodoroII systemd[1234]: Started Virtual filesystem service - Media Transfer Protocol monitor.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII systemd[1234]: Starting Virtual filesystem service - digital camera monitor...
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
ott 16 18:55:03 commodoroII systemd[1234]: Started Virtual filesystem service - digital camera monitor.
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Shell.Notifications' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII at-spi-bus-launcher[1305]: dbus-daemon[1305]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:03 commodoroII at-spi-bus-launcher[1305]: dbus-daemon[1305]: Successfully activated service 'org.a11y.atspi.Registry'
ott 16 18:55:03 commodoroII at-spi-bus-launcher[1482]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
ott 16 18:55:03 commodoroII systemd[1234]: Started GNOME Shell on X11.
ott 16 18:55:03 commodoroII systemd[1234]: Reached target GNOME Session is initialized.
ott 16 18:55:03 commodoroII systemd[1234]: Reached target GNOME session X11 services.
ott 16 18:55:03 commodoroII systemd[1234]: Reached target GNOME Session (session: gnome).
ott 16 18:55:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Shell.Notifications'
ott 16 18:55:03 commodoroII systemd[1234]: Starting Signal initialization done to GNOME Session Manager...
ott 16 18:55:03 commodoroII systemd[1234]: Starting IBus Daemon for GNOME...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME accessibility service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME color management service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME date & time service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME maintenance of expirable data service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME keyboard configuration service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME keyboard shortcuts service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME power management service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME printer notifications service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME RFKill support service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME FreeDesktop screensaver service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME file sharing service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME smartcard service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME sound sample caching service...
ott 16 18:55:03 commodoroII gnome-session-binary[1317]: Entering running state
ott 16 18:55:03 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.67' (uid=1000 pid=1511 comm="/usr/lib/gsd-print-notifications")
ott 16 18:55:03 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME USB protection service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME Wacom tablet support service...
ott 16 18:55:03 commodoroII systemd[1234]: Starting GNOME XSettings service...
ott 16 18:55:03 commodoroII systemd[1234]: Finished Signal initialization done to GNOME Session Manager.
ott 16 18:55:03 commodoroII kernel: rfkill: input handler disabled
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME FreeDesktop screensaver service.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME accessibility service.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME RFKill support service.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME date & time service.
ott 16 18:55:04 commodoroII gnome-session[1317]: gnome-session-binary[1317]: GnomeDesktop-WARNING: Could not create transient scope for PID 1546: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1546 does not exist.
ott 16 18:55:04 commodoroII gnome-session-binary[1317]: GnomeDesktop-WARNING: Could not create transient scope for PID 1546: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1546 does not exist.
ott 16 18:55:04 commodoroII systemd[1234]: Started Application launched by gnome-session-binary.
ott 16 18:55:04 commodoroII systemd[1234]: Started Application launched by gnome-session-binary.
ott 16 18:55:04 commodoroII systemd[1234]: Started Application launched by gnome-session-binary.
ott 16 18:55:04 commodoroII systemd[1234]: app-gnome-user\x2ddirs\x2dupdate\x2dgtk-1535.scope: Couldn't move process 1535 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-user\x2ddirs\x2dupdate\x2dgtk-1535.scope': No such process
ott 16 18:55:04 commodoroII systemd[1234]: app-gnome-user\x2ddirs\x2dupdate\x2dgtk-1535.scope: Failed to add PIDs to scope's control group: No such process
ott 16 18:55:04 commodoroII systemd[1234]: app-gnome-user\x2ddirs\x2dupdate\x2dgtk-1535.scope: Failed with result 'resources'.
ott 16 18:55:04 commodoroII systemd[1234]: Failed to start Application launched by gnome-session-binary.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME accessibility target.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME date & time target.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME RFKill support target.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME FreeDesktop screensaver target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME printer notifications service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME printer notifications target.
ott 16 18:55:04 commodoroII wireplumber[1386]: <WpNode:0x5653b134d960> ignoring set_param on already destroyed objects
ott 16 18:55:04 commodoroII wireplumber[1386]: <WpNode:0x5653b134d860> ignoring set_param on already destroyed objects
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME USB protection service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME USB protection target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME maintenance of expirable data service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME maintenance of expirable data target.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.ScreenSaver' requested by ':1.53' (uid=1000 pid=1548 comm="/usr/lib/gsd-usb-protection")
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME power management service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME power management target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME smartcard service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME smartcard target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME sound sample caching service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME sound sample caching target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME keyboard configuration service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME keyboard configuration target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME file sharing service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME file sharing target.
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME color management service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME color management target.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.freedesktop.portal.IBus' requested by ':1.44' (uid=1000 pid=1498 comm="/usr/bin/ibus-daemon --panel disable --xim")
ott 16 18:55:04 commodoroII systemd[1234]: Started IBus Daemon for GNOME.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.portal.IBus'
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME keyboard shortcuts service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME keyboard shortcuts target.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.ScreenSaver'
ott 16 18:55:04 commodoroII NetworkManager[635]: <info>  [1665939304.3192] agent-manager: agent[bcdb50a5e16beab0,:1.55/org.gnome.Shell.NetworkAgent/1000]: agent registered
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME Wacom tablet support service.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME Wacom tablet support target.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.60' (uid=1000 pid=1538 comm="/usr/bin/gnome-software --gapplication-service")
ott 16 18:55:04 commodoroII systemd[1234]: Starting Portal service...
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.68' (uid=1000 pid=1729 comm="/usr/lib/xdg-desktop-portal")
ott 16 18:55:04 commodoroII systemd[1234]: Starting flatpak document portal service...
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.portal.Documents'
ott 16 18:55:04 commodoroII systemd[1234]: Started flatpak document portal service.
ott 16 18:55:04 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.68' (uid=1000 pid=1729 comm="/usr/lib/xdg-desktop-portal")
ott 16 18:55:04 commodoroII systemd[1234]: Starting Portal service (GNOME implementation)...
ott 16 18:55:04 commodoroII gnome-shell[1332]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
ott 16 18:55:04 commodoroII gsd-usb-protect[1548]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
ott 16 18:55:04 commodoroII gsd-media-keys[1509]: Failed to grab accelerator for keybinding settings:playback-repeat
ott 16 18:55:04 commodoroII gsd-media-keys[1509]: Failed to grab accelerator for keybinding settings:rotate-video-lock
ott 16 18:55:04 commodoroII gsd-media-keys[1509]: Failed to grab accelerator for keybinding settings:playback-random
ott 16 18:55:04 commodoroII gsd-media-keys[1509]: Failed to grab accelerator for keybinding settings:hibernate
ott 16 18:55:04 commodoroII systemd[1234]: Started GNOME XSettings service.
ott 16 18:55:04 commodoroII systemd[1234]: GNOME session X11 services is inactive.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME XSettings target.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME Session.
ott 16 18:55:04 commodoroII systemd[1234]: Reached target GNOME X11 Session (session: gnome).
ott 16 18:55:04 commodoroII systemd[1234]: Reached target Current graphical user session.
ott 16 18:55:05 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
ott 16 18:55:05 commodoroII systemd[1234]: Started Portal service (GNOME implementation).
ott 16 18:55:05 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): EDID vendor "SDC", prod id 13642
ott 16 18:55:05 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Printing DDC gathered Modelines:
ott 16 18:55:05 commodoroII /usr/lib/gdm-x-session[1260]: (II) modeset(0): Modeline "1366x768"x0.0   69.39  1366 1414 1446 1464  768 770 775 790 -hsync -vsync (47.4 kHz eP)
ott 16 18:55:05 commodoroII rtkit-daemon[807]: Supervising 12 threads of 6 processes of 2 users.
ott 16 18:55:05 commodoroII rtkit-daemon[807]: Supervising 12 threads of 6 processes of 2 users.
ott 16 18:55:05 commodoroII rtkit-daemon[807]: Supervising 12 threads of 6 processes of 2 users.
ott 16 18:55:05 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.68' (uid=1000 pid=1729 comm="/usr/lib/xdg-desktop-portal")
ott 16 18:55:05 commodoroII systemd[1234]: Starting Portal service (GTK/GNOME implementation)...
ott 16 18:55:05 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
ott 16 18:55:05 commodoroII systemd[1234]: Started Portal service (GTK/GNOME implementation).
ott 16 18:55:05 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.portal.Desktop'
ott 16 18:55:05 commodoroII systemd[1234]: Started Portal service.
ott 16 18:55:05 commodoroII gnome-software[1538]: /etc/PackageKit/Vendor.conf file not found
ott 16 18:55:05 commodoroII gnome-software[1538]: Failed to load /usr/lib/gnome-software/plugins-18/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-18/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
ott 16 18:55:05 commodoroII gnome-software[1538]: enabled plugins: appstream, os-release, provenance, flatpak, generic-updates, hardcoded-blocklist, modalias, provenance-license, rewrite-resource, icons, malcontent
ott 16 18:55:05 commodoroII gnome-software[1538]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
ott 16 18:55:06 commodoroII gnome-software[1538]: Only 7 apps for popular list, hiding
ott 16 18:55:06 commodoroII gnome-shell[1332]: GNOME Shell started at Sun Oct 16 2022 18:55:03 GMT+0200 (Central European Summer Time)
ott 16 18:55:06 commodoroII gnome-shell[1332]: Registering session with GDM
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:72
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[722]: dbus-daemon[722]: [session uid=120 pid=722] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=851 comm="/usr/lib/gsd-sharing")
ott 16 18:55:06 commodoroII gnome-session[723]: gnome-session-binary[723]: WARNING: App 'org.gnome.SettingsDaemon.Wacom.desktop' exited with code 1
ott 16 18:55:06 commodoroII gnome-session-binary[723]: WARNING: App 'org.gnome.SettingsDaemon.Wacom.desktop' exited with code 1
ott 16 18:55:06 commodoroII gsd-sound[884]: Error releasing name org.gnome.SettingsDaemon.Sound: The connection is closed
ott 16 18:55:06 commodoroII gsd-color[860]: failed to set xrandr-eDP-1 color transform matrix: failed to load file: Error opening file /home/alessandro/.local/share/icc/edid-d3558fc846cb83310d21aa94a84fa402.icc: Permission denied
ott 16 18:55:06 commodoroII gsd-housekeepin[902]: Error releasing name org.gnome.SettingsDaemon.Housekeeping: The connection is closed
ott 16 18:55:06 commodoroII gsd-rfkill[871]: Error releasing name org.gnome.SettingsDaemon.Rfkill: The connection is closed
ott 16 18:55:06 commodoroII gsd-screensaver[882]: Error releasing name org.freedesktop.ScreenSaver: The connection is closed
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:67
ott 16 18:55:06 commodoroII gsd-color[1500]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_eDP_1_gdm_120
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:79
ott 16 18:55:06 commodoroII polkitd[657]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8) (disconnected from bus)
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:80
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:65
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:71
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:70
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:68
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) UnloadModule: "libinput"
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) systemd-logind: releasing fd for 13:66
ott 16 18:55:06 commodoroII /usr/lib/gdm-x-session[693]: (II) Server terminated successfully (0). Closing log file.
ott 16 18:55:06 commodoroII audit[671]: USER_END pid=671 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:06 commodoroII audit[671]: CRED_DISP pid=671 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:06 commodoroII gdm-launch-environment][671]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
ott 16 18:55:06 commodoroII systemd[1]: session-1.scope: Deactivated successfully.
ott 16 18:55:06 commodoroII kernel: audit: type=1106 audit(1665939306.964:133): pid=671 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:06 commodoroII kernel: audit: type=1104 audit(1665939306.964:134): pid=671 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=commodoroII addr=? terminal=/dev/tty1 res=success'
ott 16 18:55:06 commodoroII systemd[1]: session-1.scope: Consumed 3.865s CPU time.
ott 16 18:55:06 commodoroII systemd-logind[511]: Session 1 logged out. Waiting for processes to exit.
ott 16 18:55:06 commodoroII systemd-logind[511]: Removed session 1.
ott 16 18:55:07 commodoroII gdm[646]: Gdm: Child process -691 was already dead.
ott 16 18:55:17 commodoroII systemd[1]: Stopping User Manager for UID 120...
ott 16 18:55:17 commodoroII systemd[676]: Activating special unit Exit the Session...
ott 16 18:55:17 commodoroII systemd[676]: Stopped target Main User Target.
ott 16 18:55:17 commodoroII systemd[676]: Stopping D-Bus User Message Bus...
ott 16 18:55:17 commodoroII systemd[676]: Stopping PipeWire PulseAudio...
ott 16 18:55:17 commodoroII systemd[676]: Stopped PipeWire PulseAudio.
ott 16 18:55:17 commodoroII wireplumber[787]: stopped by signal: Terminated
ott 16 18:55:17 commodoroII systemd[676]: Stopping Multimedia Service Session Manager...
ott 16 18:55:17 commodoroII wireplumber[787]: disconnected from pipewire
ott 16 18:55:17 commodoroII systemd[676]: Stopped D-Bus User Message Bus.
ott 16 18:55:17 commodoroII systemd[676]: Stopped Multimedia Service Session Manager.
ott 16 18:55:17 commodoroII systemd[676]: Stopping PipeWire Multimedia Service...
ott 16 18:55:17 commodoroII systemd[676]: Stopped PipeWire Multimedia Service.
ott 16 18:55:17 commodoroII systemd[676]: Removed slice User Core Session Slice.
ott 16 18:55:17 commodoroII systemd[676]: Stopped target Basic System.
ott 16 18:55:17 commodoroII systemd[676]: Stopped target Paths.
ott 16 18:55:17 commodoroII systemd[676]: Stopped target Sockets.
ott 16 18:55:17 commodoroII systemd[676]: Stopped target Timers.
ott 16 18:55:17 commodoroII systemd[676]: Closed D-Bus User Message Bus Socket.
ott 16 18:55:17 commodoroII systemd[676]: Closed GnuPG network certificate management daemon.
ott 16 18:55:17 commodoroII systemd[676]: Closed GCR ssh-agent wrapper.
ott 16 18:55:17 commodoroII systemd[676]: Closed GNOME Keyring daemon.
ott 16 18:55:17 commodoroII systemd[676]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
ott 16 18:55:17 commodoroII systemd[676]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
ott 16 18:55:17 commodoroII systemd[676]: Closed GnuPG cryptographic agent (ssh-agent emulation).
ott 16 18:55:17 commodoroII systemd[676]: Closed GnuPG cryptographic agent and passphrase cache.
ott 16 18:55:17 commodoroII systemd[676]: Closed p11-kit server.
ott 16 18:55:17 commodoroII systemd[676]: Closed PipeWire PulseAudio.
ott 16 18:55:17 commodoroII systemd[676]: Closed PipeWire Multimedia System Socket.
ott 16 18:55:17 commodoroII systemd[676]: Removed slice User Application Slice.
ott 16 18:55:17 commodoroII systemd[676]: Reached target Shutdown.
ott 16 18:55:17 commodoroII systemd[676]: Finished Exit the Session.
ott 16 18:55:17 commodoroII systemd[676]: Reached target Exit the Session.
ott 16 18:55:17 commodoroII systemd[679]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
ott 16 18:55:17 commodoroII systemd[1]: user@120.service: Deactivated successfully.
ott 16 18:55:17 commodoroII systemd[1]: Stopped User Manager for UID 120.
ott 16 18:55:17 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:17 commodoroII kernel: audit: type=1131 audit(1665939317.247:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:17 commodoroII systemd[1]: Stopping User Runtime Directory /run/user/120...
ott 16 18:55:17 commodoroII systemd[1]: run-user-120.mount: Deactivated successfully.
ott 16 18:55:17 commodoroII systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
ott 16 18:55:17 commodoroII systemd[1]: Stopped User Runtime Directory /run/user/120.
ott 16 18:55:17 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:17 commodoroII systemd[1]: Removed slice User Slice of UID 120.
ott 16 18:55:17 commodoroII systemd[1]: user-120.slice: Consumed 4.369s CPU time.
ott 16 18:55:17 commodoroII kernel: audit: type=1131 audit(1665939317.324:136): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:17 commodoroII systemd[1234]: Started Application launched by gnome-shell.
ott 16 18:55:17 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.73' (uid=1000 pid=1857 comm="gnome-terminal")
ott 16 18:55:17 commodoroII systemd[1234]: Created slice Slice /app/org.gnome.Terminal.
ott 16 18:55:17 commodoroII systemd[1234]: Starting GNOME Terminal Server...
ott 16 18:55:17 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Terminal'
ott 16 18:55:17 commodoroII systemd[1234]: Started GNOME Terminal Server.
ott 16 18:55:17 commodoroII systemd[1234]: Started VTE child process 1880 launched by gnome-terminal-server process 1861.
ott 16 18:55:26 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:55:30 commodoroII systemd-timesyncd[337]: Timed out waiting for reply from [2606:4700:f1::1]:123 (2.arch.pool.ntp.org).
ott 16 18:55:31 commodoroII systemd-resolved[336]: Clock change detected. Flushing caches.
ott 16 18:55:31 commodoroII systemd-timesyncd[337]: Contacted time server [2a00:6d40:40:420e::1]:123 (2.arch.pool.ntp.org).
ott 16 18:55:31 commodoroII systemd-timesyncd[337]: Initial clock synchronization to Sun 2022-10-16 18:55:31.122145 CEST.
ott 16 18:55:33 commodoroII systemd[1]: systemd-localed.service: Deactivated successfully.
ott 16 18:55:33 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:33 commodoroII kernel: audit: type=1131 audit(1665939333.295:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.382:138): prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.382:139): prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.382:140): prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII systemd[1]: systemd-hostnamed.service: Deactivated successfully.
ott 16 18:55:33 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:33 commodoroII kernel: audit: type=1131 audit(1665939333.405:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.518:142): prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.518:143): prog-id=0 op=UNLOAD
ott 16 18:55:33 commodoroII kernel: audit: type=1334 audit(1665939333.518:144): prog-id=0 op=UNLOAD
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:55:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:55:39 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Settings.SearchProvider' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Nautilus' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Calendar' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Characters' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.clocks' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Photos' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Boxes.SearchProvider'
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Settings.SearchProvider'
ott 16 18:55:45 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.83' (uid=1000 pid=1929 comm="/usr/bin/gnome-calendar --gapplication-service")
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.clocks'
ott 16 18:55:45 commodoroII audit: BPF prog-id=25 op=LOAD
ott 16 18:55:45 commodoroII audit: BPF prog-id=26 op=LOAD
ott 16 18:55:45 commodoroII audit: BPF prog-id=27 op=LOAD
ott 16 18:55:45 commodoroII kernel: audit: type=1334 audit(1665939345.612:145): prog-id=25 op=LOAD
ott 16 18:55:45 commodoroII kernel: audit: type=1334 audit(1665939345.612:146): prog-id=26 op=LOAD
ott 16 18:55:45 commodoroII kernel: audit: type=1334 audit(1665939345.612:147): prog-id=27 op=LOAD
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Contacts.SearchProvider'
ott 16 18:55:45 commodoroII systemd[1]: Starting Time & Date Service...
ott 16 18:55:45 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.84' (uid=1000 pid=1923 comm="/usr/lib/gnome-contacts-search-provider")
ott 16 18:55:45 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
ott 16 18:55:45 commodoroII dbus-daemon[508]: [system] Successfully activated service 'org.freedesktop.timedate1'
ott 16 18:55:45 commodoroII audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:45 commodoroII systemd[1]: Started Time & Date Service.
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Characters'
ott 16 18:55:45 commodoroII kernel: audit: type=1130 audit(1665939345.712:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Calendar'
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Nautilus'
ott 16 18:55:45 commodoroII systemd[1234]: Started Application launched by gnome-shell.
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Photos'
ott 16 18:55:45 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Calculator.SearchProvider'
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:55:46 commodoroII systemd[1234]: Starting User preferences database...
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'ca.desrt.dconf'
ott 16 18:55:46 commodoroII systemd[1234]: Started User preferences database.
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
ott 16 18:55:46 commodoroII gnome-character[1928]: JS LOG: Characters Application started
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating service name='com.intel.dleyna-renderer' requested by ':1.84' (uid=1000 pid=1939 comm="/usr/bin/gnome-photos --gapplication-service")
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.84' (uid=1000 pid=1939 comm="/usr/bin/gnome-photos --gapplication-service")
ott 16 18:55:46 commodoroII systemd[1234]: Created slice User Background Tasks Slice.
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: dLeyna core version 0.7.0
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: dleyna-renderer-service version 0.7.2
ott 16 18:55:46 commodoroII systemd[1234]: Starting Tracker file system data miner...
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Load file [/home/alessandro/.config/dleyna-renderer-service.conf]
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: [General settings]
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Never Quit: F
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Connector Name: dbus
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Port: 0
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Push host port: 0
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: [Logging settings]
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Log Type : 0
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Log Level: 0x13
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: [Network filtering settings]
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Enabled : F
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Entries: (null)
ott 16 18:55:46 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'com.intel.dleyna-renderer'
ott 16 18:55:46 commodoroII dleyna-renderer-service[2124]: Calling GetRenderers method
ott 16 18:55:46 commodoroII firefox.desktop[1992]: [GFX1-]: glxtest: VA-API test failed: failed to initialise VAAPI connection.
ott 16 18:55:46 commodoroII firefox.desktop[1992]: ATTENTION: default value of option mesa_glthread overridden by environment.
ott 16 18:55:46 commodoroII firefox.desktop[1992]: ATTENTION: default value of option mesa_glthread overridden by environment.
ott 16 18:55:46 commodoroII firefox.desktop[1992]: ATTENTION: default value of option mesa_glthread overridden by environment.
ott 16 18:55:46 commodoroII firefox.desktop[1992]: ATTENTION: default value of option mesa_glthread overridden by environment.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 6 threads of 3 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Successfully made thread 2216 of process 1992 owned by '1000' RT at priority 10.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:47 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.Tracker3.Miner.Files'
ott 16 18:55:47 commodoroII systemd[1234]: Started Tracker file system data miner.
ott 16 18:55:47 commodoroII dleyna-renderer-service[2124]: Client :1.84 lost
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:47 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:47 commodoroII firefox.desktop[1992]: Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:48 commodoroII dleyna-renderer-service[2124]: dLeyna: Exit
ott 16 18:55:52 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.92' (uid=1000 pid=2126 comm="/usr/lib/tracker-miner-fs-3")
ott 16 18:55:52 commodoroII systemd[1234]: Starting Tracker metadata extractor...
ott 16 18:55:53 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
ott 16 18:55:53 commodoroII systemd[1234]: Started Tracker metadata extractor.
ott 16 18:55:53 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:55:53 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:53 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:55:54 commodoroII geoclue[792]: Service not used for 60 seconds. Shutting down..
ott 16 18:55:54 commodoroII systemd[1]: geoclue.service: Deactivated successfully.
ott 16 18:55:54 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:54 commodoroII kernel: audit: type=1131 audit(1665939354.378:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:55:56 commodoroII gnome-character[1928]: JS LOG: Characters Application exiting
ott 16 18:56:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.18' (uid=1000 pid=1332 comm="/usr/bin/gnome-shell")
ott 16 18:56:03 commodoroII systemd[1234]: Starting Virtual filesystem metadata service...
ott 16 18:56:03 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.gtk.vfs.Metadata'
ott 16 18:56:03 commodoroII systemd[1234]: Started Virtual filesystem metadata service.
ott 16 18:56:03 commodoroII systemd-resolved[336]: Clock change detected. Flushing caches.
ott 16 18:56:08 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:16 commodoroII systemd[1]: systemd-timedated.service: Deactivated successfully.
ott 16 18:56:16 commodoroII audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:56:16 commodoroII kernel: audit: type=1131 audit(1665939376.262:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ott 16 18:56:16 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:56:16 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:56:16 commodoroII audit: BPF prog-id=0 op=UNLOAD
ott 16 18:56:16 commodoroII kernel: audit: type=1334 audit(1665939376.312:151): prog-id=0 op=UNLOAD
ott 16 18:56:16 commodoroII kernel: audit: type=1334 audit(1665939376.312:152): prog-id=0 op=UNLOAD
ott 16 18:56:16 commodoroII kernel: audit: type=1334 audit(1665939376.312:153): prog-id=0 op=UNLOAD
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:21 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:25 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:26 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:27 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:28 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:29 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:30 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:31 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:32 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:33 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:34 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:35 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:35 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:56:36 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:56:43 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:56:43 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:56:47 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:56:47 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:56:50 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:56:50 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:56:50 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:57:03 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:10 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:11 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:12 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:13 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:14 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:15 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:16 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:17 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:18 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:19 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:20 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:21 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:22 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:57:23 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:23 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: RmInitAdapter failed! (0x30:0xffff:874)
ott 16 18:57:24 commodoroII kernel: NVRM: GPU 0000:04:00.0: rm_init_adapter failed, device minor number 0
ott 16 18:57:26 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:57:26 commodoroII rtkit-daemon[807]: Supervising 7 threads of 4 processes of 1 users.
ott 16 18:57:31 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:57:45 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:57:59 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:58:12 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:58:17 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.92' (uid=1000 pid=2126 comm="/usr/lib/tracker-miner-fs-3")
ott 16 18:58:17 commodoroII systemd[1234]: Starting Tracker metadata extractor...
ott 16 18:58:17 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
ott 16 18:58:17 commodoroII systemd[1234]: Started Tracker metadata extractor.
ott 16 18:58:26 commodoroII dbus-daemon[508]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.104' (uid=0 pid=3558 comm="sudo journalctl -b")
ott 16 18:58:26 commodoroII dbus-daemon[508]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:58:26 commodoroII sudo[3558]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
ott 16 18:58:26 commodoroII kernel: r8169 0000:02:00.0 enp2s0: Link is Down
ott 16 18:58:28 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.92' (uid=1000 pid=2126 comm="/usr/lib/tracker-miner-fs-3")
ott 16 18:58:28 commodoroII systemd[1234]: Starting Tracker metadata extractor...
ott 16 18:58:28 commodoroII dbus-daemon[1256]: [session uid=1000 pid=1256] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
ott 16 18:58:28 commodoroII systemd[1234]: Started Tracker metadata extractor.
ott 16 18:58:28 commodoroII audit[3558]: USER_AUTH pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="alessandro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII kernel: audit: type=1100 audit(1665939508.365:154): pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="alessandro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII kernel: audit: type=1101 audit(1665939508.365:155): pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="alessandro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII audit[3558]: USER_ACCT pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="alessandro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII sudo[3558]: alessandro : TTY=pts/0 ; PWD=/home/alessandro ; USER=root ; COMMAND=/usr/bin/journalctl -b
ott 16 18:58:28 commodoroII audit[3558]: CRED_REFR pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII audit[3558]: USER_START pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII sudo[3558]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
ott 16 18:58:28 commodoroII kernel: audit: type=1110 audit(1665939508.368:156): pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
ott 16 18:58:28 commodoroII kernel: audit: type=1105 audit(1665939508.368:157): pid=3558 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

We are still learning
    - wise people

Offline

#12 2022-10-16 17:14:23

loqs
Member
Registered: 2014-03-06
Posts: 17,916

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

ott 16 18:57:09 commodoroII kernel: NVRM: GPU 0000:04:00.0: Failed to copy vbios to system memory.

https://bbs.archlinux.org/viewtopic.php … 1#p2062391 applies equally to 470xx

Offline

#13 2022-10-16 17:52:22

bertulli
Member
Registered: 2021-11-25
Posts: 48

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

I see, thanks. So, I must wait for a Nvidia fix? And, if I wanted to use my GPU, I need to keep two versions of the kernel, right?


We are still learning
    - wise people

Offline

#14 2022-10-16 18:12:37

loqs
Member
Registered: 2014-03-06
Posts: 17,916

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

bertulli wrote:

I see, thanks. So, I must wait for a Nvidia fix? And, if I wanted to use my GPU, I need to keep two versions of the kernel, right?

Yes,  install a kernel package based on 5.19 or older alongside the linux package if you want to keep the linux package installed.

Offline

#15 2022-10-17 21:24:24

jehiva
Member
Registered: 2011-06-24
Posts: 17

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

I also encountered issues with prime-run and the 470.xx drivers - installing linux-lts and setting that as my default appears to have remedied the issue (/shakes fist at kernel 6.x).

I was thinking maybe I could remove "linux" (the 6.x kernel stuff) entirely, but it seems like the system believes many things depend on this (virtualbox-dkms among others) - is there a guide or perhaps easy way to get rid of "linux" and just use "linux-lts"? 

While cutting edge packages (yay arch) are great for getting features soon in userspace, I don't feel that kernel upgrades provide anything beyond grief (at least, my system does not feel more performant or easier to use as kernel updates roll in, so any benefit I am getting from them is well obfuscated from my purview).

Offline

#16 2022-10-17 21:52:07

loqs
Member
Registered: 2014-03-06
Posts: 17,916

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

What was the exact command you used to attempt the removal of the linux package and what was the output produced?

Offline

#17 2022-10-17 23:21:17

jehiva
Member
Registered: 2011-06-24
Posts: 17

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

Interesting, I can't reproduce it now, as I ran:

sudo pacman -S virtualbox-host-dkms

last night, when the "virtualbox" gui failed to start under 5.x kernel, and the output suggested I re-run the dkms install command.

Now when I run:

sudo pacman -R linux

it no longer presents error output about virtualbox deps, but gives the Y/n prompt to remove it.

Offline

#18 2022-10-17 23:38:12

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Arch not booting anymore after Linux 6 upgrade

Please don't paraphrase.

Post the full result of all commands and their outputs.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

Board footer

Powered by FluxBB