You are not logged in.
Hi! A while back i noticed native linux games were running incredibly slow. Portal was unplayable and minecraft hit around 10-30fps, however when i ran the windows version of portal or any other windows game for that matter through proton it ran pretty much flawlessly. I spent a good while trying to figure out what it was and now i believe it is caused by my opengl device showing up as "llvmpipe" when i ran glxinfo -B.
I have spent a few hours now trying to fix it and have seen multiple posts on here explaining the same problem, but i never got it to work even after trying what those posts mentioned. I have tried:
deleting xorg.conf and running without, but x didnt start without it
using xorg.conf generated by nvidia-xconfig
using xorg.conf generated by Xorg :0 -configure
reinstallig nvidia packages
downgrading the kernel (linux-zen) to 5.8.14 after seeing a post about nvidia drivers not supporting it
I also realized that i forgot to edit the pacman hook for nvidia drivers you're supposed to make that updates the initramfs to work with the zen kernel however i manually ran mkinitcpio -P but after a reboot it still didn't change anything.
glxinfo -B output:
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 10.0.1, 256 bits) (0xffffffff)
Version: 20.2.1
Accelerated: no
Video memory: 16000MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 10.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 20.2.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.1 Mesa 20.2.1
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:9:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Xorg.0.log:
[ 88.714] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 88.715]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 88.715] Build Operating System: Linux Arch Linux
[ 88.715] Current Operating System: Linux arch 5.8.14-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 08 Oct 2020 00:01:25 +0000 x86_64
[ 88.715] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=62ffd866-32dd-4d3a-bd8f-2e39f8abb915 rw loglevel=3 quiet
[ 88.715] Build Date: 02 September 2020 06:17:44AM
[ 88.715]
[ 88.715] Current version of pixman: 0.40.0
[ 88.715] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 88.715] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 88.715] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 00:24:00 2020
[ 88.716] (==) Using config file: "/etc/X11/xorg.conf"
[ 88.716] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 88.716] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 88.717] (==) ServerLayout "X.org Configured"
[ 88.717] (**) |-->Screen "Screen0" (0)
[ 88.717] (**) | |-->Monitor "Monitor0"
[ 88.717] (**) | |-->Device "Card0"
[ 88.717] (**) |-->Input Device "Mouse0"
[ 88.717] (**) |-->Input Device "Keyboard0"
[ 88.717] (==) Automatically adding devices
[ 88.717] (==) Automatically enabling devices
[ 88.717] (==) Automatically adding GPU devices
[ 88.717] (==) Automatically binding GPU devices
[ 88.717] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 88.719] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 88.719] Entry deleted from font path.
[ 88.721] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 88.721] Entry deleted from font path.
[ 88.721] (**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi,
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 88.721] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 88.721] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 88.721] (WW) Disabling Mouse0
[ 88.721] (WW) Disabling Keyboard0
[ 88.721] (II) Module ABI versions:
[ 88.721] X.Org ANSI C Emulation: 0.4
[ 88.721] X.Org Video Driver: 24.1
[ 88.721] X.Org XInput driver : 24.1
[ 88.721] X.Org Server Extension : 10.0
[ 88.721] (++) using VT number 1
[ 88.723] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 88.725] (--) PCI:*(9@0:0:0) 10de:1b81:1462:3302 rev 161, Mem @ 0xfc000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 88.725] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 88.725] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 88.725] (II) LoadModule: "glx"
[ 88.726] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 88.727] (II) Module glx: vendor="X.Org Foundation"
[ 88.727] compiled for 1.20.9, module version = 1.0.0
[ 88.727] ABI class: X.Org Server Extension, version 10.0
[ 88.727] (II) LoadModule: "nvidia"
[ 88.728] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 88.732] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 88.732] compiled for 1.6.99.901, module version = 1.0.0
[ 88.732] Module class: X.Org Video Driver
[ 88.733] (II) NVIDIA dlloader X Driver 455.28 Wed Sep 30 01:04:06 UTC 2020
[ 88.733] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 88.734] (II) Loading sub module "fb"
[ 88.734] (II) LoadModule: "fb"
[ 88.734] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 88.734] (II) Module fb: vendor="X.Org Foundation"
[ 88.734] compiled for 1.20.9, module version = 1.0.0
[ 88.734] ABI class: X.Org ANSI C Emulation, version 0.4
[ 88.734] (II) Loading sub module "wfb"
[ 88.734] (II) LoadModule: "wfb"
[ 88.734] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 88.735] (II) Module wfb: vendor="X.Org Foundation"
[ 88.735] compiled for 1.20.9, module version = 1.0.0
[ 88.735] ABI class: X.Org ANSI C Emulation, version 0.4
[ 88.735] (II) Loading sub module "ramdac"
[ 88.735] (II) LoadModule: "ramdac"
[ 88.735] (II) Module "ramdac" already built-in
[ 89.657] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 89.657] (==) NVIDIA(0): RGB weight 888
[ 89.657] (==) NVIDIA(0): Default visual is TrueColor
[ 89.657] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 89.660] (**) NVIDIA(0): Enabling 2D acceleration
[ 89.660] (II) Loading sub module "glxserver_nvidia"
[ 89.660] (II) LoadModule: "glxserver_nvidia"
[ 89.660] (WW) Warning, couldn't open module glxserver_nvidia
[ 89.660] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[ 89.660] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 89.660] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 89.660] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 89.660] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 89.660] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 89.660] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 90.564] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:9:0:0
[ 90.564] (--) NVIDIA(0): DFP-0
[ 90.564] (--) NVIDIA(0): DFP-1
[ 90.564] (--) NVIDIA(0): DFP-2
[ 90.564] (--) NVIDIA(0): DFP-3
[ 90.564] (--) NVIDIA(0): DFP-4
[ 90.564] (--) NVIDIA(0): DFP-5
[ 90.564] (--) NVIDIA(0): DFP-6 (boot)
[ 90.564] (--) NVIDIA(0): DFP-7
[ 90.564] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:9:0:0 (GPU-0)
[ 90.564] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 90.564] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.2a
[ 90.564] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 90.565] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 90.565] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.565] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 90.565] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.565] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 90.565] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.565] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 90.565] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.565] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 90.565] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.565] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 90.565] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 90.565] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 90.565] (--) NVIDIA(GPU-0):
[ 90.708] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): connected
[ 90.708] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): Internal DisplayPort
[ 90.708] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): 1440.0 MHz maximum pixel clock
[ 90.708] (--) NVIDIA(GPU-0):
[ 90.710] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 90.710] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 90.710] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 90.710] (--) NVIDIA(GPU-0):
[ 90.713] (==) NVIDIA(0):
[ 90.713] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 90.713] (==) NVIDIA(0): will be used as the requested mode.
[ 90.713] (==) NVIDIA(0):
[ 90.713] (II) NVIDIA(0): Validated MetaModes:
[ 90.713] (II) NVIDIA(0): "DFP-6:nvidia-auto-select"
[ 90.713] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 90.717] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[ 90.717] (--) NVIDIA(0): option
[ 90.718] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 90.718] (II) NVIDIA: access.
[ 90.720] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 90.720] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 90.720] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 90.720] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 90.720] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 90.720] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 90.720] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 90.720] (II) NVIDIA(0): Config Options in the README.
[ 90.735] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 90.823] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 90.823] (==) NVIDIA(0): Backing store enabled
[ 90.823] (==) NVIDIA(0): Silken mouse disabled
[ 90.823] (==) NVIDIA(0): DPMS enabled
[ 90.823] (II) Loading sub module "dri2"
[ 90.823] (II) LoadModule: "dri2"
[ 90.823] (II) Module "dri2" already built-in
[ 90.823] (II) NVIDIA(0): [DRI2] Setup complete
[ 90.823] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 90.824] (II) Initializing extension Generic Event Extension
[ 90.824] (II) Initializing extension SHAPE
[ 90.824] (II) Initializing extension MIT-SHM
[ 90.824] (II) Initializing extension XInputExtension
[ 90.824] (II) Initializing extension XTEST
[ 90.824] (II) Initializing extension BIG-REQUESTS
[ 90.824] (II) Initializing extension SYNC
[ 90.824] (II) Initializing extension XKEYBOARD
[ 90.824] (II) Initializing extension XC-MISC
[ 90.824] (II) Initializing extension SECURITY
[ 90.824] (II) Initializing extension XFIXES
[ 90.824] (II) Initializing extension RENDER
[ 90.824] (II) Initializing extension RANDR
[ 90.824] (II) Initializing extension COMPOSITE
[ 90.824] (II) Initializing extension DAMAGE
[ 90.824] (II) Initializing extension MIT-SCREEN-SAVER
[ 90.824] (II) Initializing extension DOUBLE-BUFFER
[ 90.824] (II) Initializing extension RECORD
[ 90.824] (II) Initializing extension DPMS
[ 90.824] (II) Initializing extension Present
[ 90.824] (II) Initializing extension DRI3
[ 90.824] (II) Initializing extension X-Resource
[ 90.824] (II) Initializing extension XVideo
[ 90.824] (II) Initializing extension XVideo-MotionCompensation
[ 90.824] (II) Initializing extension GLX
[ 90.824] (II) AIGLX: Screen 0 is not DRI2 capable
[ 90.996] (II) IGLX: Loaded and initialized swrast
[ 90.996] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 90.996] (II) Initializing extension XFree86-VidModeExtension
[ 90.996] (II) Initializing extension XFree86-DGA
[ 90.996] (II) Initializing extension XFree86-DRI
[ 90.996] (II) Initializing extension DRI2
[ 90.996] (II) Initializing extension NV-GLX
[ 90.996] (II) Initializing extension NV-CONTROL
[ 90.996] (II) Initializing extension XINERAMA
[ 91.074] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 91.074] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 91.074] (II) LoadModule: "libinput"
[ 91.074] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 91.077] (II) Module libinput: vendor="X.Org Foundation"
[ 91.077] compiled for 1.20.8, module version = 0.30.0
[ 91.077] Module class: X.Org XInput Driver
[ 91.077] ABI class: X.Org XInput driver, version 24.1
[ 91.077] (II) Using input driver 'libinput' for 'Power Button'
[ 91.079] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 91.079] (**) Power Button: always reports core events
[ 91.079] (**) Option "Device" "/dev/input/event1"
[ 91.079] (**) Option "_source" "server/udev"
[ 91.083] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 91.084] (II) event1 - Power Button: device is a keyboard
[ 91.084] (II) event1 - Power Button: device removed
[ 91.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 91.084] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 91.084] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 91.084] (II) event1 - Power Button: device is a keyboard
[ 91.085] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 91.085] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 91.085] (II) Using input driver 'libinput' for 'Power Button'
[ 91.086] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 30 paused 0
[ 91.086] (**) Power Button: always reports core events
[ 91.086] (**) Option "Device" "/dev/input/event0"
[ 91.086] (**) Option "_source" "server/udev"
[ 91.086] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 91.086] (II) event0 - Power Button: device is a keyboard
[ 91.086] (II) event0 - Power Button: device removed
[ 91.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 91.086] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 91.087] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 91.087] (II) event0 - Power Button: device is a keyboard
[ 91.088] (II) config/udev: Adding input device SteelSeries SteelSeries Arctis 7 Consumer Control (/dev/input/event23)
[ 91.088] (**) SteelSeries SteelSeries Arctis 7 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 91.088] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Arctis 7 Consumer Control'
[ 91.088] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 31 paused 0
[ 91.088] (**) SteelSeries SteelSeries Arctis 7 Consumer Control: always reports core events
[ 91.088] (**) Option "Device" "/dev/input/event23"
[ 91.088] (**) Option "_source" "server/udev"
[ 91.090] (II) event23 - SteelSeries SteelSeries Arctis 7 Consumer Control: is tagged by udev as: Keyboard
[ 91.090] (II) event23 - SteelSeries SteelSeries Arctis 7 Consumer Control: device is a keyboard
[ 91.090] (II) event23 - SteelSeries SteelSeries Arctis 7 Consumer Control: device removed
[ 91.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-7/1-7:1.5/0003:1038:12AD.0003/input/input23/event23"
[ 91.090] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Arctis 7 Consumer Control" (type: KEYBOARD, id 8)
[ 91.091] (II) event23 - SteelSeries SteelSeries Arctis 7 Consumer Control: is tagged by udev as: Keyboard
[ 91.091] (II) event23 - SteelSeries SteelSeries Arctis 7 Consumer Control: device is a keyboard
[ 91.091] (II) config/udev: Adding input device SteelSeries SteelSeries Arctis 7 (/dev/input/event24)
[ 91.091] (II) No input driver specified, ignoring this device.
[ 91.091] (II) This device may have been added with another device file.
[ 91.092] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event25)
[ 91.092] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "libinput pointer catchall"
[ 91.092] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "My Mouse"
[ 91.092] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming HARPOON RGB Mouse'
[ 91.145] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 32 paused 0
[ 91.145] (**) Corsair Corsair Gaming HARPOON RGB Mouse: always reports core events
[ 91.145] (**) Option "Device" "/dev/input/event25"
[ 91.145] (**) Option "_source" "server/udev"
[ 91.146] (II) event25 - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 91.146] (II) event25 - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 91.146] (II) event25 - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 91.146] (**) Option "AccelSpeed" "-1"
[ 91.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/0003:1B1C:1B3C.0004/input/input26/event25"
[ 91.147] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming HARPOON RGB Mouse" (type: MOUSE, id 9)
[ 91.147] (**) Option "AccelerationScheme" "none"
[ 91.147] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) selected scheme none/0
[ 91.147] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration factor: 2.000
[ 91.147] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration threshold: 4
[ 91.148] (II) event25 - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 91.148] (II) event25 - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 91.149] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/mouse1)
[ 91.149] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "My Mouse"
[ 91.149] (II) No input driver specified, ignoring this device.
[ 91.149] (II) This device may have been added with another device file.
[ 91.149] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event26)
[ 91.149] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "libinput pointer catchall"
[ 91.149] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "My Mouse"
[ 91.149] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming HARPOON RGB Mouse'
[ 91.150] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 33 paused 0
[ 91.150] (**) Corsair Corsair Gaming HARPOON RGB Mouse: always reports core events
[ 91.150] (**) Option "Device" "/dev/input/event26"
[ 91.150] (**) Option "_source" "server/udev"
[ 91.151] (II) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 91.151] (II) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 91.151] (II) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: device removed
[ 91.151] (**) Option "AccelSpeed" "-1"
[ 91.151] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:1B1C:1B3C.0005/input/input27/event26"
[ 91.151] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming HARPOON RGB Mouse" (type: MOUSE, id 10)
[ 91.151] (**) Option "AccelerationScheme" "none"
[ 91.151] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) selected scheme none/0
[ 91.151] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration factor: 2.000
[ 91.151] (**) Corsair Corsair Gaming HARPOON RGB Mouse: (accel) acceleration threshold: 4
[ 91.153] (II) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: is tagged by udev as: Mouse
[ 91.153] (II) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: device is a pointer
[ 91.153] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/js1)
[ 91.153] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "My Mouse"
[ 91.153] (II) No input driver specified, ignoring this device.
[ 91.153] (II) This device may have been added with another device file.
[ 91.154] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/mouse2)
[ 91.154] (**) Corsair Corsair Gaming HARPOON RGB Mouse: Applying InputClass "My Mouse"
[ 91.154] (II) No input driver specified, ignoring this device.
[ 91.154] (II) This device may have been added with another device file.
[ 91.154] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control (/dev/input/event27)
[ 91.154] (**) Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 91.154] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control'
[ 91.155] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 34 paused 0
[ 91.155] (**) Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: always reports core events
[ 91.155] (**) Option "Device" "/dev/input/event27"
[ 91.155] (**) Option "_source" "server/udev"
[ 91.156] (II) event27 - Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: is tagged by udev as: Keyboard
[ 91.156] (II) event27 - Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: device is a keyboard
[ 91.156] (II) event27 - Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: device removed
[ 91.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:1B1C:1B3C.0005/input/input28/event27"
[ 91.156] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control" (type: KEYBOARD, id 11)
[ 91.158] (II) event27 - Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: is tagged by udev as: Keyboard
[ 91.158] (II) event27 - Corsair Corsair Gaming HARPOON RGB Mouse Consumer Control: device is a keyboard
[ 91.159] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event28)
[ 91.159] (II) No input driver specified, ignoring this device.
[ 91.159] (II) This device may have been added with another device file.
[ 91.159] (II) config/udev: Adding input device Corsair Corsair Gaming HARPOON RGB Mouse (/dev/input/event29)
[ 91.159] (II) No input driver specified, ignoring this device.
[ 91.159] (II) This device may have been added with another device file.
[ 91.159] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event21)
[ 91.160] (II) No input driver specified, ignoring this device.
[ 91.160] (II) This device may have been added with another device file.
[ 91.160] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
[ 91.160] (II) No input driver specified, ignoring this device.
[ 91.160] (II) This device may have been added with another device file.
[ 91.160] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 91.160] (II) No input driver specified, ignoring this device.
[ 91.160] (II) This device may have been added with another device file.
[ 91.160] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 91.160] (II) No input driver specified, ignoring this device.
[ 91.160] (II) This device may have been added with another device file.
[ 91.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 91.161] (II) No input driver specified, ignoring this device.
[ 91.161] (II) This device may have been added with another device file.
[ 91.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event17)
[ 91.161] (II) No input driver specified, ignoring this device.
[ 91.161] (II) This device may have been added with another device file.
[ 91.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event20)
[ 91.161] (II) No input driver specified, ignoring this device.
[ 91.161] (II) This device may have been added with another device file.
[ 91.162] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event3)
[ 91.162] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
[ 91.162] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
[ 91.163] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[ 91.163] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
[ 91.163] (**) Option "Device" "/dev/input/event3"
[ 91.163] (**) Option "_source" "server/udev"
[ 91.164] (II) event3 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
[ 91.164] (II) event3 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
[ 91.164] (II) event3 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
[ 91.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb5/5-1/5-1:1.0/0003:1B1C:1B2D.0001/input/input3/event3"
[ 91.164] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: KEYBOARD, id 12)
[ 91.165] (II) event3 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
[ 91.165] (II) event3 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
[ 91.166] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event4)
[ 91.166] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
[ 91.166] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
[ 91.167] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
[ 91.167] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
[ 91.167] (**) Option "Device" "/dev/input/event4"
[ 91.167] (**) Option "_source" "server/udev"
[ 91.169] (II) event4 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
[ 91.169] (II) event4 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
[ 91.169] (II) event4 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
[ 91.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb5/5-1/5-1:1.1/0003:1B1C:1B2D.0002/input/input11/event4"
[ 91.169] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: KEYBOARD, id 13)
[ 91.171] (II) event4 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
[ 91.171] (II) event4 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
[ 91.171] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control (/dev/input/event6)
[ 91.171] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 91.171] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control'
[ 91.172] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 37 paused 0
[ 91.172] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: always reports core events
[ 91.172] (**) Option "Device" "/dev/input/event6"
[ 91.172] (**) Option "_source" "server/udev"
[ 91.174] (II) event6 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 91.174] (II) event6 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: device is a keyboard
[ 91.174] (II) event6 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: device removed
[ 91.174] (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: needs a virtual subdevice
[ 91.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb5/5-1/5-1:1.1/0003:1B1C:1B2D.0002/input/input12/event6"
[ 91.174] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control" (type: MOUSE, id 14)
[ 91.174] (**) Option "AccelerationScheme" "none"
[ 91.174] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: (accel) selected scheme none/0
[ 91.174] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 91.174] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 91.175] (II) event6 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 91.175] (II) event6 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: device is a keyboard
[ 91.176] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event10)
[ 91.176] (II) No input driver specified, ignoring this device.
[ 91.176] (II) This device may have been added with another device file.
[ 91.176] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event13)
[ 91.176] (II) No input driver specified, ignoring this device.
[ 91.176] (II) This device may have been added with another device file.
[ 91.176] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/event16)
[ 91.176] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 91.176] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "My Mouse"
[ 91.176] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse'
[ 91.177] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
[ 91.178] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: always reports core events
[ 91.178] (**) Option "Device" "/dev/input/event16"
[ 91.178] (**) Option "_source" "server/udev"
[ 91.179] (II) event16 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
[ 91.179] (II) event16 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
[ 91.179] (II) event16 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device removed
[ 91.179] (**) Option "AccelSpeed" "-1"
[ 91.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb5/5-1/5-1:1.1/0003:1B1C:1B2D.0002/input/input15/event16"
[ 91.179] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse" (type: MOUSE, id 15)
[ 91.179] (**) Option "AccelerationScheme" "none"
[ 91.179] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) selected scheme none/0
[ 91.179] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration factor: 2.000
[ 91.179] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration threshold: 4
[ 91.180] (II) event16 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
[ 91.180] (II) event16 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
[ 91.181] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/js0)
[ 91.181] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "My Mouse"
[ 91.181] (II) No input driver specified, ignoring this device.
[ 91.181] (II) This device may have been added with another device file.
[ 91.181] (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/mouse0)
[ 91.181] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "My Mouse"
[ 91.181] (II) No input driver specified, ignoring this device.
[ 91.181] (II) This device may have been added with another device file.
[ 91.181] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event7)
[ 91.181] (II) No input driver specified, ignoring this device.
[ 91.181] (II) This device may have been added with another device file.
[ 91.182] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event8)
[ 91.182] (II) No input driver specified, ignoring this device.
[ 91.182] (II) This device may have been added with another device file.
[ 91.182] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event12)
[ 91.182] (II) No input driver specified, ignoring this device.
[ 91.182] (II) This device may have been added with another device file.
[ 91.182] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event14)
[ 91.182] (II) No input driver specified, ignoring this device.
[ 91.182] (II) This device may have been added with another device file.
[ 91.182] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event18)
[ 91.182] (II) No input driver specified, ignoring this device.
[ 91.182] (II) This device may have been added with another device file.
[ 91.183] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event19)
[ 91.183] (II) No input driver specified, ignoring this device.
[ 91.183] (II) This device may have been added with another device file.
[ 91.183] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[ 91.183] (II) No input driver specified, ignoring this device.
[ 91.183] (II) This device may have been added with another device file.
[ 91.183] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 91.183] (II) No input driver specified, ignoring this device.
[ 91.183] (II) This device may have been added with another device file.
[ 91.186] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 91.186] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control'
[ 91.186] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 91.186] (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: always reports core events
[ 91.186] (**) Option "Device" "/dev/input/event6"
[ 91.186] (**) Option "_source" "_driver/libinput"
[ 91.186] (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control: is a virtual subdevice
[ 91.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb5/5-1/5-1:1.1/0003:1B1C:1B2D.0002/input/input12/event6"
[ 91.186] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Consumer Control" (type: KEYBOARD, id 16)
[ 91.186] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): connected
[ 91.186] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): Internal DisplayPort
[ 91.186] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): 1440.0 MHz maximum pixel clock
[ 91.186] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.037] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 92.037] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 92.037] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.037] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 92.037] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.037] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.037] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.037] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): connected
[ 92.037] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): Internal DisplayPort
[ 92.037] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): 1440.0 MHz maximum pixel clock
[ 92.037] (--) NVIDIA(GPU-0):
[ 92.039] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 92.039] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 92.039] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 92.039] (--) NVIDIA(GPU-0):
[ 92.433] (EE) event26 - Corsair Corsair Gaming HARPOON RGB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[ 92.897] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.897] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.897] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 92.897] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.897] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 92.897] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.897] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 92.897] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.897] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 92.897] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.897] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 92.897] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 92.897] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 92.897] (--) NVIDIA(GPU-0):
[ 92.898] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): connected
[ 92.898] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): Internal DisplayPort
[ 92.898] (--) NVIDIA(GPU-0): Ancor Communications Inc ROG PG279Q (DFP-6): 1440.0 MHz maximum pixel clock
[ 92.898] (--) NVIDIA(GPU-0):
[ 92.900] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 92.900] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 92.900] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 92.900] (--) NVIDIA(GPU-0):
[ 93.110] (II) NVIDIA(0): Setting mode "DP-4: 2560x1440_165 @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
I am quite new to linux and it is the first time i use linux as my primary os, arch was perhaps a poor choice for a first distro, but it is what it is.
edit(s): added some outputs/logs
Last edited by uugh-_- (2020-10-25 00:25:34)
Offline
Welcome to the boards
Post a xorg.log and
pacman -Qs nvidia
dmesg | grep -E 'nvidia|i915'
maybe also post that xorg conf, you really usually don't need one and can break stuff with it incorrectly set up
Last edited by V1del (2020-10-24 23:30:02)
Offline
Post the xorg log with and without that xorg.conf .
Please post
$ lspci -k
Last edited by Lone_Wolf (2020-10-24 23:33:33)
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
I think i solved it, i found this https://bbs.archlinux.org/viewtopic.php … 2#p1921002 right now describing the same problem and i added this
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
to my xorg.conf. Idk if this is a "proper" solution so i posted the stuff u asked for aswell but i believe it is okay now.
Welcome to the boards
Thanks :) here u go, edited xorg.conf into my original post btw, its just generated from Xorg :0 -configure
~ $ pacman -Qs nvidia
local/egl-wayland 1.1.5-1
EGLStream-based Wayland external platform
local/lib32-nvidia-utils 455.28-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl 455.28-1
NVIDIA NV-CONTROL X extension
local/nvidia 455.28-7
NVIDIA drivers for linux
local/nvidia-dkms 455.28-1
NVIDIA drivers - module sources
local/nvidia-settings 455.28-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 455.28-1
NVIDIA drivers utilities
~ $ dmesg | grep -E 'nvidia|i915'
[ 17.544316] nvidia: module license 'NVIDIA' taints kernel.
[ 17.568618] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[ 17.569139] nvidia 0000:09:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 18.129997] caller _nv000708rm+0x1af/0x200 [nvidia] mapping multiple BARs
[ 18.705185] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 455.28 Wed Sep 30 00:58:12 UTC 2020
~ $ lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
DeviceName: Onboard IGD
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
Kernel driver in use: pcieport
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 59)
Subsystem: Gigabyte Technology Co., Ltd Device 5001
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
Subsystem: Gigabyte Technology Co., Ltd Device 5001
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
03:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset USB 3.1 xHCI Controller (rev 02)
Subsystem: ASMedia Technology Inc. Device 1142
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
03:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset SATA Controller (rev 02)
Subsystem: ASMedia Technology Inc. Device 1062
Kernel driver in use: ahci
03:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] X370 Series Chipset PCIe Upstream Port (rev 02)
Kernel driver in use: pcieport
04:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
Kernel driver in use: pcieport
04:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
Kernel driver in use: pcieport
04:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
Kernel driver in use: pcieport
04:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
Kernel driver in use: pcieport
05:00.0 USB controller: ASMedia Technology Inc. ASM1143 USB 3.1 Host Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
06:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Device e000
Kernel driver in use: igb
Kernel modules: igb
09:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3302
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
09:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3302
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
11:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
11:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor
Kernel driver in use: ccp
Kernel modules: ccp
11:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) USB 3.0 Host Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
12:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function
Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function
12:00.2 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
Subsystem: Gigabyte Technology Co., Ltd Device b002
Kernel driver in use: ahci
12:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
Subsystem: Gigabyte Technology Co., Ltd Device a182
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
edit: excuse the strange post order, i was kind of trying to solve it myself while writing this reply
Last edited by uugh-_- (2020-10-25 00:24:39)
Offline
[...] i added this
Section "Files" ModulePath "/usr/lib/nvidia/xorg" ModulePath "/usr/lib/xorg/modules" EndSection
to my xorg.conf.[...]
I'm guessing all your problems started because you created an xorg.conf file. That xorg.conf file then broke the Xorg config file that come with the "nvidia-utils" package. That config file is installed here:
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
It has those "ModulePath" lines.
You could try to remove your xorg.conf file and then see what happens. Things should just work by default.
Offline
I'm guessing all your problems started because you created an xorg.conf file. That xorg.conf file then broke the Xorg config file that come with the "nvidia-utils" package. That config file is installed here:
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
It has those "ModulePath" lines.
You could try to remove your xorg.conf file and then see what happens. Things should just work by default.
When i run without xorg.conf this is the log i get
[ 2464.856] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 2464.857]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 2464.858] Build Operating System: Linux Arch Linux
[ 2464.858] Current Operating System: Linux arch 5.8.14-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 08 Oct 2020 00:01:25 +0000 x86_64
[ 2464.858] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=62ffd866-32dd-4d3a-bd8f-2e39f8abb915 rw loglevel=3 quiet
[ 2464.859] Build Date: 02 September 2020 06:17:44AM
[ 2464.859]
[ 2464.860] Current version of pixman: 0.40.0
[ 2464.861] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2464.861] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2464.863] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 27 15:45:15 2020
[ 2464.864] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2464.864] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2464.864] (==) No Layout section. Using the first Screen section.
[ 2464.864] (==) No screen section available. Using defaults.
[ 2464.864] (**) |-->Screen "Default Screen Section" (0)
[ 2464.864] (**) | |-->Monitor "<default monitor>"
[ 2464.865] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2464.865] (==) Automatically adding devices
[ 2464.865] (==) Automatically enabling devices
[ 2464.865] (==) Automatically adding GPU devices
[ 2464.865] (==) Automatically binding GPU devices
[ 2464.865] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2464.865] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2464.865] Entry deleted from font path.
[ 2464.865] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 2464.865] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2464.865] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2464.865] (II) Module ABI versions:
[ 2464.865] X.Org ANSI C Emulation: 0.4
[ 2464.865] X.Org Video Driver: 24.1
[ 2464.865] X.Org XInput driver : 24.1
[ 2464.865] X.Org Server Extension : 10.0
[ 2464.865] (++) using VT number 1
[ 2464.868] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 2464.871] (--) PCI:*(9@0:0:0) 10de:1b81:1462:3302 rev 161, Mem @ 0xfc000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 2464.871] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2464.871] (II) LoadModule: "glx"
[ 2464.871] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2464.873] (II) Module glx: vendor="X.Org Foundation"
[ 2464.873] compiled for 1.20.9, module version = 1.0.0
[ 2464.873] ABI class: X.Org Server Extension, version 10.0
[ 2464.873] (==) Matched nouveau as autoconfigured driver 0
[ 2464.873] (==) Matched nv as autoconfigured driver 1
[ 2464.873] (==) Matched modesetting as autoconfigured driver 2
[ 2464.873] (==) Matched fbdev as autoconfigured driver 3
[ 2464.873] (==) Matched vesa as autoconfigured driver 4
[ 2464.873] (==) Assigned the driver to the xf86ConfigLayout
[ 2464.873] (II) LoadModule: "nouveau"
[ 2464.873] (WW) Warning, couldn't open module nouveau
[ 2464.873] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 2464.873] (II) LoadModule: "nv"
[ 2464.873] (WW) Warning, couldn't open module nv
[ 2464.873] (EE) Failed to load module "nv" (module does not exist, 0)
[ 2464.873] (II) LoadModule: "modesetting"
[ 2464.873] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2464.874] (II) Module modesetting: vendor="X.Org Foundation"
[ 2464.874] compiled for 1.20.9, module version = 1.20.9
[ 2464.874] Module class: X.Org Video Driver
[ 2464.874] ABI class: X.Org Video Driver, version 24.1
[ 2464.874] (II) LoadModule: "fbdev"
[ 2464.874] (WW) Warning, couldn't open module fbdev
[ 2464.874] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2464.874] (II) LoadModule: "vesa"
[ 2464.874] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 2464.874] (II) Module vesa: vendor="X.Org Foundation"
[ 2464.874] compiled for 1.20.9, module version = 2.5.0
[ 2464.874] Module class: X.Org Video Driver
[ 2464.874] ABI class: X.Org Video Driver, version 24.1
[ 2464.874] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2464.874] (II) VESA: driver for VESA chipsets: vesa
[ 2464.874] (EE) open /dev/dri/card0: No such file or directory
[ 2464.874] (WW) Falling back to old probe method for modesetting
[ 2464.874] (EE) open /dev/dri/card0: No such file or directory
[ 2464.874] vesa: Refusing to run on UEFI
[ 2464.874] (EE) Screen 0 deleted because of no matching config section.
[ 2464.874] (II) UnloadModule: "modesetting"
[ 2464.874] (EE) Device(s) detected, but none match those in the config file.
[ 2464.874] (EE)
Fatal server error:
[ 2464.874] (EE) no screens found(EE)
[ 2464.874] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2464.874] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 2464.874] (EE)
[ 2464.877] (EE) Server terminated with error (1). Closing log file.
Offline