You are not logged in.

#1 2021-12-24 01:07:36

scooper128
Member
Registered: 2021-12-23
Posts: 16

[SOLVED] Hardware video acceleration does not work

I have been trying to get hardware video acceleration to work for a while, but nothing has worked. I have been testing it by running the game portal and seeing if it has good performance or not. I have followed the instructions on the wiki for hardware video acceleration but they did not work. The first step on the wiki page was to run vainfo. The output was:

vaInitialize failed with error code -1 (unknown libva error),exit

The wiki said that if I got that output, I should set two environment variables. First, I set "LIBVA_DRIVER_NAME" to "vdpau".  Next, I set "VDPAU_DRIVER" to "nvidia". The output of vainfo did not change at all. Hardware video acceleration still does not work.
Here are some more outputs from other commands:
The output of vdpauinfo is

display: :0   screen: 0
API version: 1
Information string: NVIDIA VDPAU Driver Shared Library  495.46  Wed Oct 27 16:20:01 UTC 2021

Video surface:

name   width height types
-------------------------------------------
420     8192  8192  NV12 YV12 
422     8192  8192  UYVY YUYV 
444     8192  8192  NV24 YV24 
420_16  8192  8192  P010 P016 
422_16  8192  8192  UYVY YUYV 
444_16  8192  8192  Y_U_V_444_16 

Decoder capabilities:

name                        level macbs width height
----------------------------------------------------
MPEG1                           0 65536  4096  4096
MPEG2_SIMPLE                    3 65536  4096  4096
MPEG2_MAIN                      3 65536  4096  4096
H264_BASELINE                  51 65536  4096  4096
H264_MAIN                      51 65536  4096  4096
H264_HIGH                      51 65536  4096  4096
VC1_SIMPLE                      1  8190  2048  2048
VC1_MAIN                        2  8190  2048  2048
VC1_ADVANCED                    4  8190  2048  2048
MPEG4_PART2_SP                  3  8192  2048  2048
MPEG4_PART2_ASP                 5  8192  2048  2048
DIVX4_QMOBILE                   0  8192  2048  2048
DIVX4_MOBILE                    0  8192  2048  2048
DIVX4_HOME_THEATER              0  8192  2048  2048
DIVX4_HD_1080P                  0  8192  2048  2048
DIVX5_QMOBILE                   0  8192  2048  2048
DIVX5_MOBILE                    0  8192  2048  2048
DIVX5_HOME_THEATER              0  8192  2048  2048
DIVX5_HD_1080P                  0  8192  2048  2048
H264_CONSTRAINED_BASELINE      51 65536  4096  4096
H264_EXTENDED                  51 65536  4096  4096
H264_PROGRESSIVE_HIGH          51 65536  4096  4096
H264_CONSTRAINED_HIGH          51 65536  4096  4096
H264_HIGH_444_PREDICTIVE       51 65536  4096  4096
VP9_PROFILE_0                   1 262144  8192  8192
VP9_PROFILE_1                  --- not supported ---
VP9_PROFILE_2                   1 262144  8192  8192
VP9_PROFILE_3                  --- not supported ---
HEVC_MAIN                      153 262144  8192  8192
HEVC_MAIN_10                   153 262144  8192  8192
HEVC_MAIN_STILL                --- not supported ---
HEVC_MAIN_12                   153 262144  8192  8192
HEVC_MAIN_444                  153 262144  8192  8192
HEVC_MAIN_444_10               153 262144  8192  8192
HEVC_MAIN_444_12               153 262144  8192  8192

Output surface:

name              width height nat types
----------------------------------------------------
B8G8R8A8         32768 32768    y  Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8 
R10G10B10A2      32768 32768    y  Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8 

Bitmap surface:

name              width height
------------------------------
B8G8R8A8         32768 32768
R8G8B8A8         32768 32768
R10G10B10A2      32768 32768
B10G10R10A2      32768 32768
A8               32768 32768

Video mixer:

feature name                    sup
------------------------------------
DEINTERLACE_TEMPORAL             y
DEINTERLACE_TEMPORAL_SPATIAL     y
INVERSE_TELECINE                 y
NOISE_REDUCTION                  y
SHARPNESS                        y
LUMA_KEY                         y
HIGH QUALITY SCALING - L1        y
HIGH QUALITY SCALING - L2        -
HIGH QUALITY SCALING - L3        -
HIGH QUALITY SCALING - L4        -
HIGH QUALITY SCALING - L5        -
HIGH QUALITY SCALING - L6        -
HIGH QUALITY SCALING - L7        -
HIGH QUALITY SCALING - L8        -
HIGH QUALITY SCALING - L9        -

