Dual Monitor setup primary screen going on and off

Hello everyone,

I have decided to give Manajaro a go, previously Arch user, however I have a very annoying problem that I can’t seem to sort out.

The situation is the following, I have two monitors:

  1. Asus VG-278 G-SYNC compatible, 1080p 144Hz
  2. LG UL-850W 4k 60Hz no g-sync

I have connected the second display, the LG one but it wasn’t enabled so I’ve enabled it with xrandr.

Then I have tried to set the refresh rate of the main monitor to 144Hz which caused the screen to go black and the come back one about every second or any time display/program is clicked.

Thought it is a KDE thing, so cleaned all xorg configs, rest everything to default.

If refresh rate of DP-0 (Asus) <=100Hz then I don’t experience the issue, however this is not a solution
LG 4K Monitor is DP-2

When DP-0 is physically connected to the PC w/o DP-2 then everything is fine at 144Hz no black flicker.

Connected the second monitor again, went straight to nvidia-settings - set display LG right of Asus then adjusted the refresh rate for the Asus monitor, stored the config to /etc/X11/mhwd.d/nvidia.conf
and run sudo mhwd-gpu --setmod nvidia --setxorg /etc/X11/mhwd.d/nvidia.conf

Rebooted the PC and as soon as I log in the main display the 144Hz one starts to go black and then back on every second again, tried everything from Arch Wiki - no success, went through nvidia documentation because I had the feeling it has something to do with Vsync and G-SYNC so I have added the following to /etc/profile

export __GL_SYNC_TO_VBLANK=1
export __GL_SYNC_DISPLAY_DEVICE="DP-0" #DP-0 Is the Asus G-Sync screen
export VDPAU_NVIDIA_SYNC_DISPLAY_DEVICE="DP-0"

xrandr - Currently set DP-0 to 100mhz so i can write this post

Screen 0: minimum 8 x 8, current 5760 x 2160, maximum 32767 x 32767
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00 + 144.00   119.98    99.93*   84.90    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-2 connected 3840x2160+1920+0 (normal left inverted right x axis y axis) 600mm x 340mm
   3840x2160     60.00*+  30.00  
   2560x1440     59.95  
   1920x1080     60.00    59.94  
   1600x900      60.00  
   1280x1024     60.02  
   1280x800      59.81  
   1280x720      60.00    59.94  
   1152x864      59.96  
   1024x768      60.00  
   800x600       60.32  
   720x480       59.94  
   640x480       59.94    59.93  
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

Xorg logs

[     5.456] (--) Log file renamed from "/var/log/Xorg.pid-658.log" to "/var/log/Xorg.0.log"
[     5.456] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[     5.456] Current Operating System: Linux workstation 6.1.12-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Feb 14 21:59:10 UTC 2023 x86_64
[     5.456] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64 root=UUID=f0b2ecd7-e717-4dea-bc50-484024f3f0b2 rw quiet splash udev.log_priority=3
[     5.456]  
[     5.456] Current version of pixman: 0.42.2
[     5.456] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.456] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.456] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 11 19:05:38 2023
[     5.457] (==) Using config file: "/etc/X11/xorg.conf"
[     5.457] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.457] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.458] (==) ServerLayout "layout"
[     5.458] (**) |-->Screen "Screen0" (0)
[     5.458] (**) |   |-->Monitor "Monitor0"
[     5.458] (**) |   |-->Device "Device0"
[     5.458] (**) |   |-->GPUDevice "Device0"
[     5.458] (==) Automatically adding devices
[     5.458] (==) Automatically enabling devices
[     5.458] (==) Automatically adding GPU devices
[     5.458] (==) Automatically binding GPU devices
[     5.458] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.458] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.458] 	Entry deleted from font path.
[     5.458] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.458] 	Entry deleted from font path.
[     5.458] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.458] 	Entry deleted from font path.
[     5.458] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.458] 	Entry deleted from font path.
[     5.458] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[     5.458] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.458] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.458] (II) Module ABI versions:
[     5.458] 	X.Org ANSI C Emulation: 0.4
[     5.458] 	X.Org Video Driver: 25.2
[     5.458] 	X.Org XInput driver : 24.4
[     5.458] 	X.Org Server Extension : 10.0
[     5.459] (++) using VT number 1

