Hi everyone,
when working remotely i usually connected to my work PC using x11vnc with my monitor turned off. After upgrading from Linux Mint 20.3 to 21.2 (which included driver update from 510.60.02 to 535.113.01) this solution doesnt work anymore. Here is how I set it up before the upgrade. I created a /etc/X11/xorg.conf using sudo nvidia-xconfig
and added Option “AllowEmptyInitialConfiguration” “True” to the device section (full config below). My monitor at work is usually turned off or I would turn it off with xrandr --output DP-0 --off
(https://unix.stackexchange.com/questions/140854/remotely-turn-off-display-output)
I connect via ssh and start the vnc server on remote. On my client (running Mint 21.2), I connect using remmina:
sudo x11vnc -create -rfbauth ~/.vnc/passwd -display :0 -N -auth /var/run/lightdm/root/:0
Turning off the monitor had the side effect that the resolution is set to 640x480 (or something low at least) and I changed the resolution using this command:
xrandr -d :0 --fb 3440x1440
(which is the native resolution of my client monitor)
After the upgrade, I can successfully connect to vnc on remote and everything works when the remote monitor is turned on (with the resolution of the monitor and I cannot change it to 3440x1440) but when I turn the monitor off, also the vnc turns black. The terminal output is attached below.
I tried to generate a new xorg.conf after the upgrade but it is still the same. Again I added the Option “AllowEmptyInitialConfiguration” “true”.
Another change I noticed is that I need to use DISPLAY=:0 XAUTHORITY=/var/run/lightdm/root/:0 sudo in front of the xrandr commands. Im not sure I had to do this before.
Ideally, I would want the initial behaviour back, so I can turn of the remote monitor and set the resolution to a custom value, but I cant even pinpoint what causes the problem. Do you have any ideas?
One thing I noticed is that when running xrandr --output DP-0 --off it results in
[ 189.032] (II) NVIDIA(0): Setting mode "NULL"
Maybe it has somthing to do with that?
Thank you in advance!
New /etc/X11/xorg.conf after upgrade and running nvidia-xconfig again
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 535.113.01
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "AllowEmptyInitialConfiguration" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Terminal output
##@##:~$ ssh ##@##.##.##.##
##@##.##.##.##'s password:
Permission denied, please try again.
##@##.##.##.##'s password:
Last login: Wed Oct 18 16:54:52 2023 from ##.##.##.##
##@##:~$ sudo x11vnc -create -rfbauth ~/.vnc/passwd -display :0 -N -auth /var/run/lightdm/root/:0
[sudo] password for ##:
18/10/2023 16:56:07 passing arg to libvncserver: -rfbauth
18/10/2023 16:56:07 passing arg to libvncserver: /home/##/.vnc/passwd
18/10/2023 16:56:07 x11vnc version: 0.9.16 lastmod: 2019-01-05 pid: 1576
18/10/2023 16:56:07 Using X display :0
18/10/2023 16:56:07 rootwin: 0x1d3 reswin: 0x800001 dpy: 0xa1ca050
18/10/2023 16:56:07
18/10/2023 16:56:07 ------------------ USEFUL INFORMATION ------------------
18/10/2023 16:56:07 X DAMAGE available on display, using it for polling hints.
18/10/2023 16:56:07 To disable this behavior use: '-noxdamage'
18/10/2023 16:56:07
18/10/2023 16:56:07 Most compositing window managers like 'compiz' or 'beryl'
18/10/2023 16:56:07 cause X DAMAGE to fail, and so you may not see any screen
18/10/2023 16:56:07 updates via VNC. Either disable 'compiz' (recommended) or
18/10/2023 16:56:07 supply the x11vnc '-noxdamage' command line option.
18/10/2023 16:56:07
18/10/2023 16:56:07 Wireframing: -wireframe mode is in effect for window moves.
18/10/2023 16:56:07 If this yields undesired behavior (poor response, painting
18/10/2023 16:56:07 errors, etc) it may be disabled:
18/10/2023 16:56:07 - use '-nowf' to disable wireframing completely.
18/10/2023 16:56:07 - use '-nowcr' to disable the Copy Rectangle after the
18/10/2023 16:56:07 moved window is released in the new position.
18/10/2023 16:56:07 Also see the -help entry for tuning parameters.
18/10/2023 16:56:07 You can press 3 Alt_L's (Left "Alt" key) in a row to
18/10/2023 16:56:07 repaint the screen, also see the -fixscreen option for
18/10/2023 16:56:07 periodic repaints.
18/10/2023 16:56:07
18/10/2023 16:56:07 XFIXES available on display, resetting cursor mode
18/10/2023 16:56:07 to: '-cursor most'.
18/10/2023 16:56:07 to disable this behavior use: '-cursor arrow'
18/10/2023 16:56:07 or '-noxfixes'.
18/10/2023 16:56:07 using XFIXES for cursor drawing.
18/10/2023 16:56:07 GrabServer control via XTEST.
18/10/2023 16:56:07
18/10/2023 16:56:07 Scroll Detection: -scrollcopyrect mode is in effect to
18/10/2023 16:56:07 use RECORD extension to try to detect scrolling windows
18/10/2023 16:56:07 (induced by either user keystroke or mouse input).
18/10/2023 16:56:07 If this yields undesired behavior (poor response, painting
18/10/2023 16:56:07 errors, etc) it may be disabled via: '-noscr'
18/10/2023 16:56:07 Also see the -help entry for tuning parameters.
18/10/2023 16:56:07 You can press 3 Alt_L's (Left "Alt" key) in a row to
18/10/2023 16:56:07 repaint the screen, also see the -fixscreen option for
18/10/2023 16:56:07 periodic repaints.
18/10/2023 16:56:07
18/10/2023 16:56:07 XKEYBOARD:
18/10/2023 16:56:07 Switching to -xkb mode to recover these keysyms:
18/10/2023 16:56:07 xkb noxkb Keysym ("X" means present)
18/10/2023 16:56:07 --- ----- -----------------------------
18/10/2023 16:56:07 X 0x40 at
18/10/2023 16:56:07 X 0x5b bracketleft
18/10/2023 16:56:07 X 0x5d bracketright
18/10/2023 16:56:07 X 0x7b braceleft
18/10/2023 16:56:07 X 0x7d braceright
18/10/2023 16:56:07 X 0x7c bar
18/10/2023 16:56:07 X 0x5c backslash
18/10/2023 16:56:07
18/10/2023 16:56:07 If this makes the key mapping worse you can
18/10/2023 16:56:07 disable it with the "-noxkb" option.
18/10/2023 16:56:07
18/10/2023 16:56:07
18/10/2023 16:56:07 X FBPM extension not supported.
18/10/2023 16:56:07 X display is capable of DPMS.
18/10/2023 16:56:07 --------------------------------------------------------
18/10/2023 16:56:07
18/10/2023 16:56:07 Default visual ID: 0x21
18/10/2023 16:56:07 Read initial data from X display into framebuffer.
18/10/2023 16:56:07 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/7680
18/10/2023 16:56:07
18/10/2023 16:56:07 X display :0 is 32bpp depth=24 true color
18/10/2023 16:56:07
18/10/2023 16:56:07 Listening for VNC connections on TCP port 5900
18/10/2023 16:56:07 Listening for VNC connections on TCP6 port 5900
18/10/2023 16:56:07 listen6: bind: Address already in use
18/10/2023 16:56:07 Not listening on IPv6 interface.
18/10/2023 16:56:07
18/10/2023 16:56:07 Xinerama is present and active (e.g. multi-head).
18/10/2023 16:56:07 Xinerama: number of sub-screens: 1
18/10/2023 16:56:07 Xinerama: no blackouts needed (only one sub-screen)
18/10/2023 16:56:07
18/10/2023 16:56:07 fb read rate: 1821 MB/sec
18/10/2023 16:56:07 fast read: reset -wait ms to: 10
18/10/2023 16:56:07 fast read: reset -defer ms to: 10
18/10/2023 16:56:07 The X server says there are 20 mouse buttons.
18/10/2023 16:56:07 screen setup finished.
18/10/2023 16:56:07
The VNC desktop is: ##:0
PORT=5900
******************************************************************************
Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?
The scheme stores pixel data offscreen on the VNC viewer side for faster
retrieval. It should work with any VNC viewer. Try it by running:
x11vnc -ncache 10 ...
One can also add -ncache_cr for smooth 'copyrect' window motion.
More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching
18/10/2023 16:56:10 Got connection from client ##.##.##.##
18/10/2023 16:56:10 0 other clients
18/10/2023 16:56:10 Normal socket connection
18/10/2023 16:56:10 Disabled X server key autorepeat.
18/10/2023 16:56:10 to force back on run: 'xset r on' (3 times)
18/10/2023 16:56:10 incr accepted_client=1 for ##.##.##.##:55198 sock=10
18/10/2023 16:56:10 Client Protocol Version 3.8
18/10/2023 16:56:10 Protocol version sent 3.8, using 3.8
18/10/2023 16:56:10 rfbProcessClientSecurityType: executing handler for type 2
18/10/2023 16:56:10 Pixel format for client ##.##.##.##:
18/10/2023 16:56:10 32 bpp, depth 24, little endian
18/10/2023 16:56:10 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:56:10 no translation needed
18/10/2023 16:56:10 Using compression level 1 for client ##.##.##.##
18/10/2023 16:56:10 Enabling X-style cursor updates for client ##.##.##.##
18/10/2023 16:56:10 Enabling full-color cursor updates for client ##.##.##.##
18/10/2023 16:56:10 Enabling cursor position updates for client ##.##.##.##
18/10/2023 16:56:10 Enabling KeyboardLedState protocol extension for client ##.##.##.##
18/10/2023 16:56:10 Enabling NewFBSize protocol extension for client ##.##.##.##
18/10/2023 16:56:10 Enabling SupportedMessages protocol extension for client ##.##.##.##
18/10/2023 16:56:10 Enabling SupportedEncodings protocol extension for client ##.##.##.##
18/10/2023 16:56:10 Enabling ServerIdentity protocol extension for client ##.##.##.##
18/10/2023 16:56:10 Using zlib encoding for client ##.##.##.##
18/10/2023 16:56:11 client 1 network rate 10379.0 KB/sec (15549.1 eff KB/sec)
18/10/2023 16:56:11 client 1 latency: 19.3 ms
18/10/2023 16:56:11 dt1: 0.4512, dt2: 0.1513 dt3: 0.0193 bytes: 6152734
18/10/2023 16:56:11 link_rate: LR_UNKNOWN - 19 ms, 10379 KB/s
18/10/2023 16:56:11 client_set_net: ##.##.##.## 0.0013
18/10/2023 16:56:11 created xdamage object: 0x800040
18/10/2023 16:56:11 copy_tiles: allocating first_line at size 61
18/10/2023 16:56:20 check_xrandr_event():
18/10/2023 16:56:20 Detected XRANDR event at location 'check_xevents':
18/10/2023 16:56:20 check_xrandr_event: no change detected.
18/10/2023 16:56:20 check_xrandr_event: enabling full XRANDR trapping anyway.
18/10/2023 16:56:21 Battling with something for -norepeat!! (1 resets left)
18/10/2023 16:56:21 Disabled X server key autorepeat.
18/10/2023 16:56:21 to force back on run: 'xset r on' (2 times)
18/10/2023 16:56:25 created selwin: 0x800041
18/10/2023 16:56:25 called initialize_xfixes()
^Z
[1]+ Stopped sudo x11vnc -create -rfbauth ~/.vnc/passwd -display :0 -N -auth /var/run/lightdm/root/:0
##@##:~$ bg
[1]+ sudo x11vnc -create -rfbauth ~/.vnc/passwd -display :0 -N -auth /var/run/lightdm/root/:0 &
##@##:~$ XAUTHORITY=/var/run/lightdm/root/:0 sudo xrandr -d :0 --output DP-0 --off
##@##:~$ 18/10/2023 16:56:42 check_xrandr_event():
18/10/2023 16:56:42 Detected XRANDR event at location 'check_xevents':
18/10/2023 16:56:42 serial: 26207
18/10/2023 16:56:42 timestamp: 167685
18/10/2023 16:56:42 cfg_timestamp: 14719
18/10/2023 16:56:42 size_id: 65535
18/10/2023 16:56:42 sub_pixel: 0
18/10/2023 16:56:42 rotation: 1
18/10/2023 16:56:42 width: 1920
18/10/2023 16:56:42 height: 1200
18/10/2023 16:56:42 mwidth: 524 mm
18/10/2023 16:56:42 mheight: 331 mm
18/10/2023 16:56:42
18/10/2023 16:56:42 check_xrandr_event: previous WxH: 1920x1200
18/10/2023 16:56:42 check_xrandr_event: no change detected.
18/10/2023 16:56:42 check_xrandr_event: updating config...
18/10/2023 16:56:42 check_xrandr_event: current WxH: 1920x1200
18/10/2023 16:56:42 check_xrandr_event(): returning control to caller...
18/10/2023 16:56:42 check_xrandr_event():
18/10/2023 16:56:42 Detected XRANDR event at location 'scan_display-set':
18/10/2023 16:56:42 serial: 26207
18/10/2023 16:56:42 timestamp: 189023
18/10/2023 16:56:42 cfg_timestamp: 14719
18/10/2023 16:56:42 size_id: 65535
18/10/2023 16:56:42 sub_pixel: 0
18/10/2023 16:56:42 rotation: 1
18/10/2023 16:56:42 width: 8
18/10/2023 16:56:42 height: 8
18/10/2023 16:56:42 mwidth: 2 mm
18/10/2023 16:56:42 mheight: 2 mm
18/10/2023 16:56:42
18/10/2023 16:56:42 check_xrandr_event: previous WxH: 1920x1200
18/10/2023 16:56:42 check_xrandr_event: updating config...
18/10/2023 16:56:42 xrandr_mode: default
18/10/2023 16:56:42 check_xrandr_event: trying to create new framebuffer...
18/10/2023 16:56:42 deleted 60 tile_row polling images.
18/10/2023 16:56:42 Default visual ID: 0x21
18/10/2023 16:56:42 Read initial data from X display into framebuffer.
18/10/2023 16:56:42 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/32
18/10/2023 16:56:42 rfbNewFramebuffer(0xa20f3d0, 0x0, 8, 8, 8, 1, 4)
18/10/2023 16:56:42 Pixel format for client ##.##.##.##:
18/10/2023 16:56:42 32 bpp, depth 24, little endian
18/10/2023 16:56:42 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:56:42
18/10/2023 16:56:42 X display :0 is 32bpp depth=24 true color
18/10/2023 16:56:42
18/10/2023 16:56:42 calling setTranslateFunction()...
18/10/2023 16:56:42 Pixel format for client ##.##.##.##:
18/10/2023 16:56:42 32 bpp, depth 24, little endian
18/10/2023 16:56:42 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:56:42 no translation needed
18/10/2023 16:56:42 done.
18/10/2023 16:56:42 check_xrandr_event: fb WxH: 8x8
18/10/2023 16:56:42 check_xrandr_event: current WxH: 8x8
18/10/2023 16:56:42 check_xrandr_event(): returning control to caller...
18/10/2023 16:56:42 Sending rfbEncodingNewFBSize for resize to (8x8)
##@##:~$ XAUTHORITY=/var/run/lightdm/root/:0 sudo xrandr -d :0 --fb 3440x1440
##@##:~$ 18/10/2023 16:56:57 check_xrandr_event():
18/10/2023 16:56:57 Detected XRANDR event at location 'check_xevents':
18/10/2023 16:56:57 serial: 26837
18/10/2023 16:56:57 timestamp: 189023
18/10/2023 16:56:57 cfg_timestamp: 14719
18/10/2023 16:56:57 size_id: 65535
18/10/2023 16:56:57 sub_pixel: 0
18/10/2023 16:56:57 rotation: 1
18/10/2023 16:56:57 width: 3440
18/10/2023 16:56:57 height: 1440
18/10/2023 16:56:57 mwidth: 860 mm
18/10/2023 16:56:57 mheight: 360 mm
18/10/2023 16:56:57
18/10/2023 16:56:57 check_xrandr_event: previous WxH: 8x8
18/10/2023 16:56:57 check_xrandr_event: updating config...
18/10/2023 16:56:57 xrandr_mode: default
18/10/2023 16:56:57 check_xrandr_event: trying to create new framebuffer...
18/10/2023 16:56:57 deleted 1 tile_row polling images.
18/10/2023 16:56:57 Default visual ID: 0x21
18/10/2023 16:56:57 Read initial data from X display into framebuffer.
18/10/2023 16:56:57 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/13760
18/10/2023 16:56:57 rfbNewFramebuffer(0xa20f3d0, 0x0, 3440, 1440, 8, 1, 4)
18/10/2023 16:56:57 Pixel format for client ##.##.##.##:
18/10/2023 16:56:57 32 bpp, depth 24, little endian
18/10/2023 16:56:57 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:56:57
18/10/2023 16:56:57 X display :0 is 32bpp depth=24 true color
18/10/2023 16:56:57
18/10/2023 16:56:57 calling setTranslateFunction()...
18/10/2023 16:56:57 Pixel format for client ##.##.##.##:
18/10/2023 16:56:57 32 bpp, depth 24, little endian
18/10/2023 16:56:57 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:56:57 no translation needed
18/10/2023 16:56:57 done.
18/10/2023 16:56:57 check_xrandr_event: fb WxH: 3440x1440
18/10/2023 16:56:57 check_xrandr_event: current WxH: 3440x1440
18/10/2023 16:56:57 check_xrandr_event(): returning control to caller...
18/10/2023 16:56:57 Sending rfbEncodingNewFBSize for resize to (3440x1440)
##@##:~$ XAUTHORITY=/var/run/lightdm/root/:0 sudo xrandr -d :0 --output DP-0 --auto
##@##:~$ 18/10/2023 16:58:21 check_xrandr_event():
18/10/2023 16:58:21 Detected XRANDR event at location 'check_xevents':
18/10/2023 16:58:21 serial: 29674
18/10/2023 16:58:21 timestamp: 189023
18/10/2023 16:58:21 cfg_timestamp: 14719
18/10/2023 16:58:21 size_id: 65535
18/10/2023 16:58:21 sub_pixel: 0
18/10/2023 16:58:21 rotation: 1
18/10/2023 16:58:21 width: 1920
18/10/2023 16:58:21 height: 1200
18/10/2023 16:58:21 mwidth: 480 mm
18/10/2023 16:58:21 mheight: 300 mm
18/10/2023 16:58:21
18/10/2023 16:58:21 check_xrandr_event: previous WxH: 3440x1440
18/10/2023 16:58:21 check_xrandr_event: updating config...
18/10/2023 16:58:21 xrandr_mode: default
18/10/2023 16:58:21 check_xrandr_event: trying to create new framebuffer...
18/10/2023 16:58:21 deleted 108 tile_row polling images.
18/10/2023 16:58:21 Default visual ID: 0x21
18/10/2023 16:58:21 Read initial data from X display into framebuffer.
18/10/2023 16:58:21 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/7680
18/10/2023 16:58:21 rfbNewFramebuffer(0xa20f3d0, 0x0, 1920, 1200, 8, 1, 4)
18/10/2023 16:58:21 Pixel format for client ##.##.##.##:
18/10/2023 16:58:21 32 bpp, depth 24, little endian
18/10/2023 16:58:21 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:58:21
18/10/2023 16:58:21 X display :0 is 32bpp depth=24 true color
18/10/2023 16:58:21
18/10/2023 16:58:21 calling setTranslateFunction()...
18/10/2023 16:58:21 Pixel format for client ##.##.##.##:
18/10/2023 16:58:21 32 bpp, depth 24, little endian
18/10/2023 16:58:21 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
18/10/2023 16:58:21 no translation needed
18/10/2023 16:58:21 done.
18/10/2023 16:58:21 check_xrandr_event: fb WxH: 1920x1200
18/10/2023 16:58:21 check_xrandr_event: current WxH: 1920x1200
18/10/2023 16:58:21 check_xrandr_event(): returning control to caller...
18/10/2023 16:58:21 check_xrandr_event():
18/10/2023 16:58:21 Detected XRANDR event at location 'scan_display-set':
18/10/2023 16:58:21 serial: 29674
18/10/2023 16:58:21 timestamp: 189023
18/10/2023 16:58:21 cfg_timestamp: 14719
18/10/2023 16:58:21 size_id: 0
18/10/2023 16:58:21 sub_pixel: 0
18/10/2023 16:58:21 rotation: 1
18/10/2023 16:58:21 width: 1920
18/10/2023 16:58:21 height: 1200
18/10/2023 16:58:21 mwidth: 480 mm
18/10/2023 16:58:21 mheight: 300 mm
18/10/2023 16:58:21
18/10/2023 16:58:21 check_xrandr_event: previous WxH: 1920x1200
18/10/2023 16:58:21 check_xrandr_event: no change detected.
18/10/2023 16:58:21 check_xrandr_event: updating config...
18/10/2023 16:58:21 check_xrandr_event: current WxH: 1920x1200
18/10/2023 16:58:21 check_xrandr_event(): returning control to caller...
18/10/2023 16:58:22 Sending rfbEncodingNewFBSize for resize to (1920x1200)
/var/log/Xorg.0.log
##@##:~$ cat /var/log/Xorg.0.log
[ 14.720]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 14.720] Current Operating System: Linux ## 5.15.0-86-generic #96-Ubuntu SMP Wed Sep 20 08:23:49 UTC 2023 x86_64
[ 14.720] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-86-generic root=UUID=39ec55bd-635a-4031-b7c1-488fa6ab8b94 ro quiet splash
[ 14.720] xorg-server 2:21.1.4-2ubuntu1.7~22.04.1 (For technical support please see http://www.ubuntu.com/support)
[ 14.720] Current version of pixman: 0.40.0
[ 14.720] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.720] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.720] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 18 16:53:47 2023
[ 14.720] (==) Using config file: "/etc/X11/xorg.conf"
[ 14.720] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.720] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.722] (==) ServerLayout "Layout0"
[ 14.722] (**) |-->Screen "Screen0" (0)
[ 14.722] (**) | |-->Monitor "Monitor0"
[ 14.722] (**) | |-->Device "Device0"
[ 14.722] (**) |-->Input Device "Keyboard0"
[ 14.722] (**) |-->Input Device "Mouse0"
[ 14.722] (==) Automatically adding devices
[ 14.722] (==) Automatically enabling devices
[ 14.722] (==) Automatically adding GPU devices
[ 14.722] (==) Automatically binding GPU devices
[ 14.722] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 14.723] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 14.723] Entry deleted from font path.
[ 14.724] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 14.724] Entry deleted from font path.
[ 14.724] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 14.724] Entry deleted from font path.
[ 14.724] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[ 14.724] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.724] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 14.724] (WW) Disabling Keyboard0
[ 14.724] (WW) Disabling Mouse0
[ 14.724] (II) Loader magic: 0x55dd2fc67020
[ 14.724] (II) Module ABI versions:
[ 14.724] X.Org ANSI C Emulation: 0.4
[ 14.724] X.Org Video Driver: 25.2
[ 14.724] X.Org XInput driver : 24.4
[ 14.724] X.Org Server Extension : 10.0
[ 14.725] (++) using VT number 7
[ 14.725] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 14.725] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 14.725] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/drm/card0
[ 14.811] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 14.811] (--) PCI:*(43@0:0:0) 10de:2216:19da:1612 rev 161, Mem @ 0xfb000000/16777216, 0x7800000000/17179869184, 0x7c00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 14.812] (II) LoadModule: "glx"
[ 14.814] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.820] (II) Module glx: vendor="X.Org Foundation"
[ 14.820] compiled for 1.21.1.4, module version = 1.0.0
[ 14.820] ABI class: X.Org Server Extension, version 10.0
[ 14.820] (II) LoadModule: "nvidia"
[ 14.820] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[ 14.825] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 14.825] compiled for 1.6.99.901, module version = 1.0.0
[ 14.825] Module class: X.Org Video Driver
[ 14.825] (II) NVIDIA dlloader X Driver 535.113.01 Tue Sep 12 19:49:52 UTC 2023
[ 14.825] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 14.827] (II) Loading sub module "fb"
[ 14.827] (II) LoadModule: "fb"
[ 14.827] (II) Module "fb" already built-in
[ 14.827] (II) Loading sub module "wfb"
[ 14.827] (II) LoadModule: "wfb"
[ 14.827] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 14.828] (II) Module wfb: vendor="X.Org Foundation"
[ 14.828] compiled for 1.21.1.4, module version = 1.0.0
[ 14.828] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.829] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 14.829] (==) NVIDIA(0): RGB weight 888
[ 14.829] (==) NVIDIA(0): Default visual is TrueColor
[ 14.829] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.829] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 14.829] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
[ 14.829] (**) NVIDIA(0): Enabling 2D acceleration
[ 14.829] (II) Loading sub module "glxserver_nvidia"
[ 14.829] (II) LoadModule: "glxserver_nvidia"
[ 14.829] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[ 14.872] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 14.872] compiled for 1.6.99.901, module version = 1.0.0
[ 14.872] Module class: X.Org Server Extension
[ 14.872] (II) NVIDIA GLX Module 535.113.01 Tue Sep 12 19:51:54 UTC 2023
[ 14.873] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 14.874] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:43:0:0
[ 14.874] (--) NVIDIA(0): DFP-0
[ 14.874] (--) NVIDIA(0): DFP-1 (boot)
[ 14.874] (--) NVIDIA(0): DFP-2
[ 14.874] (--) NVIDIA(0): DFP-3
[ 14.874] (--) NVIDIA(0): DFP-4
[ 14.874] (--) NVIDIA(0): DFP-5
[ 14.874] (--) NVIDIA(0): DFP-6
[ 14.875] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3080 (GA102-A) at PCI:43:0:0
[ 14.875] (II) NVIDIA(0): (GPU-0)
[ 14.875] (--) NVIDIA(0): Memory: 10485760 kBytes
[ 14.875] (--) NVIDIA(0): VideoBIOS: 94.02.71.40.83
[ 14.875] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 14.875] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 14.875] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 14.875] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 14.875] (--) NVIDIA(GPU-0):
[ 14.875] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 14.875] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 14.875] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 14.875] (--) NVIDIA(GPU-0):
[ 14.877] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 14.877] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 14.877] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 14.877] (--) NVIDIA(GPU-0):
[ 14.877] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 14.877] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 14.877] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 14.877] (--) NVIDIA(GPU-0):
[ 14.877] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 14.877] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 14.877] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 14.877] (--) NVIDIA(GPU-0):
[ 14.877] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 14.877] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 14.877] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 14.877] (--) NVIDIA(GPU-0):
[ 14.877] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 14.877] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 14.877] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 14.877] (--) NVIDIA(GPU-0):
[ 14.913] (==) NVIDIA(0):
[ 14.913] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 14.913] (==) NVIDIA(0): will be used as the requested mode.
[ 14.913] (==) NVIDIA(0):
[ 14.918] (II) NVIDIA(0): Validated MetaModes:
[ 14.918] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
[ 14.918] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[ 15.059] (--) NVIDIA(0): DPI set to (93, 92); computed from "UseEdidDpi" X config
[ 15.059] (--) NVIDIA(0): option
[ 15.059] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 15.059] (II) NVIDIA: access.
[ 15.073] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[ 15.123] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 15.123] (==) NVIDIA(0): Backing store enabled
[ 15.123] (==) NVIDIA(0): Silken mouse enabled
[ 15.124] (**) NVIDIA(0): DPMS enabled
[ 15.126] (II) Loading sub module "dri2"
[ 15.126] (II) LoadModule: "dri2"
[ 15.126] (II) Module "dri2" already built-in
[ 15.127] (II) NVIDIA(0): [DRI2] Setup complete
[ 15.127] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 15.127] (II) Initializing extension Generic Event Extension
[ 15.127] (II) Initializing extension SHAPE
[ 15.127] (II) Initializing extension MIT-SHM
[ 15.127] (II) Initializing extension XInputExtension
[ 15.127] (II) Initializing extension XTEST
[ 15.127] (II) Initializing extension BIG-REQUESTS
[ 15.128] (II) Initializing extension SYNC
[ 15.128] (II) Initializing extension XKEYBOARD
[ 15.128] (II) Initializing extension XC-MISC
[ 15.128] (II) Initializing extension SECURITY
[ 15.128] (II) Initializing extension XFIXES
[ 15.128] (II) Initializing extension RENDER
[ 15.128] (II) Initializing extension RANDR
[ 15.128] (II) Initializing extension COMPOSITE
[ 15.128] (II) Initializing extension DAMAGE
[ 15.128] (II) Initializing extension MIT-SCREEN-SAVER
[ 15.128] (II) Initializing extension DOUBLE-BUFFER
[ 15.128] (II) Initializing extension RECORD
[ 15.128] (II) Initializing extension DPMS
[ 15.128] (II) Initializing extension Present
[ 15.128] (II) Initializing extension DRI3
[ 15.128] (II) Initializing extension X-Resource
[ 15.128] (II) Initializing extension XVideo
[ 15.128] (II) Initializing extension XVideo-MotionCompensation
[ 15.128] (II) Initializing extension SELinux
[ 15.128] (II) SELinux: Disabled on system
[ 15.128] (II) Initializing extension GLX
[ 15.128] (II) Initializing extension GLX
[ 15.128] (II) Indirect GLX disabled.
[ 15.129] (II) GLX: Another vendor is already registered for screen 0
[ 15.129] (II) Initializing extension XFree86-VidModeExtension
[ 15.129] (II) Initializing extension XFree86-DGA
[ 15.129] (II) Initializing extension XFree86-DRI
[ 15.129] (II) Initializing extension DRI2
[ 15.129] (II) Initializing extension NV-GLX
[ 15.129] (II) Initializing extension NV-CONTROL
[ 15.129] (II) Initializing extension XINERAMA
[ 15.223] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.223] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.223] (II) LoadModule: "libinput"
[ 15.223] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15.226] (II) Module libinput: vendor="X.Org Foundation"
[ 15.226] compiled for 1.20.14, module version = 1.2.1
[ 15.226] Module class: X.Org XInput Driver
[ 15.226] ABI class: X.Org XInput driver, version 24.1
[ 15.226] (II) Using input driver 'libinput' for 'Power Button'
[ 15.226] (**) Power Button: always reports core events
[ 15.226] (**) Option "Device" "/dev/input/event1"
[ 15.230] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.230] (II) event1 - Power Button: device is a keyboard
[ 15.230] (II) event1 - Power Button: device removed
[ 15.272] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 15.272] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.272] (**) Option "xkb_model" "pc105"
[ 15.272] (**) Option "xkb_layout" "de"
[ 15.282] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.282] (II) event1 - Power Button: device is a keyboard
[ 15.282] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15.282] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.282] (II) Using input driver 'libinput' for 'Power Button'
[ 15.282] (**) Power Button: always reports core events
[ 15.282] (**) Option "Device" "/dev/input/event0"
[ 15.282] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 15.282] (II) event0 - Power Button: device is a keyboard
[ 15.282] (II) event0 - Power Button: device removed
[ 15.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 15.308] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 15.308] (**) Option "xkb_model" "pc105"
[ 15.308] (**) Option "xkb_layout" "de"
[ 15.308] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 15.308] (II) event0 - Power Button: device is a keyboard
[ 15.308] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event5)
[ 15.308] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[ 15.308] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[ 15.308] (**) Logitech Wireless Mouse: always reports core events
[ 15.308] (**) Option "Device" "/dev/input/event5"
[ 15.309] (II) event5 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 15.309] (II) event5 - Logitech Wireless Mouse: device is a pointer
[ 15.309] (II) event5 - Logitech Wireless Mouse: device removed
[ 15.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0005/0003:046D:4055.0007/input/input15/event5"
[ 15.344] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 8)
[ 15.344] (**) Option "AccelerationScheme" "none"
[ 15.344] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[ 15.344] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[ 15.344] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[ 15.344] (II) event5 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 15.344] (II) event5 - Logitech Wireless Mouse: device is a pointer
[ 15.345] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[ 15.345] (II) No input driver specified, ignoring this device.
[ 15.345] (II) This device may have been added with another device file.
[ 15.345] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event9)
[ 15.345] (II) No input driver specified, ignoring this device.
[ 15.345] (II) This device may have been added with another device file.
[ 15.345] (II) config/udev: Adding input device C922 Pro Stream Webcam (/dev/input/event14)
[ 15.345] (**) C922 Pro Stream Webcam: Applying InputClass "libinput keyboard catchall"
[ 15.345] (II) Using input driver 'libinput' for 'C922 Pro Stream Webcam'
[ 15.345] (**) C922 Pro Stream Webcam: always reports core events
[ 15.345] (**) Option "Device" "/dev/input/event14"
[ 15.346] (II) event14 - C922 Pro Stream Webcam: is tagged by udev as: Keyboard
[ 15.346] (II) event14 - C922 Pro Stream Webcam: device is a keyboard
[ 15.346] (II) event14 - C922 Pro Stream Webcam: device removed
[ 15.384] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/input/input31/event14"
[ 15.384] (II) XINPUT: Adding extended input device "C922 Pro Stream Webcam" (type: KEYBOARD, id 9)
[ 15.384] (**) Option "xkb_model" "pc105"
[ 15.384] (**) Option "xkb_layout" "de"
[ 15.384] (II) event14 - C922 Pro Stream Webcam: is tagged by udev as: Keyboard
[ 15.384] (II) event14 - C922 Pro Stream Webcam: device is a keyboard
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event12)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event13)
[ 15.385] (II) No input driver specified, ignoring this device.
[ 15.385] (II) This device may have been added with another device file.
[ 15.386] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
[ 15.386] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[ 15.386] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[ 15.386] (**) Microsoft Wired Keyboard 600: always reports core events
[ 15.386] (**) Option "Device" "/dev/input/event2"
[ 15.386] (II) event2 - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[ 15.386] (II) event2 - Microsoft Wired Keyboard 600: device is a keyboard
[ 15.386] (II) event2 - Microsoft Wired Keyboard 600: device removed
[ 15.408] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.0/0003:045E:07F8.0001/input/input2/event2"
[ 15.408] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 10)
[ 15.408] (**) Option "xkb_model" "pc105"
[ 15.408] (**) Option "xkb_layout" "de"
[ 15.408] (II) event2 - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[ 15.408] (II) event2 - Microsoft Wired Keyboard 600: device is a keyboard
[ 15.409] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 Consumer Control (/dev/input/event3)
[ 15.409] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.409] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[ 15.409] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[ 15.409] (**) Option "Device" "/dev/input/event3"
[ 15.409] (II) event3 - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[ 15.409] (II) event3 - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[ 15.409] (II) event3 - Microsoft Wired Keyboard 600 Consumer Control: device removed
[ 15.424] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: needs a virtual subdevice
[ 15.424] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:045E:07F8.0002/input/input3/event3"
[ 15.424] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: MOUSE, id 11)
[ 15.424] (**) Option "AccelerationScheme" "none"
[ 15.424] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) selected scheme none/0
[ 15.424] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration factor: 2.000
[ 15.424] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration threshold: 4
[ 15.424] (II) event3 - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[ 15.424] (II) event3 - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[ 15.425] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 System Control (/dev/input/event4)
[ 15.425] (**) Microsoft Wired Keyboard 600 System Control: Applying InputClass "libinput keyboard catchall"
[ 15.425] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 System Control'
[ 15.425] (**) Microsoft Wired Keyboard 600 System Control: always reports core events
[ 15.425] (**) Option "Device" "/dev/input/event4"
[ 15.425] (II) event4 - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[ 15.425] (II) event4 - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[ 15.425] (II) event4 - Microsoft Wired Keyboard 600 System Control: device removed
[ 15.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:045E:07F8.0002/input/input4/event4"
[ 15.440] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 System Control" (type: KEYBOARD, id 12)
[ 15.440] (**) Option "xkb_model" "pc105"
[ 15.440] (**) Option "xkb_layout" "de"
[ 15.440] (II) event4 - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[ 15.440] (II) event4 - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[ 15.440] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event15)
[ 15.440] (II) No input driver specified, ignoring this device.
[ 15.440] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event16)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event17)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event18)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event19)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event20)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event21)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.441] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[ 15.441] (II) No input driver specified, ignoring this device.
[ 15.441] (II) This device may have been added with another device file.
[ 15.444] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.444] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[ 15.444] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[ 15.444] (**) Option "Device" "/dev/input/event3"
[ 15.444] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: is a virtual subdevice
[ 15.444] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:045E:07F8.0002/input/input3/event3"
[ 15.444] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: KEYBOARD, id 13)
[ 15.444] (**) Option "xkb_model" "pc105"
[ 15.444] (**) Option "xkb_layout" "de"
[ 105.045] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 105.045] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 105.045] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 105.045] (--) NVIDIA(GPU-0):
[ 105.045] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 105.045] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 105.045] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 105.045] (--) NVIDIA(GPU-0):
[ 105.047] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 105.047] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 105.047] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 105.047] (--) NVIDIA(GPU-0):
[ 105.047] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 105.047] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 105.047] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 105.047] (--) NVIDIA(GPU-0):
[ 105.047] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 105.047] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 105.047] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 105.047] (--) NVIDIA(GPU-0):
[ 105.048] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 105.048] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 105.048] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 105.048] (--) NVIDIA(GPU-0):
[ 105.048] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 105.048] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 105.048] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 105.048] (--) NVIDIA(GPU-0):
[ 154.312] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 154.312] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 154.312] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 154.312] (--) NVIDIA(GPU-0):
[ 154.312] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 154.312] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 154.312] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 154.312] (--) NVIDIA(GPU-0):
[ 154.315] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 154.315] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 154.315] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 154.315] (--) NVIDIA(GPU-0):
[ 154.315] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 154.315] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 154.315] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 154.315] (--) NVIDIA(GPU-0):
[ 154.315] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 154.315] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 154.315] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 154.315] (--) NVIDIA(GPU-0):
[ 154.315] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 154.315] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 154.315] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 154.315] (--) NVIDIA(GPU-0):
[ 154.315] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 154.315] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 154.315] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 154.315] (--) NVIDIA(GPU-0):
[ 167.029] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 167.029] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 167.029] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 167.029] (--) NVIDIA(GPU-0):
[ 167.029] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 167.029] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 167.029] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 167.029] (--) NVIDIA(GPU-0):
[ 167.031] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 167.031] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 167.031] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 167.031] (--) NVIDIA(GPU-0):
[ 167.031] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 167.031] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 167.031] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 167.031] (--) NVIDIA(GPU-0):
[ 167.031] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 167.031] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 167.031] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 167.031] (--) NVIDIA(GPU-0):
[ 167.031] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 167.031] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 167.031] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 167.031] (--) NVIDIA(GPU-0):
[ 167.032] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 167.032] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 167.032] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 167.032] (--) NVIDIA(GPU-0):
[ 167.032] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 167.032] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 167.032] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 167.032] (--) NVIDIA(GPU-0):
[ 167.032] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 167.032] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 167.032] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 167.032] (--) NVIDIA(GPU-0):
[ 167.034] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 167.034] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 167.034] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 167.034] (--) NVIDIA(GPU-0):
[ 167.034] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 167.034] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 167.034] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 167.034] (--) NVIDIA(GPU-0):
[ 167.034] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 167.034] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 167.034] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 167.034] (--) NVIDIA(GPU-0):
[ 167.034] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 167.034] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 167.034] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 167.034] (--) NVIDIA(GPU-0):
[ 167.035] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 167.035] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 167.035] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 167.035] (--) NVIDIA(GPU-0):
[ 167.043] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 167.043] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 167.043] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 167.043] (--) NVIDIA(GPU-0):
[ 167.043] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 167.043] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 167.043] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 167.043] (--) NVIDIA(GPU-0):
[ 167.045] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 167.045] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 167.045] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 167.045] (--) NVIDIA(GPU-0):
[ 167.045] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 167.045] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 167.045] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 167.045] (--) NVIDIA(GPU-0):
[ 167.046] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 167.046] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 167.046] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 167.046] (--) NVIDIA(GPU-0):
[ 167.046] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 167.046] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 167.046] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 167.046] (--) NVIDIA(GPU-0):
[ 167.046] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 167.046] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 167.046] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 167.046] (--) NVIDIA(GPU-0):
[ 167.588] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 167.588] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 167.588] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 167.588] (--) NVIDIA(GPU-0):
[ 167.588] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 167.588] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 167.588] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 167.588] (--) NVIDIA(GPU-0):
[ 167.591] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 167.591] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 167.591] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 167.591] (--) NVIDIA(GPU-0):
[ 167.591] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 167.591] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 167.591] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 167.591] (--) NVIDIA(GPU-0):
[ 167.591] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 167.591] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 167.591] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 167.591] (--) NVIDIA(GPU-0):
[ 167.591] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 167.591] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 167.591] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 167.591] (--) NVIDIA(GPU-0):
[ 167.591] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 167.591] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 167.591] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 167.591] (--) NVIDIA(GPU-0):
[ 168.106] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 168.106] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 168.106] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 168.106] (--) NVIDIA(GPU-0):
[ 168.106] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 168.106] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 168.106] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 168.106] (--) NVIDIA(GPU-0):
[ 168.108] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 168.108] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 168.108] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 168.108] (--) NVIDIA(GPU-0):
[ 168.108] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 168.108] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 168.108] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 168.108] (--) NVIDIA(GPU-0):
[ 168.108] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 168.108] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 168.108] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 168.108] (--) NVIDIA(GPU-0):
[ 168.108] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 168.108] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 168.108] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 168.108] (--) NVIDIA(GPU-0):
[ 168.108] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 168.108] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 168.108] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 168.108] (--) NVIDIA(GPU-0):
[ 189.032] (II) NVIDIA(0): Setting mode "NULL"
[ 189.130] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 189.130] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 189.130] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 189.130] (--) NVIDIA(GPU-0):
[ 189.130] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 189.130] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 189.130] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 189.130] (--) NVIDIA(GPU-0):
[ 189.133] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 189.133] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 189.133] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 189.133] (--) NVIDIA(GPU-0):
[ 189.133] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 189.133] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 189.133] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 189.133] (--) NVIDIA(GPU-0):
[ 189.133] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 189.133] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 189.133] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 189.133] (--) NVIDIA(GPU-0):
[ 189.133] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 189.133] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 189.133] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 189.133] (--) NVIDIA(GPU-0):
[ 189.133] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 189.133] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 189.133] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 189.133] (--) NVIDIA(GPU-0):
[ 285.007] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1200 +0+0 {ViewPortIn=1920x1200, ViewPortOut=1920x1200+0+0}"
[ 285.471] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 285.471] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 285.471] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 285.471] (--) NVIDIA(GPU-0):
[ 285.471] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): connected
[ 285.471] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): Internal DisplayPort
[ 285.471] (--) NVIDIA(GPU-0): Eizo S2433W (DFP-1): 2670.0 MHz maximum pixel clock
[ 285.471] (--) NVIDIA(GPU-0):
[ 285.473] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 285.473] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 285.473] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 285.473] (--) NVIDIA(GPU-0):
[ 285.473] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 285.473] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 285.473] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 285.473] (--) NVIDIA(GPU-0):
[ 285.473] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 285.473] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 285.473] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 285.473] (--) NVIDIA(GPU-0):
[ 285.473] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 285.473] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 285.473] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 285.473] (--) NVIDIA(GPU-0):
[ 285.474] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 285.474] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 285.474] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 285.474] (--) NVIDIA(GPU-0):