parameter name                  sup      min      max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH              y         1     8192
VIDEO_SURFACE_HEIGHT             y         1     8192
CHROMA_TYPE                      y  
LAYERS                           y         0        4

attribute name                  sup      min      max
-----------------------------------------------------
BACKGROUND_COLOR                 y  
CSC_MATRIX                       y  
NOISE_REDUCTION_LEVEL            y      0.00     1.00
SHARPNESS_LEVEL                  y     -1.00     1.00
LUMA_KEY_MIN_LUMA                y  
LUMA_KEY_MAX_LUMA                y  

The output of inxi -G is

Graphics:
  Device-1: NVIDIA GA106 [GeForce RTX 3060 Lite Hash Rate] driver: nvidia
  v: 495.46
  Display: x11 server: X.Org 1.21.1.2 driver: loaded: nvidia
  resolution: 1920x1080~75Hz
  OpenGL: renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2 v: 4.6.0 NVIDIA 495.46

Last edited by scooper128 (2021-12-24 07:54:58)

Offline

#2 2021-12-24 01:59:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,299

Re: [SOLVED] Hardware video acceleration does not work

Hardware video acceleration has no relation to OpenGL/graphics acceleration.  Post your /var/log/Xorg.0.log and

glxinfo -B

from mesa-utils. Chances are you simply lose the early loading race in which case you want to look at: https://wiki.archlinux.org/title/NVIDIA#Early_loading

Also if you ran nvidia-xconfig for no other reason than to have ran it, remove the config it generated.

Offline

#3 2021-12-24 03:10:55

scooper128
Member
Registered: 2021-12-23
Posts: 16

Re: [SOLVED] Hardware video acceleration does not work

Here is /var/log/Xorg.0.log:

[    13.990] 
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[    13.990] Current Operating System: Linux basement-desktop 5.15.11-arch2-1 #1 SMP PREEMPT Wed, 22 Dec 2021 09:23:54 +0000 x86_64
[    13.990] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=abf483d2-ca0c-4cc8-ac03-00b741ee17fd rw loglevel=3 quiet
[    13.990]  
[    13.990] Current version of pixman: 0.40.0
[    13.990] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.990] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.990] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 23 15:50:27 2021
[    13.991] (==) Using config file: "/etc/X11/xorg.conf"
[    13.991] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.991] (==) ServerLayout "Layout0"
[    13.991] (**) |-->Screen "Screen0" (0)
[    13.991] (**) |   |-->Monitor "Monitor0"
[    13.991] (**) |   |-->Device "Device0"
[    13.991] (**) |-->Input Device "Keyboard0"
[    13.991] (**) |-->Input Device "Mouse0"
[    13.991] (**) Option "Xinerama" "0"
[    13.991] (==) Automatically adding devices
[    13.991] (==) Automatically enabling devices
[    13.991] (==) Automatically adding GPU devices
[    13.991] (==) Automatically binding GPU devices
[    13.991] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.992] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    13.992] 	Entry deleted from font path.
[    13.992] (==) FontPath set to:
	
[    13.992] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.992] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    13.992] (WW) Disabling Keyboard0
[    13.992] (WW) Disabling Mouse0
[    13.992] (II) Module ABI versions:
[    13.992] 	X.Org ANSI C Emulation: 0.4
[    13.992] 	X.Org Video Driver: 25.2
[    13.992] 	X.Org XInput driver : 24.4
[    13.992] 	X.Org Server Extension : 10.0
[    13.992] (++) using VT number 1