[     5.459] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.459] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.459] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:07:00.0/drm/card0
[     5.460] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.460] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.462] (--) PCI:*(7@0:0:0) 10de:1f06:1458:3ff1 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     5.462] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.462] (II) LoadModule: "glx"
[     5.462] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.465] (II) Module glx: vendor="X.Org Foundation"
[     5.465] 	compiled for 1.21.1.7, module version = 1.0.0
[     5.465] 	ABI class: X.Org Server Extension, version 10.0
[     5.465] (II) LoadModule: "nvidia"
[     5.465] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.467] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.467] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.467] 	Module class: X.Org Video Driver
[     5.467] (II) NVIDIA dlloader X Driver  525.89.02  Wed Feb  1 23:14:37 UTC 2023
[     5.467] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.467] (II) Loading sub module "fb"
[     5.467] (II) LoadModule: "fb"
[     5.467] (II) Module "fb" already built-in
[     5.467] (II) Loading sub module "wfb"
[     5.467] (II) LoadModule: "wfb"
[     5.467] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.468] (II) Module wfb: vendor="X.Org Foundation"
[     5.468] 	compiled for 1.21.1.7, module version = 1.0.0
[     5.468] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.468] (II) Loading sub module "ramdac"
[     5.468] (II) LoadModule: "ramdac"
[     5.468] (II) Module "ramdac" already built-in
[     5.468] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.468] (==) NVIDIA(0): RGB weight 888
[     5.468] (==) NVIDIA(0): Default visual is TrueColor
[     5.468] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.468] (**) Option "AllowNVIDIAGpuScreens"
[     5.468] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     5.468] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     5.468] (**) NVIDIA(0): Option "Stereo" "0"
[     5.468] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[     5.468] (**) NVIDIA(0): Option "SLI" "Off"
[     5.468] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     5.468] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     5.468] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.468] (**) NVIDIA(0): Stereo disabled by request
[     5.468] (**) NVIDIA(0): NVIDIA SLI disabled.
[     5.468] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     5.469] (**) NVIDIA(0): Option "MetaModes" "DP-0: 1920x1080_144 +0+0, DP-2: 3840x2160_60 +1920+0"
[     5.469] (**) NVIDIA(0): Enabling 2D acceleration
[     5.469] (II) Loading sub module "glxserver_nvidia"
[     5.469] (II) LoadModule: "glxserver_nvidia"
[     5.469] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.483] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.483] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.483] 	Module class: X.Org Server Extension
[     5.483] (II) NVIDIA GLX Module  525.89.02  Wed Feb  1 23:13:01 UTC 2023
[     5.484] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.195] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:7:0:0
[     6.195] (--) NVIDIA(0):     DFP-0
[     6.195] (--) NVIDIA(0):     DFP-1
[     6.195] (--) NVIDIA(0):     DFP-2
[     6.195] (--) NVIDIA(0):     DFP-3 (boot)
[     6.195] (--) NVIDIA(0):     DFP-4
[     6.195] (--) NVIDIA(0):     DFP-5
[     6.195] (--) NVIDIA(0):     DFP-6
[     6.196] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 2060 SUPER (TU106-A) at
[     6.196] (II) NVIDIA(0):     PCI:7:0:0 (GPU-0)
[     6.196] (--) NVIDIA(0): Memory: 8388608 kBytes
[     6.196] (--) NVIDIA(0): VideoBIOS: 90.06.44.80.56
[     6.196] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.202] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): connected
[     6.202] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): Internal DisplayPort
[     6.202] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): 2660.0 MHz maximum pixel clock
[     6.202] (--) NVIDIA(GPU-0): 
[     6.204] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.204] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.204] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.204] (--) NVIDIA(GPU-0): 
[     6.204] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     6.204] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     6.204] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     6.205] (--) NVIDIA(GPU-0): 
[     6.205] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[     6.205] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[     6.205] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 2660.0 MHz maximum pixel clock
[     6.205] (--) NVIDIA(GPU-0): 
[     6.207] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.207] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     6.207] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     6.207] (--) NVIDIA(GPU-0): 
[     6.207] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     6.207] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     6.207] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[     6.207] (--) NVIDIA(GPU-0): 
[     6.207] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     6.207] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     6.207] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     6.207] (--) NVIDIA(GPU-0): 
[     6.315] (II) NVIDIA(0): Validated MetaModes:
[     6.315] (II) NVIDIA(0):     "DP-0:1920x1080_144+0+0,DP-2:3840x2160_60+1920+0"
[     6.315] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 2160
[     6.380] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[     6.380] (--) NVIDIA(0):     option
[     6.380] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.380] (II) NVIDIA:     access.
[     6.382] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.382] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.382] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.382] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.382] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.382] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.382] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.382] (II) NVIDIA(0):     Config Options in the README.
[     6.395] (II) NVIDIA(0): Setting mode "DP-0:1920x1080_144+0+0,DP-2:3840x2160_60+1920+0"
[     6.514] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.514] (==) NVIDIA(0): Backing store enabled
[     6.514] (==) NVIDIA(0): Silken mouse enabled
[     6.514] (**) NVIDIA(0): DPMS enabled
[     6.514] (II) Loading sub module "dri2"
[     6.514] (II) LoadModule: "dri2"
[     6.514] (II) Module "dri2" already built-in
[     6.514] (II) NVIDIA(0): [DRI2] Setup complete
[     6.514] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.514] (II) Initializing extension Generic Event Extension
[     6.514] (II) Initializing extension SHAPE
[     6.514] (II) Initializing extension MIT-SHM
[     6.514] (II) Initializing extension XInputExtension
[     6.515] (II) Initializing extension XTEST
[     6.515] (II) Initializing extension BIG-REQUESTS
[     6.515] (II) Initializing extension SYNC
[     6.515] (II) Initializing extension XKEYBOARD
[     6.515] (II) Initializing extension XC-MISC
[     6.515] (II) Initializing extension SECURITY
[     6.515] (II) Initializing extension XFIXES
[     6.515] (II) Initializing extension RENDER
[     6.515] (II) Initializing extension RANDR
[     6.515] (II) Initializing extension COMPOSITE
[     6.515] (II) Initializing extension DAMAGE
[     6.515] (II) Initializing extension MIT-SCREEN-SAVER
[     6.515] (II) Initializing extension DOUBLE-BUFFER
[     6.515] (II) Initializing extension RECORD
[     6.515] (II) Initializing extension DPMS
[     6.515] (II) Initializing extension Present
[     6.515] (II) Initializing extension DRI3
[     6.515] (II) Initializing extension X-Resource
[     6.515] (II) Initializing extension XVideo
[     6.515] (II) Initializing extension XVideo-MotionCompensation
[     6.515] (II) Initializing extension GLX
[     6.515] (II) Initializing extension GLX
[     6.516] (II) Indirect GLX disabled.
[     6.516] (II) GLX: Another vendor is already registered for screen 0
[     6.516] (II) Initializing extension XFree86-VidModeExtension
[     6.516] (II) Initializing extension XFree86-DGA
[     6.516] (II) Initializing extension XFree86-DRI
[     6.516] (II) Initializing extension DRI2
[     6.516] (II) Initializing extension NV-GLX
[     6.516] (II) Initializing extension NV-CONTROL
[     6.516] (II) Initializing extension XINERAMA
[     6.551] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.551] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.551] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.551] (**) Power Button: Applying InputClass "system-keyboard"
[     6.551] (II) LoadModule: "libinput"
[     6.551] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.553] (II) Module libinput: vendor="X.Org Foundation"
[     6.553] 	compiled for 1.21.1.3, module version = 1.2.1
[     6.553] 	Module class: X.Org XInput Driver
[     6.553] 	ABI class: X.Org XInput driver, version 24.4
[     6.553] (II) Using input driver 'libinput' for 'Power Button'
[     6.553] (**) Power Button: always reports core events
[     6.553] (**) Option "Device" "/dev/input/event1"
[     6.556] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.556] (II) event1  - Power Button: device is a keyboard
[     6.556] (II) event1  - Power Button: device removed
[     6.577] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.577] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.577] (**) Option "xkb_layout" "gb"
[     6.586] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.586] (II) event1  - Power Button: device is a keyboard
[     6.587] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.587] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.587] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.587] (**) Power Button: Applying InputClass "system-keyboard"
[     6.587] (II) Using input driver 'libinput' for 'Power Button'
[     6.587] (**) Power Button: always reports core events
[     6.587] (**) Option "Device" "/dev/input/event0"
[     6.587] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.587] (II) event0  - Power Button: device is a keyboard
[     6.587] (II) event0  - Power Button: device removed
[     6.617] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.617] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.617] (**) Option "xkb_layout" "gb"
[     6.617] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.617] (II) event0  - Power Button: device is a keyboard
[     6.618] (II) config/udev: Adding input device Logitech G512 SE (/dev/input/event3)
[     6.618] (**) Logitech G512 SE: Applying InputClass "evdev keyboard catchall"
[     6.618] (**) Logitech G512 SE: Applying InputClass "libinput keyboard catchall"
[     6.618] (**) Logitech G512 SE: Applying InputClass "system-keyboard"
[     6.618] (II) Using input driver 'libinput' for 'Logitech G512 SE'
[     6.618] (**) Logitech G512 SE: always reports core events
[     6.618] (**) Option "Device" "/dev/input/event3"
[     6.618] (II) event3  - Logitech G512 SE: is tagged by udev as: Keyboard
[     6.618] (II) event3  - Logitech G512 SE: device is a keyboard
[     6.619] (II) event3  - Logitech G512 SE: device removed
[     6.657] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-5/1-5:1.0/0003:046D:C342.0001/input/input3/event3"
[     6.657] (II) XINPUT: Adding extended input device "Logitech G512 SE" (type: KEYBOARD, id 8)
[     6.657] (**) Option "xkb_layout" "gb"
[     6.658] (II) event3  - Logitech G512 SE: is tagged by udev as: Keyboard
[     6.658] (II) event3  - Logitech G512 SE: device is a keyboard
[     6.658] (II) config/udev: Adding input device Logitech G512 SE Keyboard (/dev/input/event4)
[     6.658] (**) Logitech G512 SE Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.658] (**) Logitech G512 SE Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.658] (**) Logitech G512 SE Keyboard: Applying InputClass "system-keyboard"
[     6.658] (II) Using input driver 'libinput' for 'Logitech G512 SE Keyboard'
[     6.658] (**) Logitech G512 SE Keyboard: always reports core events
[     6.658] (**) Option "Device" "/dev/input/event4"
[     6.659] (II) event4  - Logitech G512 SE Keyboard: is tagged by udev as: Keyboard
[     6.659] (II) event4  - Logitech G512 SE Keyboard: device is a keyboard
[     6.659] (II) event4  - Logitech G512 SE Keyboard: device removed
[     6.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-5/1-5:1.1/0003:046D:C342.0002/input/input4/event4"
[     6.683] (II) XINPUT: Adding extended input device "Logitech G512 SE Keyboard" (type: KEYBOARD, id 9)
[     6.683] (**) Option "xkb_layout" "gb"
[     6.684] (II) event4  - Logitech G512 SE Keyboard: is tagged by udev as: Keyboard
[     6.684] (II) event4  - Logitech G512 SE Keyboard: device is a keyboard
[     6.685] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[     6.685] (II) No input driver specified, ignoring this device.
[     6.685] (II) This device may have been added with another device file.
[     6.685] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[     6.685] (II) No input driver specified, ignoring this device.
[     6.685] (II) This device may have been added with another device file.
[     6.685] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[     6.685] (II) No input driver specified, ignoring this device.
[     6.685] (II) This device may have been added with another device file.
[     6.685] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[     6.685] (II) No input driver specified, ignoring this device.
[     6.685] (II) This device may have been added with another device file.
[     6.685] (II) config/udev: Adding input device HP, Inc HyperX SoloCast (/dev/input/event5)
[     6.685] (II) No input driver specified, ignoring this device.
[     6.685] (II) This device may have been added with another device file.
[     6.686] (II) config/udev: Adding input device HP, Inc HyperX SoloCast Consumer Control (/dev/input/event6)
[     6.686] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "evdev keyboard catchall"
[     6.686] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.686] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "system-keyboard"
[     6.686] (II) Using input driver 'libinput' for 'HP, Inc HyperX SoloCast Consumer Control'
[     6.686] (**) HP, Inc HyperX SoloCast Consumer Control: always reports core events
[     6.686] (**) Option "Device" "/dev/input/event6"
[     6.686] (II) event6  - HP, Inc HyperX SoloCast Consumer Control: is tagged by udev as: Keyboard
[     6.687] (II) event6  - HP, Inc HyperX SoloCast Consumer Control: device is a keyboard
[     6.687] (II) event6  - HP, Inc HyperX SoloCast Consumer Control: device removed
[     6.700] (II) libinput: HP, Inc HyperX SoloCast Consumer Control: needs a virtual subdevice
[     6.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-2/5-2:1.2/0003:03F0:078B.0003/input/input8/event6"
[     6.700] (II) XINPUT: Adding extended input device "HP, Inc HyperX SoloCast Consumer Control" (type: MOUSE, id 10)
[     6.700] (**) Option "AccelerationScheme" "none"
[     6.700] (**) HP, Inc HyperX SoloCast Consumer Control: (accel) selected scheme none/0
[     6.700] (**) HP, Inc HyperX SoloCast Consumer Control: (accel) acceleration factor: 2.000
[     6.700] (**) HP, Inc HyperX SoloCast Consumer Control: (accel) acceleration threshold: 4
[     6.701] (II) event6  - HP, Inc HyperX SoloCast Consumer Control: is tagged by udev as: Keyboard
[     6.701] (II) event6  - HP, Inc HyperX SoloCast Consumer Control: device is a keyboard
[     6.701] (II) config/udev: Adding input device HP, Inc HyperX SoloCast (/dev/input/event7)
[     6.701] (**) HP, Inc HyperX SoloCast: Applying InputClass "evdev keyboard catchall"
[     6.701] (**) HP, Inc HyperX SoloCast: Applying InputClass "libinput keyboard catchall"
[     6.701] (**) HP, Inc HyperX SoloCast: Applying InputClass "system-keyboard"
[     6.701] (II) Using input driver 'libinput' for 'HP, Inc HyperX SoloCast'
[     6.701] (**) HP, Inc HyperX SoloCast: always reports core events
[     6.701] (**) Option "Device" "/dev/input/event7"
[     6.702] (II) event7  - HP, Inc HyperX SoloCast: is tagged by udev as: Keyboard
[     6.702] (II) event7  - HP, Inc HyperX SoloCast: device is a keyboard
[     6.702] (II) event7  - HP, Inc HyperX SoloCast: device removed
[     6.733] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-2/5-2:1.2/0003:03F0:078B.0003/input/input9/event7"
[     6.733] (II) XINPUT: Adding extended input device "HP, Inc HyperX SoloCast" (type: KEYBOARD, id 11)
[     6.733] (**) Option "xkb_layout" "gb"
[     6.734] (II) event7  - HP, Inc HyperX SoloCast: is tagged by udev as: Keyboard
[     6.734] (II) event7  - HP, Inc HyperX SoloCast: device is a keyboard
[     6.735] (II) config/udev: Adding input device Logitech G502 HERO SE (/dev/input/event8)
[     6.735] (**) Logitech G502 HERO SE: Applying InputClass "evdev pointer catchall"
[     6.735] (**) Logitech G502 HERO SE: Applying InputClass "libinput pointer catchall"
[     6.735] (II) Using input driver 'libinput' for 'Logitech G502 HERO SE'
[     6.735] (**) Logitech G502 HERO SE: always reports core events
[     6.735] (**) Option "Device" "/dev/input/event8"
[     6.791] (II) event8  - Logitech G502 HERO SE: is tagged by udev as: Mouse
[     6.791] (II) event8  - Logitech G502 HERO SE: device set to 2400 DPI
[     6.791] (II) event8  - Logitech G502 HERO SE: device is a pointer
[     6.792] (II) event8  - Logitech G502 HERO SE: device removed
[     6.827] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-3/5-3:1.0/0003:046D:C08B.0004/input/input14/event8"
[     6.827] (II) XINPUT: Adding extended input device "Logitech G502 HERO SE" (type: MOUSE, id 12)
[     6.827] (**) Option "AccelerationScheme" "none"
[     6.827] (**) Logitech G502 HERO SE: (accel) selected scheme none/0
[     6.827] (**) Logitech G502 HERO SE: (accel) acceleration factor: 2.000
[     6.827] (**) Logitech G502 HERO SE: (accel) acceleration threshold: 4
[     6.884] (II) event8  - Logitech G502 HERO SE: is tagged by udev as: Mouse
[     6.885] (II) event8  - Logitech G502 HERO SE: device set to 2400 DPI
[     6.885] (II) event8  - Logitech G502 HERO SE: device is a pointer
[     6.885] (II) config/udev: Adding input device Logitech G502 HERO SE (/dev/input/mouse0)
[     6.885] (II) No input driver specified, ignoring this device.
[     6.885] (II) This device may have been added with another device file.
[     6.886] (II) config/udev: Adding input device Logitech G502 HERO SE Keyboard (/dev/input/event13)
[     6.886] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.886] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.886] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "system-keyboard"
[     6.886] (II) Using input driver 'libinput' for 'Logitech G502 HERO SE Keyboard'
[     6.886] (**) Logitech G502 HERO SE Keyboard: always reports core events
[     6.886] (**) Option "Device" "/dev/input/event13"
[     6.888] (II) event13 - Logitech G502 HERO SE Keyboard: is tagged by udev as: Keyboard
[     6.888] (II) event13 - Logitech G502 HERO SE Keyboard: device is a keyboard
[     6.888] (II) event13 - Logitech G502 HERO SE Keyboard: device removed
[     6.910] (II) libinput: Logitech G502 HERO SE Keyboard: needs a virtual subdevice
[     6.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-3/5-3:1.1/0003:046D:C08B.0005/input/input15/event13"
[     6.910] (II) XINPUT: Adding extended input device "Logitech G502 HERO SE Keyboard" (type: MOUSE, id 13)
[     6.910] (**) Option "AccelerationScheme" "none"
[     6.910] (**) Logitech G502 HERO SE Keyboard: (accel) selected scheme none/0
[     6.910] (**) Logitech G502 HERO SE Keyboard: (accel) acceleration factor: 2.000
[     6.910] (**) Logitech G502 HERO SE Keyboard: (accel) acceleration threshold: 4
[     6.911] (II) event13 - Logitech G502 HERO SE Keyboard: is tagged by udev as: Keyboard
[     6.912] (II) event13 - Logitech G502 HERO SE Keyboard: device is a keyboard
[     6.912] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event14)
[     6.912] (II) No input driver specified, ignoring this device.
[     6.912] (II) This device may have been added with another device file.
[     6.913] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event15)
[     6.913] (II) No input driver specified, ignoring this device.
[     6.913] (II) This device may have been added with another device file.
[     6.913] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event16)
[     6.913] (II) No input driver specified, ignoring this device.
[     6.913] (II) This device may have been added with another device file.
[     6.913] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event17)
[     6.913] (II) No input driver specified, ignoring this device.
[     6.913] (II) This device may have been added with another device file.
[     6.914] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event18)
[     6.914] (II) No input driver specified, ignoring this device.
[     6.914] (II) This device may have been added with another device file.
[     6.914] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event19)
[     6.914] (II) No input driver specified, ignoring this device.
[     6.914] (II) This device may have been added with another device file.
[     6.914] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event20)
[     6.914] (II) No input driver specified, ignoring this device.
[     6.914] (II) This device may have been added with another device file.
[     6.914] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event21)
[     6.915] (II) No input driver specified, ignoring this device.
[     6.915] (II) This device may have been added with another device file.
[     6.915] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     6.915] (II) No input driver specified, ignoring this device.
[     6.915] (II) This device may have been added with another device file.
[     6.920] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "evdev keyboard catchall"
[     6.920] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.920] (**) HP, Inc HyperX SoloCast Consumer Control: Applying InputClass "system-keyboard"
[     6.920] (II) Using input driver 'libinput' for 'HP, Inc HyperX SoloCast Consumer Control'
[     6.920] (**) HP, Inc HyperX SoloCast Consumer Control: always reports core events
[     6.920] (**) Option "Device" "/dev/input/event6"
[     6.920] (II) libinput: HP, Inc HyperX SoloCast Consumer Control: is a virtual subdevice
[     6.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-2/5-2:1.2/0003:03F0:078B.0003/input/input8/event6"
[     6.920] (II) XINPUT: Adding extended input device "HP, Inc HyperX SoloCast Consumer Control" (type: KEYBOARD, id 14)
[     6.920] (**) Option "xkb_layout" "gb"
[     6.920] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.920] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.920] (**) Logitech G502 HERO SE Keyboard: Applying InputClass "system-keyboard"
[     6.920] (II) Using input driver 'libinput' for 'Logitech G502 HERO SE Keyboard'
[     6.920] (**) Logitech G502 HERO SE Keyboard: always reports core events
[     6.920] (**) Option "Device" "/dev/input/event13"
[     6.920] (II) libinput: Logitech G502 HERO SE Keyboard: is a virtual subdevice
[     6.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb5/5-3/5-3:1.1/0003:046D:C08B.0005/input/input15/event13"
[     6.920] (II) XINPUT: Adding extended input device "Logitech G502 HERO SE Keyboard" (type: KEYBOARD, id 15)
[     6.920] (**) Option "xkb_layout" "gb"
[    14.936] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): connected
[    14.936] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): Internal DisplayPort
[    14.936] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): 2660.0 MHz maximum pixel clock
[    14.936] (--) NVIDIA(GPU-0): 
[    14.938] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    14.938] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.938] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.938] (--) NVIDIA(GPU-0): 
[    14.939] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    14.939] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    14.939] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    14.939] (--) NVIDIA(GPU-0): 
[    14.939] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[    14.939] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[    14.939] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 2660.0 MHz maximum pixel clock
[    14.939] (--) NVIDIA(GPU-0): 
[    14.941] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    14.941] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    14.941] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    14.941] (--) NVIDIA(GPU-0): 
[    14.941] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    14.941] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    14.941] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[    14.941] (--) NVIDIA(GPU-0): 
[    14.941] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    14.941] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    14.941] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    14.941] (--) NVIDIA(GPU-0): 
[    15.510] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): connected
[    15.510] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): Internal DisplayPort
[    15.510] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): 2660.0 MHz maximum pixel clock
[    15.510] (--) NVIDIA(GPU-0): 
[    15.512] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    15.512] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    15.512] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    15.512] (--) NVIDIA(GPU-0): 
[    15.512] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.512] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.512] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.512] (--) NVIDIA(GPU-0): 
[    15.512] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[    15.512] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[    15.512] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 2660.0 MHz maximum pixel clock
[    15.512] (--) NVIDIA(GPU-0): 
[    15.515] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    15.515] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    15.515] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    15.515] (--) NVIDIA(GPU-0): 
[    15.515] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    15.515] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    15.515] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[    15.515] (--) NVIDIA(GPU-0): 
[    15.515] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    15.515] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    15.515] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    15.515] (--) NVIDIA(GPU-0): 
[    15.581] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): connected
[    15.581] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): Internal DisplayPort
[    15.581] (--) NVIDIA(GPU-0): Asustek Computer Inc VG278 (DFP-0): 2660.0 MHz maximum pixel clock
[    15.581] (--) NVIDIA(GPU-0): 
[    15.583] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    15.583] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    15.583] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    15.583] (--) NVIDIA(GPU-0): 
[    15.583] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.583] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.583] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.583] (--) NVIDIA(GPU-0): 
[    15.583] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[    15.583] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[    15.583] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 2660.0 MHz maximum pixel clock
[    15.583] (--) NVIDIA(GPU-0): 
[    15.586] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    15.586] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    15.586] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    15.586] (--) NVIDIA(GPU-0): 
[    15.586] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    15.586] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    15.586] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[    15.586] (--) NVIDIA(GPU-0): 
[    15.586] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    15.586] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    15.586] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    15.586] (--) NVIDIA(GPU-0): 
[    76.298] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_100 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-2: 3840x2160_60 @3840x2160 +1920+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   110.108] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_144 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-2: 3840x2160_60 @3840x2160 +1920+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   120.350] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_120 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-2: 3840x2160_60 @3840x2160 +1920+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   132.282] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_100 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-2: 3840x2160_60 @3840x2160 +1920+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"

