You are not logged in.
Pages: 1
Hi,
I have just installed a fresh Arch linux with an encrypted drive.
I have 2 GPUs. 1 is internal intel and other is nvidia 4050.
I was trying to get bumblebee to work and when I restart I cannot get into an xorg session. It is stuck at this
Edit: replaced the image with text extracted using google lens
[zullu@zorch "1$ startx
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision
Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
Kernel command line: BOOT_IMAGE=/umlinuz-linux root=UUID=f1773ace-d32c-439c-9840-78fd2983bf32 rw loglevel=3 quiet cryptdevice-UUID=1c9120d5-7545-4c89-ac03-301eeeef45c5:cryptlvin root=UUID=f1773aee-d32c-439c-9a40-78fd-
Current version of pixman: 0.43.0
Before reporting problems, check http://wiki.x.org to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(==)
(WW) warning, (EE) error, (NI) not implemented, (??) unknown. Log file: "/home/zullu/.local/share/xorg/Xorg.3.log", Time: Tue Jan 23 17:26:29 2024
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"Last edited by ZulluBalti (2024-01-24 14:32:57)
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and your ~/.xinitrc - the image you wanted to post is 404; in case you intend to fix that, please do not embed huge images directly.
Offline
I don't see any ~/.xinitrc file, however I do have ~/.xprofile file.
here's the content
cat .xprofile
#!/bin/sh
# This file runs when a DM logs you into a graphical session.
# If you use startx/xinit this file will also be sourced.
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
for program in $autostart; do
pidof -sx "$program" || "$program" &
done >/dev/null 2>&1
# Ensure that xrdb has finished running before moving on to start the WM/DE.
[ -n "$xrdbpid" ] && wait "$xrdbpid"Here's the content of ~/.config/x11/xinitrc
$cat ~/.config/x11/xinitrc
#!/bin/sh
# xinitrc runs automatically when you run startx.
# There are some small but important commands that need to be run when we start
# the graphical environment. There is a link to this file in ~/.xprofile
# because that file is run automatically if someone uses a display manager
# (login screen) and so they are needed there. To prevent doubling up commands,
# I source them here with the line below.
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"
else
. "$HOME/.xprofile"
fi
# Activate dbus variables
dbus-update-activation-environment --all
ssh-agent dwmHere's the content of ~/.config/x11/xprofile
$cat .config/x11/xprofile
#!/bin/sh
# This file runs when a DM logs you into a graphical session.
# If you use startx/xinit like a Chad, this file will also be sourced.
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
for program in $autostart; do
pidof -sx "$program" || "$program" &
done >/dev/null 2>&1
# Ensure that xrdb has finished running before moving on to start the WM/DE.
[ -n "$xrdbpid" ] && wait "$xrdbpid"Here's the logs I got after these commands
$startx -- -keeptty >~/.xorg.log 2>&1
$cat ~/.xorg.log # using another tty session as when I run startx it freeze and I can't use that tty anymore
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
Current version of pixman: 0.43.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/zullu/.local/share/xorg/Xorg.1.log", Time: Tue Jan 23 21:34:47 2024
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Could not resolve keysym XF86CameraAccessEnable
> Warning: Could not resolve keysym XF86CameraAccessDisable
> Warning: Could not resolve keysym XF86CameraAccessToggle
> Warning: Could not resolve keysym XF86NextElement
> Warning: Could not resolve keysym XF86PreviousElement
> Warning: Could not resolve keysym XF86AutopilotEngageToggle
> Warning: Could not resolve keysym XF86MarkWaypoint
> Warning: Could not resolve keysym XF86Sos
> Warning: Could not resolve keysym XF86NavChart
> Warning: Could not resolve keysym XF86FishingChart
> Warning: Could not resolve keysym XF86SingleRangeRadar
> Warning: Could not resolve keysym XF86DualRangeRadar
> Warning: Could not resolve keysym XF86RadarOverlay
> Warning: Could not resolve keysym XF86TraditionalSonar
> Warning: Could not resolve keysym XF86ClearvuSonar
> Warning: Could not resolve keysym XF86SidevuSonar
> Warning: Could not resolve keysym XF86NavInfo
Errors from xkbcomp are not fatal to the X server
find: ‘/home/zullu/.local/share/mail/*/[Ii][Nn][Bb][Oo][Xx]/new/*’: No such file or directory
find: ‘/home/zullu/.local/share/mail/*/[Ii][Nn][Bb][Oo][Xx]/new/*’: No such file or directoryLast edited by ZulluBalti (2024-01-23 16:42:59)
Offline
Unless you're exporting $XINITRC, startx will run ~/.xinitrc or /etc/X11/xinit/xinitrc and that's not your xorg log, see the link I posted. (YouÄre looking for the files in /home/zullu/.local/share/xorg)
If $XINITRC is your ~/.config/x11/xinitrc that's broken, last link below, notably 2nd note
Where did you get this stuff, did you follow some idiot on youtube or use some script you found on the internet to install archlinux?
Offline
After installing arch I run Larbs.sh script which automatically install bunch of packages and add some config files.
Yes, I'm exporting $XINITRC. Here's the value
echo $XINITRC
/home/zullu/.config/x11/xinitrcThe thing is it was working before. I was trying to install bumblebee and at the same time I was trying to fix the touchpad (setting natural scrolling to true) and then when I restart this start to happen.
Sorry about the logs
Here's the logs in ~/.local/share/xorg
# Xorg.0.log
[ 3796.828]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 3796.828] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 3796.828] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 3796.828]
[ 3796.828] Current version of pixman: 0.43.0
[ 3796.828] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3796.828] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3796.828] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.0.log", Time: Tue Jan 23 21:22:26 2024
[ 3796.829] (==) Using config file: "/etc/X11/xorg.conf"
[ 3796.829] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3796.829] (==) ServerLayout "Layout0"
[ 3796.829] (**) |-->Screen "Screen0" (0)
[ 3796.829] (**) | |-->Monitor "Monitor0"
[ 3796.830] (**) | |-->Device "Device0"
[ 3796.830] (**) |-->Input Device "Keyboard0"
[ 3796.830] (**) |-->Input Device "Mouse0"
[ 3796.830] (==) Automatically adding devices
[ 3796.830] (==) Automatically enabling devices
[ 3796.830] (==) Automatically adding GPU devices
[ 3796.830] (==) Automatically binding GPU devices
[ 3796.830] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3796.830] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 3796.830] Entry deleted from font path.
[ 3796.830] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 3796.830] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (==) FontPath set to:
[ 3796.830] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3796.831] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 3796.831] (WW) Disabling Keyboard0
[ 3796.831] (WW) Disabling Mouse0
[ 3796.831] (II) Module ABI versions:
[ 3796.831] X.Org ANSI C Emulation: 0.4
[ 3796.831] X.Org Video Driver: 25.2
[ 3796.831] X.Org XInput driver : 24.4
[ 3796.831] X.Org Server Extension : 10.0
[ 3796.832] (++) using VT number 2
[ 3796.835] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 3796.837] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3796.837] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 3796.838] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 3796.843] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 3796.843] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 3796.843] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3796.843] (II) LoadModule: "glx"
[ 3796.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3796.855] (II) Module glx: vendor="X.Org Foundation"
[ 3796.855] compiled for 1.21.1.11, module version = 1.0.0
[ 3796.855] ABI class: X.Org Server Extension, version 10.0
[ 3796.855] (II) LoadModule: "nvidia"
[ 3796.855] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3796.875] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3796.875] compiled for 1.6.99.901, module version = 1.0.0
[ 3796.875] Module class: X.Org Video Driver
[ 3796.875] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 3796.875] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3796.875] (II) Loading sub module "fb"
[ 3796.875] (II) LoadModule: "fb"
[ 3796.875] (II) Module "fb" already built-in
[ 3796.875] (II) Loading sub module "wfb"
[ 3796.875] (II) LoadModule: "wfb"
[ 3796.875] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3796.875] (II) Module wfb: vendor="X.Org Foundation"
[ 3796.875] compiled for 1.21.1.11, module version = 1.0.0
[ 3796.875] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3797.990] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3797.990] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 3797.990] (==) NVIDIA(0): RGB weight 888
[ 3797.990] (==) NVIDIA(0): Default visual is TrueColor
[ 3797.990] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3797.990] (**) NVIDIA(0): Enabling 2D acceleration
[ 3797.990] (II) Loading sub module "glxserver_nvidia"
[ 3797.990] (II) LoadModule: "glxserver_nvidia"
[ 3797.990] (WW) Warning, couldn't open module glxserver_nvidia
[ 3797.990] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 3797.990] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 3797.990] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 3797.990] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 3797.990] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 3797.990] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 3797.990] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 3799.910] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 3799.910] (--) NVIDIA(0): DFP-0
[ 3799.910] (--) NVIDIA(0): DFP-1
[ 3799.910] (--) NVIDIA(0): DFP-2
[ 3799.910] (--) NVIDIA(0): DFP-3
[ 3799.910] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 3799.910] (WW) NVIDIA: used.
[ 3799.910] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 3799.910] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 3799.910] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 3799.910] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 3799.910] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (==) NVIDIA(0):
[ 3799.910] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 3799.910] (==) NVIDIA(0): will be used as the requested mode.
[ 3799.910] (==) NVIDIA(0):
[ 3799.910] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 3799.910] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 3799.915] (II) NVIDIA(0): Validated MetaModes:
[ 3799.915] (II) NVIDIA(0): "NULL"
[ 3799.915] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 3799.915] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 3799.915] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 3799.915] (WW) NVIDIA: Failed to bind sideband socket to
[ 3799.915] (WW) NVIDIA: '/var/run/nvidia-xdriver-be309b83' Permission denied
[ 3799.915] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 3799.915] (II) NVIDIA: access.
[ 3799.929] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 3799.929] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 3799.929] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 3799.929] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 3799.929] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 3799.929] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 3799.929] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 3799.929] (II) NVIDIA(0): Config Options in the README.
[ 3799.940] (II) NVIDIA(0): Setting mode "NULL"
[ 3799.951] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 3799.951] (==) NVIDIA(0): Backing store enabled
[ 3799.951] (==) NVIDIA(0): Silken mouse enabled
[ 3799.951] (**) NVIDIA(0): DPMS enabled
[ 3799.951] (II) Loading sub module "dri2"
[ 3799.951] (II) LoadModule: "dri2"
[ 3799.951] (II) Module "dri2" already built-in
[ 3799.951] (II) NVIDIA(0): [DRI2] Setup complete
[ 3799.951] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 3799.951] (II) Initializing extension Generic Event Extension
[ 3799.951] (II) Initializing extension SHAPE
[ 3799.951] (II) Initializing extension MIT-SHM
[ 3799.951] (II) Initializing extension XInputExtension
[ 3799.951] (II) Initializing extension XTEST
[ 3799.952] (II) Initializing extension BIG-REQUESTS
[ 3799.952] (II) Initializing extension SYNC
[ 3799.952] (II) Initializing extension XKEYBOARD
[ 3799.952] (II) Initializing extension XC-MISC
[ 3799.952] (II) Initializing extension SECURITY
[ 3799.952] (II) Initializing extension XFIXES
[ 3799.952] (II) Initializing extension RENDER
[ 3799.952] (II) Initializing extension RANDR
[ 3799.952] (II) Initializing extension COMPOSITE
[ 3799.952] (II) Initializing extension DAMAGE
[ 3799.952] (II) Initializing extension MIT-SCREEN-SAVER
[ 3799.952] (II) Initializing extension DOUBLE-BUFFER
[ 3799.952] (II) Initializing extension RECORD
[ 3799.952] (II) Initializing extension DPMS
[ 3799.952] (II) Initializing extension Present
[ 3799.952] (II) Initializing extension DRI3
[ 3799.952] (II) Initializing extension X-Resource
[ 3799.952] (II) Initializing extension XVideo
[ 3799.952] (II) Initializing extension XVideo-MotionCompensation
[ 3799.952] (II) Initializing extension GLX
[ 3799.953] (II) AIGLX: Screen 0 is not DRI2 capable
[ 3800.169] (II) IGLX: Loaded and initialized swrast
[ 3800.169] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 3800.169] (II) Initializing extension XFree86-VidModeExtension
[ 3800.169] (II) Initializing extension XFree86-DGA
[ 3800.169] (II) Initializing extension XFree86-DRI
[ 3800.169] (II) Initializing extension DRI2
[ 3800.169] (II) Initializing extension NV-GLX
[ 3800.169] (II) Initializing extension NV-CONTROL
[ 3800.197] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3800.197] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3800.197] (II) LoadModule: "libinput"
[ 3800.197] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3800.199] (II) Module libinput: vendor="X.Org Foundation"
[ 3800.199] compiled for 1.21.1.8, module version = 1.4.0
[ 3800.199] Module class: X.Org XInput Driver
[ 3800.199] ABI class: X.Org XInput driver, version 24.4
[ 3800.199] (II) Using input driver 'libinput' for 'Video Bus'
[ 3800.199] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 3800.199] (**) Video Bus: always reports core events
[ 3800.199] (**) Option "Device" "/dev/input/event5"
[ 3800.201] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3800.201] (II) event5 - Video Bus: device is a keyboard
[ 3800.201] (II) event5 - Video Bus: device removed
[ 3800.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 3800.201] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 3800.202] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3800.202] (II) event5 - Video Bus: device is a keyboard
[ 3800.202] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 3800.202] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3800.202] (II) Using input driver 'libinput' for 'Video Bus'
[ 3800.202] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 3800.202] (**) Video Bus: always reports core events
[ 3800.202] (**) Option "Device" "/dev/input/event4"
[ 3800.203] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3800.203] (II) event4 - Video Bus: device is a keyboard
[ 3800.203] (II) event4 - Video Bus: device removed
[ 3800.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 3800.203] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3800.203] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3800.203] (II) event4 - Video Bus: device is a keyboard
[ 3800.203] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 3800.203] (II) No input driver specified, ignoring this device.
[ 3800.203] (II) This device may have been added with another device file.
[ 3800.204] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 3800.204] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3800.204] (II) Using input driver 'libinput' for 'Power Button'
[ 3800.204] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 3800.204] (**) Power Button: always reports core events
[ 3800.204] (**) Option "Device" "/dev/input/event2"
[ 3800.204] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3800.204] (II) event2 - Power Button: device is a keyboard
[ 3800.204] (II) event2 - Power Button: device removed
[ 3800.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 3800.204] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 3800.205] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3800.205] (II) event2 - Power Button: device is a keyboard
[ 3800.205] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 3800.205] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 3800.205] (II) Using input driver 'libinput' for 'Sleep Button'
[ 3800.205] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 3800.205] (**) Sleep Button: always reports core events
[ 3800.205] (**) Option "Device" "/dev/input/event1"
[ 3800.205] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3800.205] (II) event1 - Sleep Button: device is a keyboard
[ 3800.206] (II) event1 - Sleep Button: device removed
[ 3800.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 3800.206] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 3800.206] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3800.206] (II) event1 - Sleep Button: device is a keyboard
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.207] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 3800.207] (II) No input driver specified, ignoring this device.
[ 3800.207] (II) This device may have been added with another device file.
[ 3800.207] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 3800.207] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 3800.207] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 3800.207] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 3800.207] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 3800.207] (**) Option "Device" "/dev/input/event10"
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 3800.208] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 3800.208] (**) Option "AccelerationScheme" "none"
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 3800.209] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 3800.209] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 3800.209] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 3800.209] (II) No input driver specified, ignoring this device.
[ 3800.209] (II) This device may have been added with another device file.
[ 3800.209] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 3800.209] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 3800.209] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 3800.210] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 3800.210] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 3800.210] (**) Option "Device" "/dev/input/event11"
[ 3800.210] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 3800.211] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 3800.211] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.212] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 3800.212] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 3800.212] (**) Option "AccelerationScheme" "none"
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 3800.213] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 3800.214] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 3800.214] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 3800.214] (II) No input driver specified, ignoring this device.
[ 3800.214] (II) This device may have been added with another device file.
[ 3800.214] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 3800.214] (II) No input driver specified, ignoring this device.
[ 3800.214] (II) This device may have been added with another device file.
[ 3800.215] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 3800.215] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 3800.215] (II) Using input driver 'libinput' for 'Intel HID events'
[ 3800.215] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 3800.215] (**) Intel HID events: always reports core events
[ 3800.215] (**) Option "Device" "/dev/input/event6"
[ 3800.215] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 3800.215] (II) event6 - Intel HID events: device is a keyboard
[ 3800.215] (II) event6 - Intel HID events: device removed
[ 3800.215] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 3800.215] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 3800.216] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 3800.216] (II) event6 - Intel HID events: device is a keyboard
[ 3800.216] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 3800.216] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 3800.216] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 3800.216] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 3800.216] (**) Intel HID 5 button array: always reports core events
[ 3800.216] (**) Option "Device" "/dev/input/event7"
[ 3800.216] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 3800.216] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 3800.217] (II) event7 - Intel HID 5 button array: device removed
[ 3800.217] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 3800.217] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 3800.217] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 3800.217] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 3800.217] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 3800.217] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 3800.217] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 3800.218] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 3800.218] (**) AT Translated Set 2 keyboard: always reports core events
[ 3800.218] (**) Option "Device" "/dev/input/event3"
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 3800.218] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 3800.218] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 3800.219] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3800.219] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 3800.220] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event16)
[ 3800.220] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[ 3800.220] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[ 3800.220] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 3800.220] (**) PS/2 Synaptics TouchPad: always reports core events
[ 3800.220] (**) Option "Device" "/dev/input/event16"
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 3800.220] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 15)
[ 3800.220] (**) Option "AccelerationScheme" "none"
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 3800.221] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 3800.221] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 3800.221] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 3800.221] (II) No input driver specified, ignoring this device.
[ 3800.221] (II) This device may have been added with another device file.
[ 3800.222] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 3800.222] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 3800.222] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 3800.222] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 3800.222] (**) MSI WMI hotkeys: always reports core events
[ 3800.222] (**) Option "Device" "/dev/input/event8"
[ 3800.222] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 3800.222] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 3800.223] (II) event8 - MSI WMI hotkeys: device removed
[ 3800.223] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 3800.223] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 3800.223] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 3800.223] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3814.980] (**) Option "fd" "32"
[ 3814.980] (II) event5 - Video Bus: device removed
[ 3814.980] (**) Option "fd" "35"
[ 3814.980] (II) event4 - Video Bus: device removed
[ 3814.980] (**) Option "fd" "36"
[ 3814.980] (II) event2 - Power Button: device removed
[ 3814.980] (**) Option "fd" "37"
[ 3814.980] (II) event1 - Sleep Button: device removed
[ 3814.980] (**) Option "fd" "38"
[ 3814.980] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 3814.980] (**) Option "fd" "39"
[ 3814.981] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 3814.981] (**) Option "fd" "40"
[ 3814.981] (II) event6 - Intel HID events: device removed
[ 3814.981] (**) Option "fd" "41"
[ 3814.981] (II) event7 - Intel HID 5 button array: device removed
[ 3814.981] (**) Option "fd" "42"
[ 3814.981] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 3814.981] (**) Option "fd" "43"
[ 3814.981] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 3814.981] (**) Option "fd" "44"
[ 3814.981] (II) event8 - MSI WMI hotkeys: device removed
[ 3815.041] (II) systemd-logind: got pause for 13:74
[ 3815.041] (II) systemd-logind: got pause for 13:72
[ 3815.041] (II) systemd-logind: got pause for 13:69
[ 3815.041] (II) systemd-logind: got pause for 13:68
[ 3815.041] (II) systemd-logind: got pause for 13:70
[ 3815.041] (II) systemd-logind: got pause for 13:80
[ 3815.041] (II) systemd-logind: got pause for 13:67
[ 3815.041] (II) systemd-logind: got pause for 13:66
[ 3815.041] (II) systemd-logind: got pause for 13:75
[ 3815.041] (II) systemd-logind: got pause for 13:71
[ 3815.041] (II) systemd-logind: got pause for 13:65Xorg.1.log
[ 4537.944]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 4537.944] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 4537.944] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 4537.944]
[ 4537.944] Current version of pixman: 0.43.0
[ 4537.944] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4537.944] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4537.944] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.1.log", Time: Tue Jan 23 21:34:47 2024
[ 4537.944] (==) Using config file: "/etc/X11/xorg.conf"
[ 4537.944] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4537.944] (==) ServerLayout "Layout0"
[ 4537.944] (**) |-->Screen "Screen0" (0)
[ 4537.944] (**) | |-->Monitor "Monitor0"
[ 4537.944] (**) | |-->Device "Device0"
[ 4537.944] (**) |-->Input Device "Keyboard0"
[ 4537.944] (**) |-->Input Device "Mouse0"
[ 4537.944] (==) Automatically adding devices
[ 4537.944] (==) Automatically enabling devices
[ 4537.944] (==) Automatically adding GPU devices
[ 4537.944] (==) Automatically binding GPU devices
[ 4537.944] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4537.944] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 4537.944] Entry deleted from font path.
[ 4537.944] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 4537.944] Entry deleted from font path.
[ 4537.944] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 4537.944] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 4537.944] Entry deleted from font path.
[ 4537.944] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 4537.944] Entry deleted from font path.
[ 4537.944] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 4537.944] Entry deleted from font path.
[ 4537.944] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 4537.944] Entry deleted from font path.
[ 4537.944] (==) FontPath set to:
[ 4537.944] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4537.944] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 4537.944] (WW) Disabling Keyboard0
[ 4537.944] (WW) Disabling Mouse0
[ 4537.944] (II) Module ABI versions:
[ 4537.944] X.Org ANSI C Emulation: 0.4
[ 4537.944] X.Org Video Driver: 25.2
[ 4537.944] X.Org XInput driver : 24.4
[ 4537.944] X.Org Server Extension : 10.0
[ 4537.945] (++) using VT number 3
[ 4537.946] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 4537.946] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4537.946] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 4537.947] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 4538.495] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 4538.495] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 4538.495] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4538.495] (II) LoadModule: "glx"
[ 4538.495] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4538.496] (II) Module glx: vendor="X.Org Foundation"
[ 4538.496] compiled for 1.21.1.11, module version = 1.0.0
[ 4538.496] ABI class: X.Org Server Extension, version 10.0
[ 4538.496] (II) LoadModule: "nvidia"
[ 4538.496] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4538.496] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4538.496] compiled for 1.6.99.901, module version = 1.0.0
[ 4538.496] Module class: X.Org Video Driver
[ 4538.496] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 4538.496] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4538.496] (II) Loading sub module "fb"
[ 4538.496] (II) LoadModule: "fb"
[ 4538.496] (II) Module "fb" already built-in
[ 4538.496] (II) Loading sub module "wfb"
[ 4538.496] (II) LoadModule: "wfb"
[ 4538.496] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4538.496] (II) Module wfb: vendor="X.Org Foundation"
[ 4538.496] compiled for 1.21.1.11, module version = 1.0.0
[ 4538.496] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4538.497] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 4538.497] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 4538.497] (==) NVIDIA(0): RGB weight 888
[ 4538.497] (==) NVIDIA(0): Default visual is TrueColor
[ 4538.497] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4538.497] (**) NVIDIA(0): Enabling 2D acceleration
[ 4538.497] (II) Loading sub module "glxserver_nvidia"
[ 4538.497] (II) LoadModule: "glxserver_nvidia"
[ 4538.497] (WW) Warning, couldn't open module glxserver_nvidia
[ 4538.497] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 4538.497] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 4538.497] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 4538.497] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 4538.497] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 4538.497] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 4538.497] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 4538.498] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 4538.498] (--) NVIDIA(0): DFP-0
[ 4538.498] (--) NVIDIA(0): DFP-1
[ 4538.498] (--) NVIDIA(0): DFP-2
[ 4538.498] (--) NVIDIA(0): DFP-3
[ 4538.498] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 4538.498] (WW) NVIDIA: used.
[ 4538.498] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 4538.498] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 4538.498] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 4538.498] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 4538.498] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 4538.498] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 4538.498] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 4538.498] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 4538.498] (--) NVIDIA(GPU-0):
[ 4538.499] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 4538.499] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 4538.499] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4538.499] (--) NVIDIA(GPU-0):
[ 4538.503] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 4538.503] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 4538.503] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 4538.503] (--) NVIDIA(GPU-0):
[ 4538.503] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 4538.503] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 4538.503] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 4538.503] (--) NVIDIA(GPU-0):
[ 4538.503] (==) NVIDIA(0):
[ 4538.503] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 4538.503] (==) NVIDIA(0): will be used as the requested mode.
[ 4538.503] (==) NVIDIA(0):
[ 4538.503] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 4538.503] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 4538.512] (II) NVIDIA(0): Validated MetaModes:
[ 4538.512] (II) NVIDIA(0): "NULL"
[ 4538.512] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 4538.512] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 4538.513] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 4538.513] (WW) NVIDIA: Failed to bind sideband socket to
[ 4538.513] (WW) NVIDIA: '/var/run/nvidia-xdriver-8d738a5a' Permission denied
[ 4538.513] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 4538.513] (II) NVIDIA: access.
[ 4538.529] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 4538.529] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 4538.529] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 4538.529] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 4538.529] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 4538.529] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 4538.529] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 4538.529] (II) NVIDIA(0): Config Options in the README.
[ 4538.546] (II) NVIDIA(0): Setting mode "NULL"
[ 4538.566] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 4538.566] (==) NVIDIA(0): Backing store enabled
[ 4538.566] (==) NVIDIA(0): Silken mouse enabled
[ 4538.566] (**) NVIDIA(0): DPMS enabled
[ 4538.566] (II) Loading sub module "dri2"
[ 4538.566] (II) LoadModule: "dri2"
[ 4538.566] (II) Module "dri2" already built-in
[ 4538.566] (II) NVIDIA(0): [DRI2] Setup complete
[ 4538.566] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 4538.566] (II) Initializing extension Generic Event Extension
[ 4538.566] (II) Initializing extension SHAPE
[ 4538.566] (II) Initializing extension MIT-SHM
[ 4538.566] (II) Initializing extension XInputExtension
[ 4538.566] (II) Initializing extension XTEST
[ 4538.567] (II) Initializing extension BIG-REQUESTS
[ 4538.567] (II) Initializing extension SYNC
[ 4538.567] (II) Initializing extension XKEYBOARD
[ 4538.567] (II) Initializing extension XC-MISC
[ 4538.567] (II) Initializing extension SECURITY
[ 4538.567] (II) Initializing extension XFIXES
[ 4538.567] (II) Initializing extension RENDER
[ 4538.567] (II) Initializing extension RANDR
[ 4538.567] (II) Initializing extension COMPOSITE
[ 4538.567] (II) Initializing extension DAMAGE
[ 4538.567] (II) Initializing extension MIT-SCREEN-SAVER
[ 4538.567] (II) Initializing extension DOUBLE-BUFFER
[ 4538.567] (II) Initializing extension RECORD
[ 4538.567] (II) Initializing extension DPMS
[ 4538.567] (II) Initializing extension Present
[ 4538.567] (II) Initializing extension DRI3
[ 4538.567] (II) Initializing extension X-Resource
[ 4538.567] (II) Initializing extension XVideo
[ 4538.567] (II) Initializing extension XVideo-MotionCompensation
[ 4538.567] (II) Initializing extension GLX
[ 4538.568] (II) AIGLX: Screen 0 is not DRI2 capable
[ 4538.581] (II) IGLX: Loaded and initialized swrast
[ 4538.581] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 4538.581] (II) Initializing extension XFree86-VidModeExtension
[ 4538.581] (II) Initializing extension XFree86-DGA
[ 4538.581] (II) Initializing extension XFree86-DRI
[ 4538.581] (II) Initializing extension DRI2
[ 4538.581] (II) Initializing extension NV-GLX
[ 4538.581] (II) Initializing extension NV-CONTROL
[ 4538.607] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 4538.607] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4538.607] (II) LoadModule: "libinput"
[ 4538.607] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 4538.607] (II) Module libinput: vendor="X.Org Foundation"
[ 4538.607] compiled for 1.21.1.8, module version = 1.4.0
[ 4538.607] Module class: X.Org XInput Driver
[ 4538.607] ABI class: X.Org XInput driver, version 24.4
[ 4538.607] (II) Using input driver 'libinput' for 'Video Bus'
[ 4538.608] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 4538.608] (**) Video Bus: always reports core events
[ 4538.608] (**) Option "Device" "/dev/input/event5"
[ 4538.609] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4538.609] (II) event5 - Video Bus: device is a keyboard
[ 4538.609] (II) event5 - Video Bus: device removed
[ 4538.609] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 4538.609] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4538.609] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4538.609] (II) event5 - Video Bus: device is a keyboard
[ 4538.610] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 4538.610] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4538.610] (II) Using input driver 'libinput' for 'Video Bus'
[ 4538.610] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 4538.610] (**) Video Bus: always reports core events
[ 4538.610] (**) Option "Device" "/dev/input/event4"
[ 4538.611] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 4538.611] (II) event4 - Video Bus: device is a keyboard
[ 4538.611] (II) event4 - Video Bus: device removed
[ 4538.611] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 4538.611] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4538.611] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 4538.611] (II) event4 - Video Bus: device is a keyboard
[ 4538.611] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 4538.611] (II) No input driver specified, ignoring this device.
[ 4538.611] (II) This device may have been added with another device file.
[ 4538.612] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 4538.612] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4538.612] (II) Using input driver 'libinput' for 'Power Button'
[ 4538.612] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 4538.612] (**) Power Button: always reports core events
[ 4538.612] (**) Option "Device" "/dev/input/event2"
[ 4538.612] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 4538.612] (II) event2 - Power Button: device is a keyboard
[ 4538.612] (II) event2 - Power Button: device removed
[ 4538.612] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 4538.612] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 4538.613] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 4538.613] (II) event2 - Power Button: device is a keyboard
[ 4538.613] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 4538.613] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 4538.613] (II) Using input driver 'libinput' for 'Sleep Button'
[ 4538.613] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 4538.613] (**) Sleep Button: always reports core events
[ 4538.613] (**) Option "Device" "/dev/input/event1"
[ 4538.613] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 4538.614] (II) event1 - Sleep Button: device is a keyboard
[ 4538.614] (II) event1 - Sleep Button: device removed
[ 4538.614] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 4538.614] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 4538.614] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 4538.614] (II) event1 - Sleep Button: device is a keyboard
[ 4538.614] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 4538.614] (II) No input driver specified, ignoring this device.
[ 4538.614] (II) This device may have been added with another device file.
[ 4538.614] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 4538.614] (II) No input driver specified, ignoring this device.
[ 4538.614] (II) This device may have been added with another device file.
[ 4538.614] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 4538.614] (II) No input driver specified, ignoring this device.
[ 4538.614] (II) This device may have been added with another device file.
[ 4538.615] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 4538.615] (II) No input driver specified, ignoring this device.
[ 4538.615] (II) This device may have been added with another device file.
[ 4538.615] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 4538.615] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 4538.615] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 4538.615] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 4538.615] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 4538.615] (**) Option "Device" "/dev/input/event10"
[ 4538.616] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 4538.616] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 4538.616] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 4538.616] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.616] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.616] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.616] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 4538.616] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 4538.616] (**) Option "AccelerationScheme" "none"
[ 4538.616] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 4538.616] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 4538.616] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 4538.617] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 4538.617] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 4538.617] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 4538.617] (II) No input driver specified, ignoring this device.
[ 4538.617] (II) This device may have been added with another device file.
[ 4538.617] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 4538.618] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 4538.618] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 4538.618] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 4538.618] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 4538.618] (**) Option "Device" "/dev/input/event11"
[ 4538.618] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 4538.619] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 4538.620] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 4538.620] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.620] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.620] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 4538.620] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 4538.621] (**) Option "AccelerationScheme" "none"
[ 4538.621] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 4538.621] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 4538.621] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 4538.621] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 4538.622] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 4538.623] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 4538.623] (II) No input driver specified, ignoring this device.
[ 4538.623] (II) This device may have been added with another device file.
[ 4538.623] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 4538.623] (II) No input driver specified, ignoring this device.
[ 4538.623] (II) This device may have been added with another device file.
[ 4538.623] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 4538.623] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 4538.623] (II) Using input driver 'libinput' for 'Intel HID events'
[ 4538.623] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 4538.623] (**) Intel HID events: always reports core events
[ 4538.623] (**) Option "Device" "/dev/input/event6"
[ 4538.624] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 4538.624] (II) event6 - Intel HID events: device is a keyboard
[ 4538.624] (II) event6 - Intel HID events: device removed
[ 4538.624] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 4538.624] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 4538.624] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 4538.624] (II) event6 - Intel HID events: device is a keyboard
[ 4538.625] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 4538.625] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 4538.625] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 4538.625] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 4538.625] (**) Intel HID 5 button array: always reports core events
[ 4538.625] (**) Option "Device" "/dev/input/event7"
[ 4538.626] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 4538.626] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 4538.626] (II) event7 - Intel HID 5 button array: device removed
[ 4538.626] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 4538.626] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 4538.626] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 4538.626] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 4538.627] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 4538.627] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4538.627] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4538.627] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 4538.627] (**) AT Translated Set 2 keyboard: always reports core events
[ 4538.627] (**) Option "Device" "/dev/input/event3"
[ 4538.628] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4538.628] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4538.628] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4538.628] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 4538.628] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 4538.629] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4538.629] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4538.630] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event16)
[ 4538.630] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[ 4538.630] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[ 4538.630] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 4538.630] (**) PS/2 Synaptics TouchPad: always reports core events
[ 4538.630] (**) Option "Device" "/dev/input/event16"
[ 4538.630] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 4538.631] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 4538.631] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 4538.631] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.631] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.631] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 4538.631] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 4538.631] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 15)
[ 4538.631] (**) Option "AccelerationScheme" "none"
[ 4538.631] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 4538.631] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 4538.631] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 4538.631] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 4538.631] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 4538.631] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 4538.631] (II) No input driver specified, ignoring this device.
[ 4538.631] (II) This device may have been added with another device file.
[ 4538.632] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 4538.632] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4538.632] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 4538.633] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 4538.633] (**) MSI WMI hotkeys: always reports core events
[ 4538.633] (**) Option "Device" "/dev/input/event8"
[ 4538.633] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 4538.633] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 4538.633] (II) event8 - MSI WMI hotkeys: device removed
[ 4538.633] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 4538.633] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 4538.634] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 4538.634] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 4538.665] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 4538.665] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 4538.665] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 4538.665] (--) NVIDIA(GPU-0):
[ 4538.665] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 4538.665] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 4538.665] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4538.665] (--) NVIDIA(GPU-0):
[ 4538.665] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 4538.665] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 4538.665] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 4538.665] (--) NVIDIA(GPU-0):
[ 4538.665] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 4538.665] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 4538.665] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 4538.665] (--) NVIDIA(GPU-0):
[ 4544.586] (**) Option "fd" "32"
[ 4544.586] (II) event5 - Video Bus: device removed
[ 4544.586] (**) Option "fd" "35"
[ 4544.586] (II) event4 - Video Bus: device removed
[ 4544.587] (**) Option "fd" "36"
[ 4544.587] (II) event2 - Power Button: device removed
[ 4544.587] (**) Option "fd" "37"
[ 4544.587] (II) event1 - Sleep Button: device removed
[ 4544.587] (**) Option "fd" "38"
[ 4544.587] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 4544.587] (**) Option "fd" "39"
[ 4544.587] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 4544.587] (**) Option "fd" "40"
[ 4544.587] (II) event6 - Intel HID events: device removed
[ 4544.587] (**) Option "fd" "41"
[ 4544.587] (II) event7 - Intel HID 5 button array: device removed
[ 4544.587] (**) Option "fd" "42"
[ 4544.587] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4544.588] (**) Option "fd" "43"
[ 4544.588] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 4544.588] (**) Option "fd" "44"
[ 4544.588] (II) event8 - MSI WMI hotkeys: device removed
[ 4544.660] (II) systemd-logind: got pause for 13:69
[ 4544.660] (II) systemd-logind: got pause for 13:70
[ 4544.660] (II) systemd-logind: got pause for 13:71
[ 4544.660] (II) systemd-logind: got pause for 13:80
[ 4544.660] (II) systemd-logind: got pause for 13:72
[ 4544.660] (II) systemd-logind: got pause for 13:75
[ 4544.660] (II) systemd-logind: got pause for 13:74
[ 4544.661] (II) systemd-logind: got pause for 13:66
[ 4544.661] (II) systemd-logind: got pause for 13:67
[ 4544.661] (II) systemd-logind: got pause for 13:65
[ 4544.661] (II) systemd-logind: got pause for 13:68# Xlog.2.log
[ 747.012]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 747.012] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 747.012] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 747.012]
[ 747.012] Current version of pixman: 0.43.0
[ 747.012] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 747.012] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 747.012] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.2.log", Time: Tue Jan 23 17:02:45 2024
[ 747.013] (==) Using config file: "/etc/X11/xorg.conf"
[ 747.013] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 747.013] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 747.013] (==) ServerLayout "Layout0"
[ 747.013] (**) |-->Screen "Screen0" (0)
[ 747.013] (**) | |-->Monitor "Monitor0"
[ 747.013] (**) | |-->Device "Device0"
[ 747.013] (**) |-->Input Device "Keyboard0"
[ 747.013] (**) |-->Input Device "Mouse0"
[ 747.013] (==) Automatically adding devices
[ 747.013] (==) Automatically enabling devices
[ 747.013] (==) Automatically adding GPU devices
[ 747.013] (==) Automatically binding GPU devices
[ 747.013] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 747.013] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 747.013] Entry deleted from font path.
[ 747.013] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 747.013] Entry deleted from font path.
[ 747.013] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 747.013] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 747.013] Entry deleted from font path.
[ 747.013] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 747.013] Entry deleted from font path.
[ 747.013] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 747.013] Entry deleted from font path.
[ 747.013] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 747.013] Entry deleted from font path.
[ 747.013] (==) FontPath set to:
[ 747.013] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 747.013] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 747.013] (WW) Disabling Keyboard0
[ 747.013] (WW) Disabling Mouse0
[ 747.013] (II) Module ABI versions:
[ 747.013] X.Org ANSI C Emulation: 0.4
[ 747.013] X.Org Video Driver: 25.2
[ 747.013] X.Org XInput driver : 24.4
[ 747.013] X.Org Server Extension : 10.0
[ 747.014] (++) using VT number 3
[ 747.014] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 747.015] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 747.015] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 747.015] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 747.562] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 747.562] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 747.562] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 747.562] (II) LoadModule: "glx"
[ 747.562] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 747.563] (II) Module glx: vendor="X.Org Foundation"
[ 747.563] compiled for 1.21.1.11, module version = 1.0.0
[ 747.563] ABI class: X.Org Server Extension, version 10.0
[ 747.563] (II) LoadModule: "nvidia"
[ 747.563] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 747.563] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 747.563] compiled for 1.6.99.901, module version = 1.0.0
[ 747.563] Module class: X.Org Video Driver
[ 747.563] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 747.563] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 747.563] (II) Loading sub module "fb"
[ 747.563] (II) LoadModule: "fb"
[ 747.563] (II) Module "fb" already built-in
[ 747.563] (II) Loading sub module "wfb"
[ 747.563] (II) LoadModule: "wfb"
[ 747.563] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 747.563] (II) Module wfb: vendor="X.Org Foundation"
[ 747.563] compiled for 1.21.1.11, module version = 1.0.0
[ 747.563] ABI class: X.Org ANSI C Emulation, version 0.4
[ 747.564] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 747.564] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 747.564] (==) NVIDIA(0): RGB weight 888
[ 747.564] (==) NVIDIA(0): Default visual is TrueColor
[ 747.564] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 747.564] (**) NVIDIA(0): Enabling 2D acceleration
[ 747.564] (II) Loading sub module "glxserver_nvidia"
[ 747.564] (II) LoadModule: "glxserver_nvidia"
[ 747.564] (WW) Warning, couldn't open module glxserver_nvidia
[ 747.564] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 747.564] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 747.564] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 747.564] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 747.564] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 747.564] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 747.564] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 747.564] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 747.564] (--) NVIDIA(0): DFP-0
[ 747.564] (--) NVIDIA(0): DFP-1
[ 747.564] (--) NVIDIA(0): DFP-2
[ 747.564] (--) NVIDIA(0): DFP-3
[ 747.565] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 747.565] (WW) NVIDIA: used.
[ 747.565] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 747.565] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 747.565] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 747.565] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 747.565] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 747.565] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 747.565] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 747.565] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 747.565] (--) NVIDIA(GPU-0):
[ 747.565] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 747.565] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 747.565] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 747.565] (--) NVIDIA(GPU-0):
[ 747.570] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 747.570] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 747.570] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 747.570] (--) NVIDIA(GPU-0):
[ 747.570] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 747.570] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 747.570] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 747.570] (--) NVIDIA(GPU-0):
[ 747.570] (==) NVIDIA(0):
[ 747.570] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 747.570] (==) NVIDIA(0): will be used as the requested mode.
[ 747.570] (==) NVIDIA(0):
[ 747.570] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 747.570] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 747.579] (II) NVIDIA(0): Validated MetaModes:
[ 747.579] (II) NVIDIA(0): "NULL"
[ 747.579] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 747.579] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 747.579] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 747.579] (WW) NVIDIA: Failed to bind sideband socket to
[ 747.579] (WW) NVIDIA: '/var/run/nvidia-xdriver-f298b724' Permission denied
[ 747.579] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 747.579] (II) NVIDIA: access.
[ 747.596] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 747.596] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 747.596] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 747.596] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 747.596] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 747.596] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 747.596] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 747.596] (II) NVIDIA(0): Config Options in the README.
[ 747.613] (II) NVIDIA(0): Setting mode "NULL"
[ 747.632] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 747.632] (==) NVIDIA(0): Backing store enabled
[ 747.632] (==) NVIDIA(0): Silken mouse enabled
[ 747.632] (**) NVIDIA(0): DPMS enabled
[ 747.632] (II) Loading sub module "dri2"
[ 747.632] (II) LoadModule: "dri2"
[ 747.632] (II) Module "dri2" already built-in
[ 747.632] (II) NVIDIA(0): [DRI2] Setup complete
[ 747.632] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 747.633] (II) Initializing extension Generic Event Extension
[ 747.633] (II) Initializing extension SHAPE
[ 747.633] (II) Initializing extension MIT-SHM
[ 747.633] (II) Initializing extension XInputExtension
[ 747.633] (II) Initializing extension XTEST
[ 747.633] (II) Initializing extension BIG-REQUESTS
[ 747.633] (II) Initializing extension SYNC
[ 747.633] (II) Initializing extension XKEYBOARD
[ 747.633] (II) Initializing extension XC-MISC
[ 747.633] (II) Initializing extension SECURITY
[ 747.633] (II) Initializing extension XFIXES
[ 747.633] (II) Initializing extension RENDER
[ 747.633] (II) Initializing extension RANDR
[ 747.633] (II) Initializing extension COMPOSITE
[ 747.633] (II) Initializing extension DAMAGE
[ 747.633] (II) Initializing extension MIT-SCREEN-SAVER
[ 747.633] (II) Initializing extension DOUBLE-BUFFER
[ 747.633] (II) Initializing extension RECORD
[ 747.633] (II) Initializing extension DPMS
[ 747.634] (II) Initializing extension Present
[ 747.634] (II) Initializing extension DRI3
[ 747.634] (II) Initializing extension X-Resource
[ 747.634] (II) Initializing extension XVideo
[ 747.634] (II) Initializing extension XVideo-MotionCompensation
[ 747.634] (II) Initializing extension GLX
[ 747.634] (II) AIGLX: Screen 0 is not DRI2 capable
[ 747.646] (II) IGLX: Loaded and initialized swrast
[ 747.646] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 747.646] (II) Initializing extension XFree86-VidModeExtension
[ 747.646] (II) Initializing extension XFree86-DGA
[ 747.646] (II) Initializing extension XFree86-DRI
[ 747.646] (II) Initializing extension DRI2
[ 747.647] (II) Initializing extension NV-GLX
[ 747.647] (II) Initializing extension NV-CONTROL
[ 747.670] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 747.670] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 747.670] (II) LoadModule: "libinput"
[ 747.670] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 747.670] (II) Module libinput: vendor="X.Org Foundation"
[ 747.670] compiled for 1.21.1.8, module version = 1.4.0
[ 747.670] Module class: X.Org XInput Driver
[ 747.670] ABI class: X.Org XInput driver, version 24.4
[ 747.670] (II) Using input driver 'libinput' for 'Video Bus'
[ 747.671] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 747.671] (**) Video Bus: always reports core events
[ 747.671] (**) Option "Device" "/dev/input/event5"
[ 747.673] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 747.673] (II) event5 - Video Bus: device is a keyboard
[ 747.673] (II) event5 - Video Bus: device removed
[ 747.673] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 747.673] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 747.673] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 747.673] (II) event5 - Video Bus: device is a keyboard
[ 747.674] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 747.674] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 747.674] (II) Using input driver 'libinput' for 'Video Bus'
[ 747.674] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 747.674] (**) Video Bus: always reports core events
[ 747.674] (**) Option "Device" "/dev/input/event4"
[ 747.675] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 747.675] (II) event4 - Video Bus: device is a keyboard
[ 747.675] (II) event4 - Video Bus: device removed
[ 747.675] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 747.675] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 747.675] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 747.675] (II) event4 - Video Bus: device is a keyboard
[ 747.675] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 747.676] (II) No input driver specified, ignoring this device.
[ 747.676] (II) This device may have been added with another device file.
[ 747.676] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 747.676] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 747.676] (II) Using input driver 'libinput' for 'Power Button'
[ 747.676] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 747.676] (**) Power Button: always reports core events
[ 747.676] (**) Option "Device" "/dev/input/event2"
[ 747.676] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 747.676] (II) event2 - Power Button: device is a keyboard
[ 747.676] (II) event2 - Power Button: device removed
[ 747.676] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 747.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 747.677] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 747.677] (II) event2 - Power Button: device is a keyboard
[ 747.677] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 747.677] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 747.677] (II) Using input driver 'libinput' for 'Sleep Button'
[ 747.678] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 747.678] (**) Sleep Button: always reports core events
[ 747.678] (**) Option "Device" "/dev/input/event1"
[ 747.678] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 747.678] (II) event1 - Sleep Button: device is a keyboard
[ 747.678] (II) event1 - Sleep Button: device removed
[ 747.678] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 747.678] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 747.679] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 747.679] (II) event1 - Sleep Button: device is a keyboard
[ 747.680] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 747.680] (II) No input driver specified, ignoring this device.
[ 747.680] (II) This device may have been added with another device file.
[ 747.680] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 747.680] (II) No input driver specified, ignoring this device.
[ 747.680] (II) This device may have been added with another device file.
[ 747.680] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 747.680] (II) No input driver specified, ignoring this device.
[ 747.680] (II) This device may have been added with another device file.
[ 747.680] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 747.680] (II) No input driver specified, ignoring this device.
[ 747.680] (II) This device may have been added with another device file.
[ 747.681] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 747.681] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 747.681] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 747.681] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 747.681] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 747.681] (**) Option "Device" "/dev/input/event10"
[ 747.682] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 747.683] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 747.683] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 747.683] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.683] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.683] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 747.683] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 747.683] (**) Option "AccelerationScheme" "none"
[ 747.683] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 747.683] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 747.683] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 747.684] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 747.684] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 747.685] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 747.685] (II) No input driver specified, ignoring this device.
[ 747.685] (II) This device may have been added with another device file.
[ 747.686] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 747.686] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 747.686] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 747.686] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 747.686] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 747.686] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 747.686] (**) Option "Device" "/dev/input/event11"
[ 747.687] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 747.688] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 747.688] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 747.688] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.688] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.688] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.688] (**) Option "NaturalScrolling" "true"
[ 747.688] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 747.688] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 747.689] (**) Option "AccelerationScheme" "none"
[ 747.689] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 747.689] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 747.689] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 747.690] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 747.692] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 747.692] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 747.692] (II) No input driver specified, ignoring this device.
[ 747.692] (II) This device may have been added with another device file.
[ 747.693] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 747.693] (II) No input driver specified, ignoring this device.
[ 747.693] (II) This device may have been added with another device file.
[ 747.693] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 747.693] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 747.693] (II) Using input driver 'libinput' for 'Intel HID events'
[ 747.693] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 747.693] (**) Intel HID events: always reports core events
[ 747.693] (**) Option "Device" "/dev/input/event6"
[ 747.694] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 747.694] (II) event6 - Intel HID events: device is a keyboard
[ 747.694] (II) event6 - Intel HID events: device removed
[ 747.694] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 747.694] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 747.695] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 747.695] (II) event6 - Intel HID events: device is a keyboard
[ 747.696] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 747.696] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 747.696] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 747.696] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 747.696] (**) Intel HID 5 button array: always reports core events
[ 747.696] (**) Option "Device" "/dev/input/event7"
[ 747.697] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 747.697] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 747.697] (II) event7 - Intel HID 5 button array: device removed
[ 747.697] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 747.697] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 747.697] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 747.697] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 747.698] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 747.698] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 747.698] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 747.698] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 747.698] (**) AT Translated Set 2 keyboard: always reports core events
[ 747.699] (**) Option "Device" "/dev/input/event3"
[ 747.700] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 747.700] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 747.701] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 747.701] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 747.701] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 747.702] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 747.703] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 747.704] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 747.704] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 747.704] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 747.705] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 747.705] (**) PS/2 Generic Mouse: always reports core events
[ 747.705] (**) Option "Device" "/dev/input/event16"
[ 747.706] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 747.706] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 747.706] (II) event16 - PS/2 Generic Mouse: device removed
[ 747.706] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.706] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.706] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 747.706] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 747.706] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 747.706] (**) Option "AccelerationScheme" "none"
[ 747.706] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 747.706] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 747.706] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 747.707] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 747.707] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 747.707] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 747.707] (II) No input driver specified, ignoring this device.
[ 747.707] (II) This device may have been added with another device file.
[ 747.708] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 747.708] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 747.708] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 747.709] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 747.709] (**) MSI WMI hotkeys: always reports core events
[ 747.709] (**) Option "Device" "/dev/input/event8"
[ 747.709] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 747.709] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 747.709] (II) event8 - MSI WMI hotkeys: device removed
[ 747.709] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 747.709] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 747.710] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 747.710] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 747.777] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 747.777] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 747.777] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 747.777] (--) NVIDIA(GPU-0):
[ 747.778] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 747.778] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 747.778] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 747.778] (--) NVIDIA(GPU-0):
[ 747.778] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 747.778] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 747.778] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 747.778] (--) NVIDIA(GPU-0):
[ 747.778] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 747.778] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 747.778] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 747.778] (--) NVIDIA(GPU-0):
[ 754.007] (**) Option "fd" "32"
[ 754.007] (II) event5 - Video Bus: device removed
[ 754.007] (**) Option "fd" "35"
[ 754.007] (II) event4 - Video Bus: device removed
[ 754.007] (**) Option "fd" "36"
[ 754.007] (II) event2 - Power Button: device removed
[ 754.007] (**) Option "fd" "37"
[ 754.007] (II) event1 - Sleep Button: device removed
[ 754.007] (**) Option "fd" "38"
[ 754.007] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 754.008] (**) Option "fd" "39"
[ 754.008] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 754.008] (**) Option "fd" "40"
[ 754.008] (II) event6 - Intel HID events: device removed
[ 754.008] (**) Option "fd" "41"
[ 754.008] (II) event7 - Intel HID 5 button array: device removed
[ 754.008] (**) Option "fd" "42"
[ 754.008] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 754.008] (**) Option "fd" "43"
[ 754.008] (II) event16 - PS/2 Generic Mouse: device removed
[ 754.008] (**) Option "fd" "44"
[ 754.008] (II) event8 - MSI WMI hotkeys: device removed
[ 754.010] (II) UnloadModule: "libinput"
[ 754.010] (II) systemd-logind: releasing fd for 13:72
[ 754.239] (II) UnloadModule: "libinput"
[ 754.239] (II) systemd-logind: releasing fd for 13:80
[ 754.281] (II) UnloadModule: "libinput"
[ 754.281] (II) systemd-logind: releasing fd for 13:67
[ 754.335] (II) UnloadModule: "libinput"
[ 754.335] (II) systemd-logind: releasing fd for 13:71
[ 754.403] (II) UnloadModule: "libinput"
[ 754.404] (II) systemd-logind: releasing fd for 13:70
[ 754.438] (II) UnloadModule: "libinput"
[ 754.438] (II) systemd-logind: releasing fd for 13:75
[ 754.463] (II) UnloadModule: "libinput"
[ 754.463] (II) systemd-logind: releasing fd for 13:74
[ 754.463] (II) UnloadModule: "libinput"
[ 754.464] (II) systemd-logind: releasing fd for 13:65
[ 754.486] (II) UnloadModule: "libinput"
[ 754.486] (II) systemd-logind: releasing fd for 13:66
[ 754.527] (II) UnloadModule: "libinput"
[ 754.527] (II) systemd-logind: releasing fd for 13:68
[ 754.527] (II) UnloadModule: "libinput"
[ 754.527] (II) systemd-logind: releasing fd for 13:69
[ 754.608] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 754.608] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 754.608] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 754.608] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 754.661] (II) Server terminated successfully (0). Closing log file.#Xorg.3.log
[ 1393.318]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 1393.318] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 1393.318] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 1393.318]
[ 1393.319] Current version of pixman: 0.43.0
[ 1393.319] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1393.319] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1393.319] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.3.log", Time: Tue Jan 23 17:26:29 2024
[ 1393.319] (==) Using config file: "/etc/X11/xorg.conf"
[ 1393.319] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1393.320] (==) ServerLayout "Layout0"
[ 1393.320] (**) |-->Screen "Screen0" (0)
[ 1393.320] (**) | |-->Monitor "Monitor0"
[ 1393.320] (**) | |-->Device "Device0"
[ 1393.320] (**) |-->Input Device "Keyboard0"
[ 1393.320] (**) |-->Input Device "Mouse0"
[ 1393.320] (==) Automatically adding devices
[ 1393.320] (==) Automatically enabling devices
[ 1393.320] (==) Automatically adding GPU devices
[ 1393.320] (==) Automatically binding GPU devices
[ 1393.320] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1393.320] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1393.320] Entry deleted from font path.
[ 1393.320] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 1393.320] Entry deleted from font path.
[ 1393.320] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 1393.320] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 1393.320] Entry deleted from font path.
[ 1393.320] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1393.320] Entry deleted from font path.
[ 1393.320] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 1393.320] Entry deleted from font path.
[ 1393.320] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1393.320] Entry deleted from font path.
[ 1393.320] (==) FontPath set to:
[ 1393.320] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1393.320] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1393.320] (WW) Disabling Keyboard0
[ 1393.320] (WW) Disabling Mouse0
[ 1393.320] (II) Module ABI versions:
[ 1393.320] X.Org ANSI C Emulation: 0.4
[ 1393.320] X.Org Video Driver: 25.2
[ 1393.320] X.Org XInput driver : 24.4
[ 1393.320] X.Org Server Extension : 10.0
[ 1393.321] (++) using VT number 3
[ 1393.324] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_36
[ 1393.326] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1393.326] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 1393.328] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 1393.337] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 1393.337] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 1393.337] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1393.337] (II) LoadModule: "glx"
[ 1393.338] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1393.341] (II) Module glx: vendor="X.Org Foundation"
[ 1393.341] compiled for 1.21.1.11, module version = 1.0.0
[ 1393.341] ABI class: X.Org Server Extension, version 10.0
[ 1393.341] (II) LoadModule: "nvidia"
[ 1393.341] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1393.342] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1393.342] compiled for 1.6.99.901, module version = 1.0.0
[ 1393.342] Module class: X.Org Video Driver
[ 1393.342] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 1393.342] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1393.343] (II) Loading sub module "fb"
[ 1393.343] (II) LoadModule: "fb"
[ 1393.343] (II) Module "fb" already built-in
[ 1393.343] (II) Loading sub module "wfb"
[ 1393.343] (II) LoadModule: "wfb"
[ 1393.343] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1393.343] (II) Module wfb: vendor="X.Org Foundation"
[ 1393.343] compiled for 1.21.1.11, module version = 1.0.0
[ 1393.343] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1393.344] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1393.344] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 1393.344] (==) NVIDIA(0): RGB weight 888
[ 1393.344] (==) NVIDIA(0): Default visual is TrueColor
[ 1393.344] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1393.344] (**) NVIDIA(0): Enabling 2D acceleration
[ 1393.344] (II) Loading sub module "glxserver_nvidia"
[ 1393.344] (II) LoadModule: "glxserver_nvidia"
[ 1393.344] (WW) Warning, couldn't open module glxserver_nvidia
[ 1393.344] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 1393.344] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 1393.344] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 1393.344] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 1393.344] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 1393.344] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 1393.344] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 1393.345] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 1393.345] (--) NVIDIA(0): DFP-0
[ 1393.345] (--) NVIDIA(0): DFP-1
[ 1393.345] (--) NVIDIA(0): DFP-2
[ 1393.345] (--) NVIDIA(0): DFP-3
[ 1393.346] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 1393.346] (WW) NVIDIA: used.
[ 1393.347] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 1393.347] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 1393.347] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 1393.347] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 1393.347] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 1393.347] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1393.347] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1393.347] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 1393.347] (--) NVIDIA(GPU-0):
[ 1393.348] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1393.348] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1393.348] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1393.348] (--) NVIDIA(GPU-0):
[ 1393.348] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 1393.348] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 1393.348] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 1393.348] (--) NVIDIA(GPU-0):
[ 1393.348] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 1393.348] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 1393.348] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 1393.348] (--) NVIDIA(GPU-0):
[ 1393.348] (==) NVIDIA(0):
[ 1393.348] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 1393.348] (==) NVIDIA(0): will be used as the requested mode.
[ 1393.348] (==) NVIDIA(0):
[ 1393.348] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 1393.348] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 1393.357] (II) NVIDIA(0): Validated MetaModes:
[ 1393.357] (II) NVIDIA(0): "NULL"
[ 1393.357] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 1393.357] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 1393.357] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 1393.357] (WW) NVIDIA: Failed to bind sideband socket to
[ 1393.357] (WW) NVIDIA: '/var/run/nvidia-xdriver-cd49d6c6' Permission denied
[ 1393.357] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 1393.357] (II) NVIDIA: access.
[ 1393.371] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1393.371] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 1393.371] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 1393.371] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 1393.371] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 1393.371] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 1393.371] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1393.371] (II) NVIDIA(0): Config Options in the README.
[ 1393.386] (II) NVIDIA(0): Setting mode "NULL"
[ 1393.445] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 1393.445] (==) NVIDIA(0): Backing store enabled
[ 1393.445] (==) NVIDIA(0): Silken mouse enabled
[ 1393.445] (**) NVIDIA(0): DPMS enabled
[ 1393.445] (II) Loading sub module "dri2"
[ 1393.445] (II) LoadModule: "dri2"
[ 1393.445] (II) Module "dri2" already built-in
[ 1393.445] (II) NVIDIA(0): [DRI2] Setup complete
[ 1393.445] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 1393.445] (II) Initializing extension Generic Event Extension
[ 1393.445] (II) Initializing extension SHAPE
[ 1393.445] (II) Initializing extension MIT-SHM
[ 1393.445] (II) Initializing extension XInputExtension
[ 1393.445] (II) Initializing extension XTEST
[ 1393.445] (II) Initializing extension BIG-REQUESTS
[ 1393.445] (II) Initializing extension SYNC
[ 1393.445] (II) Initializing extension XKEYBOARD
[ 1393.445] (II) Initializing extension XC-MISC
[ 1393.445] (II) Initializing extension SECURITY
[ 1393.445] (II) Initializing extension XFIXES
[ 1393.445] (II) Initializing extension RENDER
[ 1393.445] (II) Initializing extension RANDR
[ 1393.445] (II) Initializing extension COMPOSITE
[ 1393.445] (II) Initializing extension DAMAGE
[ 1393.445] (II) Initializing extension MIT-SCREEN-SAVER
[ 1393.446] (II) Initializing extension DOUBLE-BUFFER
[ 1393.446] (II) Initializing extension RECORD
[ 1393.446] (II) Initializing extension DPMS
[ 1393.446] (II) Initializing extension Present
[ 1393.446] (II) Initializing extension DRI3
[ 1393.446] (II) Initializing extension X-Resource
[ 1393.446] (II) Initializing extension XVideo
[ 1393.446] (II) Initializing extension XVideo-MotionCompensation
[ 1393.446] (II) Initializing extension GLX
[ 1393.446] (II) AIGLX: Screen 0 is not DRI2 capable
[ 1393.458] (II) IGLX: Loaded and initialized swrast
[ 1393.458] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 1393.458] (II) Initializing extension XFree86-VidModeExtension
[ 1393.458] (II) Initializing extension XFree86-DGA
[ 1393.459] (II) Initializing extension XFree86-DRI
[ 1393.459] (II) Initializing extension DRI2
[ 1393.459] (II) Initializing extension NV-GLX
[ 1393.459] (II) Initializing extension NV-CONTROL
[ 1393.480] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 1393.480] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1393.480] (II) LoadModule: "libinput"
[ 1393.480] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1393.481] (II) Module libinput: vendor="X.Org Foundation"
[ 1393.481] compiled for 1.21.1.8, module version = 1.4.0
[ 1393.481] Module class: X.Org XInput Driver
[ 1393.481] ABI class: X.Org XInput driver, version 24.4
[ 1393.481] (II) Using input driver 'libinput' for 'Video Bus'
[ 1393.481] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 1393.481] (**) Video Bus: always reports core events
[ 1393.481] (**) Option "Device" "/dev/input/event5"
[ 1393.483] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 1393.483] (II) event5 - Video Bus: device is a keyboard
[ 1393.483] (II) event5 - Video Bus: device removed
[ 1393.483] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 1393.483] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 1393.484] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 1393.484] (II) event5 - Video Bus: device is a keyboard
[ 1393.484] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 1393.484] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1393.484] (II) Using input driver 'libinput' for 'Video Bus'
[ 1393.485] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 1393.485] (**) Video Bus: always reports core events
[ 1393.485] (**) Option "Device" "/dev/input/event4"
[ 1393.486] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1393.486] (II) event4 - Video Bus: device is a keyboard
[ 1393.486] (II) event4 - Video Bus: device removed
[ 1393.486] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 1393.486] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1393.487] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1393.487] (II) event4 - Video Bus: device is a keyboard
[ 1393.488] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1393.488] (II) No input driver specified, ignoring this device.
[ 1393.488] (II) This device may have been added with another device file.
[ 1393.488] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1393.488] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1393.488] (II) Using input driver 'libinput' for 'Power Button'
[ 1393.489] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 1393.489] (**) Power Button: always reports core events
[ 1393.489] (**) Option "Device" "/dev/input/event2"
[ 1393.490] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1393.490] (II) event2 - Power Button: device is a keyboard
[ 1393.490] (II) event2 - Power Button: device removed
[ 1393.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 1393.490] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 1393.491] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1393.491] (II) event2 - Power Button: device is a keyboard
[ 1393.492] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 1393.492] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1393.492] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1393.493] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 1393.493] (**) Sleep Button: always reports core events
[ 1393.493] (**) Option "Device" "/dev/input/event1"
[ 1393.494] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 1393.494] (II) event1 - Sleep Button: device is a keyboard
[ 1393.494] (II) event1 - Sleep Button: device removed
[ 1393.494] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 1393.494] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 1393.496] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 1393.496] (II) event1 - Sleep Button: device is a keyboard
[ 1393.497] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 1393.497] (II) No input driver specified, ignoring this device.
[ 1393.497] (II) This device may have been added with another device file.
[ 1393.497] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 1393.497] (II) No input driver specified, ignoring this device.
[ 1393.497] (II) This device may have been added with another device file.
[ 1393.498] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 1393.498] (II) No input driver specified, ignoring this device.
[ 1393.498] (II) This device may have been added with another device file.
[ 1393.498] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 1393.498] (II) No input driver specified, ignoring this device.
[ 1393.498] (II) This device may have been added with another device file.
[ 1393.499] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 1393.499] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 1393.499] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 1393.499] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 1393.499] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 1393.499] (**) Option "Device" "/dev/input/event10"
[ 1393.500] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 1393.500] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 1393.501] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 1393.501] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.501] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.501] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.501] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 1393.501] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 1393.501] (**) Option "AccelerationScheme" "none"
[ 1393.501] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 1393.501] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 1393.501] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 1393.502] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 1393.502] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 1393.503] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 1393.503] (II) No input driver specified, ignoring this device.
[ 1393.503] (II) This device may have been added with another device file.
[ 1393.503] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 1393.503] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 1393.503] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 1393.504] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 1393.504] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 1393.504] (**) Option "Device" "/dev/input/event11"
[ 1393.505] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 1393.507] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 1393.508] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 1393.508] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.508] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.508] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 1393.508] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 1393.510] (**) Option "AccelerationScheme" "none"
[ 1393.510] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 1393.510] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 1393.510] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 1393.510] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 1393.512] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 1393.513] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 1393.513] (II) No input driver specified, ignoring this device.
[ 1393.513] (II) This device may have been added with another device file.
[ 1393.513] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 1393.513] (II) No input driver specified, ignoring this device.
[ 1393.513] (II) This device may have been added with another device file.
[ 1393.514] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 1393.514] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 1393.514] (II) Using input driver 'libinput' for 'Intel HID events'
[ 1393.514] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 1393.514] (**) Intel HID events: always reports core events
[ 1393.514] (**) Option "Device" "/dev/input/event6"
[ 1393.515] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 1393.515] (II) event6 - Intel HID events: device is a keyboard
[ 1393.515] (II) event6 - Intel HID events: device removed
[ 1393.515] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 1393.515] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 1393.516] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 1393.516] (II) event6 - Intel HID events: device is a keyboard
[ 1393.516] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 1393.516] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 1393.516] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 1393.516] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 1393.516] (**) Intel HID 5 button array: always reports core events
[ 1393.516] (**) Option "Device" "/dev/input/event7"
[ 1393.517] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 1393.517] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 1393.517] (II) event7 - Intel HID 5 button array: device removed
[ 1393.517] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 1393.517] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 1393.518] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 1393.518] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 1393.518] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 1393.518] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 1393.518] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 1393.519] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 1393.519] (**) AT Translated Set 2 keyboard: always reports core events
[ 1393.519] (**) Option "Device" "/dev/input/event3"
[ 1393.520] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1393.520] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1393.520] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 1393.520] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 1393.520] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 1393.521] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1393.521] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1393.522] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 1393.522] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 1393.522] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 1393.523] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 1393.523] (**) PS/2 Generic Mouse: always reports core events
[ 1393.523] (**) Option "Device" "/dev/input/event16"
[ 1393.523] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 1393.524] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 1393.524] (II) event16 - PS/2 Generic Mouse: device removed
[ 1393.524] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.524] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.524] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1393.524] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event16"
[ 1393.524] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 1393.524] (**) Option "AccelerationScheme" "none"
[ 1393.524] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 1393.524] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 1393.524] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 1393.525] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 1393.525] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 1393.525] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 1393.525] (II) No input driver specified, ignoring this device.
[ 1393.525] (II) This device may have been added with another device file.
[ 1393.527] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 1393.527] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 1393.527] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 1393.527] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 1393.527] (**) MSI WMI hotkeys: always reports core events
[ 1393.527] (**) Option "Device" "/dev/input/event8"
[ 1393.528] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 1393.528] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 1393.528] (II) event8 - MSI WMI hotkeys: device removed
[ 1393.528] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event8"
[ 1393.528] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 1393.529] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 1393.529] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 1393.557] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1393.557] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1393.557] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 1393.557] (--) NVIDIA(GPU-0):
[ 1393.557] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1393.557] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1393.557] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1393.557] (--) NVIDIA(GPU-0):
[ 1393.557] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 1393.557] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 1393.557] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 1393.557] (--) NVIDIA(GPU-0):
[ 1393.557] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 1393.557] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 1393.557] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 1393.557] (--) NVIDIA(GPU-0):
[ 4707.205] (**) Option "fd" "32"
[ 4707.205] (II) event5 - Video Bus: device removed
[ 4707.206] (**) Option "fd" "35"
[ 4707.206] (II) event4 - Video Bus: device removed
[ 4707.206] (**) Option "fd" "36"
[ 4707.206] (II) event2 - Power Button: device removed
[ 4707.206] (**) Option "fd" "37"
[ 4707.206] (II) event1 - Sleep Button: device removed
[ 4707.206] (**) Option "fd" "38"
[ 4707.206] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 4707.206] (**) Option "fd" "39"
[ 4707.206] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 4707.206] (**) Option "fd" "40"
[ 4707.207] (II) event6 - Intel HID events: device removed
[ 4707.207] (**) Option "fd" "41"
[ 4707.207] (II) event7 - Intel HID 5 button array: device removed
[ 4707.207] (**) Option "fd" "42"
[ 4707.207] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4707.207] (**) Option "fd" "43"
[ 4707.207] (II) event16 - PS/2 Generic Mouse: device removed
[ 4707.207] (**) Option "fd" "44"
[ 4707.207] (II) event8 - MSI WMI hotkeys: device removed
[ 4707.265] (II) systemd-logind: got pause for 13:80
[ 4707.265] (II) systemd-logind: got pause for 13:68
[ 4707.265] (II) systemd-logind: got pause for 13:72
[ 4707.265] (II) systemd-logind: got pause for 13:69
[ 4707.265] (II) systemd-logind: got pause for 13:75
[ 4707.265] (II) systemd-logind: got pause for 13:67
[ 4707.265] (II) systemd-logind: got pause for 13:66
[ 4707.265] (II) systemd-logind: got pause for 13:74
[ 4707.265] (II) systemd-logind: got pause for 13:70
[ 4707.265] (II) systemd-logind: got pause for 13:71
[ 4707.265] (II) systemd-logind: got pause for 13:65
[ 6221.532] (II) UnloadModule: "libinput"
[ 6221.532] (II) systemd-logind: releasing fd for 13:72
[ 6221.910] (II) UnloadModule: "libinput"
[ 6221.910] (II) systemd-logind: releasing fd for 13:80
[ 6222.023] (II) UnloadModule: "libinput"
[ 6222.023] (II) systemd-logind: releasing fd for 13:67
[ 6222.127] (II) UnloadModule: "libinput"
[ 6222.127] (II) systemd-logind: releasing fd for 13:71
[ 6222.227] (II) UnloadModule: "libinput"
[ 6222.227] (II) systemd-logind: releasing fd for 13:70
[ 6222.313] (II) UnloadModule: "libinput"
[ 6222.313] (II) systemd-logind: releasing fd for 13:75
[ 6222.377] (II) UnloadModule: "libinput"
[ 6222.377] (II) systemd-logind: releasing fd for 13:74
[ 6222.460] (II) UnloadModule: "libinput"
[ 6222.460] (II) systemd-logind: releasing fd for 13:65
[ 6222.533] (II) UnloadModule: "libinput"
[ 6222.533] (II) systemd-logind: releasing fd for 13:66
[ 6222.613] (II) UnloadModule: "libinput"
[ 6222.613] (II) systemd-logind: releasing fd for 13:68
[ 6222.684] (II) UnloadModule: "libinput"
[ 6222.684] (II) systemd-logind: releasing fd for 13:69
[ 6222.791] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 6222.791] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 6222.791] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 6222.791] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 6222.791] (II) Server terminated successfully (0). Closing log file.# Xorg.4.log
[ 6208.767]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 6208.767] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 6208.767] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 6208.767]
[ 6208.767] Current version of pixman: 0.43.0
[ 6208.767] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6208.767] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6208.767] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.4.log", Time: Tue Jan 23 18:46:44 2024
[ 6208.767] (==) Using config file: "/etc/X11/xorg.conf"
[ 6208.767] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6208.767] (==) ServerLayout "Layout0"
[ 6208.767] (**) |-->Screen "Screen0" (0)
[ 6208.767] (**) | |-->Monitor "Monitor0"
[ 6208.767] (**) | |-->Device "Device0"
[ 6208.767] (**) |-->Input Device "Keyboard0"
[ 6208.767] (**) |-->Input Device "Mouse0"
[ 6208.767] (==) Automatically adding devices
[ 6208.767] (==) Automatically enabling devices
[ 6208.767] (==) Automatically adding GPU devices
[ 6208.767] (==) Automatically binding GPU devices
[ 6208.767] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6208.767] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 6208.767] Entry deleted from font path.
[ 6208.767] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 6208.767] Entry deleted from font path.
[ 6208.767] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 6208.767] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 6208.767] Entry deleted from font path.
[ 6208.767] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6208.767] Entry deleted from font path.
[ 6208.767] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 6208.767] Entry deleted from font path.
[ 6208.767] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 6208.767] Entry deleted from font path.
[ 6208.767] (==) FontPath set to:
[ 6208.767] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6208.767] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 6208.767] (WW) Disabling Keyboard0
[ 6208.767] (WW) Disabling Mouse0
[ 6208.767] (II) Module ABI versions:
[ 6208.767] X.Org ANSI C Emulation: 0.4
[ 6208.767] X.Org Video Driver: 25.2
[ 6208.767] X.Org XInput driver : 24.4
[ 6208.767] X.Org Server Extension : 10.0
[ 6208.768] (++) using VT number 5
[ 6208.769] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_38
[ 6208.769] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6208.769] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 6208.769] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 6209.308] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 6209.308] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 6209.308] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6209.308] (II) LoadModule: "glx"
[ 6209.308] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6209.309] (II) Module glx: vendor="X.Org Foundation"
[ 6209.309] compiled for 1.21.1.11, module version = 1.0.0
[ 6209.309] ABI class: X.Org Server Extension, version 10.0
[ 6209.309] (II) LoadModule: "nvidia"
[ 6209.309] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6209.309] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6209.309] compiled for 1.6.99.901, module version = 1.0.0
[ 6209.309] Module class: X.Org Video Driver
[ 6209.309] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 6209.309] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6209.309] (II) Loading sub module "fb"
[ 6209.309] (II) LoadModule: "fb"
[ 6209.309] (II) Module "fb" already built-in
[ 6209.309] (II) Loading sub module "wfb"
[ 6209.309] (II) LoadModule: "wfb"
[ 6209.309] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6209.309] (II) Module wfb: vendor="X.Org Foundation"
[ 6209.309] compiled for 1.21.1.11, module version = 1.0.0
[ 6209.309] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6209.309] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 6209.309] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 6209.309] (==) NVIDIA(0): RGB weight 888
[ 6209.309] (==) NVIDIA(0): Default visual is TrueColor
[ 6209.309] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6209.310] (**) NVIDIA(0): Enabling 2D acceleration
[ 6209.310] (II) Loading sub module "glxserver_nvidia"
[ 6209.310] (II) LoadModule: "glxserver_nvidia"
[ 6209.310] (WW) Warning, couldn't open module glxserver_nvidia
[ 6209.310] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 6209.310] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 6209.310] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 6209.310] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 6209.310] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 6209.310] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 6209.310] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 6209.311] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 6209.311] (--) NVIDIA(0): DFP-0
[ 6209.311] (--) NVIDIA(0): DFP-1
[ 6209.311] (--) NVIDIA(0): DFP-2
[ 6209.311] (--) NVIDIA(0): DFP-3
[ 6209.311] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 6209.311] (WW) NVIDIA: used.
[ 6209.311] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 6209.311] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 6209.311] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 6209.311] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 6209.311] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 6209.311] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 6209.311] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 6209.311] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 6209.311] (--) NVIDIA(GPU-0):
[ 6209.311] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 6209.311] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 6209.311] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 6209.311] (--) NVIDIA(GPU-0):
[ 6209.316] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 6209.316] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 6209.316] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 6209.316] (--) NVIDIA(GPU-0):
[ 6209.316] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 6209.316] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 6209.316] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 6209.316] (--) NVIDIA(GPU-0):
[ 6209.316] (==) NVIDIA(0):
[ 6209.316] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 6209.316] (==) NVIDIA(0): will be used as the requested mode.
[ 6209.316] (==) NVIDIA(0):
[ 6209.316] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 6209.316] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 6209.326] (II) NVIDIA(0): Validated MetaModes:
[ 6209.326] (II) NVIDIA(0): "NULL"
[ 6209.326] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 6209.326] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 6209.326] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 6209.326] (WW) NVIDIA: Failed to bind sideband socket to
[ 6209.326] (WW) NVIDIA: '/var/run/nvidia-xdriver-23b4c4c4' Permission denied
[ 6209.326] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 6209.326] (II) NVIDIA: access.
[ 6209.343] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 6209.343] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 6209.343] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 6209.343] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 6209.343] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 6209.343] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 6209.343] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 6209.343] (II) NVIDIA(0): Config Options in the README.
[ 6209.360] (II) NVIDIA(0): Setting mode "NULL"
[ 6209.379] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 6209.379] (==) NVIDIA(0): Backing store enabled
[ 6209.379] (==) NVIDIA(0): Silken mouse enabled
[ 6209.379] (**) NVIDIA(0): DPMS enabled
[ 6209.379] (II) Loading sub module "dri2"
[ 6209.379] (II) LoadModule: "dri2"
[ 6209.379] (II) Module "dri2" already built-in
[ 6209.379] (II) NVIDIA(0): [DRI2] Setup complete
[ 6209.379] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 6209.379] (II) Initializing extension Generic Event Extension
[ 6209.379] (II) Initializing extension SHAPE
[ 6209.379] (II) Initializing extension MIT-SHM
[ 6209.379] (II) Initializing extension XInputExtension
[ 6209.379] (II) Initializing extension XTEST
[ 6209.379] (II) Initializing extension BIG-REQUESTS
[ 6209.379] (II) Initializing extension SYNC
[ 6209.379] (II) Initializing extension XKEYBOARD
[ 6209.379] (II) Initializing extension XC-MISC
[ 6209.379] (II) Initializing extension SECURITY
[ 6209.379] (II) Initializing extension XFIXES
[ 6209.379] (II) Initializing extension RENDER
[ 6209.379] (II) Initializing extension RANDR
[ 6209.380] (II) Initializing extension COMPOSITE
[ 6209.380] (II) Initializing extension DAMAGE
[ 6209.380] (II) Initializing extension MIT-SCREEN-SAVER
[ 6209.380] (II) Initializing extension DOUBLE-BUFFER
[ 6209.380] (II) Initializing extension RECORD
[ 6209.380] (II) Initializing extension DPMS
[ 6209.380] (II) Initializing extension Present
[ 6209.380] (II) Initializing extension DRI3
[ 6209.380] (II) Initializing extension X-Resource
[ 6209.380] (II) Initializing extension XVideo
[ 6209.380] (II) Initializing extension XVideo-MotionCompensation
[ 6209.380] (II) Initializing extension GLX
[ 6209.380] (II) AIGLX: Screen 0 is not DRI2 capable
[ 6209.393] (II) IGLX: Loaded and initialized swrast
[ 6209.393] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 6209.393] (II) Initializing extension XFree86-VidModeExtension
[ 6209.393] (II) Initializing extension XFree86-DGA
[ 6209.393] (II) Initializing extension XFree86-DRI
[ 6209.393] (II) Initializing extension DRI2
[ 6209.393] (II) Initializing extension NV-GLX
[ 6209.394] (II) Initializing extension NV-CONTROL
[ 6209.413] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 6209.413] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6209.413] (II) LoadModule: "libinput"
[ 6209.413] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 6209.414] (II) Module libinput: vendor="X.Org Foundation"
[ 6209.414] compiled for 1.21.1.8, module version = 1.4.0
[ 6209.414] Module class: X.Org XInput Driver
[ 6209.414] ABI class: X.Org XInput driver, version 24.4
[ 6209.414] (II) Using input driver 'libinput' for 'Video Bus'
[ 6209.415] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 6209.415] (**) Video Bus: always reports core events
[ 6209.415] (**) Option "Device" "/dev/input/event5"
[ 6209.415] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 6209.415] (II) event5 - Video Bus: device is a keyboard
[ 6209.416] (II) event5 - Video Bus: device removed
[ 6209.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 6209.416] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 6209.416] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 6209.416] (II) event5 - Video Bus: device is a keyboard
[ 6209.416] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 6209.416] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6209.416] (II) Using input driver 'libinput' for 'Video Bus'
[ 6209.417] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 6209.417] (**) Video Bus: always reports core events
[ 6209.417] (**) Option "Device" "/dev/input/event4"
[ 6209.417] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 6209.417] (II) event4 - Video Bus: device is a keyboard
[ 6209.417] (II) event4 - Video Bus: device removed
[ 6209.417] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 6209.417] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6209.418] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 6209.418] (II) event4 - Video Bus: device is a keyboard
[ 6209.418] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 6209.418] (II) No input driver specified, ignoring this device.
[ 6209.418] (II) This device may have been added with another device file.
[ 6209.418] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 6209.418] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6209.418] (II) Using input driver 'libinput' for 'Power Button'
[ 6209.419] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 6209.419] (**) Power Button: always reports core events
[ 6209.419] (**) Option "Device" "/dev/input/event2"
[ 6209.419] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6209.419] (II) event2 - Power Button: device is a keyboard
[ 6209.419] (II) event2 - Power Button: device removed
[ 6209.419] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 6209.419] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 6209.419] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6209.419] (II) event2 - Power Button: device is a keyboard
[ 6209.420] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 6209.420] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 6209.420] (II) Using input driver 'libinput' for 'Sleep Button'
[ 6209.420] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 6209.420] (**) Sleep Button: always reports core events
[ 6209.420] (**) Option "Device" "/dev/input/event1"
[ 6209.421] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 6209.421] (II) event1 - Sleep Button: device is a keyboard
[ 6209.421] (II) event1 - Sleep Button: device removed
[ 6209.421] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 6209.421] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 6209.421] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 6209.421] (II) event1 - Sleep Button: device is a keyboard
[ 6209.421] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 6209.421] (II) No input driver specified, ignoring this device.
[ 6209.421] (II) This device may have been added with another device file.
[ 6209.422] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 6209.422] (II) No input driver specified, ignoring this device.
[ 6209.422] (II) This device may have been added with another device file.
[ 6209.422] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 6209.422] (II) No input driver specified, ignoring this device.
[ 6209.422] (II) This device may have been added with another device file.
[ 6209.422] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 6209.422] (II) No input driver specified, ignoring this device.
[ 6209.422] (II) This device may have been added with another device file.
[ 6209.422] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 6209.422] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 6209.422] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 6209.423] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 6209.423] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 6209.423] (**) Option "Device" "/dev/input/event10"
[ 6209.423] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 6209.424] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 6209.424] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 6209.424] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.424] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.424] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.424] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 6209.424] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 6209.424] (**) Option "AccelerationScheme" "none"
[ 6209.424] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 6209.424] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 6209.424] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 6209.425] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 6209.425] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 6209.426] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 6209.426] (II) No input driver specified, ignoring this device.
[ 6209.426] (II) This device may have been added with another device file.
[ 6209.427] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 6209.427] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 6209.427] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 6209.427] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 6209.427] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 6209.427] (**) Option "Device" "/dev/input/event11"
[ 6209.428] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 6209.430] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 6209.430] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 6209.430] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.430] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.430] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.431] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 6209.431] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 6209.432] (**) Option "AccelerationScheme" "none"
[ 6209.432] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 6209.432] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 6209.432] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 6209.433] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 6209.435] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 6209.436] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 6209.436] (II) No input driver specified, ignoring this device.
[ 6209.436] (II) This device may have been added with another device file.
[ 6209.437] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 6209.437] (II) No input driver specified, ignoring this device.
[ 6209.437] (II) This device may have been added with another device file.
[ 6209.437] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 6209.437] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 6209.437] (II) Using input driver 'libinput' for 'Intel HID events'
[ 6209.437] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 6209.437] (**) Intel HID events: always reports core events
[ 6209.437] (**) Option "Device" "/dev/input/event6"
[ 6209.438] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 6209.438] (II) event6 - Intel HID events: device is a keyboard
[ 6209.438] (II) event6 - Intel HID events: device removed
[ 6209.438] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 6209.438] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 6209.439] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 6209.439] (II) event6 - Intel HID events: device is a keyboard
[ 6209.439] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 6209.439] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 6209.439] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 6209.439] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 6209.439] (**) Intel HID 5 button array: always reports core events
[ 6209.439] (**) Option "Device" "/dev/input/event7"
[ 6209.440] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 6209.440] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 6209.440] (II) event7 - Intel HID 5 button array: device removed
[ 6209.440] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 6209.440] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 6209.441] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 6209.441] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 6209.441] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 6209.441] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 6209.441] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 6209.441] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 6209.441] (**) AT Translated Set 2 keyboard: always reports core events
[ 6209.441] (**) Option "Device" "/dev/input/event3"
[ 6209.442] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6209.442] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 6209.442] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 6209.442] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 6209.442] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 6209.443] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6209.443] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 6209.444] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 6209.444] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 6209.444] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 6209.444] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 6209.444] (**) PS/2 Generic Mouse: always reports core events
[ 6209.444] (**) Option "Device" "/dev/input/event16"
[ 6209.444] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 6209.444] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 6209.445] (II) event16 - PS/2 Generic Mouse: device removed
[ 6209.445] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.445] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.445] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6209.445] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event16"
[ 6209.445] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 6209.445] (**) Option "AccelerationScheme" "none"
[ 6209.445] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 6209.445] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 6209.445] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 6209.445] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 6209.445] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 6209.445] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 6209.445] (II) No input driver specified, ignoring this device.
[ 6209.445] (II) This device may have been added with another device file.
[ 6209.446] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 6209.446] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 6209.446] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 6209.446] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 6209.446] (**) MSI WMI hotkeys: always reports core events
[ 6209.446] (**) Option "Device" "/dev/input/event8"
[ 6209.447] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 6209.447] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 6209.447] (II) event8 - MSI WMI hotkeys: device removed
[ 6209.447] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event8"
[ 6209.447] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 6209.447] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 6209.447] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 6209.476] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 6209.476] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 6209.476] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 6209.476] (--) NVIDIA(GPU-0):
[ 6209.477] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 6209.477] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 6209.477] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 6209.477] (--) NVIDIA(GPU-0):
[ 6209.477] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 6209.477] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 6209.477] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 6209.477] (--) NVIDIA(GPU-0):
[ 6209.477] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 6209.477] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 6209.477] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 6209.477] (--) NVIDIA(GPU-0):
[ 6221.790] (**) Option "fd" "32"
[ 6221.790] (II) event5 - Video Bus: device removed
[ 6221.790] (**) Option "fd" "35"
[ 6221.790] (II) event4 - Video Bus: device removed
[ 6221.790] (**) Option "fd" "36"
[ 6221.790] (II) event2 - Power Button: device removed
[ 6221.790] (**) Option "fd" "37"
[ 6221.790] (II) event1 - Sleep Button: device removed
[ 6221.790] (**) Option "fd" "38"
[ 6221.790] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 6221.790] (**) Option "fd" "39"
[ 6221.790] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 6221.790] (**) Option "fd" "40"
[ 6221.790] (II) event6 - Intel HID events: device removed
[ 6221.790] (**) Option "fd" "41"
[ 6221.790] (II) event7 - Intel HID 5 button array: device removed
[ 6221.790] (**) Option "fd" "42"
[ 6221.790] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 6221.790] (**) Option "fd" "43"
[ 6221.790] (II) event16 - PS/2 Generic Mouse: device removed
[ 6221.790] (**) Option "fd" "44"
[ 6221.790] (II) event8 - MSI WMI hotkeys: device removed
[ 6221.790] (II) UnloadModule: "libinput"
[ 6221.790] (II) systemd-logind: releasing fd for 13:72
[ 6221.940] (II) UnloadModule: "libinput"
[ 6221.940] (II) systemd-logind: releasing fd for 13:80
[ 6222.024] (II) UnloadModule: "libinput"
[ 6222.024] (II) systemd-logind: releasing fd for 13:67
[ 6222.127] (II) UnloadModule: "libinput"
[ 6222.127] (II) systemd-logind: releasing fd for 13:71
[ 6222.227] (II) UnloadModule: "libinput"
[ 6222.227] (II) systemd-logind: releasing fd for 13:70
[ 6222.313] (II) UnloadModule: "libinput"
[ 6222.313] (II) systemd-logind: releasing fd for 13:75
[ 6222.377] (II) UnloadModule: "libinput"
[ 6222.377] (II) systemd-logind: releasing fd for 13:74
[ 6222.460] (II) UnloadModule: "libinput"
[ 6222.460] (II) systemd-logind: releasing fd for 13:65
[ 6222.533] (II) UnloadModule: "libinput"
[ 6222.533] (II) systemd-logind: releasing fd for 13:66
[ 6222.613] (II) UnloadModule: "libinput"
[ 6222.614] (II) systemd-logind: releasing fd for 13:68
[ 6222.684] (II) UnloadModule: "libinput"
[ 6222.684] (II) systemd-logind: releasing fd for 13:69
[ 6222.880] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 6222.880] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 6222.880] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 6222.880] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 6222.909] (II) Server terminated successfully (0). Closing log fileLast edited by ZulluBalti (2024-01-23 17:22:04)
Offline
After installing arch I run Larbs.sh script which automatically install bunch of packages and add some config files.
Meaning you have no idea how your system is set up. Well guess what, we don't either. Now what?
Online
I do have some idea ?.
I did setup dwm before but that's not the issue, the issue came after installing/enabling bumblebee
Offline
[ 3796.829] (==) Using config file: "/etc/X11/xorg.conf"
…
[ 3797.990] (WW) Warning, couldn't open module glxserver_nvidia
[ 3797.990] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 3797.990] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 3797.990] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 3797.990] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 3797.990] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 3797.990] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
…
[ 3799.910] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 3799.910] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 3799.915] (II) NVIDIA(0): Validated MetaModes:
[ 3799.915] (II) NVIDIA(0): "NULL"
[ 3799.915] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 3799.915] (WW) NVIDIA(0): Unable to get display device for DPI computation.The xorg config is bogus, forces the use of the nvidia GPU which is not ready (at this point) and also there're no outputs attached.
after installing/enabling bumblebee
Which is under no circumstances a suggested approach w/ recent nvidia GPUs/drivers
https://wiki.archlinux.org/title/PRIME
Your xinitrc is still bougs, too.
Offline
You don't want bumblebee. Remove it and /etc/X11/xorg.conf and follow https://wiki.archlinux.org/title/PRIME# … er_offload instead.
Edit: FF5
Last edited by V1del (2024-01-23 18:24:50)
Offline
I have removed bumblebee and install "nvidia" "nvidia-prime". As mentioned by @V1del in this post I removed /etc/X11/xorg.conf.
Now when I run startx it does work but something is off
Here's the results of few command
$ prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 4050 Laptop GPU/PCIe/SSE2$ glxinfo | grep "OpenGL renderer"
glx: failed to create dri3 screen
failed to load driver: nouveau
Open renderer string: Mesa Intel(R) Graphics (RPL-P)Last edited by ZulluBalti (2024-01-24 05:52:10)
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
logs from /var/log/Xorg.0.log
[ 65.738]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 65.738] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 65.738] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 65.738]
[ 65.738] Current version of pixman: 0.43.0
[ 65.738] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 65.738] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 65.738] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 24 13:49:17 2024
[ 65.739] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 65.739] (==) No Layout section. Using the first Screen section.
[ 65.739] (==) No screen section available. Using defaults.
[ 65.739] (**) |-->Screen "Default Screen Section" (0)
[ 65.739] (**) | |-->Monitor "<default monitor>"
[ 65.739] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 65.739] (==) Automatically adding devices
[ 65.739] (==) Automatically enabling devices
[ 65.739] (==) Automatically adding GPU devices
[ 65.739] (==) Automatically binding GPU devices
[ 65.739] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 65.739] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 65.739] Entry deleted from font path.
[ 65.739] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 65.739] Entry deleted from font path.
[ 65.739] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 65.739] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 65.739] Entry deleted from font path.
[ 65.739] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 65.739] Entry deleted from font path.
[ 65.739] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 65.739] Entry deleted from font path.
[ 65.739] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 65.739] Entry deleted from font path.
[ 65.739] (==) FontPath set to:
[ 65.739] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 65.739] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 65.739] (II) Module ABI versions:
[ 65.739] X.Org ANSI C Emulation: 0.4
[ 65.739] X.Org Video Driver: 25.2
[ 65.739] X.Org XInput driver : 24.4
[ 65.739] X.Org Server Extension : 10.0
[ 65.739] (++) using VT number 1
[ 65.740] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 65.740] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 65.740] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 65.740] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 65.740] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 65.740] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 65.741] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 65.741] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 66.061] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 66.061] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 66.061] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 66.061] (II) LoadModule: "glx"
[ 66.062] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 66.078] (II) Module glx: vendor="X.Org Foundation"
[ 66.078] compiled for 1.21.1.11, module version = 1.0.0
[ 66.078] ABI class: X.Org Server Extension, version 10.0
[ 66.078] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 66.078] loading driver: nvidia
[ 66.078] (==) Matched intel as autoconfigured driver 0
[ 66.078] (==) Matched nvidia as autoconfigured driver 1
[ 66.078] (==) Matched nouveau as autoconfigured driver 2
[ 66.078] (==) Matched nv as autoconfigured driver 3
[ 66.078] (==) Matched modesetting as autoconfigured driver 4
[ 66.078] (==) Matched fbdev as autoconfigured driver 5
[ 66.078] (==) Matched vesa as autoconfigured driver 6
[ 66.078] (==) Assigned the driver to the xf86ConfigLayout
[ 66.078] (II) LoadModule: "intel"
[ 66.078] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 66.088] (II) Module intel: vendor="X.Org Foundation"
[ 66.088] compiled for 1.21.1.6, module version = 2.99.917
[ 66.088] Module class: X.Org Video Driver
[ 66.088] ABI class: X.Org Video Driver, version 25.2
[ 66.088] (II) LoadModule: "nvidia"
[ 66.088] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 66.115] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 66.115] compiled for 1.6.99.901, module version = 1.0.0
[ 66.115] Module class: X.Org Video Driver
[ 66.116] (II) LoadModule: "nouveau"
[ 66.116] (WW) Warning, couldn't open module nouveau
[ 66.116] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 66.116] (II) LoadModule: "nv"
[ 66.117] (WW) Warning, couldn't open module nv
[ 66.117] (EE) Failed to load module "nv" (module does not exist, 0)
[ 66.117] (II) LoadModule: "modesetting"
[ 66.117] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 66.122] (II) Module modesetting: vendor="X.Org Foundation"
[ 66.122] compiled for 1.21.1.11, module version = 1.21.1
[ 66.122] Module class: X.Org Video Driver
[ 66.122] ABI class: X.Org Video Driver, version 25.2
[ 66.122] (II) LoadModule: "fbdev"
[ 66.123] (WW) Warning, couldn't open module fbdev
[ 66.123] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 66.123] (II) LoadModule: "vesa"
[ 66.123] (WW) Warning, couldn't open module vesa
[ 66.123] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 66.123] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 66.124] (II) intel: Driver for Intel(R) HD Graphics
[ 66.124] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 66.124] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 66.124] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 66.124] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 66.124] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 66.124] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 66.124] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[ 66.126] (WW) Falling back to old probe method for modesetting
[ 66.127] (II) systemd-logind: releasing fd for 226:0
[ 66.129] (II) Loading sub module "fb"
[ 66.129] (II) LoadModule: "fb"
[ 66.129] (II) Module "fb" already built-in
[ 66.129] (II) Loading sub module "wfb"
[ 66.129] (II) LoadModule: "wfb"
[ 66.129] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 66.131] (II) Module wfb: vendor="X.Org Foundation"
[ 66.131] compiled for 1.21.1.11, module version = 1.0.0
[ 66.131] ABI class: X.Org ANSI C Emulation, version 0.4
[ 66.133] (WW) intel(0): Unknown chipset
[ 66.133] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 10 threads
[ 66.133] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 66.133] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 66.133] (==) intel(0): RGB weight 888
[ 66.133] (==) intel(0): Default visual is TrueColor
[ 66.135] (II) intel(0): Output eDP1 has no monitor section
[ 66.136] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 66.136] (II) intel(0): Enabled output eDP1
[ 66.136] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 66.136] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 66.136] (II) intel(0): Enabled output VIRTUAL1
[ 66.136] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 66.136] (==) intel(0): TearFree enabled
[ 66.136] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 66.136] (==) intel(0): DPI set to (96, 96)
[ 66.136] (II) Loading sub module "dri3"
[ 66.136] (II) LoadModule: "dri3"
[ 66.136] (II) Module "dri3" already built-in
[ 66.136] (II) Loading sub module "dri2"
[ 66.136] (II) LoadModule: "dri2"
[ 66.136] (II) Module "dri2" already built-in
[ 66.136] (II) Loading sub module "present"
[ 66.136] (II) LoadModule: "present"
[ 66.136] (II) Module "present" already built-in
[ 66.136] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 66.136] (==) NVIDIA(G0): RGB weight 888
[ 66.136] (==) NVIDIA(G0): Default visual is TrueColor
[ 66.136] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 66.136] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 66.136] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 66.137] (**) NVIDIA(G0): Enabling 2D acceleration
[ 66.137] (II) Loading sub module "glxserver_nvidia"
[ 66.137] (II) LoadModule: "glxserver_nvidia"
[ 66.137] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 66.299] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 66.299] compiled for 1.6.99.901, module version = 1.0.0
[ 66.299] Module class: X.Org Server Extension
[ 66.299] (II) NVIDIA GLX Module 545.29.06 Thu Nov 16 01:55:23 UTC 2023
[ 66.299] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 68.038] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 68.039] (--) NVIDIA(0): DFP-0
[ 68.039] (--) NVIDIA(0): DFP-1
[ 68.039] (--) NVIDIA(0): DFP-2
[ 68.039] (--) NVIDIA(0): DFP-3
[ 68.039] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 68.039] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 68.039] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 68.039] (--) NVIDIA(G0): VideoBIOS: 95.07.16.80.77
[ 68.039] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 68.039] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 68.039] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 68.039] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 68.039] (--) NVIDIA(GPU-0):
[ 68.039] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 68.039] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 68.039] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 68.039] (--) NVIDIA(GPU-0):
[ 68.039] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 68.039] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 68.039] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 68.039] (--) NVIDIA(GPU-0):
[ 68.039] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 68.039] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 68.039] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 68.039] (--) NVIDIA(GPU-0):
[ 68.044] (II) NVIDIA(G0): Validated MetaModes:
[ 68.044] (II) NVIDIA(G0): "NULL"
[ 68.045] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 68.045] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 68.045] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 68.045] (II) UnloadModule: "modesetting"
[ 68.045] (II) Unloading modesetting
[ 68.045] (II) intel(0): SNA initialized with generic backend
[ 68.045] (==) intel(0): Backing store enabled
[ 68.045] (==) intel(0): Silken mouse enabled
[ 68.045] (II) intel(0): HW Cursor enabled
[ 68.045] (==) intel(0): DPMS enabled
[ 68.045] (==) intel(0): Display hotplug detection enabled
[ 68.045] (II) intel(0): Textured video not supported on this hardware or backend
[ 68.045] (II) intel(0): [DRI2] Setup complete
[ 68.045] (II) intel(0): [DRI2] DRI driver: i965
[ 68.045] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 68.045] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 68.045] (II) intel(0): hardware support for Present enabled
[ 68.045] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 68.045] (II) NVIDIA: access.
[ 68.058] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 68.058] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 68.058] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 68.058] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 68.058] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 68.058] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 68.058] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 68.058] (II) NVIDIA(G0): Config Options in the README.
[ 68.069] (II) NVIDIA(G0): Setting mode "NULL"
[ 68.079] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 68.079] (==) NVIDIA(G0): Backing store enabled
[ 68.079] (==) NVIDIA(G0): Silken mouse enabled
[ 68.079] (==) NVIDIA(G0): DPMS enabled
[ 68.079] (II) Loading sub module "dri2"
[ 68.079] (II) LoadModule: "dri2"
[ 68.079] (II) Module "dri2" already built-in
[ 68.079] (II) NVIDIA(G0): [DRI2] Setup complete
[ 68.079] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 68.079] (II) Initializing extension Generic Event Extension
[ 68.079] (II) Initializing extension SHAPE
[ 68.079] (II) Initializing extension MIT-SHM
[ 68.079] (II) Initializing extension XInputExtension
[ 68.079] (II) Initializing extension XTEST
[ 68.079] (II) Initializing extension BIG-REQUESTS
[ 68.080] (II) Initializing extension SYNC
[ 68.080] (II) Initializing extension XKEYBOARD
[ 68.080] (II) Initializing extension XC-MISC
[ 68.080] (II) Initializing extension SECURITY
[ 68.080] (II) Initializing extension XFIXES
[ 68.080] (II) Initializing extension RENDER
[ 68.080] (II) Initializing extension RANDR
[ 68.080] (II) Initializing extension COMPOSITE
[ 68.080] (II) Initializing extension DAMAGE
[ 68.080] (II) Initializing extension MIT-SCREEN-SAVER
[ 68.080] (II) Initializing extension DOUBLE-BUFFER
[ 68.080] (II) Initializing extension RECORD
[ 68.080] (II) Initializing extension DPMS
[ 68.080] (II) Initializing extension Present
[ 68.080] (II) Initializing extension DRI3
[ 68.080] (II) Initializing extension X-Resource
[ 68.080] (II) Initializing extension XVideo
[ 68.081] (II) Initializing extension XVideo-MotionCompensation
[ 68.081] (II) Initializing extension GLX
[ 68.081] (II) Initializing extension GLX
[ 68.081] (II) Indirect GLX disabled.
[ 68.083] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 68.083] (EE) AIGLX error: unable to load driver i965
[ 68.335] (II) IGLX: Loaded and initialized swrast
[ 68.335] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 68.335] (II) Initializing extension XFree86-VidModeExtension
[ 68.335] (II) Initializing extension XFree86-DGA
[ 68.335] (II) Initializing extension XFree86-DRI
[ 68.335] (II) Initializing extension DRI2
[ 68.335] (II) Initializing extension NV-GLX
[ 68.335] (II) Initializing extension NV-CONTROL
[ 68.338] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 68.338] (II) intel(0): switch to mode 1920x1080@144.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 68.351] (II) intel(0): Setting screen physical size to 508 x 285
[ 68.424] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 68.424] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.424] (II) LoadModule: "libinput"
[ 68.424] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 68.426] (II) Module libinput: vendor="X.Org Foundation"
[ 68.426] compiled for 1.21.1.8, module version = 1.4.0
[ 68.426] Module class: X.Org XInput Driver
[ 68.426] ABI class: X.Org XInput driver, version 24.4
[ 68.426] (II) Using input driver 'libinput' for 'Video Bus'
[ 68.427] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0
[ 68.427] (**) Video Bus: always reports core events
[ 68.427] (**) Option "Device" "/dev/input/event5"
[ 68.432] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 68.432] (II) event5 - Video Bus: device is a keyboard
[ 68.432] (II) event5 - Video Bus: device removed
[ 68.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 68.432] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 68.433] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 68.433] (II) event5 - Video Bus: device is a keyboard
[ 68.434] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 68.434] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.434] (II) Using input driver 'libinput' for 'Video Bus'
[ 68.434] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 43 paused 0
[ 68.435] (**) Video Bus: always reports core events
[ 68.435] (**) Option "Device" "/dev/input/event4"
[ 68.436] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 68.436] (II) event4 - Video Bus: device is a keyboard
[ 68.436] (II) event4 - Video Bus: device removed
[ 68.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 68.436] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 68.438] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 68.438] (II) event4 - Video Bus: device is a keyboard
[ 68.439] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 68.440] (II) No input driver specified, ignoring this device.
[ 68.440] (II) This device may have been added with another device file.
[ 68.440] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 68.440] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.440] (II) Using input driver 'libinput' for 'Power Button'
[ 68.441] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 44 paused 0
[ 68.441] (**) Power Button: always reports core events
[ 68.441] (**) Option "Device" "/dev/input/event2"
[ 68.443] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.443] (II) event2 - Power Button: device is a keyboard
[ 68.444] (II) event2 - Power Button: device removed
[ 68.444] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 68.444] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 68.445] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.445] (II) event2 - Power Button: device is a keyboard
[ 68.446] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 68.446] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 68.446] (II) Using input driver 'libinput' for 'Sleep Button'
[ 68.448] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 45 paused 0
[ 68.448] (**) Sleep Button: always reports core events
[ 68.448] (**) Option "Device" "/dev/input/event1"
[ 68.451] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 68.451] (II) event1 - Sleep Button: device is a keyboard
[ 68.451] (II) event1 - Sleep Button: device removed
[ 68.451] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 68.451] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 68.453] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 68.454] (II) event1 - Sleep Button: device is a keyboard
[ 68.455] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 68.455] (II) No input driver specified, ignoring this device.
[ 68.455] (II) This device may have been added with another device file.
[ 68.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 68.456] (II) No input driver specified, ignoring this device.
[ 68.456] (II) This device may have been added with another device file.
[ 68.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 68.456] (II) No input driver specified, ignoring this device.
[ 68.456] (II) This device may have been added with another device file.
[ 68.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 68.456] (II) No input driver specified, ignoring this device.
[ 68.456] (II) This device may have been added with another device file.
[ 68.457] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event14)
[ 68.457] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 68.457] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 68.457] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 46 paused 0
[ 68.457] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 68.457] (**) Option "Device" "/dev/input/event14"
[ 68.461] (II) event14 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 68.463] (II) event14 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 68.464] (II) event14 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 68.464] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.464] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.464] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input19/event14"
[ 68.465] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 68.465] (**) Option "AccelerationScheme" "none"
[ 68.465] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 68.465] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 68.465] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 68.467] (II) event14 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 68.468] (II) event14 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 68.472] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 68.472] (II) No input driver specified, ignoring this device.
[ 68.472] (II) This device may have been added with another device file.
[ 68.474] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event15)
[ 68.474] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 68.474] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 68.476] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 47 paused 0
[ 68.476] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 68.476] (**) Option "Device" "/dev/input/event15"
[ 68.481] (II) event15 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 68.487] (II) event15 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 68.487] (II) event15 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 68.487] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.487] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.487] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input20/event15"
[ 68.488] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 68.491] (**) Option "AccelerationScheme" "none"
[ 68.491] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 68.491] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 68.491] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 68.492] (II) event15 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 68.494] (II) event15 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 68.494] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 68.494] (II) No input driver specified, ignoring this device.
[ 68.494] (II) This device may have been added with another device file.
[ 68.495] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 68.495] (II) No input driver specified, ignoring this device.
[ 68.495] (II) This device may have been added with another device file.
[ 68.495] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 68.495] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 68.495] (II) Using input driver 'libinput' for 'Intel HID events'
[ 68.495] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 68.495] (**) Intel HID events: always reports core events
[ 68.495] (**) Option "Device" "/dev/input/event6"
[ 68.496] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 68.496] (II) event6 - Intel HID events: device is a keyboard
[ 68.496] (II) event6 - Intel HID events: device removed
[ 68.497] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 68.497] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 68.497] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 68.497] (II) event6 - Intel HID events: device is a keyboard
[ 68.497] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 68.497] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 68.497] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 68.498] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[ 68.498] (**) Intel HID 5 button array: always reports core events
[ 68.498] (**) Option "Device" "/dev/input/event7"
[ 68.499] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 68.499] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 68.499] (II) event7 - Intel HID 5 button array: device removed
[ 68.499] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 68.499] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 68.500] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 68.500] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 68.501] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 68.501] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 68.501] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 68.501] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[ 68.501] (**) AT Translated Set 2 keyboard: always reports core events
[ 68.501] (**) Option "Device" "/dev/input/event3"
[ 68.503] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.503] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.504] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 68.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 68.504] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 68.506] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.506] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.508] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 68.508] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 68.508] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 68.509] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
[ 68.509] (**) PS/2 Generic Mouse: always reports core events
[ 68.509] (**) Option "Device" "/dev/input/event16"
[ 68.509] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 68.510] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 68.510] (II) event16 - PS/2 Generic Mouse: device removed
[ 68.510] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.510] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.510] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.510] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 68.510] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 68.510] (**) Option "AccelerationScheme" "none"
[ 68.510] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 68.510] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 68.510] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 68.511] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 68.511] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 68.512] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 68.512] (II) No input driver specified, ignoring this device.
[ 68.512] (II) This device may have been added with another device file.
[ 68.514] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 68.514] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 68.514] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 68.514] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 52 paused 0
[ 68.514] (**) MSI WMI hotkeys: always reports core events
[ 68.514] (**) Option "Device" "/dev/input/event8"
[ 68.515] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 68.515] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 68.515] (II) event8 - MSI WMI hotkeys: device removed
[ 68.515] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 68.515] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 68.516] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 68.516] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 68.645] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[ 68.645] (II) intel(0): EDID vendor "AUO", prod id 44944
[ 68.645] (II) intel(0): Using EDID range info for horizontal sync
[ 68.645] (II) intel(0): Using EDID range info for vertical refresh
[ 68.645] (II) intel(0): Printing DDC gathered Modelines:
[ 68.645] (II) intel(0): Modeline "1920x1080"x0.0 353.80 1920 2028 2076 2080 1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[ 68.646] (II) intel(0): Modeline "1920x1080"x0.0 143.00 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[ 68.646] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 68.646] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 68.646] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 68.646] (--) NVIDIA(GPU-0):
[ 68.647] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 68.647] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 68.647] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 68.647] (--) NVIDIA(GPU-0):
[ 68.647] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 68.647] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 68.647] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 68.647] (--) NVIDIA(GPU-0):
[ 68.647] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 68.647] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 68.647] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 68.647] (--) NVIDIA(GPU-0): logs from .local/share/xorg/Xorg.0.log (doing an ls it has the date of prevoius day (23-tues-2024-jan)
[ 3796.828]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 3796.828] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 3796.828] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 3796.828]
[ 3796.828] Current version of pixman: 0.43.0
[ 3796.828] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3796.828] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3796.828] (==) Log file: "/home/zullu/.local/share/xorg/Xorg.0.log", Time: Tue Jan 23 21:22:26 2024
[ 3796.829] (==) Using config file: "/etc/X11/xorg.conf"
[ 3796.829] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3796.829] (==) ServerLayout "Layout0"
[ 3796.829] (**) |-->Screen "Screen0" (0)
[ 3796.829] (**) | |-->Monitor "Monitor0"
[ 3796.830] (**) | |-->Device "Device0"
[ 3796.830] (**) |-->Input Device "Keyboard0"
[ 3796.830] (**) |-->Input Device "Mouse0"
[ 3796.830] (==) Automatically adding devices
[ 3796.830] (==) Automatically enabling devices
[ 3796.830] (==) Automatically adding GPU devices
[ 3796.830] (==) Automatically binding GPU devices
[ 3796.830] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3796.830] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 3796.830] Entry deleted from font path.
[ 3796.830] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 3796.830] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3796.830] Entry deleted from font path.
[ 3796.830] (==) FontPath set to:
[ 3796.830] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3796.831] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 3796.831] (WW) Disabling Keyboard0
[ 3796.831] (WW) Disabling Mouse0
[ 3796.831] (II) Module ABI versions:
[ 3796.831] X.Org ANSI C Emulation: 0.4
[ 3796.831] X.Org Video Driver: 25.2
[ 3796.831] X.Org XInput driver : 24.4
[ 3796.831] X.Org Server Extension : 10.0
[ 3796.832] (++) using VT number 2
[ 3796.835] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 3796.837] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3796.837] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 3796.838] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 3796.843] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 3796.843] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 3796.843] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3796.843] (II) LoadModule: "glx"
[ 3796.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3796.855] (II) Module glx: vendor="X.Org Foundation"
[ 3796.855] compiled for 1.21.1.11, module version = 1.0.0
[ 3796.855] ABI class: X.Org Server Extension, version 10.0
[ 3796.855] (II) LoadModule: "nvidia"
[ 3796.855] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3796.875] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3796.875] compiled for 1.6.99.901, module version = 1.0.0
[ 3796.875] Module class: X.Org Video Driver
[ 3796.875] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 3796.875] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3796.875] (II) Loading sub module "fb"
[ 3796.875] (II) LoadModule: "fb"
[ 3796.875] (II) Module "fb" already built-in
[ 3796.875] (II) Loading sub module "wfb"
[ 3796.875] (II) LoadModule: "wfb"
[ 3796.875] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3796.875] (II) Module wfb: vendor="X.Org Foundation"
[ 3796.875] compiled for 1.21.1.11, module version = 1.0.0
[ 3796.875] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3797.990] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3797.990] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 3797.990] (==) NVIDIA(0): RGB weight 888
[ 3797.990] (==) NVIDIA(0): Default visual is TrueColor
[ 3797.990] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3797.990] (**) NVIDIA(0): Enabling 2D acceleration
[ 3797.990] (II) Loading sub module "glxserver_nvidia"
[ 3797.990] (II) LoadModule: "glxserver_nvidia"
[ 3797.990] (WW) Warning, couldn't open module glxserver_nvidia
[ 3797.990] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 3797.990] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 3797.990] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 3797.990] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 3797.990] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 3797.990] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 3797.990] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 3799.910] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 3799.910] (--) NVIDIA(0): DFP-0
[ 3799.910] (--) NVIDIA(0): DFP-1
[ 3799.910] (--) NVIDIA(0): DFP-2
[ 3799.910] (--) NVIDIA(0): DFP-3
[ 3799.910] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 3799.910] (WW) NVIDIA: used.
[ 3799.910] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 3799.910] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 3799.910] (--) NVIDIA(0): Memory: 6288384 kBytes
[ 3799.910] (--) NVIDIA(0): VideoBIOS: 95.07.16.80.77
[ 3799.910] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3799.910] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3799.910] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3799.910] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3799.910] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3799.910] (--) NVIDIA(GPU-0):
[ 3799.910] (==) NVIDIA(0):
[ 3799.910] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 3799.910] (==) NVIDIA(0): will be used as the requested mode.
[ 3799.910] (==) NVIDIA(0):
[ 3799.910] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 3799.910] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 3799.915] (II) NVIDIA(0): Validated MetaModes:
[ 3799.915] (II) NVIDIA(0): "NULL"
[ 3799.915] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 3799.915] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 3799.915] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 3799.915] (WW) NVIDIA: Failed to bind sideband socket to
[ 3799.915] (WW) NVIDIA: '/var/run/nvidia-xdriver-be309b83' Permission denied
[ 3799.915] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 3799.915] (II) NVIDIA: access.
[ 3799.929] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 3799.929] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 3799.929] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 3799.929] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 3799.929] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 3799.929] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 3799.929] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 3799.929] (II) NVIDIA(0): Config Options in the README.
[ 3799.940] (II) NVIDIA(0): Setting mode "NULL"
[ 3799.951] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 3799.951] (==) NVIDIA(0): Backing store enabled
[ 3799.951] (==) NVIDIA(0): Silken mouse enabled
[ 3799.951] (**) NVIDIA(0): DPMS enabled
[ 3799.951] (II) Loading sub module "dri2"
[ 3799.951] (II) LoadModule: "dri2"
[ 3799.951] (II) Module "dri2" already built-in
[ 3799.951] (II) NVIDIA(0): [DRI2] Setup complete
[ 3799.951] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 3799.951] (II) Initializing extension Generic Event Extension
[ 3799.951] (II) Initializing extension SHAPE
[ 3799.951] (II) Initializing extension MIT-SHM
[ 3799.951] (II) Initializing extension XInputExtension
[ 3799.951] (II) Initializing extension XTEST
[ 3799.952] (II) Initializing extension BIG-REQUESTS
[ 3799.952] (II) Initializing extension SYNC
[ 3799.952] (II) Initializing extension XKEYBOARD
[ 3799.952] (II) Initializing extension XC-MISC
[ 3799.952] (II) Initializing extension SECURITY
[ 3799.952] (II) Initializing extension XFIXES
[ 3799.952] (II) Initializing extension RENDER
[ 3799.952] (II) Initializing extension RANDR
[ 3799.952] (II) Initializing extension COMPOSITE
[ 3799.952] (II) Initializing extension DAMAGE
[ 3799.952] (II) Initializing extension MIT-SCREEN-SAVER
[ 3799.952] (II) Initializing extension DOUBLE-BUFFER
[ 3799.952] (II) Initializing extension RECORD
[ 3799.952] (II) Initializing extension DPMS
[ 3799.952] (II) Initializing extension Present
[ 3799.952] (II) Initializing extension DRI3
[ 3799.952] (II) Initializing extension X-Resource
[ 3799.952] (II) Initializing extension XVideo
[ 3799.952] (II) Initializing extension XVideo-MotionCompensation
[ 3799.952] (II) Initializing extension GLX
[ 3799.953] (II) AIGLX: Screen 0 is not DRI2 capable
[ 3800.169] (II) IGLX: Loaded and initialized swrast
[ 3800.169] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 3800.169] (II) Initializing extension XFree86-VidModeExtension
[ 3800.169] (II) Initializing extension XFree86-DGA
[ 3800.169] (II) Initializing extension XFree86-DRI
[ 3800.169] (II) Initializing extension DRI2
[ 3800.169] (II) Initializing extension NV-GLX
[ 3800.169] (II) Initializing extension NV-CONTROL
[ 3800.197] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3800.197] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3800.197] (II) LoadModule: "libinput"
[ 3800.197] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3800.199] (II) Module libinput: vendor="X.Org Foundation"
[ 3800.199] compiled for 1.21.1.8, module version = 1.4.0
[ 3800.199] Module class: X.Org XInput Driver
[ 3800.199] ABI class: X.Org XInput driver, version 24.4
[ 3800.199] (II) Using input driver 'libinput' for 'Video Bus'
[ 3800.199] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 3800.199] (**) Video Bus: always reports core events
[ 3800.199] (**) Option "Device" "/dev/input/event5"
[ 3800.201] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3800.201] (II) event5 - Video Bus: device is a keyboard
[ 3800.201] (II) event5 - Video Bus: device removed
[ 3800.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 3800.201] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 3800.202] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3800.202] (II) event5 - Video Bus: device is a keyboard
[ 3800.202] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 3800.202] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3800.202] (II) Using input driver 'libinput' for 'Video Bus'
[ 3800.202] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 3800.202] (**) Video Bus: always reports core events
[ 3800.202] (**) Option "Device" "/dev/input/event4"
[ 3800.203] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3800.203] (II) event4 - Video Bus: device is a keyboard
[ 3800.203] (II) event4 - Video Bus: device removed
[ 3800.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 3800.203] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3800.203] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3800.203] (II) event4 - Video Bus: device is a keyboard
[ 3800.203] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 3800.203] (II) No input driver specified, ignoring this device.
[ 3800.203] (II) This device may have been added with another device file.
[ 3800.204] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 3800.204] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3800.204] (II) Using input driver 'libinput' for 'Power Button'
[ 3800.204] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 3800.204] (**) Power Button: always reports core events
[ 3800.204] (**) Option "Device" "/dev/input/event2"
[ 3800.204] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3800.204] (II) event2 - Power Button: device is a keyboard
[ 3800.204] (II) event2 - Power Button: device removed
[ 3800.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 3800.204] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 3800.205] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3800.205] (II) event2 - Power Button: device is a keyboard
[ 3800.205] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 3800.205] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 3800.205] (II) Using input driver 'libinput' for 'Sleep Button'
[ 3800.205] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 3800.205] (**) Sleep Button: always reports core events
[ 3800.205] (**) Option "Device" "/dev/input/event1"
[ 3800.205] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3800.205] (II) event1 - Sleep Button: device is a keyboard
[ 3800.206] (II) event1 - Sleep Button: device removed
[ 3800.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 3800.206] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 3800.206] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3800.206] (II) event1 - Sleep Button: device is a keyboard
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 3800.206] (II) No input driver specified, ignoring this device.
[ 3800.206] (II) This device may have been added with another device file.
[ 3800.207] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 3800.207] (II) No input driver specified, ignoring this device.
[ 3800.207] (II) This device may have been added with another device file.
[ 3800.207] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 3800.207] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 3800.207] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 3800.207] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[ 3800.207] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 3800.207] (**) Option "Device" "/dev/input/event10"
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 3800.208] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 3800.208] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 3800.208] (**) Option "AccelerationScheme" "none"
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 3800.208] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 3800.209] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 3800.209] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 3800.209] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 3800.209] (II) No input driver specified, ignoring this device.
[ 3800.209] (II) This device may have been added with another device file.
[ 3800.209] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 3800.209] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 3800.209] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 3800.210] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[ 3800.210] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 3800.210] (**) Option "Device" "/dev/input/event11"
[ 3800.210] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 3800.211] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 3800.211] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.211] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.212] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 3800.212] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 3800.212] (**) Option "AccelerationScheme" "none"
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 3800.212] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 3800.213] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 3800.214] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 3800.214] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 3800.214] (II) No input driver specified, ignoring this device.
[ 3800.214] (II) This device may have been added with another device file.
[ 3800.214] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 3800.214] (II) No input driver specified, ignoring this device.
[ 3800.214] (II) This device may have been added with another device file.
[ 3800.215] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 3800.215] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 3800.215] (II) Using input driver 'libinput' for 'Intel HID events'
[ 3800.215] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 3800.215] (**) Intel HID events: always reports core events
[ 3800.215] (**) Option "Device" "/dev/input/event6"
[ 3800.215] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 3800.215] (II) event6 - Intel HID events: device is a keyboard
[ 3800.215] (II) event6 - Intel HID events: device removed
[ 3800.215] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 3800.215] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 3800.216] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 3800.216] (II) event6 - Intel HID events: device is a keyboard
[ 3800.216] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 3800.216] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 3800.216] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 3800.216] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 3800.216] (**) Intel HID 5 button array: always reports core events
[ 3800.216] (**) Option "Device" "/dev/input/event7"
[ 3800.216] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 3800.216] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 3800.217] (II) event7 - Intel HID 5 button array: device removed
[ 3800.217] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 3800.217] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 3800.217] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 3800.217] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 3800.217] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 3800.217] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 3800.217] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 3800.218] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 3800.218] (**) AT Translated Set 2 keyboard: always reports core events
[ 3800.218] (**) Option "Device" "/dev/input/event3"
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 3800.218] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 3800.218] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 3800.218] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 3800.219] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3800.219] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 3800.220] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event16)
[ 3800.220] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[ 3800.220] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[ 3800.220] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 43 paused 0
[ 3800.220] (**) PS/2 Synaptics TouchPad: always reports core events
[ 3800.220] (**) Option "Device" "/dev/input/event16"
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 3800.220] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (II) libinput: PS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 3800.220] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 3800.220] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 15)
[ 3800.220] (**) Option "AccelerationScheme" "none"
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 3800.220] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 3800.221] (II) event16 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[ 3800.221] (II) event16 - PS/2 Synaptics TouchPad: device is a pointer
[ 3800.221] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 3800.221] (II) No input driver specified, ignoring this device.
[ 3800.221] (II) This device may have been added with another device file.
[ 3800.222] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 3800.222] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 3800.222] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 3800.222] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 3800.222] (**) MSI WMI hotkeys: always reports core events
[ 3800.222] (**) Option "Device" "/dev/input/event8"
[ 3800.222] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 3800.222] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 3800.223] (II) event8 - MSI WMI hotkeys: device removed
[ 3800.223] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 3800.223] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 3800.223] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 3800.223] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3800.275] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3800.275] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 3800.275] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3800.275] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3800.275] (--) NVIDIA(GPU-0):
[ 3814.980] (**) Option "fd" "32"
[ 3814.980] (II) event5 - Video Bus: device removed
[ 3814.980] (**) Option "fd" "35"
[ 3814.980] (II) event4 - Video Bus: device removed
[ 3814.980] (**) Option "fd" "36"
[ 3814.980] (II) event2 - Power Button: device removed
[ 3814.980] (**) Option "fd" "37"
[ 3814.980] (II) event1 - Sleep Button: device removed
[ 3814.980] (**) Option "fd" "38"
[ 3814.980] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 3814.980] (**) Option "fd" "39"
[ 3814.981] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 3814.981] (**) Option "fd" "40"
[ 3814.981] (II) event6 - Intel HID events: device removed
[ 3814.981] (**) Option "fd" "41"
[ 3814.981] (II) event7 - Intel HID 5 button array: device removed
[ 3814.981] (**) Option "fd" "42"
[ 3814.981] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 3814.981] (**) Option "fd" "43"
[ 3814.981] (II) event16 - PS/2 Synaptics TouchPad: device removed
[ 3814.981] (**) Option "fd" "44"
[ 3814.981] (II) event8 - MSI WMI hotkeys: device removed
[ 3815.041] (II) systemd-logind: got pause for 13:74
[ 3815.041] (II) systemd-logind: got pause for 13:72
[ 3815.041] (II) systemd-logind: got pause for 13:69
[ 3815.041] (II) systemd-logind: got pause for 13:68
[ 3815.041] (II) systemd-logind: got pause for 13:70
[ 3815.041] (II) systemd-logind: got pause for 13:80
[ 3815.041] (II) systemd-logind: got pause for 13:67
[ 3815.041] (II) systemd-logind: got pause for 13:66
[ 3815.041] (II) systemd-logind: got pause for 13:75
[ 3815.041] (II) systemd-logind: got pause for 13:71
[ 3815.041] (II) systemd-logind: got pause for 13:65
[ 10428.588] (II) UnloadModule: "libinput"
[ 10428.588] (II) systemd-logind: releasing fd for 13:72
[ 10428.620] (II) UnloadModule: "libinput"
[ 10428.620] (II) systemd-logind: releasing fd for 13:80
[ 10428.990] (II) UnloadModule: "libinput"
[ 10428.990] (II) systemd-logind: releasing fd for 13:67
[ 10429.103] (II) UnloadModule: "libinput"
[ 10429.103] (II) systemd-logind: releasing fd for 13:71
[ 10429.170] (II) UnloadModule: "libinput"
[ 10429.170] (II) systemd-logind: releasing fd for 13:70
[ 10429.203] (II) UnloadModule: "libinput"
[ 10429.203] (II) systemd-logind: releasing fd for 13:75
[ 10429.236] (II) UnloadModule: "libinput"
[ 10429.236] (II) systemd-logind: releasing fd for 13:74
[ 10429.286] (II) UnloadModule: "libinput"
[ 10429.287] (II) systemd-logind: releasing fd for 13:65
[ 10429.336] (II) UnloadModule: "libinput"
[ 10429.337] (II) systemd-logind: releasing fd for 13:66
[ 10429.370] (II) UnloadModule: "libinput"
[ 10429.370] (II) systemd-logind: releasing fd for 13:68
[ 10429.411] (II) UnloadModule: "libinput"
[ 10429.411] (II) systemd-logind: releasing fd for 13:69
[ 10430.140] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 10430.140] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 10430.140] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 10430.140] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 10430.140] (II) Server terminated successfully (0). Closing log file.Offline
/var/log/Xorg.0.log is still running but not the location where startx/xinit would store logs.
First of all
[ 68.083] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 68.083] (EE) AIGLX error: unable to load driver i965
[ 68.335] (II) IGLX: Loaded and initialized swrast
[ 68.335] (II) GLX: Initialized DRISWRAST GL provider for screen 0remove xf86-video-intel
Offline
I would like to use intel gpu for everyday task (to save battery life) and use nvidia gpu for graphic intense tasks. That's why I was trying to install bumblebee (I though it would automatically switch between the gpus as needed).
Does removing xf86-video-intel still allow me to achieve that?
Offline
Yes. You'll be using the xorg internal modesetting driver which is better maintained than xf86-video-intel. xf86-video-intel is only really useful for 2011 and older generations of intel gpus. Most newer ones are better off with the modeset driver.
Offline
Ahh, I have removed "xf86-video-intel" what should I do now?
Offline
Restart X / computer and post fresh xorg log.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Is there actually still any problem?
Despite the intel DDX driver and re-iterating that the new log was likely not generated by startx, it's from a running server.
In case you're trying to figure how
to use intel gpu for everyday task (to save battery life) and use nvidia gpu for graphic intense tasks
that's the default PRIME behavior and you can run use eg. prime-run to achieve the latter. Maybe catch up on what you skipped with that stupid script and read up https://wiki.archlinux.org/title/PRIME
Offline
Here's the updated logs from /var/log/Xorg.0.log as this was the only file that was modified
[ 19.174]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 19.174] Current Operating System: Linux zorch 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[ 19.174] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32 rw loglevel=3 quiet cryptdevice=UUID=1c9120d5-7545-4c89-ae03-304eeeef45c5:cryptlvim root=UUID=f1773aee-d32c-439c-9a40-78fd2983bf32
[ 19.174]
[ 19.174] Current version of pixman: 0.43.0
[ 19.174] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.174] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.175] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 24 18:38:12 2024
[ 19.175] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.175] (==) No Layout section. Using the first Screen section.
[ 19.175] (==) No screen section available. Using defaults.
[ 19.175] (**) |-->Screen "Default Screen Section" (0)
[ 19.175] (**) | |-->Monitor "<default monitor>"
[ 19.175] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 19.175] (==) Automatically adding devices
[ 19.175] (==) Automatically enabling devices
[ 19.175] (==) Automatically adding GPU devices
[ 19.175] (==) Automatically binding GPU devices
[ 19.175] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.175] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 19.175] Entry deleted from font path.
[ 19.175] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 19.175] Entry deleted from font path.
[ 19.175] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 19.175] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 19.175] Entry deleted from font path.
[ 19.175] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 19.175] Entry deleted from font path.
[ 19.175] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 19.175] Entry deleted from font path.
[ 19.175] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 19.175] Entry deleted from font path.
[ 19.175] (==) FontPath set to:
[ 19.175] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.175] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.175] (II) Module ABI versions:
[ 19.175] X.Org ANSI C Emulation: 0.4
[ 19.175] X.Org Video Driver: 25.2
[ 19.175] X.Org XInput driver : 24.4
[ 19.175] X.Org Server Extension : 10.0
[ 19.175] (++) using VT number 1
[ 19.176] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 19.176] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.176] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 19.176] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 19.176] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.176] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 19.176] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 19.177] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 19.178] (--) PCI:*(0@0:2:0) 8086:a7a8:1462:13c7 rev 4, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 19.178] (--) PCI: (1@0:0:0) 10de:28a1:1462:13c7 rev 161, Mem @ 0x78000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 19.178] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.178] (II) LoadModule: "glx"
[ 19.178] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 19.181] (II) Module glx: vendor="X.Org Foundation"
[ 19.181] compiled for 1.21.1.11, module version = 1.0.0
[ 19.181] ABI class: X.Org Server Extension, version 10.0
[ 19.181] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 19.181] loading driver: nvidia
[ 19.181] (==) Matched intel as autoconfigured driver 0
[ 19.181] (==) Matched nvidia as autoconfigured driver 1
[ 19.181] (==) Matched nouveau as autoconfigured driver 2
[ 19.181] (==) Matched nv as autoconfigured driver 3
[ 19.181] (==) Matched modesetting as autoconfigured driver 4
[ 19.181] (==) Matched fbdev as autoconfigured driver 5
[ 19.181] (==) Matched vesa as autoconfigured driver 6
[ 19.181] (==) Assigned the driver to the xf86ConfigLayout
[ 19.181] (II) LoadModule: "intel"
[ 19.181] (WW) Warning, couldn't open module intel
[ 19.181] (EE) Failed to load module "intel" (module does not exist, 0)
[ 19.181] (II) LoadModule: "nvidia"
[ 19.181] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 19.188] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 19.188] compiled for 1.6.99.901, module version = 1.0.0
[ 19.188] Module class: X.Org Video Driver
[ 19.188] (II) LoadModule: "nouveau"
[ 19.188] (WW) Warning, couldn't open module nouveau
[ 19.188] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 19.188] (II) LoadModule: "nv"
[ 19.188] (WW) Warning, couldn't open module nv
[ 19.188] (EE) Failed to load module "nv" (module does not exist, 0)
[ 19.188] (II) LoadModule: "modesetting"
[ 19.188] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 19.189] (II) Module modesetting: vendor="X.Org Foundation"
[ 19.189] compiled for 1.21.1.11, module version = 1.21.1
[ 19.189] Module class: X.Org Video Driver
[ 19.189] ABI class: X.Org Video Driver, version 25.2
[ 19.189] (II) LoadModule: "fbdev"
[ 19.189] (WW) Warning, couldn't open module fbdev
[ 19.189] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 19.189] (II) LoadModule: "vesa"
[ 19.189] (WW) Warning, couldn't open module vesa
[ 19.189] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 19.189] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 19.189] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19.189] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 19.189] (II) modeset(0): using drv /dev/dri/card1
[ 19.189] (II) systemd-logind: releasing fd for 226:0
[ 19.189] (II) Loading sub module "fb"
[ 19.189] (II) LoadModule: "fb"
[ 19.189] (II) Module "fb" already built-in
[ 19.189] (II) Loading sub module "wfb"
[ 19.189] (II) LoadModule: "wfb"
[ 19.189] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 19.190] (II) Module wfb: vendor="X.Org Foundation"
[ 19.190] compiled for 1.21.1.11, module version = 1.0.0
[ 19.190] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.190] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 19.190] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 19.190] (==) modeset(0): RGB weight 888
[ 19.190] (==) modeset(0): Default visual is TrueColor
[ 19.190] (II) Loading sub module "glamoregl"
[ 19.190] (II) LoadModule: "glamoregl"
[ 19.190] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 19.194] (II) Module glamoregl: vendor="X.Org Foundation"
[ 19.194] compiled for 1.21.1.11, module version = 1.0.1
[ 19.194] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.269] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)
[ 20.269] (II) modeset(0): glamor initialized
[ 20.269] (==) modeset(0): VariableRefresh: disabled
[ 20.269] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 20.272] (II) modeset(0): Output eDP-1 has no monitor section
[ 20.276] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[ 20.276] (II) modeset(0): EDID for output eDP-1
[ 20.276] (II) modeset(0): Manufacturer: AUO Model: af90 Serial#: 0
[ 20.276] (II) modeset(0): Year: 2020 Week: 8
[ 20.276] (II) modeset(0): EDID Version: 1.4
[ 20.276] (II) modeset(0): Digital Display Input
[ 20.276] (II) modeset(0): 8 bits per channel
[ 20.276] (II) modeset(0): Digital interface is DisplayPort
[ 20.276] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 20.276] (II) modeset(0): Gamma: 2.20
[ 20.276] (II) modeset(0): No DPMS capabilities specified
[ 20.276] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 20.276] (II) modeset(0): First detailed timing is preferred mode
[ 20.276] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 20.276] (II) modeset(0): Display is continuous-frequency
[ 20.276] (II) modeset(0): redX: 0.566 redY: 0.339 greenX: 0.351 greenY: 0.568
[ 20.276] (II) modeset(0): blueX: 0.158 blueY: 0.121 whiteX: 0.313 whiteY: 0.329
[ 20.277] (II) modeset(0): Manufacturer's mask: 0
[ 20.277] (II) modeset(0): Supported detailed timing:
[ 20.277] (II) modeset(0): clock: 353.8 MHz Image Size: 344 x 193 mm
[ 20.277] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 20.277] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1180 v_border: 0
[ 20.277] (II) modeset(0): Supported detailed timing:
[ 20.277] (II) modeset(0): clock: 143.0 MHz Image Size: 344 x 193 mm
[ 20.277] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 20.277] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1142 v_border: 0
[ 20.277] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 354 MHz
[ 20.277] (II) modeset(0): B156HAN08.4
[ 20.277] (II) modeset(0): EDID (in hex):
[ 20.277] (II) modeset(0): 00ffffffffffff0006af90af00000000
[ 20.277] (II) modeset(0): 081e0104a5221378033e859156599128
[ 20.277] (II) modeset(0): 1f505400000001010101010101010101
[ 20.277] (II) modeset(0): 010101010101348a80a0703864406c30
[ 20.277] (II) modeset(0): 350058c110000018dc3780a070383e40
[ 20.277] (II) modeset(0): 6c30350058c110000018000000fd003c
[ 20.277] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 20.277] (II) modeset(0): 004231353648414e30382e34200a00b5
[ 20.277] (II) modeset(0): Printing probed modes for output eDP-1
[ 20.277] (II) modeset(0): Modeline "1920x1080"x144.1 353.80 1920 2028 2076 2080 1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[ 20.277] (II) modeset(0): Modeline "1920x1080"x60.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 20.277] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "1920x1080"x60.2 143.00 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[ 20.278] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 20.278] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 20.278] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 20.278] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 20.278] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 20.278] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 20.279] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 20.279] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 20.279] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 20.279] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 20.279] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 20.279] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 20.279] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 20.279] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 20.279] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 20.279] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 20.279] (II) modeset(0): Output eDP-1 connected
[ 20.279] (II) modeset(0): Using exact sizes for initial modes
[ 20.279] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 20.279] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.279] (==) modeset(0): DPI set to (96, 96)
[ 20.279] (II) Loading sub module "fb"
[ 20.279] (II) LoadModule: "fb"
[ 20.279] (II) Module "fb" already built-in
[ 20.279] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 20.279] (==) NVIDIA(G0): RGB weight 888
[ 20.279] (==) NVIDIA(G0): Default visual is TrueColor
[ 20.279] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.279] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 20.279] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 20.279] (**) NVIDIA(G0): Enabling 2D acceleration
[ 20.279] (II) Loading sub module "glxserver_nvidia"
[ 20.279] (II) LoadModule: "glxserver_nvidia"
[ 20.279] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 20.336] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 20.336] compiled for 1.6.99.901, module version = 1.0.0
[ 20.336] Module class: X.Org Server Extension
[ 20.336] (II) NVIDIA GLX Module 545.29.06 Thu Nov 16 01:55:23 UTC 2023
[ 20.336] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 20.351] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 20.351] (--) NVIDIA(0): DFP-0
[ 20.351] (--) NVIDIA(0): DFP-1
[ 20.352] (--) NVIDIA(0): DFP-2
[ 20.352] (--) NVIDIA(0): DFP-3
[ 20.353] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 20.353] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 20.353] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 20.353] (--) NVIDIA(G0): VideoBIOS: 95.07.16.80.77
[ 20.353] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 20.353] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 20.353] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 20.353] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 20.353] (--) NVIDIA(GPU-0):
[ 20.353] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 20.353] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 20.353] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 20.353] (--) NVIDIA(GPU-0):
[ 20.353] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 20.353] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 20.353] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 20.353] (--) NVIDIA(GPU-0):
[ 20.353] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 20.353] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 20.353] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 20.353] (--) NVIDIA(GPU-0):
[ 20.357] (II) NVIDIA(G0): Validated MetaModes:
[ 20.357] (II) NVIDIA(G0): "NULL"
[ 20.357] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 20.357] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 20.357] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 20.404] (==) modeset(0): Backing store enabled
[ 20.404] (==) modeset(0): Silken mouse enabled
[ 20.445] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 20.445] (==) modeset(0): DPMS enabled
[ 20.445] (II) modeset(0): [DRI2] Setup complete
[ 20.445] (II) modeset(0): [DRI2] DRI driver: iris
[ 20.445] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 20.446] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 20.446] (II) NVIDIA: access.
[ 20.462] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 20.462] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 20.462] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 20.462] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 20.462] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 20.462] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 20.462] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 20.462] (II) NVIDIA(G0): Config Options in the README.
[ 20.475] (II) NVIDIA(G0): Setting mode "NULL"
[ 20.487] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 20.487] (==) NVIDIA(G0): Backing store enabled
[ 20.487] (==) NVIDIA(G0): Silken mouse enabled
[ 20.487] (==) NVIDIA(G0): DPMS enabled
[ 20.487] (II) Loading sub module "dri2"
[ 20.487] (II) LoadModule: "dri2"
[ 20.488] (II) Module "dri2" already built-in
[ 20.488] (II) NVIDIA(G0): [DRI2] Setup complete
[ 20.488] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 20.488] (II) Initializing extension Generic Event Extension
[ 20.488] (II) Initializing extension SHAPE
[ 20.488] (II) Initializing extension MIT-SHM
[ 20.488] (II) Initializing extension XInputExtension
[ 20.488] (II) Initializing extension XTEST
[ 20.488] (II) Initializing extension BIG-REQUESTS
[ 20.488] (II) Initializing extension SYNC
[ 20.488] (II) Initializing extension XKEYBOARD
[ 20.488] (II) Initializing extension XC-MISC
[ 20.488] (II) Initializing extension SECURITY
[ 20.488] (II) Initializing extension XFIXES
[ 20.488] (II) Initializing extension RENDER
[ 20.488] (II) Initializing extension RANDR
[ 20.488] (II) Initializing extension COMPOSITE
[ 20.488] (II) Initializing extension DAMAGE
[ 20.488] (II) Initializing extension MIT-SCREEN-SAVER
[ 20.489] (II) Initializing extension DOUBLE-BUFFER
[ 20.489] (II) Initializing extension RECORD
[ 20.489] (II) Initializing extension DPMS
[ 20.489] (II) Initializing extension Present
[ 20.489] (II) Initializing extension DRI3
[ 20.489] (II) Initializing extension X-Resource
[ 20.489] (II) Initializing extension XVideo
[ 20.489] (II) Initializing extension XVideo-MotionCompensation
[ 20.489] (II) Initializing extension GLX
[ 20.489] (II) Initializing extension GLX
[ 20.489] (II) Indirect GLX disabled.
[ 20.492] (II) AIGLX: Loaded and initialized iris
[ 20.492] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 20.492] (II) Initializing extension XFree86-VidModeExtension
[ 20.492] (II) Initializing extension XFree86-DGA
[ 20.492] (II) Initializing extension XFree86-DRI
[ 20.492] (II) Initializing extension DRI2
[ 20.492] (II) Initializing extension NV-GLX
[ 20.492] (II) Initializing extension NV-CONTROL
[ 20.492] (II) modeset(0): Damage tracking initialized
[ 20.492] (II) modeset(0): Setting screen physical size to 508 x 285
[ 20.523] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 20.523] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.523] (II) LoadModule: "libinput"
[ 20.523] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 20.525] (II) Module libinput: vendor="X.Org Foundation"
[ 20.525] compiled for 1.21.1.8, module version = 1.4.0
[ 20.525] Module class: X.Org XInput Driver
[ 20.525] ABI class: X.Org XInput driver, version 24.4
[ 20.525] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.526] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 48 paused 0
[ 20.526] (**) Video Bus: always reports core events
[ 20.526] (**) Option "Device" "/dev/input/event5"
[ 20.527] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 20.528] (II) event5 - Video Bus: device is a keyboard
[ 20.528] (II) event5 - Video Bus: device removed
[ 20.528] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 20.528] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 20.528] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 20.528] (II) event5 - Video Bus: device is a keyboard
[ 20.528] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 20.528] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.528] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.529] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[ 20.529] (**) Video Bus: always reports core events
[ 20.529] (**) Option "Device" "/dev/input/event4"
[ 20.529] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 20.529] (II) event4 - Video Bus: device is a keyboard
[ 20.529] (II) event4 - Video Bus: device removed
[ 20.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 20.529] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 20.529] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 20.530] (II) event4 - Video Bus: device is a keyboard
[ 20.530] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 20.530] (II) No input driver specified, ignoring this device.
[ 20.530] (II) This device may have been added with another device file.
[ 20.530] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 20.530] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.530] (II) Using input driver 'libinput' for 'Power Button'
[ 20.530] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 52 paused 0
[ 20.530] (**) Power Button: always reports core events
[ 20.530] (**) Option "Device" "/dev/input/event2"
[ 20.531] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 20.531] (II) event2 - Power Button: device is a keyboard
[ 20.531] (II) event2 - Power Button: device removed
[ 20.531] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 20.531] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 20.531] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 20.531] (II) event2 - Power Button: device is a keyboard
[ 20.531] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 20.531] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 20.531] (II) Using input driver 'libinput' for 'Sleep Button'
[ 20.531] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[ 20.531] (**) Sleep Button: always reports core events
[ 20.531] (**) Option "Device" "/dev/input/event1"
[ 20.532] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 20.532] (II) event1 - Sleep Button: device is a keyboard
[ 20.532] (II) event1 - Sleep Button: device removed
[ 20.532] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 20.532] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 20.532] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 20.532] (II) event1 - Sleep Button: device is a keyboard
[ 20.532] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 20.532] (II) No input driver specified, ignoring this device.
[ 20.532] (II) This device may have been added with another device file.
[ 20.533] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 20.533] (II) No input driver specified, ignoring this device.
[ 20.533] (II) This device may have been added with another device file.
[ 20.533] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 20.533] (II) No input driver specified, ignoring this device.
[ 20.533] (II) This device may have been added with another device file.
[ 20.533] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 20.533] (II) No input driver specified, ignoring this device.
[ 20.533] (II) This device may have been added with another device file.
[ 20.533] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/event10)
[ 20.533] (**) MSNB0001:00 06CB:7E7E Mouse: Applying InputClass "libinput pointer catchall"
[ 20.533] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Mouse'
[ 20.533] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 54 paused 0
[ 20.533] (**) MSNB0001:00 06CB:7E7E Mouse: always reports core events
[ 20.533] (**) Option "Device" "/dev/input/event10"
[ 20.534] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 20.534] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 20.534] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device removed
[ 20.534] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.534] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.534] (II) libinput: MSNB0001:00 06CB:7E7E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input15/event10"
[ 20.534] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Mouse" (type: MOUSE, id 10)
[ 20.534] (**) Option "AccelerationScheme" "none"
[ 20.534] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) selected scheme none/0
[ 20.534] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration factor: 2.000
[ 20.534] (**) MSNB0001:00 06CB:7E7E Mouse: (accel) acceleration threshold: 4
[ 20.535] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: is tagged by udev as: Mouse Pointingstick
[ 20.535] (II) event10 - MSNB0001:00 06CB:7E7E Mouse: device is a pointer
[ 20.536] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Mouse (/dev/input/mouse0)
[ 20.536] (II) No input driver specified, ignoring this device.
[ 20.536] (II) This device may have been added with another device file.
[ 20.536] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/event11)
[ 20.536] (**) MSNB0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 20.536] (II) Using input driver 'libinput' for 'MSNB0001:00 06CB:7E7E Touchpad'
[ 20.536] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[ 20.536] (**) MSNB0001:00 06CB:7E7E Touchpad: always reports core events
[ 20.536] (**) Option "Device" "/dev/input/event11"
[ 20.536] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 20.537] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 20.538] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device removed
[ 20.538] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.538] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.538] (II) libinput: MSNB0001:00 06CB:7E7E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-MSNB0001:00/0018:06CB:7E7E.0002/input/input16/event11"
[ 20.538] (II) XINPUT: Adding extended input device "MSNB0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[ 20.539] (**) Option "AccelerationScheme" "none"
[ 20.539] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[ 20.539] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[ 20.539] (**) MSNB0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[ 20.539] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[ 20.540] (II) event11 - MSNB0001:00 06CB:7E7E Touchpad: device is a touchpad
[ 20.541] (II) config/udev: Adding input device MSNB0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[ 20.541] (II) No input driver specified, ignoring this device.
[ 20.541] (II) This device may have been added with another device file.
[ 20.541] (II) config/udev: Adding input device gpio-keys (/dev/input/event9)
[ 20.541] (II) No input driver specified, ignoring this device.
[ 20.541] (II) This device may have been added with another device file.
[ 20.541] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 20.541] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 20.541] (II) Using input driver 'libinput' for 'Intel HID events'
[ 20.541] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 56 paused 0
[ 20.541] (**) Intel HID events: always reports core events
[ 20.541] (**) Option "Device" "/dev/input/event6"
[ 20.541] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 20.541] (II) event6 - Intel HID events: device is a keyboard
[ 20.541] (II) event6 - Intel HID events: device removed
[ 20.541] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input7/event6"
[ 20.541] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 20.542] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 20.542] (II) event6 - Intel HID events: device is a keyboard
[ 20.542] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 20.542] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 20.542] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 20.542] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 57 paused 0
[ 20.542] (**) Intel HID 5 button array: always reports core events
[ 20.542] (**) Option "Device" "/dev/input/event7"
[ 20.543] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 20.543] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 20.543] (II) event7 - Intel HID 5 button array: device removed
[ 20.543] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input8/event7"
[ 20.543] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 20.543] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 20.543] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 20.543] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 20.543] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.543] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 20.544] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 58 paused 0
[ 20.544] (**) AT Translated Set 2 keyboard: always reports core events
[ 20.544] (**) Option "Device" "/dev/input/event3"
[ 20.544] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.544] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.545] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 20.545] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 20.545] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 20.545] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.545] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.546] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 20.546] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 20.546] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 20.546] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 59 paused 0
[ 20.546] (**) PS/2 Generic Mouse: always reports core events
[ 20.546] (**) Option "Device" "/dev/input/event16"
[ 20.546] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 20.546] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 20.546] (II) event16 - PS/2 Generic Mouse: device removed
[ 20.546] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.546] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.546] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.546] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event16"
[ 20.546] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 20.546] (**) Option "AccelerationScheme" "none"
[ 20.546] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 20.546] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 20.546] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 20.547] (II) event16 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 20.547] (II) event16 - PS/2 Generic Mouse: device is a pointer
[ 20.547] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 20.547] (II) No input driver specified, ignoring this device.
[ 20.547] (II) This device may have been added with another device file.
[ 20.548] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event8)
[ 20.548] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 20.548] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[ 20.548] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 60 paused 0
[ 20.548] (**) MSI WMI hotkeys: always reports core events
[ 20.548] (**) Option "Device" "/dev/input/event8"
[ 20.548] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 20.548] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 20.549] (II) event8 - MSI WMI hotkeys: device removed
[ 20.549] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[ 20.549] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[ 20.549] (II) event8 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[ 20.549] (II) event8 - MSI WMI hotkeys: device is a keyboard
[ 20.724] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[ 20.724] (II) modeset(0): EDID vendor "AUO", prod id 44944
[ 20.724] (II) modeset(0): Using EDID range info for horizontal sync
[ 20.724] (II) modeset(0): Using EDID range info for vertical refresh
[ 20.724] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.724] (II) modeset(0): Modeline "1920x1080"x0.0 353.80 1920 2028 2076 2080 1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[ 20.724] (II) modeset(0): Modeline "1920x1080"x0.0 143.00 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[ 20.731] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[ 20.731] (II) modeset(0): EDID vendor "AUO", prod id 44944
[ 20.731] (II) modeset(0): Using hsync ranges from config file
[ 20.731] (II) modeset(0): Using vrefresh ranges from config file
[ 20.731] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.731] (II) modeset(0): Modeline "1920x1080"x0.0 353.80 1920 2028 2076 2080 1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[ 20.731] (II) modeset(0): Modeline "1920x1080"x0.0 143.00 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[ 20.731] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 20.731] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 20.731] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 20.731] (--) NVIDIA(GPU-0):
[ 20.731] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 20.731] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 20.731] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 20.731] (--) NVIDIA(GPU-0):
[ 20.731] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 20.731] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 20.731] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 20.731] (--) NVIDIA(GPU-0):
[ 20.731] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 20.731] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 20.731] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 20.731] (--) NVIDIA(GPU-0): Offline
Is there actually still any problem?
Offline
seth wrote:Is there actually still any problem?
Hi, Thank you all for your help.
Things are working properly now, I'm just concern about the errors I'm seeing the in log, e.g
[ 19.181] (EE) Failed to load module "intel" (module does not exist, 0)
[ 19.188] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 19.188] (EE) Failed to load module "nv" (module does not exist, 0)
[ 19.189] (EE) Failed to load module "vesa" (module does not exist, 0)and some of the warnings too.
Offline
That's harmless, the server tests all drivers matching your HW, figures they don't exist and moves on.
You don't have superflous font directories, the nvidia ACPI sidechannel isn't critical, there's no output on the nvidia card, so the driver cannot calculate a DPI and
[ 20.276] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixingyour monitors EDID has a glitch (that'd only be fixable by extracting, editing and injecting it into the system during the boot process, but it's also compelely pointless)
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1