[    13.992] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    13.992] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.992] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/drm/card0
[    13.993] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    13.994] (--) PCI:*(43@0:0:0) 10de:2504:3842:3656 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    13.994] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    13.994] (II) LoadModule: "glx"
[    13.994] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.997] (II) Module glx: vendor="X.Org Foundation"
[    13.997] 	compiled for 1.21.1.2, module version = 1.0.0
[    13.997] 	ABI class: X.Org Server Extension, version 10.0
[    13.997] (II) LoadModule: "nvidia"
[    13.997] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    13.999] (II) Module nvidia: vendor="NVIDIA Corporation"
[    13.999] 	compiled for 1.6.99.901, module version = 1.0.0
[    13.999] 	Module class: X.Org Video Driver
[    13.999] (II) NVIDIA dlloader X Driver  495.46  Wed Oct 27 16:28:42 UTC 2021
[    13.999] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    14.000] (II) Loading sub module "fb"
[    14.000] (II) LoadModule: "fb"
[    14.000] (II) Module "fb" already built-in
[    14.000] (II) Loading sub module "wfb"
[    14.000] (II) LoadModule: "wfb"
[    14.000] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    14.000] (II) Module wfb: vendor="X.Org Foundation"
[    14.000] 	compiled for 1.21.1.2, module version = 1.0.0
[    14.000] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.000] (II) Loading sub module "ramdac"
[    14.000] (II) LoadModule: "ramdac"
[    14.000] (II) Module "ramdac" already built-in
[    14.000] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    14.000] (==) NVIDIA(0): RGB weight 888
[    14.000] (==) NVIDIA(0): Default visual is TrueColor
[    14.000] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.001] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    14.001] (**) NVIDIA(0): Option "Stereo" "0"
[    14.001] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[    14.001] (**) NVIDIA(0): Option "SLI" "Off"
[    14.001] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    14.001] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    14.001] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    14.001] (**) NVIDIA(0): Stereo disabled by request
[    14.001] (**) NVIDIA(0): NVIDIA SLI disabled.
[    14.001] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    14.001] (**) NVIDIA(0): Option "MetaModes" "1920x1080_75 +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[    14.001] (**) NVIDIA(0): Enabling 2D acceleration
[    14.001] (II) Loading sub module "glxserver_nvidia"
[    14.001] (II) LoadModule: "glxserver_nvidia"
[    14.001] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    14.015] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    14.015] 	compiled for 1.6.99.901, module version = 1.0.0
[    14.015] 	Module class: X.Org Server Extension
[    14.015] (II) NVIDIA GLX Module  495.46  Wed Oct 27 16:26:03 UTC 2021
[    14.015] (II) NVIDIA: The X server supports PRIME Render Offload.
[    15.065] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:43:0:0
[    15.065] (--) NVIDIA(0):     DFP-0 (boot)
[    15.065] (--) NVIDIA(0):     DFP-1
[    15.065] (--) NVIDIA(0):     DFP-2
[    15.065] (--) NVIDIA(0):     DFP-3
[    15.065] (--) NVIDIA(0):     DFP-4
[    15.065] (--) NVIDIA(0):     DFP-5
[    15.065] (--) NVIDIA(0):     DFP-6
[    15.065] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 (GA106-A) at PCI:43:0:0
[    15.065] (II) NVIDIA(0):     (GPU-0)
[    15.065] (--) NVIDIA(0): Memory: 12582912 kBytes
[    15.065] (--) NVIDIA(0): VideoBIOS: 94.06.25.00.63
[    15.065] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    15.109] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[    15.109] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[    15.109] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[    15.109] (--) NVIDIA(GPU-0): 
[    15.109] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    15.109] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    15.109] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    15.109] (--) NVIDIA(GPU-0): 
[    15.109] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.109] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.109] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.109] (--) NVIDIA(GPU-0): 
[    15.109] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    15.109] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    15.109] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    15.109] (--) NVIDIA(GPU-0): 
[    15.110] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    15.110] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    15.110] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    15.110] (--) NVIDIA(GPU-0): 
[    15.110] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    15.110] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    15.110] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    15.110] (--) NVIDIA(GPU-0): 
[    15.110] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    15.110] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    15.110] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    15.110] (--) NVIDIA(GPU-0): 
[    15.141] (II) NVIDIA(0): Validated MetaModes:
[    15.141] (II) NVIDIA(0):    
[    15.141] (II) NVIDIA(0):     "1920x1080_75+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[    15.141] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    15.176] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[    15.176] (--) NVIDIA(0):     option
[    15.177] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    15.177] (II) NVIDIA:     access.
[    15.178] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.178] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    15.178] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    15.178] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.178] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    15.178] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    15.178] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.178] (II) NVIDIA(0):     Config Options in the README.
[    15.191] (II) NVIDIA(0): Setting mode "1920x1080_75+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[    15.293] (==) NVIDIA(0): Disabling shared memory pixmaps
[    15.293] (==) NVIDIA(0): Backing store enabled
[    15.293] (==) NVIDIA(0): Silken mouse enabled
[    15.293] (**) NVIDIA(0): DPMS enabled
[    15.293] (II) Loading sub module "dri2"
[    15.293] (II) LoadModule: "dri2"
[    15.293] (II) Module "dri2" already built-in
[    15.293] (II) NVIDIA(0): [DRI2] Setup complete
[    15.293] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    15.293] (II) Initializing extension Generic Event Extension
[    15.293] (II) Initializing extension SHAPE
[    15.293] (II) Initializing extension MIT-SHM
[    15.294] (II) Initializing extension XInputExtension
[    15.294] (II) Initializing extension XTEST
[    15.294] (II) Initializing extension BIG-REQUESTS
[    15.294] (II) Initializing extension SYNC
[    15.294] (II) Initializing extension XKEYBOARD
[    15.294] (II) Initializing extension XC-MISC
[    15.294] (II) Initializing extension SECURITY
[    15.294] (II) Initializing extension XFIXES
[    15.294] (II) Initializing extension RENDER
[    15.294] (II) Initializing extension RANDR
[    15.294] (II) Initializing extension COMPOSITE
[    15.294] (II) Initializing extension DAMAGE
[    15.294] (II) Initializing extension MIT-SCREEN-SAVER
[    15.294] (II) Initializing extension DOUBLE-BUFFER
[    15.294] (II) Initializing extension RECORD
[    15.294] (II) Initializing extension DPMS
[    15.294] (II) Initializing extension Present
[    15.294] (II) Initializing extension DRI3
[    15.294] (II) Initializing extension X-Resource
[    15.294] (II) Initializing extension XVideo
[    15.295] (II) Initializing extension XVideo-MotionCompensation
[    15.295] (II) Initializing extension GLX
[    15.295] (II) Initializing extension GLX
[    15.295] (II) Indirect GLX disabled.
[    15.295] (II) GLX: Another vendor is already registered for screen 0
[    15.295] (II) Initializing extension XFree86-VidModeExtension
[    15.295] (II) Initializing extension XFree86-DGA
[    15.295] (II) Initializing extension XFree86-DRI
[    15.295] (II) Initializing extension DRI2
[    15.295] (II) Initializing extension NV-GLX
[    15.295] (II) Initializing extension NV-CONTROL
[    15.295] (II) Initializing extension XINERAMA
[    15.323] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    15.323] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.323] (II) LoadModule: "libinput"
[    15.323] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.325] (II) Module libinput: vendor="X.Org Foundation"
[    15.325] 	compiled for 1.21.1.1, module version = 1.2.0
[    15.325] 	Module class: X.Org XInput Driver
[    15.325] 	ABI class: X.Org XInput driver, version 24.4
[    15.325] (II) Using input driver 'libinput' for 'Power Button'
[    15.325] (**) Power Button: always reports core events
[    15.325] (**) Option "Device" "/dev/input/event1"
[    15.325] (**) Option "_source" "server/udev"
[    15.327] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.327] (II) event1  - Power Button: device is a keyboard
[    15.327] (II) event1  - Power Button: device removed
[    15.352] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    15.352] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.353] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.353] (II) event1  - Power Button: device is a keyboard
[    15.354] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    15.354] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.354] (II) Using input driver 'libinput' for 'Power Button'
[    15.354] (**) Power Button: always reports core events
[    15.354] (**) Option "Device" "/dev/input/event0"
[    15.354] (**) Option "_source" "server/udev"
[    15.354] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.354] (II) event0  - Power Button: device is a keyboard
[    15.355] (II) event0  - Power Button: device removed
[    15.379] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    15.379] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.380] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.380] (II) event0  - Power Button: device is a keyboard
[    15.380] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event24)
[    15.380] (II) No input driver specified, ignoring this device.
[    15.380] (II) This device may have been added with another device file.
[    15.381] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event25)
[    15.381] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    15.381] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[    15.381] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[    15.381] (**) Option "Device" "/dev/input/event25"
[    15.381] (**) Option "_source" "server/udev"
[    15.436] (II) event25 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[    15.436] (II) event25 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[    15.436] (II) event25 - Logitech G502 HERO Gaming Mouse: device is a pointer
[    15.437] (II) event25 - Logitech G502 HERO Gaming Mouse: device removed
[    15.499] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C08B.0006/input/input25/event25"
[    15.499] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 8)
[    15.499] (**) Option "AccelerationScheme" "none"
[    15.499] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[    15.499] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[    15.499] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[    15.557] (II) event25 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[    15.557] (II) event25 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[    15.557] (II) event25 - Logitech G502 HERO Gaming Mouse: device is a pointer
[    15.558] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse1)
[    15.558] (II) No input driver specified, ignoring this device.
[    15.558] (II) This device may have been added with another device file.
[    15.558] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event26)
[    15.558] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    15.558] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[    15.558] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[    15.558] (**) Option "Device" "/dev/input/event26"
[    15.558] (**) Option "_source" "server/udev"
[    15.559] (II) event26 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    15.559] (II) event26 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[    15.560] (II) event26 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[    15.592] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[    15.593] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C08B.0007/input/input26/event26"
[    15.593] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 9)
[    15.593] (**) Option "AccelerationScheme" "none"
[    15.593] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[    15.593] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    15.593] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    15.594] (II) event26 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    15.594] (II) event26 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[    15.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[    15.595] (II) No input driver specified, ignoring this device.
[    15.595] (II) This device may have been added with another device file.
[    15.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[    15.595] (II) No input driver specified, ignoring this device.
[    15.595] (II) This device may have been added with another device file.
[    15.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[    15.595] (II) No input driver specified, ignoring this device.
[    15.595] (II) This device may have been added with another device file.
[    15.596] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[    15.596] (II) No input driver specified, ignoring this device.
[    15.596] (II) This device may have been added with another device file.
[    15.596] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[    15.596] (II) No input driver specified, ignoring this device.
[    15.596] (II) This device may have been added with another device file.
[    15.596] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event15)
[    15.596] (II) No input driver specified, ignoring this device.
[    15.596] (II) This device may have been added with another device file.
[    15.597] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[    15.597] (II) No input driver specified, ignoring this device.
[    15.597] (II) This device may have been added with another device file.
[    15.597] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX (/dev/input/event3)
[    15.597] (**) ROCCAT ROCCAT Suora FX: Applying InputClass "libinput keyboard catchall"
[    15.597] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX'
[    15.597] (**) ROCCAT ROCCAT Suora FX: always reports core events
[    15.597] (**) Option "Device" "/dev/input/event3"
[    15.597] (**) Option "_source" "server/udev"
[    15.598] (II) event3  - ROCCAT ROCCAT Suora FX: is tagged by udev as: Keyboard
[    15.598] (II) event3  - ROCCAT ROCCAT Suora FX: device is a keyboard
[    15.599] (II) event3  - ROCCAT ROCCAT Suora FX: device removed
[    15.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.0/0003:1E7D:3246.0001/input/input3/event3"
[    15.632] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX" (type: KEYBOARD, id 10)
[    15.634] (II) event3  - ROCCAT ROCCAT Suora FX: is tagged by udev as: Keyboard
[    15.634] (II) event3  - ROCCAT ROCCAT Suora FX: device is a keyboard
[    15.635] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX Mouse (/dev/input/event4)
[    15.635] (**) ROCCAT ROCCAT Suora FX Mouse: Applying InputClass "libinput pointer catchall"
[    15.635] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX Mouse'
[    15.635] (**) ROCCAT ROCCAT Suora FX Mouse: always reports core events
[    15.635] (**) Option "Device" "/dev/input/event4"
[    15.635] (**) Option "_source" "server/udev"
[    15.636] (II) event4  - ROCCAT ROCCAT Suora FX Mouse: is tagged by udev as: Mouse
[    15.636] (II) event4  - ROCCAT ROCCAT Suora FX Mouse: device is a pointer
[    15.637] (II) event4  - ROCCAT ROCCAT Suora FX Mouse: device removed
[    15.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.2/0003:1E7D:3246.0003/input/input4/event4"
[    15.699] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX Mouse" (type: MOUSE, id 11)
[    15.699] (**) Option "AccelerationScheme" "none"
[    15.699] (**) ROCCAT ROCCAT Suora FX Mouse: (accel) selected scheme none/0
[    15.699] (**) ROCCAT ROCCAT Suora FX Mouse: (accel) acceleration factor: 2.000
[    15.699] (**) ROCCAT ROCCAT Suora FX Mouse: (accel) acceleration threshold: 4
[    15.701] (II) event4  - ROCCAT ROCCAT Suora FX Mouse: is tagged by udev as: Mouse
[    15.701] (II) event4  - ROCCAT ROCCAT Suora FX Mouse: device is a pointer
[    15.702] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX Mouse (/dev/input/mouse0)
[    15.702] (II) No input driver specified, ignoring this device.
[    15.702] (II) This device may have been added with another device file.
[    15.702] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX System Control (/dev/input/event5)
[    15.702] (**) ROCCAT ROCCAT Suora FX System Control: Applying InputClass "libinput keyboard catchall"
[    15.702] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX System Control'
[    15.702] (**) ROCCAT ROCCAT Suora FX System Control: always reports core events
[    15.702] (**) Option "Device" "/dev/input/event5"
[    15.702] (**) Option "_source" "server/udev"
[    15.703] (II) event5  - ROCCAT ROCCAT Suora FX System Control: is tagged by udev as: Keyboard
[    15.703] (II) event5  - ROCCAT ROCCAT Suora FX System Control: device is a keyboard
[    15.703] (II) event5  - ROCCAT ROCCAT Suora FX System Control: device removed
[    15.739] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.2/0003:1E7D:3246.0003/input/input5/event5"
[    15.739] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX System Control" (type: KEYBOARD, id 12)
[    15.741] (II) event5  - ROCCAT ROCCAT Suora FX System Control: is tagged by udev as: Keyboard
[    15.741] (II) event5  - ROCCAT ROCCAT Suora FX System Control: device is a keyboard
[    15.742] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX Consumer Control (/dev/input/event6)
[    15.742] (**) ROCCAT ROCCAT Suora FX Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.742] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX Consumer Control'
[    15.742] (**) ROCCAT ROCCAT Suora FX Consumer Control: always reports core events
[    15.742] (**) Option "Device" "/dev/input/event6"
[    15.742] (**) Option "_source" "server/udev"
[    15.743] (II) event6  - ROCCAT ROCCAT Suora FX Consumer Control: is tagged by udev as: Keyboard
[    15.743] (II) event6  - ROCCAT ROCCAT Suora FX Consumer Control: device is a keyboard
[    15.743] (II) event6  - ROCCAT ROCCAT Suora FX Consumer Control: device removed
[    15.779] (II) libinput: ROCCAT ROCCAT Suora FX Consumer Control: needs a virtual subdevice
[    15.779] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.2/0003:1E7D:3246.0003/input/input6/event6"
[    15.779] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX Consumer Control" (type: MOUSE, id 13)
[    15.779] (**) Option "AccelerationScheme" "none"
[    15.779] (**) ROCCAT ROCCAT Suora FX Consumer Control: (accel) selected scheme none/0
[    15.779] (**) ROCCAT ROCCAT Suora FX Consumer Control: (accel) acceleration factor: 2.000
[    15.779] (**) ROCCAT ROCCAT Suora FX Consumer Control: (accel) acceleration threshold: 4
[    15.781] (II) event6  - ROCCAT ROCCAT Suora FX Consumer Control: is tagged by udev as: Keyboard
[    15.781] (II) event6  - ROCCAT ROCCAT Suora FX Consumer Control: device is a keyboard
[    15.782] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX (/dev/input/event7)
[    15.782] (II) No input driver specified, ignoring this device.
[    15.782] (II) This device may have been added with another device file.
[    15.782] (II) config/udev: Adding input device ROCCAT ROCCAT Suora FX Keyboard (/dev/input/event8)
[    15.782] (**) ROCCAT ROCCAT Suora FX Keyboard: Applying InputClass "libinput keyboard catchall"
[    15.782] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX Keyboard'
[    15.782] (**) ROCCAT ROCCAT Suora FX Keyboard: always reports core events
[    15.782] (**) Option "Device" "/dev/input/event8"
[    15.782] (**) Option "_source" "server/udev"
[    15.783] (II) event8  - ROCCAT ROCCAT Suora FX Keyboard: is tagged by udev as: Keyboard
[    15.783] (II) event8  - ROCCAT ROCCAT Suora FX Keyboard: device is a keyboard
[    15.784] (II) event8  - ROCCAT ROCCAT Suora FX Keyboard: device removed
[    15.819] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.2/0003:1E7D:3246.0003/input/input8/event8"
[    15.819] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX Keyboard" (type: KEYBOARD, id 14)
[    15.821] (II) event8  - ROCCAT ROCCAT Suora FX Keyboard: is tagged by udev as: Keyboard
[    15.821] (II) event8  - ROCCAT ROCCAT Suora FX Keyboard: device is a keyboard
[    15.821] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[    15.821] (II) No input driver specified, ignoring this device.
[    15.821] (II) This device may have been added with another device file.
[    15.822] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[    15.822] (II) No input driver specified, ignoring this device.
[    15.822] (II) This device may have been added with another device file.
[    15.822] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[    15.822] (II) No input driver specified, ignoring this device.
[    15.822] (II) This device may have been added with another device file.
[    15.822] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[    15.822] (II) No input driver specified, ignoring this device.
[    15.822] (II) This device may have been added with another device file.
[    15.823] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[    15.823] (II) No input driver specified, ignoring this device.
[    15.823] (II) This device may have been added with another device file.
[    15.823] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[    15.823] (II) No input driver specified, ignoring this device.
[    15.823] (II) This device may have been added with another device file.
[    15.823] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event22)
[    15.823] (II) No input driver specified, ignoring this device.
[    15.823] (II) This device may have been added with another device file.
[    15.823] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event23)
[    15.823] (II) No input driver specified, ignoring this device.
[    15.823] (II) This device may have been added with another device file.
[    15.824] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    15.824] (II) No input driver specified, ignoring this device.
[    15.824] (II) This device may have been added with another device file.
[    15.828] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    15.828] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[    15.828] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[    15.828] (**) Option "Device" "/dev/input/event26"
[    15.828] (**) Option "_source" "_driver/libinput"
[    15.828] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[    15.828] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C08B.0007/input/input26/event26"
[    15.828] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 15)
[    15.829] (**) ROCCAT ROCCAT Suora FX Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.829] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Suora FX Consumer Control'
[    15.829] (**) ROCCAT ROCCAT Suora FX Consumer Control: always reports core events
[    15.829] (**) Option "Device" "/dev/input/event6"
[    15.829] (**) Option "_source" "_driver/libinput"
[    15.829] (II) libinput: ROCCAT ROCCAT Suora FX Consumer Control: is a virtual subdevice
[    15.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.2/0003:1E7D:3246.0003/input/input6/event6"
[    15.829] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Suora FX Consumer Control" (type: KEYBOARD, id 16)
[    83.364] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[    83.364] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[    83.364] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[    83.364] (--) NVIDIA(GPU-0): 
[    83.364] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    83.364] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    83.364] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    83.364] (--) NVIDIA(GPU-0): 
[    83.365] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    83.365] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    83.365] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    83.365] (--) NVIDIA(GPU-0): 
[    83.365] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    83.365] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    83.365] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    83.365] (--) NVIDIA(GPU-0): 
[    83.365] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    83.365] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    83.365] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    83.365] (--) NVIDIA(GPU-0): 
[    83.365] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    83.365] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    83.365] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    83.365] (--) NVIDIA(GPU-0): 
[    83.365] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    83.365] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    83.365] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    83.365] (--) NVIDIA(GPU-0): 
[    95.508] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[    95.508] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[    95.508] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[    95.508] (--) NVIDIA(GPU-0): 
[    95.508] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    95.508] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    95.508] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    95.508] (--) NVIDIA(GPU-0): 
[    95.508] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    95.508] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    95.508] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    95.508] (--) NVIDIA(GPU-0): 
[    95.508] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    95.508] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    95.508] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    95.508] (--) NVIDIA(GPU-0): 
[    95.508] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    95.508] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    95.508] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    95.508] (--) NVIDIA(GPU-0): 
[    95.509] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    95.509] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    95.509] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    95.509] (--) NVIDIA(GPU-0): 
[    95.509] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    95.509] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    95.509] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    95.509] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[    96.167] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[    96.167] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    96.167] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    96.167] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    96.167] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    96.167] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    96.167] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[    96.167] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    96.167] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    96.167] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    96.167] (--) NVIDIA(GPU-0): 
[  2498.209] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  2498.209] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  2498.209] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  2498.209] (--) NVIDIA(GPU-0): 
[  2498.209] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2498.209] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2498.209] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  2498.209] (--) NVIDIA(GPU-0): 
[  2498.210] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2498.210] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2498.210] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2498.210] (--) NVIDIA(GPU-0): 
[  2498.210] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2498.210] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2498.210] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  2498.210] (--) NVIDIA(GPU-0): 
[  2498.210] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2498.210] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2498.210] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  2498.210] (--) NVIDIA(GPU-0): 
[  2498.210] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2498.210] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2498.210] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  2498.210] (--) NVIDIA(GPU-0): 
[  2498.210] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2498.210] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  2498.210] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  2498.210] (--) NVIDIA(GPU-0): 
[  2517.686] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  2517.686] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  2517.686] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  2517.686] (--) NVIDIA(GPU-0): 
[  2517.686] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2517.686] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2517.686] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  2517.686] (--) NVIDIA(GPU-0): 
[  2517.687] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2517.687] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2517.687] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2517.687] (--) NVIDIA(GPU-0): 
[  2517.687] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2517.687] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2517.687] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  2517.687] (--) NVIDIA(GPU-0): 
[  2517.687] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2517.687] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2517.687] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  2517.687] (--) NVIDIA(GPU-0): 
[  2517.687] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2517.687] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2517.687] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  2517.687] (--) NVIDIA(GPU-0): 
[  2517.687] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2517.687] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  2517.687] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  2517.687] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  2529.532] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  2529.532] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2529.532] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2529.532] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2529.532] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2529.532] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2529.532] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2529.532] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2529.532] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  2529.532] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  2529.532] (--) NVIDIA(GPU-0): 
[  2530.164] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  2530.164] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  2530.164] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  2530.164] (--) NVIDIA(GPU-0): 
[  2530.164] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2530.164] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  2530.164] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  2530.164] (--) NVIDIA(GPU-0): 
[  2530.164] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2530.164] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2530.164] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2530.164] (--) NVIDIA(GPU-0): 
[  2530.164] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2530.164] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2530.164] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  2530.164] (--) NVIDIA(GPU-0): 
[  2530.165] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  2530.165] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  2530.165] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  2530.165] (--) NVIDIA(GPU-0): 
[  2530.165] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  2530.165] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  2530.165] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  2530.165] (--) NVIDIA(GPU-0): 
[  2530.165] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  2530.165] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  2530.165] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  2530.165] (--) NVIDIA(GPU-0): 
[  3022.801] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  3022.801] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  3022.801] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  3022.801] (--) NVIDIA(GPU-0): 
[  3022.801] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3022.801] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3022.801] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  3022.801] (--) NVIDIA(GPU-0): 
[  3022.801] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3022.801] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  3022.801] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  3022.801] (--) NVIDIA(GPU-0): 
[  3022.801] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3022.801] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  3022.801] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  3022.801] (--) NVIDIA(GPU-0): 
[  3022.802] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3022.802] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3022.802] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  3022.802] (--) NVIDIA(GPU-0): 
[  3022.802] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  3022.802] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  3022.802] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  3022.802] (--) NVIDIA(GPU-0): 
[  3022.802] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  3022.802] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  3022.802] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  3022.802] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  3191.146] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  3191.146] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3191.146] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  3191.146] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  3191.146] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3191.146] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  3191.146] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3191.146] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  3191.146] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  3191.146] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  3191.146] (--) NVIDIA(GPU-0): 
[  3250.880] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  3250.880] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  3250.880] [  3250.880] (II) event25 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
(--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  3250.880] (--) NVIDIA(GPU-0): 
[  3250.880] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3250.880] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3250.880] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  3250.880] (--) NVIDIA(GPU-0): 
[  3250.880] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3250.880] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  3250.880] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  3250.880] (--) NVIDIA(GPU-0): 
[  3250.880] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3250.880] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  3250.880] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  3250.880] (--) NVIDIA(GPU-0): 
[  3250.881] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3250.881] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3250.881] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  3250.881] (--) NVIDIA(GPU-0): 
[  3250.881] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  3250.881] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  3250.881] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  3250.881] (--) NVIDIA(GPU-0): 
[  3250.881] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  3250.881] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  3250.881] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  3250.881] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  3283.283] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  3283.283] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3283.283] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  3283.283] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  3283.283] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3283.283] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  3283.283] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3283.283] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  3283.283] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  3283.283] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  3283.283] (--) NVIDIA(GPU-0): 
[  3722.450] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 24ms, your system is too slow
[  4335.022] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 23ms, your system is too slow
[  4358.213] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 34ms, your system is too slow
[  4451.917] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 25ms, your system is too slow
[  4483.463] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 21ms, your system is too slow
[  4483.463] (EE) event3  - ROCCAT ROCCAT Suora FX: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  7703.765] (EE) event3  - ROCCAT ROCCAT Suora FX: client bug: event processing lagging behind by 26ms, your system is too slow
[  8103.067] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  8103.067] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  8103.067] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.067] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  8103.067] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  8103.067] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.067] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  8103.067] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  8103.067] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.067] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  8103.067] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  8103.067] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.067] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  8103.067] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  8103.067] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.067] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  8103.067] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  8103.067] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  8103.067] (--) NVIDIA(GPU-0): 
[  8103.068] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  8103.068] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  8103.068] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  8103.068] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  8120.675] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  8120.675] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  8120.675] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  8120.675] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  8120.675] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  8120.675] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  8120.675] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8120.675] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  8120.675] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  8120.675] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  8120.675] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): connected
[  8395.639] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): Internal TMDS
[  8395.639] (--) NVIDIA(GPU-0): Acer SB220Q (DFP-0): 600.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  8395.639] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  8395.639] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  8395.639] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  8395.639] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  8395.639] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 
[  8395.639] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  8395.639] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  8395.639] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  8395.639] (--) NVIDIA(GPU-0): 

Output from glxinfo -B:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 12288 MB
    Total available memory: 12288 MB
    Currently available dedicated video memory: 11829 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3060/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 495.46
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 495.46
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 495.46
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

I looked at the nvidia early loading page on the wiki and it told me to add nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm to the initramfs. How do I add these to the initramfs?

Offline

#4 2021-12-24 07:34:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,299

Re: [SOLVED] Hardware video acceleration does not work

The wiki I linked has further sections directly after the one I linked including information on mkinitcpio which is how you do that on a default Arch install.

But for now that's beside the point, your  OpenGL is working properly in this excerpt. Did you forget to install lib32-nvidia-utils for the 32bit libraries for Steam/32bit games?

Offline

#5 2021-12-24 07:54:12

scooper128
Member
Registered: 2021-12-23
Posts: 16

Re: [SOLVED] Hardware video acceleration does not work

I installed lib32-nvidia-utils and portal (and probably other steam games as well) runs smoothly! I will mark as solved.

Offline

Board footer

Powered by FluxBB