nvidia-smi

Sat Mar 11 19:44:55 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.89.02    Driver Version: 525.89.02    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:07:00.0  On |                  N/A |
|  0%   44C    P5    27W / 175W |    973MiB /  8192MiB |     33%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A       658      G   /usr/lib/Xorg                     396MiB |
|    0   N/A  N/A       728      G   /usr/bin/kwalletd5                  2MiB |
|    0   N/A  N/A       796      G   /usr/bin/ksmserver                  2MiB |
|    0   N/A  N/A       798      G   /usr/bin/kded5                      2MiB |
|    0   N/A  N/A       799      G   /usr/bin/kwin_x11                 126MiB |
|    0   N/A  N/A       836      G   /usr/bin/plasmashell               60MiB |
|    0   N/A  N/A       861      G   ...de-authentication-agent-1        2MiB |
|    0   N/A  N/A       863      G   ...ib/xdg-desktop-portal-kde        2MiB |
|    0   N/A  N/A       949      G   /usr/bin/msm_kde_notifier           2MiB |
|    0   N/A  N/A       950      G   /usr/lib/kdeconnectd                2MiB |
|    0   N/A  N/A       965      G   /usr/bin/kaccess                    2MiB |
|    0   N/A  N/A       971      G   /usr/bin/pamac-tray-plasma          2MiB |
|    0   N/A  N/A      1099      G   /usr/lib/firefox/firefox          326MiB |
|    0   N/A  N/A      2284      G   /usr/bin/systemsettings5           26MiB |
|    0   N/A  N/A      2759      G   /usr/lib/baloorunner                2MiB |
|    0   N/A  N/A      2786      G   /usr/bin/konsole                    2MiB |
|    0   N/A  N/A      4344      G   /usr/bin/nvidia-settings            2MiB |
+-----------------------------------------------------------------------------+


