You are not logged in.
EDIT (SOLUTION): got rid of nomodeset and added nvidia-drm.modeset=1 as kernel parameters, issue was that the changes I made to my boot partition meant I had to redo grub stuff to get the configs to cause kernel parameter changes to persist.
Today I realized that my EFI partition was full, so I expanded it into my swap partition (which had been replaced with a swapfile some months ago), and upon booting and logging in I was met with a blank screen. I am able to open a terminal window in the blank screen and execute commands, and the ttys work fine, although similarly go blank upon running startx. I have run the gamut described in https://wiki.archlinux.org/title/NVIDIA … X_shutdown. I have been successfully using envycontrol to swap graphics cards for the past few months, and this issue does not occur when I switch to integrated only. As of updating system this morning, hybrid boot is functional but does not use nvidia card, nvidia boot still not functional.
I think it's very plausible it's a modesetting issue, I've tried a couple of variations of kernel parameters but have not kept track of which ones I've tried. I do have nouveau blacklisted and also not installed.
My .xinitrc is
#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
setxkbmap -option caps:swapescape
setxkbmap -option compose:prsc
setxkbmap -variant dvorak
xinput set-prop 12 321 1
xinput set-prop 12 332 .3
feh --bg-scale ~/Pictures/backgrounds/background_lighthouse.jpg
picom -b
sxhkd &
xscreensaver-command -exit
pkill polybar
polybar bar &
caffeine &
xbacklight -set 70
wmname LG3D
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
xsetroot -cursor_name left_ptr
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
xset +fp /home/david/.fonts
xset fp rehash
[[ -f ~/.Xresources ]] && xrdb -I$HOME ~/.Xresources
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec bspwm
My xorg log is
[ 8.382]
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
[ 8.382] Current Operating System: Linux coelacanth 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64
[ 8.382] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eea560f3-bc37-4a9e-8e3f-9edd0e8a3706 rw loglevel=3 quiet ibt=off nomodeset
[ 8.382]
[ 8.382] Current version of pixman: 0.43.4
[ 8.382] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.382] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.382] (==) Log file: "/home/david/.local/share/xorg/Xorg.0.log", Time: Tue Oct 29 22:45:07 2024
[ 8.383] (==) Using config file: "/etc/X11/xorg.conf"
[ 8.383] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8.383] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.383] (==) ServerLayout "layout"
[ 8.383] (**) |-->Screen "nvidia" (0)
[ 8.383] (**) | |-->Monitor "<default monitor>"
[ 8.383] (**) | |-->Device "nvidia"
[ 8.383] (**) | |-->GPUDevice "intel"
[ 8.383] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 8.383] (**) |-->Inactive Device "intel"
[ 8.384] (**) Allowing byte-swapped clients
[ 8.384] (==) Automatically adding devices
[ 8.384] (==) Automatically enabling devices
[ 8.384] (==) Automatically adding GPU devices
[ 8.384] (==) Automatically binding GPU devices
[ 8.384] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 8.384] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 8.384] Entry deleted from font path.
[ 8.384] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 8.384] Entry deleted from font path.
[ 8.384] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 8.384] Entry deleted from font path.
[ 8.384] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 8.384] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.384] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8.384] (II) Module ABI versions:
[ 8.384] X.Org ANSI C Emulation: 0.4
[ 8.384] X.Org Video Driver: 25.2
[ 8.384] X.Org XInput driver : 24.4
[ 8.384] X.Org Server Extension : 10.0
[ 8.385] (++) using VT number 1
[ 8.385] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 8.386] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 8.386] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 8.386] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 8.386] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.386] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/simple-framebuffer.0/drm/card0
[ 8.386] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 8.387] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 8.387] (--) PCI:*(0@0:2:0) 8086:9a60:17aa:22e4 rev 1, Mem @ 0x644c000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 8.387] (--) PCI: (1@0:0:0) 10de:249d:17aa:22e4 rev 161, Mem @ 0xbd000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 8.387] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8.387] (II) LoadModule: "glx"
[ 8.388] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.390] (II) Module glx: vendor="X.Org Foundation"
[ 8.390] compiled for 1.21.1.14, module version = 1.0.0
[ 8.390] ABI class: X.Org Server Extension, version 10.0
[ 8.390] (II) LoadModule: "nvidia"
[ 8.390] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8.392] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8.392] compiled for 1.6.99.901, module version = 1.0.0
[ 8.392] Module class: X.Org Video Driver
[ 8.392] (II) LoadModule: "modesetting"
[ 8.392] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 8.434] (II) Module modesetting: vendor="X.Org Foundation"
[ 8.434] compiled for 1.21.1.14, module version = 1.21.1
[ 8.434] Module class: X.Org Video Driver
[ 8.434] ABI class: X.Org Video Driver, version 25.2
[ 8.434] (II) NVIDIA dlloader X Driver 560.35.03 Fri Aug 16 21:25:43 UTC 2024
[ 8.434] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8.435] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 8.435] (II) systemd-logind: releasing fd for 226:1
[ 8.435] (II) Loading sub module "fb"
[ 8.435] (II) LoadModule: "fb"
[ 8.435] (II) Module "fb" already built-in
[ 8.435] (II) Loading sub module "wfb"
[ 8.435] (II) LoadModule: "wfb"
[ 8.435] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8.436] (II) Module wfb: vendor="X.Org Foundation"
[ 8.436] compiled for 1.21.1.14, module version = 1.0.0
[ 8.436] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.436] (II) modeset(G0): using drv /dev/dri/card0
[ 8.436] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 8.436] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 8.436] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 8.436] (==) NVIDIA(0): RGB weight 888
[ 8.436] (==) NVIDIA(0): Default visual is TrueColor
[ 8.436] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.436] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 8.436] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 8.436] (**) NVIDIA(0): Enabling 2D acceleration
[ 8.436] (II) Loading sub module "glxserver_nvidia"
[ 8.436] (II) LoadModule: "glxserver_nvidia"
[ 8.436] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 8.461] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 8.461] compiled for 1.6.99.901, module version = 1.0.0
[ 8.461] Module class: X.Org Server Extension
[ 8.461] (II) NVIDIA GLX Module 560.35.03 Fri Aug 16 21:27:48 UTC 2024
[ 8.462] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 8.464] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 8.464] (--) NVIDIA(0): DFP-0
[ 8.464] (--) NVIDIA(0): DFP-1
[ 8.464] (--) NVIDIA(0): DFP-2
[ 8.464] (--) NVIDIA(0): DFP-3
[ 8.464] (--) NVIDIA(0): DFP-4
[ 8.472] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3070 Laptop GPU (GA104-A) at
[ 8.472] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 8.472] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 8.472] (--) NVIDIA(0): VideoBIOS: 94.04.4f.00.19
[ 8.472] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 8.472] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 8.472] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 8.472] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 8.472] (--) NVIDIA(GPU-0):
[ 8.472] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 8.472] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 8.472] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 8.472] (--) NVIDIA(GPU-0):
[ 8.472] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 8.472] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 8.472] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 8.472] (--) NVIDIA(GPU-0):
[ 8.472] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 8.472] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 8.472] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 8.472] (--) NVIDIA(GPU-0):
[ 8.498] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 8.498] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 8.498] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 8.498] (--) NVIDIA(GPU-0):
[ 8.498] (==) NVIDIA(0):
[ 8.498] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 8.498] (==) NVIDIA(0): will be used as the requested mode.
[ 8.498] (==) NVIDIA(0):
[ 8.498] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 8.498] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 8.504] (II) NVIDIA(0): Validated MetaModes:
[ 8.504] (II) NVIDIA(0): "NULL"
[ 8.504] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 8.504] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 8.504] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 8.504] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 8.504] (==) modeset(G0): RGB weight 888
[ 8.504] (==) modeset(G0): Default visual is TrueColor
[ 8.504] (II) Loading sub module "glamoregl"
[ 8.504] (II) LoadModule: "glamoregl"
[ 8.504] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 8.507] (II) Module glamoregl: vendor="X.Org Foundation"
[ 8.507] compiled for 1.21.1.14, module version = 1.0.1
[ 8.507] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.568] (II) modeset(G0): Allowing glamor on llvmpipe for PRIME
[ 8.569] (II) modeset(G0): glamor X acceleration enabled on llvmpipe (LLVM 18.1.8, 256 bits)
[ 8.569] (II) modeset(G0): glamor initialized
[ 8.569] (II) modeset(G0): Output None-1-1 has no monitor section
[ 8.569] (II) modeset(G0): EDID for output None-1-1
[ 8.569] (II) modeset(G0): Printing probed modes for output None-1-1
[ 8.569] (II) modeset(G0): Modeline "3840x2400"x60.0 552.96 3840 3840 3840 3840 2400 2400 2400 2400 (144.0 kHz eP)
[ 8.569] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.569] (==) modeset(G0): DPI set to (96, 96)
[ 8.569] (II) Loading sub module "fb"
[ 8.569] (II) LoadModule: "fb"
[ 8.569] (II) Module "fb" already built-in
[ 8.569] (WW) NVIDIA: Failed to bind sideband socket to
[ 8.569] (WW) NVIDIA: '/var/run/nvidia-xdriver-b91c9a19' Permission denied
[ 8.570] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 8.570] (II) NVIDIA: access.
[ 8.586] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 8.586] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 8.586] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 8.586] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 8.586] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 8.586] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 8.586] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 8.586] (II) NVIDIA(0): Config Options in the README.
[ 8.601] (II) NVIDIA(0): Setting mode "NULL"
[ 8.919] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 8.919] (==) NVIDIA(0): Backing store enabled
[ 8.919] (==) NVIDIA(0): Silken mouse enabled
[ 8.919] (==) NVIDIA(0): DPMS enabled
[ 8.919] (II) Loading sub module "dri2"
[ 8.919] (II) LoadModule: "dri2"
[ 8.919] (II) Module "dri2" already built-in
[ 8.919] (II) NVIDIA(0): [DRI2] Setup complete
[ 8.919] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 8.927] (==) modeset(G0): Backing store enabled
[ 8.927] (==) modeset(G0): Silken mouse enabled
[ 8.927] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 8.927] (==) modeset(G0): DPMS enabled
[ 8.927] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 8.927] (II) modeset(G0): [DRI2] Setup complete
[ 8.927] (II) modeset(G0): [DRI2] DRI driver: kms_swrast
[ 8.927] (II) modeset(G0): [DRI2] VDPAU driver: kms_swrast
[ 8.927] (II) Initializing extension Generic Event Extension
[ 8.927] (II) Initializing extension SHAPE
[ 8.927] (II) Initializing extension MIT-SHM
[ 8.927] (II) Initializing extension XInputExtension
[ 8.927] (II) Initializing extension XTEST
[ 8.927] (II) Initializing extension BIG-REQUESTS
[ 8.927] (II) Initializing extension SYNC
[ 8.927] (II) Initializing extension XKEYBOARD
[ 8.927] (II) Initializing extension XC-MISC
[ 8.927] (II) Initializing extension SECURITY
[ 8.927] (II) Initializing extension XFIXES
[ 8.928] (II) Initializing extension RENDER
[ 8.928] (II) Initializing extension RANDR
[ 8.928] (II) Initializing extension COMPOSITE
[ 8.928] (II) Initializing extension DAMAGE
[ 8.928] (II) Initializing extension MIT-SCREEN-SAVER
[ 8.928] (II) Initializing extension DOUBLE-BUFFER
[ 8.928] (II) Initializing extension RECORD
[ 8.928] (II) Initializing extension DPMS
[ 8.928] (II) Initializing extension Present
[ 8.928] (II) Initializing extension DRI3
[ 8.928] (II) Initializing extension X-Resource
[ 8.928] (II) Initializing extension XVideo
[ 8.928] (II) Initializing extension XVideo-MotionCompensation
[ 8.928] (II) Initializing extension GLX
[ 8.928] (II) Initializing extension GLX
[ 8.928] (II) Indirect GLX disabled.
[ 8.928] (II) GLX: Another vendor is already registered for screen 0
[ 8.928] (II) Initializing extension XFree86-VidModeExtension
[ 8.928] (II) Initializing extension XFree86-DGA
[ 8.928] (II) Initializing extension XFree86-DRI
[ 8.928] (II) Initializing extension DRI2
[ 8.928] (II) Initializing extension NV-GLX
[ 8.928] (II) Initializing extension NV-CONTROL
[ 8.933] (II) modeset(G0): Damage tracking initialized
[ 9.003] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.003] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.003] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.003] (**) Power Button: Applying InputClass "libinput touchpad catchall"
[ 9.003] (II) LoadModule: "libinput"
[ 9.003] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 9.005] (II) Module libinput: vendor="X.Org Foundation"
[ 9.005] compiled for 1.21.1.13, module version = 1.5.0
[ 9.005] Module class: X.Org XInput Driver
[ 9.005] ABI class: X.Org XInput driver, version 24.4
[ 9.005] (II) Using input driver 'libinput' for 'Power Button'
[ 9.005] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 143 paused 0
[ 9.005] (**) Power Button: always reports core events
[ 9.005] (**) Option "Device" "/dev/input/event2"
[ 9.010] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.010] (II) event2 - Power Button: device is a keyboard
[ 9.011] (II) event2 - Power Button: device removed
[ 9.011] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9.011] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.011] (**) Option "xkb_layout" "us"
[ 9.011] (**) Option "xkb_variant" ",dvorak"
[ 9.011] (**) Option "xkb_options" "caps:swapescape,compose:prsc"
[ 9.021] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.021] (II) event2 - Power Button: device is a keyboard
[ 9.021] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 9.021] (**) Lid Switch: Applying InputClass "libinput touchpad catchall"
[ 9.021] (II) Using input driver 'libinput' for 'Lid Switch'
[ 9.021] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 146 paused 0
[ 9.021] (**) Lid Switch: always reports core events
[ 9.021] (**) Option "Device" "/dev/input/event1"
[ 9.022] (II) event1 - Lid Switch: is tagged by udev as: Switch
[ 9.022] (II) event1 - Lid Switch: device is a switch device
[ 9.022] (II) event1 - Lid Switch: device removed
[ 9.022] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1"
[ 9.022] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 7)
[ 9.022] (II) event1 - Lid Switch: is tagged by udev as: Switch
[ 9.022] (II) event1 - Lid Switch: device is a switch device
[ 9.022] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 9.022] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 9.022] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 9.022] (**) Sleep Button: Applying InputClass "libinput touchpad catchall"
[ 9.022] (II) Using input driver 'libinput' for 'Sleep Button'
[ 9.023] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 147 paused 0
[ 9.023] (**) Sleep Button: always reports core events
[ 9.023] (**) Option "Device" "/dev/input/event0"
[ 9.023] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.023] (II) event0 - Sleep Button: device is a keyboard
[ 9.023] (II) event0 - Sleep Button: device removed
[ 9.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 9.023] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 9.023] (**) Option "xkb_layout" "us"
[ 9.023] (**) Option "xkb_variant" ",dvorak"
[ 9.023] (**) Option "xkb_options" "caps:swapescape,compose:prsc"
[ 9.023] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.023] (II) event0 - Sleep Button: device is a keyboard
[ 9.024] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event9)
[ 9.024] (**) 2.4G Mouse: Applying InputClass "libinput touchpad catchall"
[ 9.024] (II) Using input driver 'libinput' for '2.4G Mouse'
[ 9.080] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 148 paused 0
[ 9.080] (**) 2.4G Mouse: always reports core events
[ 9.080] (**) Option "Device" "/dev/input/event9"
[ 9.080] (II) event9 - 2.4G Mouse: not tagged as supported input device
[ 9.080] (II) event9 - not using input device '/dev/input/event9'.
[ 9.080] (EE) libinput: 2.4G Mouse: Failed to create a device for /dev/input/event9
[ 9.080] (EE) PreInit returned 2 for "2.4G Mouse"
[ 9.080] (II) UnloadModule: "libinput"
[ 9.080] (II) systemd-logind: releasing fd for 13:73
[ 9.081] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event10)
[ 9.081] (**) 2.4G Mouse: Applying InputClass "libinput pointer catchall"
[ 9.081] (**) 2.4G Mouse: Applying InputClass "libinput touchpad catchall"
[ 9.081] (II) Using input driver 'libinput' for '2.4G Mouse'
[ 9.082] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 148 paused 0
[ 9.082] (**) 2.4G Mouse: always reports core events
[ 9.082] (**) Option "Device" "/dev/input/event10"
[ 9.082] (II) event10 - 2.4G Mouse: is tagged by udev as: Mouse
[ 9.082] (II) event10 - 2.4G Mouse: device is a pointer
[ 9.082] (II) event10 - 2.4G Mouse: device removed
[ 9.082] (II) libinput: 2.4G Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.082] (II) libinput: 2.4G Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.082] (II) libinput: 2.4G Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.082] (**) Option "NaturalScrolling" "on"
[ 9.082] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1EA7:0064.0002/input/input15/event10"
[ 9.082] (II) XINPUT: Adding extended input device "2.4G Mouse" (type: MOUSE, id 9)
[ 9.082] (**) Option "AccelerationScheme" "none"
[ 9.082] (**) 2.4G Mouse: (accel) selected scheme none/0
[ 9.082] (**) 2.4G Mouse: (accel) acceleration factor: 2.000
[ 9.082] (**) 2.4G Mouse: (accel) acceleration threshold: 4
[ 9.083] (II) event10 - 2.4G Mouse: is tagged by udev as: Mouse
[ 9.083] (II) event10 - 2.4G Mouse: device is a pointer
[ 9.083] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/mouse3)
[ 9.083] (**) 2.4G Mouse: Applying InputClass "libinput touchpad catchall"
[ 9.083] (II) Using input driver 'libinput' for '2.4G Mouse'
[ 9.083] (**) 2.4G Mouse: always reports core events
[ 9.083] (**) Option "Device" "/dev/input/mouse3"
[ 9.133] (II) mouse3 - not using input device '/dev/input/mouse3'.
[ 9.133] (EE) libinput: 2.4G Mouse: Failed to create a device for /dev/input/mouse3
[ 9.133] (EE) PreInit returned 2 for "2.4G Mouse"
[ 9.133] (II) UnloadModule: "libinput"
[ 9.133] (II) config/udev: Adding input device ELAN067A:00 04F3:3197 Mouse (/dev/input/event5)
[ 9.133] (**) ELAN067A:00 04F3:3197 Mouse: Applying InputClass "libinput pointer catchall"
[ 9.133] (**) ELAN067A:00 04F3:3197 Mouse: Applying InputClass "libinput touchpad catchall"
[ 9.133] (II) Using input driver 'libinput' for 'ELAN067A:00 04F3:3197 Mouse'
[ 9.134] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 149 paused 0
[ 9.134] (**) ELAN067A:00 04F3:3197 Mouse: always reports core events
[ 9.134] (**) Option "Device" "/dev/input/event5"
[ 9.134] (II) event5 - ELAN067A:00 04F3:3197 Mouse: is tagged by udev as: Mouse Pointingstick
[ 9.134] (II) event5 - ELAN067A:00 04F3:3197 Mouse: device is a pointer
[ 9.135] (II) event5 - ELAN067A:00 04F3:3197 Mouse: device removed
[ 9.135] (II) libinput: ELAN067A:00 04F3:3197 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.135] (II) libinput: ELAN067A:00 04F3:3197 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.135] (II) libinput: ELAN067A:00 04F3:3197 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.135] (**) Option "NaturalScrolling" "on"
[ 9.135] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN067A:00/0018:04F3:3197.0001/input/input11/event5"
[ 9.135] (II) XINPUT: Adding extended input device "ELAN067A:00 04F3:3197 Mouse" (type: MOUSE, id 10)
[ 9.135] (**) Option "AccelerationScheme" "none"
[ 9.135] (**) ELAN067A:00 04F3:3197 Mouse: (accel) selected scheme none/0
[ 9.135] (**) ELAN067A:00 04F3:3197 Mouse: (accel) acceleration factor: 2.000
[ 9.135] (**) ELAN067A:00 04F3:3197 Mouse: (accel) acceleration threshold: 4
[ 9.135] (II) event5 - ELAN067A:00 04F3:3197 Mouse: is tagged by udev as: Mouse Pointingstick
[ 9.135] (II) event5 - ELAN067A:00 04F3:3197 Mouse: device is a pointer
[ 9.136] (II) config/udev: Adding input device ELAN067A:00 04F3:3197 Mouse (/dev/input/mouse0)
[ 9.136] (**) ELAN067A:00 04F3:3197 Mouse: Applying InputClass "libinput touchpad catchall"
[ 9.136] (II) Using input driver 'libinput' for 'ELAN067A:00 04F3:3197 Mouse'
[ 9.136] (**) ELAN067A:00 04F3:3197 Mouse: always reports core events
[ 9.136] (**) Option "Device" "/dev/input/mouse0"
[ 9.193] (II) mouse0 - not using input device '/dev/input/mouse0'.
[ 9.193] (EE) libinput: ELAN067A:00 04F3:3197 Mouse: Failed to create a device for /dev/input/mouse0
[ 9.193] (EE) PreInit returned 2 for "ELAN067A:00 04F3:3197 Mouse"
[ 9.193] (II) UnloadModule: "libinput"
[ 9.193] (II) config/udev: Adding input device ELAN067A:00 04F3:3197 Touchpad (/dev/input/event6)
[ 9.193] (**) ELAN067A:00 04F3:3197 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 9.193] (**) ELAN067A:00 04F3:3197 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 9.193] (II) Using input driver 'libinput' for 'ELAN067A:00 04F3:3197 Touchpad'
[ 9.194] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 150 paused 0
[ 9.194] (**) ELAN067A:00 04F3:3197 Touchpad: always reports core events
[ 9.194] (**) Option "Device" "/dev/input/event6"
[ 9.194] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: is tagged by udev as: Touchpad
[ 9.195] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: device is a touchpad
[ 9.195] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: device removed
[ 9.195] (II) libinput: ELAN067A:00 04F3:3197 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.195] (II) libinput: ELAN067A:00 04F3:3197 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.195] (II) libinput: ELAN067A:00 04F3:3197 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.195] (**) Option "NaturalScrolling" "on"
[ 9.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN067A:00/0018:04F3:3197.0001/input/input13/event6"
[ 9.195] (II) XINPUT: Adding extended input device "ELAN067A:00 04F3:3197 Touchpad" (type: TOUCHPAD, id 11)
[ 9.196] (**) Option "AccelerationScheme" "none"
[ 9.196] (**) ELAN067A:00 04F3:3197 Touchpad: (accel) selected scheme none/0
[ 9.196] (**) ELAN067A:00 04F3:3197 Touchpad: (accel) acceleration factor: 2.000
[ 9.196] (**) ELAN067A:00 04F3:3197 Touchpad: (accel) acceleration threshold: 4
[ 9.196] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: is tagged by udev as: Touchpad
[ 9.197] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: device is a touchpad
[ 9.198] (II) config/udev: Adding input device ELAN067A:00 04F3:3197 Touchpad (/dev/input/mouse1)
[ 9.198] (**) ELAN067A:00 04F3:3197 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 9.198] (II) Using input driver 'libinput' for 'ELAN067A:00 04F3:3197 Touchpad'
[ 9.198] (**) ELAN067A:00 04F3:3197 Touchpad: always reports core events
[ 9.198] (**) Option "Device" "/dev/input/mouse1"
[ 9.233] (II) mouse1 - not using input device '/dev/input/mouse1'.
[ 9.233] (EE) libinput: ELAN067A:00 04F3:3197 Touchpad: Failed to create a device for /dev/input/mouse1
[ 9.233] (EE) PreInit returned 2 for "ELAN067A:00 04F3:3197 Touchpad"
[ 9.233] (II) UnloadModule: "libinput"
[ 9.233] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[ 9.233] (**) sof-hda-dsp Mic: Applying InputClass "libinput touchpad catchall"
[ 9.233] (II) Using input driver 'libinput' for 'sof-hda-dsp Mic'
[ 9.234] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 151 paused 0
[ 9.234] (**) sof-hda-dsp Mic: always reports core events
[ 9.234] (**) Option "Device" "/dev/input/event11"
[ 9.234] (II) event11 - sof-hda-dsp Mic: is tagged by udev as: Switch
[ 9.234] (II) event11 - not using input device '/dev/input/event11'.
[ 9.234] (EE) libinput: sof-hda-dsp Mic: Failed to create a device for /dev/input/event11
[ 9.234] (EE) PreInit returned 2 for "sof-hda-dsp Mic"
[ 9.234] (II) UnloadModule: "libinput"
[ 9.234] (II) systemd-logind: releasing fd for 13:75
[ 9.235] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[ 9.235] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[ 9.235] (**) sof-hda-dsp Headphone: Applying InputClass "system-keyboard"
[ 9.235] (**) sof-hda-dsp Headphone: Applying InputClass "libinput touchpad catchall"
[ 9.235] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[ 9.235] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 151 paused 0
[ 9.235] (**) sof-hda-dsp Headphone: always reports core events
[ 9.235] (**) Option "Device" "/dev/input/event12"
[ 9.235] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[ 9.235] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[ 9.235] (II) event12 - sof-hda-dsp Headphone: device removed
[ 9.235] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[ 9.235] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[ 9.235] (**) Option "xkb_layout" "us"
[ 9.235] (**) Option "xkb_variant" ",dvorak"
[ 9.235] (**) Option "xkb_options" "caps:swapescape,compose:prsc"
[ 9.236] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[ 9.236] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[ 9.236] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 9.236] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 9.236] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 9.236] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput touchpad catchall"
[ 9.236] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 9.236] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 152 paused 0
[ 9.236] (**) AT Translated Set 2 keyboard: always reports core events
[ 9.236] (**) Option "Device" "/dev/input/event3"
[ 9.237] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 9.237] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 9.237] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 9.237] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 9.237] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 9.237] (**) Option "xkb_layout" "us"
[ 9.237] (**) Option "xkb_variant" ",dvorak"
[ 9.237] (**) Option "xkb_options" "caps:swapescape,compose:prsc"
[ 9.238] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 9.238] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 9.238] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event7)
[ 9.238] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 9.238] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput touchpad catchall"
[ 9.238] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 9.238] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 153 paused 0
[ 9.238] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 9.239] (**) Option "Device" "/dev/input/event7"
[ 9.239] (II) event7 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 9.239] (II) event7 - TPPS/2 Elan TrackPoint: device is a pointer
[ 9.239] (II) event7 - TPPS/2 Elan TrackPoint: device removed
[ 9.239] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.239] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.239] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.239] (**) Option "NaturalScrolling" "on"
[ 9.239] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
[ 9.239] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[ 9.239] (**) Option "AccelerationScheme" "none"
[ 9.239] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 9.239] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 9.239] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 9.240] (II) event7 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 9.240] (II) event7 - TPPS/2 Elan TrackPoint: device is a pointer
[ 9.241] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[ 9.241] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput touchpad catchall"
[ 9.241] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 9.241] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 9.241] (**) Option "Device" "/dev/input/mouse2"
[ 9.286] (II) mouse2 - not using input device '/dev/input/mouse2'.
[ 9.286] (EE) libinput: TPPS/2 Elan TrackPoint: Failed to create a device for /dev/input/mouse2
[ 9.286] (EE) PreInit returned 2 for "TPPS/2 Elan TrackPoint"
[ 9.286] (II) UnloadModule: "libinput"
[ 9.286] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 9.287] (**) PC Speaker: Applying InputClass "libinput touchpad catchall"
[ 9.287] (II) Using input driver 'libinput' for 'PC Speaker'
[ 9.287] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 154 paused 0
[ 9.287] (**) PC Speaker: always reports core events
[ 9.287] (**) Option "Device" "/dev/input/event4"
[ 9.287] (II) event4 - PC Speaker: not tagged as supported input device
[ 9.287] (II) event4 - not using input device '/dev/input/event4'.
[ 9.287] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event4
[ 9.287] (EE) PreInit returned 2 for "PC Speaker"
[ 9.287] (II) UnloadModule: "libinput"
[ 9.287] (II) systemd-logind: releasing fd for 13:68
[ 9.289] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[ 9.289] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 9.289] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[ 9.289] (**) ThinkPad Extra Buttons: Applying InputClass "libinput touchpad catchall"
[ 9.289] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 9.289] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 154 paused 0
[ 9.289] (**) ThinkPad Extra Buttons: always reports core events
[ 9.289] (**) Option "Device" "/dev/input/event8"
[ 9.290] (II) event8 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 9.290] (II) event8 - ThinkPad Extra Buttons: device is a keyboard
[ 9.290] (II) event8 - ThinkPad Extra Buttons: device removed
[ 9.290] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input10/event8"
[ 9.290] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 9.290] (**) Option "xkb_layout" "us"
[ 9.290] (**) Option "xkb_variant" ",dvorak"
[ 9.290] (**) Option "xkb_options" "caps:swapescape,compose:prsc"
[ 9.290] (II) event8 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 9.290] (II) event8 - ThinkPad Extra Buttons: device is a keyboard
[ 9.304] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 9.304] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 9.304] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 9.304] (--) NVIDIA(GPU-0):
[ 9.304] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 9.304] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 9.304] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 9.304] (--) NVIDIA(GPU-0):
[ 9.305] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 9.305] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 9.305] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 9.305] (--) NVIDIA(GPU-0):
[ 9.305] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 9.305] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 9.305] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 9.305] (--) NVIDIA(GPU-0):
[ 9.330] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 9.330] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 9.330] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 9.330] (--) NVIDIA(GPU-0):
[ 9.345] randr: failed to create shared pixmap
[ 9.345] failed to add fb -22
[ 9.345] (EE) modeset(G0): failed to set mode: Invalid argument
[ 9.546] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 9.546] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 9.546] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 9.546] (--) NVIDIA(GPU-0):
[ 9.547] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 9.547] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 9.547] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 9.547] (--) NVIDIA(GPU-0):
[ 9.547] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 9.547] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 9.547] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 9.547] (--) NVIDIA(GPU-0):
[ 9.547] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 9.547] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 9.547] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 9.547] (--) NVIDIA(GPU-0):
[ 9.573] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 9.573] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 9.573] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 9.573] (--) NVIDIA(GPU-0):
[ 9.573] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 9.573] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 9.573] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 9.573] (--) NVIDIA(GPU-0):
[ 9.573] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 9.573] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 9.573] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 9.573] (--) NVIDIA(GPU-0):
[ 9.573] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 9.573] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 9.573] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 9.573] (--) NVIDIA(GPU-0):
[ 9.573] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 9.573] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 9.573] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 9.573] (--) NVIDIA(GPU-0):
[ 9.599] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 9.599] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 9.599] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 9.599] (--) NVIDIA(GPU-0):
[ 23.261] (**) Option "fd" "143"
[ 23.261] (II) event2 - Power Button: device removed
[ 23.261] (**) Option "fd" "146"
[ 23.261] (II) event1 - Lid Switch: device removed
[ 23.261] (**) Option "fd" "147"
[ 23.261] (II) event0 - Sleep Button: device removed
[ 23.261] (**) Option "fd" "148"
[ 23.261] (II) event10 - 2.4G Mouse: device removed
[ 23.261] (**) Option "fd" "149"
[ 23.261] (II) event5 - ELAN067A:00 04F3:3197 Mouse: device removed
[ 23.261] (**) Option "fd" "150"
[ 23.261] (II) event6 - ELAN067A:00 04F3:3197 Touchpad: device removed
[ 23.261] (**) Option "fd" "151"
[ 23.261] (II) event12 - sof-hda-dsp Headphone: device removed
[ 23.261] (**) Option "fd" "152"
[ 23.261] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 23.261] (**) Option "fd" "153"
[ 23.261] (II) event7 - TPPS/2 Elan TrackPoint: device removed
[ 23.261] (**) Option "fd" "154"
[ 23.261] (II) event8 - ThinkPad Extra Buttons: device removed
[ 23.270] (II) UnloadModule: "libinput"
[ 23.270] (II) systemd-logind: releasing fd for 13:72
[ 23.270] (II) UnloadModule: "libinput"
[ 23.270] (II) systemd-logind: releasing fd for 13:71
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:67
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:76
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:70
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:69
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:74
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:64
[ 23.271] (II) UnloadModule: "libinput"
[ 23.271] (II) systemd-logind: releasing fd for 13:65
[ 23.272] (II) UnloadModule: "libinput"
[ 23.272] (II) systemd-logind: releasing fd for 13:66
[ 23.396] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 23.418] (II) Server terminated successfully (0). Closing log file.
My mkinitcpio.conf is
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
My kernel parameters are
loglevel=3 quiet ibt=off nomodeset nvidia-drm.modeset=1 rcutree.gp_init_delay=1
Last edited by Daviji (2024-10-30 20:52:07)
Offline
"ibt=off nomodeset"
Remove "nomodeset", "ibt=off" may still be required for some fringe OOT modules, but not for nvidia. So in that case you can remove that, too.
The X11 log is from yesterday?
[ 8.382] (==) Log file: "/home/david/.local/share/xorg/Xorg.0.log", Time: Tue Oct 29 22:45:07 2024
[ 8.383] (==) Using config file: "/etc/X11/xorg.conf"
Remove that file and don't try to re-generate it. Looks like it's optimus-manager generated and runs the server on the nvidia GPU, but
[ 8.498] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 8.498] (==) NVIDIA(0): will be used as the requested mode.
[ 8.498] (==) NVIDIA(0):
[ 8.498] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 8.498] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 8.504] (II) NVIDIA(0): Validated MetaModes:
[ 8.504] (II) NVIDIA(0): "NULL"
there're no outputs attached there
[ 8.383] (**) |-->Inactive Device "intel"
And intel gets deactivated.
and this issue does not occur when I switch to integrated only. As of updating system this morning, hybrid boot is functional but does not use nvidia card, nvidia boot still not functional.
So what's the plan here?
You cannot run on the nvidia chip *only* because there's no output, all the outputs will be on the intel chip and what you're getting here
[ 8.569] (II) modeset(G0): EDID for output None-1-1
[ 8.569] (II) modeset(G0): Printing probed modes for output None-1-1
[ 8.569] (II) modeset(G0): Modeline "3840x2400"x60.0 552.96 3840 3840 3840 3840 2400 2400 2400 2400 (144.0 kHz eP)
is the simpledrm device. This should actually be circumvented by "nvidia_drm.modeset=1" but that parameter doesn't show up in the kernel commandline in the xorg log (neither does "nvidia-drm.modeset=1", both forms should be ok)
=> remove "nomodeset" and make sure to apply "nvidia-drm.modeset=1" to get rid of the simplydumb device.
If that doesn't immediately help, post an udpated xorg log.
Why do you want to run the server on the nvidia device? W/o and output attached to it that makes little sense and you *cann* deactivate the intel device (except if you've a related setting in your UEFI/BIOS as that can rewire the output to the nvidia chip)
Offline
Fixing the kernel parameters fixed it, thanks! (btw the date discrepancies were because I wrote this up last night and then went to sleep without posting, then updated this morning)
It looks like changing around my boot partition yesterday meant that regenerating my grub config was not actually causing kernel parameters to persist, but that's a separate issue that I expect I'll be able to figure out, so I'll go ahead and mark this as solved.
Offline