You are not logged in.
Hello,
I have two displays as 4K and 2K (as primary). When the system booted up, the 2K display (the primary one) always shows everything larger font than normal, while the 4K display is fine. But when I select some Style profile from Settings -> Appearance -> Style, and both display work well.
I have set the display well from Settings -> Display, and I believe the configuration works, since I just re-select some appearance style and it displays correctly.
I'm not sure if I need some configuration. I guess maybe xorg.conf got into work earlier than the hardware driver, but I cannot find any clue from Xorg.0.log
I use X and xfce4, and both have updated to the latest.
Could anyone help me? Thanks
Offline
xrandr -q
xdpyinfo | grep reso
xrdb -q | grep -i dpiOnline
xrandr -q xdpyinfo | grep reso xrdb -q | grep -i dpi
$ xrandr -q
Screen 0: minimum 8 x 8, current 5280 x 2560, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected 3840x2160+0+166 (normal left inverted right x axis y axis) 597mm x 336mm
3840x2160 60.00*+ 29.98
2560x1440 59.95
1920x2160 59.99
1920x1080 60.00 59.94 50.00
1680x1050 59.95
1440x900 59.89
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00 59.94 50.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 72.81 59.94 59.93
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 1440x2560+3840+0 left (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 59.95*+
1920x1080 60.00 59.94 50.00 60.00 50.04
1680x1050 59.95
1440x900 59.89
1280x1440 59.91
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00 59.94 50.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 72.81 59.94 59.93 HDMI is connected to my 2K moniter (primary display)
I configured these settings via Settings -> Display, and in fact I believe resolution and display settings should be fine, since I just need to select another Appearance Style to make it work. I'm not sure if my nVidia driver is loaded later than display settings, so that the HDMI port is not ready for diaplay
Offline
If the nvidia driver wasn't loaded when the X11 starts and one of the outputs is attached to it, the output would not display anything until an X11 restart.
Few clients will properly discriminate the output they render on (Qt ones at can theoretically) so what's most likely going on is that some preferable dpi gets set as side effect of the appearance settings (which I assume will also write/load xrdb)
If the dimension are correct (both monitors are 27") you've a 109 DPI and a 160DPI output but we're still lacking information (xdpyinfo and xrdb) about what DPI is currently set (ideally when things are good and when they're not)
Online
If the nvidia driver wasn't loaded when the X11 starts and one of the outputs is attached to it, the output would not display anything until an X11 restart.
Few clients will properly discriminate the output they render on (Qt ones at can theoretically) so what's most likely going on is that some preferable dpi gets set as side effect of the appearance settings (which I assume will also write/load xrdb)If the dimension are correct (both monitors are 27") you've a 109 DPI and a 160DPI output but we're still lacking information (xdpyinfo and xrdb) about what DPI is currently set (ideally when things are good and when they're not)
Well, it sounds reasonable. Also I noticed that, before I login, the login dialog is on the same monitor as the mouse pointer, but when I move mouse to the 2K display, the dialog is in very large size
$ xdpyinfo | grep reso
resolution: 96x96 dots per inch
$ xrdb -q
Xft.antialias: 1
Xft.hintstyle: hintfull
Xft.rgba: none
Xcursor.theme: elementary
Xcursor.size: 16
Xcursor.theme_core: 1Thank you for the help
Offline
You're currently running at 96dpi, should™ be too small on either output. Is this before or after applying the settings?
What happens if you run "xrandr --dpi 134" and then start a new process?
What is your default font size? (8-12 is reasonable, if the answer is "24", your fonts are too big and the DPI too low after "fixing" things)
Online
Thanks Seth.
The default font size is 12. I believe 96dpi should be fine for the 2K display, and really a little bit small for 4K.
After all, the most confusing problem is, when start up my system, the display on 2K is too big, but I just select any item from Settings -> Appearance -> Style, then it would be fine.
I'm running X and xfce4, and have updated to latest.
Offline
"Too big" means the dpi is "too high" (so when checking xdpyinfo or xrdb at this point you'd see values > 96 dpi?)
You can force the DPI w/ a server flag or xrandr call in your startup script, see https://wiki.archlinux.org/title/Xorg#D … ze_and_DPI and
I cannot find any clue from Xorg.0.log
probably post that.
Online
$ cat /var/log/Xorg.0.log
[ 18.313]
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[ 18.313] Current Operating System: Linux archmain 6.16.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:43 +0000 x86_64
[ 18.313] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=65439acb-1eeb-4338-b15e-f15a59883b98 rw loglevel=3 quiet
[ 18.313]
[ 18.313] Current version of pixman: 0.46.4
[ 18.313] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18.313] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18.313] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 19 08:49:53 2025
[ 18.316] (==) Using config file: "/etc/X11/xorg.conf"
[ 18.316] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 18.317] (==) ServerLayout "Layout0"
[ 18.317] (**) |-->Screen "Screen0" (0)
[ 18.317] (**) | |-->Monitor "Monitor0"
[ 18.318] (**) | |-->Device "Device0"
[ 18.318] (**) |-->Input Device "Keyboard0"
[ 18.318] (**) |-->Input Device "Mouse0"
[ 18.318] (**) Allowing byte-swapped clients
[ 18.318] (==) Automatically adding devices
[ 18.318] (==) Automatically enabling devices
[ 18.318] (==) Automatically adding GPU devices
[ 18.318] (==) Automatically binding GPU devices
[ 18.318] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 18.318] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 18.318] Entry deleted from font path.
[ 18.318] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 18.318] Entry deleted from font path.
[ 18.318] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 18.318] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 18.318] Entry deleted from font path.
[ 18.318] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 18.318] Entry deleted from font path.
[ 18.318] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 18.318] Entry deleted from font path.
[ 18.318] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 18.318] Entry deleted from font path.
[ 18.318] (==) FontPath set to:
[ 18.318] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 18.318] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 18.318] (WW) Disabling Keyboard0
[ 18.318] (WW) Disabling Mouse0
[ 18.318] (II) Module ABI versions:
[ 18.318] X.Org ANSI C Emulation: 0.4
[ 18.318] X.Org Video Driver: 25.2
[ 18.318] X.Org XInput driver : 24.4
[ 18.318] X.Org Server Extension : 10.0
[ 18.319] (++) using VT number 7
[ 18.319] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 18.320] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 18.320] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 18.333] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 18.335] (--) PCI:*(1@0:0:0) 10de:1c82:1458:372a rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 18.335] (II) LoadModule: "glx"
[ 18.338] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 18.347] (II) Module glx: vendor="X.Org Foundation"
[ 18.347] compiled for 1.21.1.18, module version = 1.0.0
[ 18.347] ABI class: X.Org Server Extension, version 10.0
[ 18.347] (II) LoadModule: "nvidia"
[ 18.347] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 18.355] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18.355] compiled for 1.6.99.901, module version = 1.0.0
[ 18.355] Module class: X.Org Video Driver
[ 18.356] (II) NVIDIA dlloader X Driver 580.76.05 Thu Aug 7 19:59:47 UTC 2025
[ 18.356] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 18.372] (II) Loading sub module "fb"
[ 18.372] (II) LoadModule: "fb"
[ 18.372] (II) Module "fb" already built-in
[ 18.372] (II) Loading sub module "wfb"
[ 18.372] (II) LoadModule: "wfb"
[ 18.372] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 18.373] (II) Module wfb: vendor="X.Org Foundation"
[ 18.373] compiled for 1.21.1.18, module version = 1.0.0
[ 18.373] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.375] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 18.375] (==) NVIDIA(0): RGB weight 888
[ 18.375] (==) NVIDIA(0): Default visual is TrueColor
[ 18.375] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.375] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 18.375] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 18.376] (**) NVIDIA(0): Enabling 2D acceleration
[ 18.376] (II) Loading sub module "glxserver_nvidia"
[ 18.376] (II) LoadModule: "glxserver_nvidia"
[ 18.376] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 18.596] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18.596] compiled for 1.6.99.901, module version = 1.0.0
[ 18.596] Module class: X.Org Server Extension
[ 18.596] (II) NVIDIA GLX Module 580.76.05 Thu Aug 7 20:02:07 UTC 2025
[ 18.598] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 18.599] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 18.599] (--) NVIDIA(0): DFP-0
[ 18.599] (--) NVIDIA(0): DFP-1
[ 18.599] (--) NVIDIA(0): DFP-2 (boot)
[ 18.599] (--) NVIDIA(0): DFP-3
[ 18.599] (--) NVIDIA(0): DFP-4
[ 18.599] (--) NVIDIA(0): DFP-5
[ 18.616] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[ 18.616] (II) NVIDIA(0): (GPU-0)
[ 18.616] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 18.616] (--) NVIDIA(0): VideoBIOS: 86.07.39.00.54
[ 18.616] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 18.700] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 18.700] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 18.700] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 18.700] (--) NVIDIA(GPU-0):
[ 18.700] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 18.700] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 18.700] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 18.700] (--) NVIDIA(GPU-0):
[ 18.702] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): connected
[ 18.702] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): Internal DisplayPort
[ 18.702] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): 1440.0 MHz maximum pixel clock
[ 18.702] (--) NVIDIA(GPU-0):
[ 18.712] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 18.712] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 18.712] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 18.712] (--) NVIDIA(GPU-0):
[ 18.756] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): connected
[ 18.756] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): Internal TMDS
[ 18.756] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): 600.0 MHz maximum pixel clock
[ 18.756] (--) NVIDIA(GPU-0):
[ 18.756] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 18.756] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.756] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 18.756] (--) NVIDIA(GPU-0):
[ 18.761] (==) NVIDIA(0):
[ 18.761] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 18.761] (==) NVIDIA(0): will be used as the requested mode.
[ 18.761] (==) NVIDIA(0):
[ 18.762] (II) NVIDIA(0): Validated MetaModes:
[ 18.762] (II) NVIDIA(0): "DFP-2:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 18.762] (II) NVIDIA(0): Virtual screen size determined to be 6400 x 2160
[ 18.770] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 18.770] (--) NVIDIA(0): option
[ 18.771] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 18.771] (II) NVIDIA: access.
[ 18.772] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 18.772] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 18.772] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 18.772] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 18.772] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 18.772] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 18.772] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 18.772] (II) NVIDIA(0): Config Options in the README.
[ 18.790] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 18.846] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 18.846] (==) NVIDIA(0): Backing store enabled
[ 18.846] (==) NVIDIA(0): Silken mouse enabled
[ 18.847] (**) NVIDIA(0): DPMS enabled
[ 18.847] (II) Loading sub module "dri2"
[ 18.847] (II) LoadModule: "dri2"
[ 18.847] (II) Module "dri2" already built-in
[ 18.847] (II) NVIDIA(0): [DRI2] Setup complete
[ 18.847] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 18.848] (II) Initializing extension Generic Event Extension
[ 18.848] (II) Initializing extension SHAPE
[ 18.848] (II) Initializing extension MIT-SHM
[ 18.848] (II) Initializing extension XInputExtension
[ 18.848] (II) Initializing extension XTEST
[ 18.848] (II) Initializing extension BIG-REQUESTS
[ 18.848] (II) Initializing extension SYNC
[ 18.848] (II) Initializing extension XKEYBOARD
[ 18.848] (II) Initializing extension XC-MISC
[ 18.849] (II) Initializing extension SECURITY
[ 18.849] (II) Initializing extension XFIXES
[ 18.849] (II) Initializing extension RENDER
[ 18.849] (II) Initializing extension RANDR
[ 18.849] (II) Initializing extension COMPOSITE
[ 18.849] (II) Initializing extension DAMAGE
[ 18.849] (II) Initializing extension MIT-SCREEN-SAVER
[ 18.849] (II) Initializing extension DOUBLE-BUFFER
[ 18.849] (II) Initializing extension RECORD
[ 18.849] (II) Initializing extension DPMS
[ 18.849] (II) Initializing extension Present
[ 18.849] (II) Initializing extension DRI3
[ 18.849] (II) Initializing extension X-Resource
[ 18.849] (II) Initializing extension XVideo
[ 18.849] (II) Initializing extension XVideo-MotionCompensation
[ 18.849] (II) Initializing extension GLX
[ 18.850] (II) Initializing extension GLX
[ 18.850] (II) Indirect GLX disabled.
[ 18.850] (II) GLX: Another vendor is already registered for screen 0
[ 18.850] (II) Initializing extension XFree86-VidModeExtension
[ 18.850] (II) Initializing extension XFree86-DGA
[ 18.850] (II) Initializing extension XFree86-DRI
[ 18.850] (II) Initializing extension DRI2
[ 18.850] (II) Initializing extension NV-GLX
[ 18.850] (II) Initializing extension NV-CONTROL
[ 18.850] (II) Initializing extension XINERAMA
[ 19.033] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 19.033] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 19.033] (II) LoadModule: "libinput"
[ 19.033] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 19.037] (II) Module libinput: vendor="X.Org Foundation"
[ 19.037] compiled for 1.21.1.13, module version = 1.5.0
[ 19.037] Module class: X.Org XInput Driver
[ 19.037] ABI class: X.Org XInput driver, version 24.4
[ 19.037] (II) Using input driver 'libinput' for 'Power Button'
[ 19.037] (**) Power Button: always reports core events
[ 19.037] (**) Option "Device" "/dev/input/event2"
[ 19.048] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 19.048] (II) event2 - Power Button: device is a keyboard
[ 19.048] (II) event2 - Power Button: device removed
[ 19.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 19.054] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 19.057] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 19.057] (II) event2 - Power Button: device is a keyboard
[ 19.059] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 19.059] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 19.059] (II) Using input driver 'libinput' for 'Power Button'
[ 19.059] (**) Power Button: always reports core events
[ 19.059] (**) Option "Device" "/dev/input/event1"
[ 19.062] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.063] (II) event1 - Power Button: device is a keyboard
[ 19.063] (II) event1 - Power Button: device removed
[ 19.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 19.073] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 19.076] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.076] (II) event1 - Power Button: device is a keyboard
[ 19.078] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 19.079] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 19.079] (II) Using input driver 'libinput' for 'Sleep Button'
[ 19.079] (**) Sleep Button: always reports core events
[ 19.079] (**) Option "Device" "/dev/input/event0"
[ 19.082] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 19.082] (II) event0 - Sleep Button: device is a keyboard
[ 19.082] (II) event0 - Sleep Button: device removed
[ 19.092] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 19.092] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 19.095] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 19.095] (II) event0 - Sleep Button: device is a keyboard
[ 19.099] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 19.099] (II) No input driver specified, ignoring this device.
[ 19.099] (II) This device may have been added with another device file.
[ 19.100] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 19.100] (II) No input driver specified, ignoring this device.
[ 19.100] (II) This device may have been added with another device file.
[ 19.102] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 19.102] (II) No input driver specified, ignoring this device.
[ 19.102] (II) This device may have been added with another device file.
[ 19.103] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[ 19.103] (II) No input driver specified, ignoring this device.
[ 19.103] (II) This device may have been added with another device file.
[ 19.106] (II) config/udev: Adding input device Logitech M545/M546 (/dev/input/event12)
[ 19.106] (**) Logitech M545/M546: Applying InputClass "libinput pointer catchall"
[ 19.106] (II) Using input driver 'libinput' for 'Logitech M545/M546'
[ 19.106] (**) Logitech M545/M546: always reports core events
[ 19.106] (**) Option "Device" "/dev/input/event12"
[ 19.111] (II) event12 - Logitech M545/M546: is tagged by udev as: Mouse
[ 19.112] (II) event12 - Logitech M545/M546: device is a pointer
[ 19.112] (II) event12 - Logitech M545/M546: device removed
[ 19.142] (II) libinput: Logitech M545/M546: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.142] (II) libinput: Logitech M545/M546: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.142] (II) libinput: Logitech M545/M546: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.142] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:046D:C52B.000A/0003:046D:4052.000C/input/input21/event12"
[ 19.142] (II) XINPUT: Adding extended input device "Logitech M545/M546" (type: MOUSE, id 9)
[ 19.142] (**) Option "AccelerationScheme" "none"
[ 19.142] (**) Logitech M545/M546: (accel) selected scheme none/0
[ 19.142] (**) Logitech M545/M546: (accel) acceleration factor: 2.000
[ 19.142] (**) Logitech M545/M546: (accel) acceleration threshold: 4
[ 19.145] (II) event12 - Logitech M545/M546: is tagged by udev as: Mouse
[ 19.146] (II) event12 - Logitech M545/M546: device is a pointer
[ 19.148] (II) config/udev: Adding input device Logitech M545/M546 (/dev/input/mouse2)
[ 19.148] (II) No input driver specified, ignoring this device.
[ 19.148] (II) This device may have been added with another device file.
[ 19.150] (II) config/udev: Adding input device USB Keyboard (/dev/input/event3)
[ 19.150] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.150] (II) Using input driver 'libinput' for 'USB Keyboard'
[ 19.150] (**) USB Keyboard: always reports core events
[ 19.150] (**) Option "Device" "/dev/input/event3"
[ 19.153] (II) event3 - USB Keyboard: is tagged by udev as: Keyboard
[ 19.154] (II) event3 - USB Keyboard: device is a keyboard
[ 19.154] (II) event3 - USB Keyboard: device removed
[ 19.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:060B:7A03.0001/input/input3/event3"
[ 19.177] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[ 19.181] (II) event3 - USB Keyboard: is tagged by udev as: Keyboard
[ 19.181] (II) event3 - USB Keyboard: device is a keyboard
[ 19.184] (II) config/udev: Adding input device USB Keyboard Consumer Control (/dev/input/event4)
[ 19.184] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 19.184] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[ 19.184] (**) USB Keyboard Consumer Control: always reports core events
[ 19.184] (**) Option "Device" "/dev/input/event4"
[ 19.188] (II) event4 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 19.189] (II) event4 - USB Keyboard Consumer Control: device is a keyboard
[ 19.190] (II) event4 - USB Keyboard Consumer Control: device removed
[ 19.213] (II) libinput: USB Keyboard Consumer Control: needs a virtual subdevice
[ 19.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:060B:7A03.0002/input/input4/event4"
[ 19.213] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: MOUSE, id 11)
[ 19.213] (**) Option "AccelerationScheme" "none"
[ 19.213] (**) USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 19.213] (**) USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 19.213] (**) USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 19.218] (II) event4 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 19.219] (II) event4 - USB Keyboard Consumer Control: device is a keyboard
[ 19.222] (II) config/udev: Adding input device USB Keyboard System Control (/dev/input/event5)
[ 19.222] (**) USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 19.222] (II) Using input driver 'libinput' for 'USB Keyboard System Control'
[ 19.222] (**) USB Keyboard System Control: always reports core events
[ 19.223] (**) Option "Device" "/dev/input/event5"
[ 19.227] (II) event5 - USB Keyboard System Control: is tagged by udev as: Keyboard Joystick
[ 19.228] (II) event5 - USB Keyboard System Control: device is a keyboard
[ 19.228] (II) event5 - USB Keyboard System Control: device removed
[ 19.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:060B:7A03.0002/input/input5/event5"
[ 19.249] (II) XINPUT: Adding extended input device "USB Keyboard System Control" (type: KEYBOARD, id 12)
[ 19.254] (II) event5 - USB Keyboard System Control: is tagged by udev as: Keyboard Joystick
[ 19.254] (II) event5 - USB Keyboard System Control: device is a keyboard
[ 19.258] (II) config/udev: Adding input device USB Keyboard Mouse (/dev/input/event6)
[ 19.258] (**) USB Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 19.258] (II) Using input driver 'libinput' for 'USB Keyboard Mouse'
[ 19.258] (**) USB Keyboard Mouse: always reports core events
[ 19.258] (**) Option "Device" "/dev/input/event6"
[ 19.263] (II) event6 - USB Keyboard Mouse: is tagged by udev as: Mouse
[ 19.264] (II) event6 - USB Keyboard Mouse: device is a pointer
[ 19.264] (II) event6 - USB Keyboard Mouse: device removed
[ 19.295] (II) libinput: USB Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.295] (II) libinput: USB Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.295] (II) libinput: USB Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.295] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:060B:7A03.0002/input/input6/event6"
[ 19.295] (II) XINPUT: Adding extended input device "USB Keyboard Mouse" (type: MOUSE, id 13)
[ 19.295] (**) Option "AccelerationScheme" "none"
[ 19.295] (**) USB Keyboard Mouse: (accel) selected scheme none/0
[ 19.295] (**) USB Keyboard Mouse: (accel) acceleration factor: 2.000
[ 19.295] (**) USB Keyboard Mouse: (accel) acceleration threshold: 4
[ 19.300] (II) event6 - USB Keyboard Mouse: is tagged by udev as: Mouse
[ 19.301] (II) event6 - USB Keyboard Mouse: device is a pointer
[ 19.304] (II) config/udev: Adding input device USB Keyboard Mouse (/dev/input/mouse0)
[ 19.304] (II) No input driver specified, ignoring this device.
[ 19.304] (II) This device may have been added with another device file.
[ 19.307] (II) config/udev: Adding input device USB Keyboard (/dev/input/event7)
[ 19.307] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.307] (II) Using input driver 'libinput' for 'USB Keyboard'
[ 19.307] (**) USB Keyboard: always reports core events
[ 19.307] (**) Option "Device" "/dev/input/event7"
[ 19.312] (II) event7 - USB Keyboard: is tagged by udev as: Keyboard
[ 19.313] (II) event7 - USB Keyboard: device is a keyboard
[ 19.313] (II) event7 - USB Keyboard: device removed
[ 19.335] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:060B:7A03.0003/input/input7/event7"
[ 19.335] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 14)
[ 19.340] (II) event7 - USB Keyboard: is tagged by udev as: Keyboard
[ 19.340] (II) event7 - USB Keyboard: device is a keyboard
[ 19.345] (II) config/udev: Adding input device PFU Limited HHKB-Classic (/dev/input/event8)
[ 19.345] (**) PFU Limited HHKB-Classic: Applying InputClass "libinput keyboard catchall"
[ 19.345] (II) Using input driver 'libinput' for 'PFU Limited HHKB-Classic'
[ 19.345] (**) PFU Limited HHKB-Classic: always reports core events
[ 19.345] (**) Option "Device" "/dev/input/event8"
[ 19.351] (II) event8 - PFU Limited HHKB-Classic: is tagged by udev as: Keyboard
[ 19.351] (II) event8 - PFU Limited HHKB-Classic: device is a keyboard
[ 19.352] (II) event8 - PFU Limited HHKB-Classic: device removed
[ 19.371] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.0/0003:04FE:0020.0005/input/input8/event8"
[ 19.371] (II) XINPUT: Adding extended input device "PFU Limited HHKB-Classic" (type: KEYBOARD, id 15)
[ 19.377] (II) event8 - PFU Limited HHKB-Classic: is tagged by udev as: Keyboard
[ 19.378] (II) event8 - PFU Limited HHKB-Classic: device is a keyboard
[ 19.382] (II) config/udev: Adding input device PFU Limited HHKB-Classic Keyboard (/dev/input/event10)
[ 19.382] (**) PFU Limited HHKB-Classic Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.382] (II) Using input driver 'libinput' for 'PFU Limited HHKB-Classic Keyboard'
[ 19.382] (**) PFU Limited HHKB-Classic Keyboard: always reports core events
[ 19.382] (**) Option "Device" "/dev/input/event10"
[ 19.388] (II) event10 - PFU Limited HHKB-Classic Keyboard: is tagged by udev as: Keyboard
[ 19.388] (II) event10 - PFU Limited HHKB-Classic Keyboard: device is a keyboard
[ 19.389] (II) event10 - PFU Limited HHKB-Classic Keyboard: device removed
[ 19.408] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.1/0003:04FE:0020.0006/input/input10/event10"
[ 19.408] (II) XINPUT: Adding extended input device "PFU Limited HHKB-Classic Keyboard" (type: KEYBOARD, id 16)
[ 19.414] (II) event10 - PFU Limited HHKB-Classic Keyboard: is tagged by udev as: Keyboard
[ 19.415] (II) event10 - PFU Limited HHKB-Classic Keyboard: device is a keyboard
[ 19.419] (II) config/udev: Adding input device PFU Limited HHKB-Classic Consumer Control (/dev/input/event9)
[ 19.419] (**) PFU Limited HHKB-Classic Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 19.419] (II) Using input driver 'libinput' for 'PFU Limited HHKB-Classic Consumer Control'
[ 19.419] (**) PFU Limited HHKB-Classic Consumer Control: always reports core events
[ 19.419] (**) Option "Device" "/dev/input/event9"
[ 19.425] (II) event9 - PFU Limited HHKB-Classic Consumer Control: is tagged by udev as: Keyboard
[ 19.425] (II) event9 - PFU Limited HHKB-Classic Consumer Control: device is a keyboard
[ 19.426] (II) event9 - PFU Limited HHKB-Classic Consumer Control: device removed
[ 19.455] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.1/1-6.2.1:1.1/0003:04FE:0020.0006/input/input9/event9"
[ 19.455] (II) XINPUT: Adding extended input device "PFU Limited HHKB-Classic Consumer Control" (type: KEYBOARD, id 17)
[ 19.461] (II) event9 - PFU Limited HHKB-Classic Consumer Control: is tagged by udev as: Keyboard
[ 19.462] (II) event9 - PFU Limited HHKB-Classic Consumer Control: device is a keyboard
[ 19.465] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/event11)
[ 19.466] (**) PixArt Dell MS116 USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 19.466] (II) Using input driver 'libinput' for 'PixArt Dell MS116 USB Optical Mouse'
[ 19.466] (**) PixArt Dell MS116 USB Optical Mouse: always reports core events
[ 19.466] (**) Option "Device" "/dev/input/event11"
[ 19.472] (II) event11 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[ 19.472] (II) event11 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[ 19.473] (II) event11 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[ 19.473] (II) event11 - PixArt Dell MS116 USB Optical Mouse: device removed
[ 19.502] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.502] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.502] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2.2/1-6.2.2:1.0/0003:413C:301A.000B/input/input16/event11"
[ 19.502] (II) XINPUT: Adding extended input device "PixArt Dell MS116 USB Optical Mouse" (type: MOUSE, id 18)
[ 19.502] (**) Option "AccelerationScheme" "none"
[ 19.502] (**) PixArt Dell MS116 USB Optical Mouse: (accel) selected scheme none/0
[ 19.502] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration factor: 2.000
[ 19.502] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration threshold: 4
[ 19.508] (II) event11 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[ 19.509] (II) event11 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[ 19.509] (II) event11 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[ 19.513] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/mouse1)
[ 19.513] (II) No input driver specified, ignoring this device.
[ 19.513] (II) This device may have been added with another device file.
[ 19.516] (II) config/udev: Adding input device USB2.0 Camera: USB2.0 Camera (/dev/input/event15)
[ 19.516] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[ 19.516] (II) Using input driver 'libinput' for 'USB2.0 Camera: USB2.0 Camera'
[ 19.516] (**) USB2.0 Camera: USB2.0 Camera: always reports core events
[ 19.516] (**) Option "Device" "/dev/input/event15"
[ 19.520] (II) event15 - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[ 19.521] (II) event15 - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[ 19.521] (II) event15 - USB2.0 Camera: USB2.0 Camera: device removed
[ 19.549] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input24/event15"
[ 19.549] (II) XINPUT: Adding extended input device "USB2.0 Camera: USB2.0 Camera" (type: KEYBOARD, id 19)
[ 19.554] (II) event15 - USB2.0 Camera: USB2.0 Camera: is tagged by udev as: Keyboard
[ 19.554] (II) event15 - USB2.0 Camera: USB2.0 Camera: device is a keyboard
[ 19.556] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event20)
[ 19.556] (II) No input driver specified, ignoring this device.
[ 19.556] (II) This device may have been added with another device file.
[ 19.557] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event21)
[ 19.557] (II) No input driver specified, ignoring this device.
[ 19.557] (II) This device may have been added with another device file.
[ 19.558] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event22)
[ 19.558] (II) No input driver specified, ignoring this device.
[ 19.558] (II) This device may have been added with another device file.
[ 19.560] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event23)
[ 19.560] (II) No input driver specified, ignoring this device.
[ 19.560] (II) This device may have been added with another device file.
[ 19.561] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event24)
[ 19.561] (II) No input driver specified, ignoring this device.
[ 19.561] (II) This device may have been added with another device file.
[ 19.563] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event14)
[ 19.563] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 19.563] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 19.563] (**) Eee PC WMI hotkeys: always reports core events
[ 19.563] (**) Option "Device" "/dev/input/event14"
[ 19.565] (II) event14 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 19.566] (II) event14 - Eee PC WMI hotkeys: device is a keyboard
[ 19.566] (II) event14 - Eee PC WMI hotkeys: device removed
[ 19.591] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input23/event14"
[ 19.591] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 20)
[ 19.594] (II) event14 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 19.594] (II) event14 - Eee PC WMI hotkeys: device is a keyboard
[ 19.596] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 19.596] (II) No input driver specified, ignoring this device.
[ 19.596] (II) This device may have been added with another device file.
[ 19.619] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 19.619] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[ 19.619] (**) USB Keyboard Consumer Control: always reports core events
[ 19.619] (**) Option "Device" "/dev/input/event4"
[ 19.619] (II) libinput: USB Keyboard Consumer Control: is a virtual subdevice
[ 19.619] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:060B:7A03.0002/input/input4/event4"
[ 19.619] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 21)
[ 94.754] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 94.754] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 94.754] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 94.754] (--) NVIDIA(GPU-0):
[ 94.754] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 94.754] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 94.754] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 94.754] (--) NVIDIA(GPU-0):
[ 94.754] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): connected
[ 94.754] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): Internal DisplayPort
[ 94.754] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): 1440.0 MHz maximum pixel clock
[ 94.754] (--) NVIDIA(GPU-0):
[ 94.764] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 94.764] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 94.764] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 94.764] (--) NVIDIA(GPU-0):
[ 94.807] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): connected
[ 94.807] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): Internal TMDS
[ 94.807] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): 600.0 MHz maximum pixel clock
[ 94.807] (--) NVIDIA(GPU-0):
[ 94.808] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 94.808] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 94.808] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 94.808] (--) NVIDIA(GPU-0):
[ 94.809] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 94.809] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 94.809] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 94.809] (--) NVIDIA(GPU-0):
[ 94.809] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 94.809] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 94.809] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 94.809] (--) NVIDIA(GPU-0):
[ 94.809] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): connected
[ 94.809] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): Internal DisplayPort
[ 94.809] (--) NVIDIA(GPU-0): AOC LV273HUPR (DFP-2): 1440.0 MHz maximum pixel clock
[ 94.809] (--) NVIDIA(GPU-0):
[ 94.819] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 94.819] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 94.819] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 94.819] (--) NVIDIA(GPU-0):
[ 94.862] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): connected
[ 94.862] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): Internal TMDS
[ 94.862] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-4): 600.0 MHz maximum pixel clock
[ 94.862] (--) NVIDIA(GPU-0):
[ 94.862] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 94.862] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 94.862] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 94.862] (--) NVIDIA(GPU-0):
[ 94.896] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[ 95.073] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @3840x2160 +0+166 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[ 95.169] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @3840x2160 +0+166 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}, HDMI-1: nvidia-auto-select @1440x2560 +3840+0 {ViewPortIn=1440x2560, ViewPortOut=2560x1440+0+0, Rotation=90}"
[ 95.252] (WW) NVIDIA(0): Failed to request fliplock.Offline
[ 18.770] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config[ 18.316] (==) Using config file: "/etc/X11/xorg.conf"
[ 18.316] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 18.317] (==) ServerLayout "Layout0"
[ 18.317] (**) |-->Screen "Screen0" (0)
[ 18.317] (**) | |-->Monitor "Monitor0"
[ 18.318] (**) | |-->Device "Device0"
[ 18.318] (**) |-->Input Device "Keyboard0"
[ 18.318] (**) |-->Input Device "Mouse0"
[ 18.318] (**) Allowing byte-swapped clientsThe nvidia-settings generated xorg.conf is cruft, remove that (mouse and keyboard driver dont't exist since decade*S*)
/etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
Identifier "GTX1050Ti"
Driver "nvidia"
Option "UseEDIDDpi" "FALSE" # can also be DFP-2 or DFP-4 and then comment the fixed value below
Option "DPI" "96 x 96" # that's what you're currently running on - it doesn't match w/ any of the physical DPIs, you *might* want to go w/ a higher DPI and adjust your font setttings on a lazy sunday afternoon
EndSectionOnline