** inxi --admin --verbosity=7 --filter --width **

System:
  Kernel: 6.1.12-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=f0b2ecd7-e717-4dea-bc50-484024f3f0b2 rw quiet splash
    udev.log_priority=3
  Desktop: KDE Plasma v: 5.26.5 tk: Qt v: 5.15.8 wm: kwin_x11 vt: 1 dm: SDDM
    Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop Mobo: Gigabyte model: B450 AORUS M serial: <superuser required>
    UEFI: American Megatrends LLC. v: F63d date: 07/26/2022
Battery:
  Message: No system battery data found. Is one present?
Memory:
  RAM: total: 31.27 GiB used: 3.69 GiB (11.8%)
  RAM Report: permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 7 3800X bits: 64 type: MT MCP arch: Zen 2 gen: 3
    level: v3 note: check built: 2020-22 process: TSMC n7 (7nm) family: 0x17 (23)
    model-id: 0x71 (113) stepping: 0 microcode: 0x8701021
  Topology: cpus: 1x cores: 8 tpc: 2 threads: 16 smt: enabled cache:
    L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB desc: 8x512 KiB L3: 32 MiB
    desc: 2x16 MiB
  Speed (MHz): avg: 2440 high: 4484 min/max: 2200/4654 boost: enabled
    scaling: driver: acpi-cpufreq governor: schedutil cores: 1: 1998 2: 4168
    3: 1973 4: 1996 5: 2200 6: 2067 7: 2017 8: 2030 9: 2007 10: 4484 11: 2012
    12: 1999 13: 3640 14: 2200 15: 2058 16: 2200 bogomips: 124631
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid
    f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb ibs
    irperf lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor movbe
    msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae
    pat pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a
    rdtscp rep_good sep sev sev_es sha_ni skinit smap smca smep ssbd sse sse2
    sse4_1 sse4_2 sse4a ssse3 stibp succor svm svm_lock syscall tce topoext
    tsc tsc_scale umip v_spec_ctrl v_vmsave_vmload vgif vmcb_clean vme vmmcall
    wbnoinvd wdt x2apic xgetbv1 xsave xsavec xsaveerptr xsaveopt xsaves
  Vulnerabilities:
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT enabled with STIBP
    protection
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines, IBPB: conditional, STIBP:
    always-on, RSB filling, PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] vendor: Gigabyte
    driver: nvidia v: 525.89.02 alternate: nouveau,nvidia_drm non-free: 525.xx+
    status: current (as of 2023-02) arch: Turing code: TUxxx
    process: TSMC 12nm FF built: 2018-22 pcie: gen: 2 speed: 5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 07:00.0 chip-ID: 10de:1f06
    class-ID: 0300
  Display: x11 server: X.Org v: 21.1.7 compositor: kwin_x11 driver: X:
    loaded: nvidia gpu: nvidia display-ID: :0 screens: 1
  Screen-1: 0 s-res: 5760x2160 s-dpi: 81 s-size: 1806x686mm (71.10x27.01")
    s-diag: 1932mm (76.06")
  Monitor-1: DP-0 pos: primary,left res: 1920x1080 dpi: 82
    size: 598x336mm (23.54x13.23") diag: 686mm (27.01") modes: N/A
  Monitor-2: DP-2 pos: right res: 3840x2160 hz: 60 dpi: 163
    size: 600x340mm (23.62x13.39") diag: 690mm (27.15") modes: N/A
  API: OpenGL v: 4.6.0 NVIDIA 525.89.02 renderer: NVIDIA GeForce RTX 2060
    SUPER/PCIe/SSE2 direct-render: Yes
Audio:
  Device-1: NVIDIA TU106 High Definition Audio vendor: Gigabyte
    driver: snd_hda_intel v: kernel bus-ID: 5-2:2 pcie: chip-ID: 03f0:078b gen: 3
    class-ID: 0300 speed: 8 GT/s lanes: 16 bus-ID: 07:00.1 chip-ID: 10de:10f9
    class-ID: 0403
  Device-2: AMD Starship/Matisse HD Audio vendor: Gigabyte
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 09:00.4 chip-ID: 1022:1487 class-ID: 0403
  Device-3: HP HyperX SoloCast type: USB
    driver: hid-generic,snd-usb-audio,usbhid
  Sound API: ALSA v: k6.1.12-1-MANJARO running: yes
  Sound Server-1: JACK v: 1.9.22 running: no
  Sound Server-2: PulseAudio v: 16.1 running: yes
  Sound Server-3: PipeWire v: 0.3.65 running: yes
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Gigabyte driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: e000 bus-ID: 04:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Device-2: Realtek RTL8192EE PCIe Wireless Network Adapter driver: rtl8192ee
    v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: d000 bus-ID: 06:00.0
    chip-ID: 10ec:818b class-ID: 0280
  IF: wlp6s0 state: down mac: <filter>
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 2.27 TiB used: 66.74 GiB (2.9%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung
    model: SSD 970 EVO Plus 500GB size: 465.76 GiB block-size: physical: 512 B
    logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: 2B2QEXM7 temp: 43.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST2000DM008-2FR102
    size: 1.82 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    type: HDD rpm: 7200 serial: <filter> rev: 0001 scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 100 GiB size: 97.87 GiB (97.87%) used: 12.63 GiB (12.9%)
    fs: ext4 dev: /dev/nvme0n1p3 maj-min: 259:3 label: N/A
    uuid: f0b2ecd7-e717-4dea-bc50-484024f3f0b2
  ID-2: /boot/efi raw-size: 512 MiB size: 511 MiB (99.80%)
    used: 312 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1
    label: EFI-BOOT uuid: FAF0-B054
  ID-3: /home raw-size: 365.26 GiB size: 358.46 GiB (98.14%)
    used: 54.11 GiB (15.1%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2
    label: HOME uuid: e190dbe5-b01b-4703-856d-3d5a49618bbc
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 16 MiB fs: <superuser required> label: N/A
    uuid: N/A
  ID-2: /dev/sda2 maj-min: 8:2 size: 1.82 TiB fs: ntfs label: E
    uuid: D05A9F205A9F0300
USB:
  Hub-1: 1-0:1 info: Hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900
  Device-1: 1-5:2 info: Logitech G512 SE type: Keyboard,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s power: 500mA
    chip-ID: 046d:c342 class-ID: 0300 serial: <filter>
  Hub-2: 2-0:1 info: Super-speed hub ports: 4 rev: 3.1 speed: 10 Gb/s
    chip-ID: 1d6b:0003 class-ID: 0900
  Hub-3: 3-0:1 info: Hi-speed hub with single TT ports: 2 rev: 2.0
    speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900
  Hub-4: 4-0:1 info: Super-speed hub ports: 4 rev: 3.1 speed: 10 Gb/s
    chip-ID: 1d6b:0003 class-ID: 0900
  Hub-5: 5-0:1 info: Hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900
  Device-1: 5-2:2 info: HP HyperX SoloCast type: Audio,HID
    driver: hid-generic,snd-usb-audio,usbhid interfaces: 3 rev: 1.1
    speed: 12 Mb/s power: 100mA chip-ID: 03f0:078b class-ID: 0300
  Device-2: 5-3:3 info: Logitech G502 SE HERO Gaming Mouse type: Mouse,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s power: 300mA
    chip-ID: 046d:c08b class-ID: 0300 serial: <filter>
  Hub-6: 6-0:1 info: Super-speed hub ports: 4 rev: 3.1 speed: 10 Gb/s
    chip-ID: 1d6b:0003 class-ID: 0900
Sensors:
  System Temperatures: cpu: 49.9 C mobo: N/A gpu: nvidia temp: 44 C
  Fan Speeds (RPM): N/A gpu: nvidia fan: 0%
Info:
  Processes: 330 Uptime: 35m wakeups: 0 Init: systemd v: 252 default: graphical
  tool: systemctl Compilers: gcc: 12.2.1 clang: 15.0.7 Packages: pm: pacman
  pkgs: 1333 libs: 412 tools: pamac,yay pm: flatpak pkgs: 0 Shell: Zsh v: 5.9
  default: Bash v: 5.1.16 running-in: konsole inxi: 3.3.25

mhwd -l -li

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI


Warning: No installed USB configs!
> 0000:07:00.0 (0300:10de:1f06) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI
    video-nvidia-470xx            2021.11.04               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> 0000:04:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


**/etc/X11/mhwd.d/nvidia.conf **

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 525.89.02

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Asustek Computer Inc VG278"
    HorizSync       160.0 - 160.0
    VertRefresh     40.0 - 144.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce RTX 2060 SUPER"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DP-0: 1920x1080_144 +0+0, DP-2: 3840x2160_60 +1920+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection