You are not logged in.
Hi, after updating my Arch Linux system (after admittedly neglecting it for quite some time) I encounter a problem where certain applications will simply start to open but immediately freeze when attempting to start on my external monitor (HDMI) or if moved to the external monitor from the laptop monitor (like completely freeze and not take any inputs. it just shows the BSPWM border around the window and displays the wallpaper inside the border instead of whatever the application should display. it even refuses to obey "bspc node -c" to close and I have to "kill -9" or "bspc node -k" to kill it). They do seem to work completely fine on the laptop screen with exception to the Android Studio emulator which won't start by any means (but I think that's a separate issue).
This seems to happen with all Electron apps I have (vscodium, insomnium, discord_arch_electron (aur)), Kitty terminal and the Android Studio emulator will not start up, but Android Studio itself seems to work fine. Firefox and Remmina also work normally. Those are the only GUI programs I have to test right now, but can give a try to something else if you'd like.
My laptop has a I7-12650M CPU and RTX 4050 GPU, INTEL drivers from extra/mesa 1:25.0.4-1 package and NVIDIA drivers from the extra/nvidia 570.144-2 package. As for display software I use LightDM, Xorg and BSPWM.
What I tried:
Due to it seemly affecting all Electron apps I attempted to downgrade Electron to versions 34 and 31 by changing the /usr/bin/electron symlink but got no success.
The laptop screen is 144hz while the external monitor is 60hz, I also tried changing my .bspwmrc to use 60hz on both but no results either.
I am out of clues on what might be the problem, saw some NVIDIA errors (or warnings, not sure) on the xorg log but I couldn't find anything about it.
This is my .xinitrc file:
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
setxkbmap br -variant abnt2
xset +fp $HOME/.local/share/fonts
xset fp rehash
export AWT_TOOLKIT=MToolkit
exec bspwm
My .bspwmrc file:
#! /bin/sh
# run the xrandr command if an external monitor is connected to the
# laptop. This must be executed before the polybar command, so that
# polybar can set the two separate bars properly.
second_monitor=$(xrandr --query | grep 'HDMI-1')
if [[ $second_monitor = *\ connected\ * ]]; then
xrandr --output eDP-1 --mode 1920x1080 --rate 60.00 --rotate normal --output HDMI-1-0 --primary --mode 1920x1080 --rate 60.00 --rotate normal --right-of eDP-1
bspc monitor eDP-1 -d I II III IV V
bspc monitor HDMI-1-0 -d VI VII VIII IX X
else
bspc monitor eDP-1 -d I II III IV V VI VII VIII IX X
fi
pgrep -x sxhkd > /dev/null || sxhkd &
bspc config external_rules_command "$HOME/bin/external_rules"
bspc config border_width 2
bspc config window_gap 12
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focused_border_color \#e43420
bspc config active_border_color \#75190f
bspc config normal_border_color \#75190f
bspc rule -a mplayer2 state=floating
bspc rule -a Screenkey manage=off
bspc rule -a Flashplayer state=tiled
bspc rule -a calendar state=floating border=on rectangle=620x730+1260+40
bspc rule -a wifi-config state=floating border=on rectangle=1200x800+0+0 center=true
bspc rule -a "*:*:Emulator" state=floating
bash $HOME/.config/polybar/launch.sh &
light-locker &
xset s 0 0
xset -dpms
blugon &
picom &
~/.fehbg
setxkbmap br -variant abnt2
fcitx5 &
Xorg.0.log:
[ 6.308]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 6.308] Current Operating System: Linux hiru-laptop 6.14.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 00:06:37 +0000 x86_64
[ 6.308] Kernel command line: root="LABEL=main-disk" rwinitrd=\intel-ucode.img rwinitrd=\initramfs-linux.img
[ 6.308]
[ 6.308] Current version of pixman: 0.44.2
[ 6.308] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.308] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.308] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 09:53:30 2025
[ 6.310] (==) Using config file: "/etc/X11/xorg.conf"
[ 6.310] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.310] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.311] (==) ServerLayout "Layout0"
[ 6.311] (**) |-->Screen "Screen0" (0)
[ 6.311] (**) | |-->Monitor "Monitor0"
[ 6.311] (**) | |-->Device "Device0"
[ 6.311] (**) |-->Input Device "Keyboard0"
[ 6.311] (**) |-->Input Device "Mouse0"
[ 6.311] (**) Allowing byte-swapped clients
[ 6.311] (==) Automatically adding devices
[ 6.311] (==) Automatically enabling devices
[ 6.311] (==) Automatically adding GPU devices
[ 6.311] (==) Automatically binding GPU devices
[ 6.311] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.312] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 6.312] Entry deleted from font path.
[ 6.312] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 6.312] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.312] Entry deleted from font path.
[ 6.313] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 6.313] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.313] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 6.313] (WW) Disabling Keyboard0
[ 6.313] (WW) Disabling Mouse0
[ 6.313] (II) Module ABI versions:
[ 6.313] X.Org ANSI C Emulation: 0.4
[ 6.313] X.Org Video Driver: 25.2
[ 6.313] X.Org XInput driver : 24.4
[ 6.313] X.Org Server Extension : 10.0
[ 6.313] (++) using VT number 7
[ 6.313] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.314] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.314] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 6.315] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.315] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 6.317] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 6.318] (--) PCI:*(0@0:2:0) 8086:46a3:1d05:1243 rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 6.318] (--) PCI: (1@0:0:0) 10de:28a1:1d05:1243 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 6.318] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6.318] (II) LoadModule: "glx"
[ 6.318] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.333] (II) Module glx: vendor="X.Org Foundation"
[ 6.333] compiled for 1.21.1.16, module version = 1.0.0
[ 6.333] ABI class: X.Org Server Extension, version 10.0
[ 6.333] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 6.333] loading driver: nvidia
[ 6.333] (==) Matched intel as autoconfigured driver 0
[ 6.333] (==) Matched nvidia as autoconfigured driver 1
[ 6.333] (==) Matched nouveau as autoconfigured driver 2
[ 6.333] (==) Matched nv as autoconfigured driver 3
[ 6.333] (==) Matched modesetting as autoconfigured driver 4
[ 6.333] (==) Matched fbdev as autoconfigured driver 5
[ 6.333] (==) Matched vesa as autoconfigured driver 6
[ 6.333] (==) Assigned the driver to the xf86ConfigLayout
[ 6.333] (II) LoadModule: "intel"
[ 6.333] (WW) Warning, couldn't open module intel
[ 6.333] (EE) Failed to load module "intel" (module does not exist, 0)
[ 6.333] (II) LoadModule: "nvidia"
[ 6.333] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6.339] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6.339] compiled for 1.6.99.901, module version = 1.0.0
[ 6.339] Module class: X.Org Video Driver
[ 6.339] (II) LoadModule: "nouveau"
[ 6.339] (WW) Warning, couldn't open module nouveau
[ 6.339] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 6.339] (II) LoadModule: "nv"
[ 6.339] (WW) Warning, couldn't open module nv
[ 6.339] (EE) Failed to load module "nv" (module does not exist, 0)
[ 6.339] (II) LoadModule: "modesetting"
[ 6.339] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.341] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.341] compiled for 1.21.1.16, module version = 1.21.1
[ 6.341] Module class: X.Org Video Driver
[ 6.341] ABI class: X.Org Video Driver, version 25.2
[ 6.341] (II) LoadModule: "fbdev"
[ 6.341] (WW) Warning, couldn't open module fbdev
[ 6.341] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 6.341] (II) LoadModule: "vesa"
[ 6.341] (WW) Warning, couldn't open module vesa
[ 6.341] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 6.341] (II) NVIDIA dlloader X Driver 570.144 Thu Apr 10 20:05:34 UTC 2025
[ 6.341] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.341] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.350] (II) modeset(0): using drv /dev/dri/card1
[ 6.350] (II) Loading sub module "fb"
[ 6.350] (II) LoadModule: "fb"
[ 6.350] (II) Module "fb" already built-in
[ 6.350] (II) Loading sub module "wfb"
[ 6.350] (II) LoadModule: "wfb"
[ 6.351] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6.351] (II) Module wfb: vendor="X.Org Foundation"
[ 6.351] compiled for 1.21.1.16, module version = 1.0.0
[ 6.351] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.352] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[ 6.352] (==) modeset(0): RGB weight 888
[ 6.352] (==) modeset(0): Default visual is TrueColor
[ 6.352] (II) Loading sub module "glamoregl"
[ 6.352] (II) LoadModule: "glamoregl"
[ 6.352] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.376] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.376] compiled for 1.21.1.16, module version = 1.0.1
[ 6.376] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.570] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 6.570] (II) modeset(0): glamor initialized
[ 6.570] (==) modeset(0): VariableRefresh: disabled
[ 6.570] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 6.571] (II) modeset(0): Output eDP-1 using monitor section Monitor0
[ 6.573] (II) modeset(0): EDID for output eDP-1
[ 6.573] (II) modeset(0): Manufacturer: CMN Model: 1521 Serial#: 0
[ 6.573] (II) modeset(0): Year: 2020 Week: 1
[ 6.573] (II) modeset(0): EDID Version: 1.4
[ 6.573] (II) modeset(0): Digital Display Input
[ 6.573] (II) modeset(0): 8 bits per channel
[ 6.573] (II) modeset(0): Digital interface is DisplayPort
[ 6.573] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 6.573] (II) modeset(0): Gamma: 2.20
[ 6.573] (II) modeset(0): No DPMS capabilities specified
[ 6.573] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 6.573] (II) modeset(0): First detailed timing is preferred mode
[ 6.573] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 6.573] (II) modeset(0): Display is continuous-frequency
[ 6.573] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 6.573] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 6.573] (II) modeset(0): Manufacturer's mask: 0
[ 6.573] (II) modeset(0): Supported detailed timing:
[ 6.573] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 6.573] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.573] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.573] (II) modeset(0): Supported detailed timing:
[ 6.573] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 193 mm
[ 6.573] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.573] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.573] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[ 6.573] (II) modeset(0): N156HRA-EA1
[ 6.573] (II) modeset(0): EDID (in hex):
[ 6.573] (II) modeset(0): 00ffffffffffff000dae211500000000
[ 6.573] (II) modeset(0): 011e0104a52213780328659759548e27
[ 6.573] (II) modeset(0): 1e505400000001010101010101010101
[ 6.573] (II) modeset(0): 0101010101019e8580a070383e403020
[ 6.573] (II) modeset(0): a50058c110000018ad3780a070383e40
[ 6.573] (II) modeset(0): 3020a50058c110000018000000fd0030
[ 6.573] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 6.573] (II) modeset(0): 004e3135364852412d4541310a200080
[ 6.574] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 6.574] (II) modeset(0): Printing probed modes for output eDP-1
[ 6.574] (II) modeset(0): Modeline "1920x1080"x144.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 6.574] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 6.574] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 6.574] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 6.574] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 6.574] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 6.574] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 6.574] (II) modeset(0): Output eDP-1 connected
[ 6.574] (II) modeset(0): Using exact sizes for initial modes
[ 6.574] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 6.574] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.574] (==) modeset(0): DPI set to (96, 96)
[ 6.574] (II) Loading sub module "fb"
[ 6.574] (II) LoadModule: "fb"
[ 6.574] (II) Module "fb" already built-in
[ 6.574] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 6.574] (==) NVIDIA(G0): RGB weight 888
[ 6.574] (==) NVIDIA(G0): Default visual is TrueColor
[ 6.574] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.574] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 6.574] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 6.574] (**) NVIDIA(G0): Enabling 2D acceleration
[ 6.574] (II) Loading sub module "glxserver_nvidia"
[ 6.574] (II) LoadModule: "glxserver_nvidia"
[ 6.574] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 6.597] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 6.597] compiled for 1.6.99.901, module version = 1.0.0
[ 6.597] Module class: X.Org Server Extension
[ 6.597] (II) NVIDIA GLX Module 570.144 Thu Apr 10 20:06:53 UTC 2025
[ 6.597] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 6.599] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 6.599] (--) NVIDIA(0): DFP-0
[ 6.599] (--) NVIDIA(0): DFP-1
[ 6.599] (--) NVIDIA(0): DFP-2 (boot)
[ 6.599] (--) NVIDIA(0): DFP-3
[ 6.605] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 6.605] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 6.605] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 6.605] (--) NVIDIA(G0): VideoBIOS: 95.07.19.00.38
[ 6.605] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 6.653] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 6.653] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 6.653] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 6.653] (--) NVIDIA(GPU-0):
[ 6.653] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 6.653] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 6.653] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 6.653] (--) NVIDIA(GPU-0):
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 6.698] (--) NVIDIA(GPU-0):
[ 6.698] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 6.698] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 6.698] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 6.698] (--) NVIDIA(GPU-0):
[ 6.726] (II) NVIDIA(G0): Validated MetaModes:
[ 6.726] (II) NVIDIA(G0): "NULL"
[ 6.726] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 6.879] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics 2D FHD LG TV
[ 6.879] (WW) NVIDIA(G0): (DFP-2); cannot compute DPI from LG Electronics 2D FHD LG
[ 6.879] (WW) NVIDIA(G0): TV (DFP-2)'s EDID.
[ 6.879] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 6.903] (==) modeset(0): Backing store enabled
[ 6.903] (==) modeset(0): Silken mouse enabled
[ 6.934] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 6.934] (**) modeset(0): DPMS enabled
[ 6.934] (II) modeset(0): [DRI2] Setup complete
[ 6.934] (II) modeset(0): [DRI2] DRI driver: iris
[ 6.934] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 6.935] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 6.935] (II) NVIDIA: access.
[ 6.942] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 6.942] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 6.942] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 6.942] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 6.942] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 6.942] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 6.942] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 6.942] (II) NVIDIA(G0): Config Options in the README.
[ 6.952] (II) NVIDIA(G0): Setting mode "NULL"
[ 6.966] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 6.966] (==) NVIDIA(G0): Backing store enabled
[ 6.966] (==) NVIDIA(G0): Silken mouse enabled
[ 6.966] (**) NVIDIA(G0): DPMS enabled
[ 6.966] (II) Loading sub module "dri2"
[ 6.966] (II) LoadModule: "dri2"
[ 6.966] (II) Module "dri2" already built-in
[ 6.966] (II) NVIDIA(G0): [DRI2] Setup complete
[ 6.966] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 6.966] (II) Initializing extension Generic Event Extension
[ 6.966] (II) Initializing extension SHAPE
[ 6.967] (II) Initializing extension MIT-SHM
[ 6.967] (II) Initializing extension XInputExtension
[ 6.967] (II) Initializing extension XTEST
[ 6.967] (II) Initializing extension BIG-REQUESTS
[ 6.967] (II) Initializing extension SYNC
[ 6.967] (II) Initializing extension XKEYBOARD
[ 6.967] (II) Initializing extension XC-MISC
[ 6.967] (II) Initializing extension SECURITY
[ 6.967] (II) Initializing extension XFIXES
[ 6.967] (II) Initializing extension RENDER
[ 6.967] (II) Initializing extension RANDR
[ 6.967] (II) Initializing extension COMPOSITE
[ 6.967] (II) Initializing extension DAMAGE
[ 6.967] (II) Initializing extension MIT-SCREEN-SAVER
[ 6.967] (II) Initializing extension DOUBLE-BUFFER
[ 6.967] (II) Initializing extension RECORD
[ 6.967] (II) Initializing extension DPMS
[ 6.967] (II) Initializing extension Present
[ 6.967] (II) Initializing extension DRI3
[ 6.967] (II) Initializing extension X-Resource
[ 6.968] (II) Initializing extension XVideo
[ 6.968] (II) Initializing extension XVideo-MotionCompensation
[ 6.968] (II) Initializing extension GLX
[ 6.968] (II) Initializing extension GLX
[ 6.968] (II) Indirect GLX disabled.
[ 6.973] (II) AIGLX: Loaded and initialized iris
[ 6.973] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.973] (II) Initializing extension XFree86-VidModeExtension
[ 6.973] (II) Initializing extension XFree86-DGA
[ 6.973] (II) Initializing extension XFree86-DRI
[ 6.973] (II) Initializing extension DRI2
[ 6.973] (II) Initializing extension NV-GLX
[ 6.973] (II) Initializing extension NV-CONTROL
[ 6.973] (II) modeset(0): Damage tracking initialized
[ 6.973] (II) modeset(0): Setting screen physical size to 508 x 285
[ 7.015] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 7.015] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.015] (**) Video Bus: Applying InputClass "system-keyboard"
[ 7.015] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.015] (II) LoadModule: "libinput"
[ 7.015] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.019] (II) Module libinput: vendor="X.Org Foundation"
[ 7.019] compiled for 1.21.1.13, module version = 1.5.0
[ 7.019] Module class: X.Org XInput Driver
[ 7.019] ABI class: X.Org XInput driver, version 24.4
[ 7.019] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.019] (**) Video Bus: always reports core events
[ 7.019] (**) Option "Device" "/dev/input/event5"
[ 7.021] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7.021] (II) event5 - Video Bus: device is a keyboard
[ 7.022] (II) event5 - Video Bus: device removed
[ 7.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[ 7.052] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 7.052] (**) Option "xkb_model" "105"
[ 7.052] (**) Option "xkb_layout" "br"
[ 7.052] (**) Option "xkb_variant" "abnt2"
[ 7.071] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7.071] (II) event5 - Video Bus: device is a keyboard
[ 7.071] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 7.071] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.071] (**) Video Bus: Applying InputClass "system-keyboard"
[ 7.071] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.071] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.071] (**) Video Bus: always reports core events
[ 7.071] (**) Option "Device" "/dev/input/event4"
[ 7.071] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 7.071] (II) event4 - Video Bus: device is a keyboard
[ 7.071] (II) event4 - Video Bus: device removed
[ 7.106] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4/event4"
[ 7.106] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7.106] (**) Option "xkb_model" "105"
[ 7.106] (**) Option "xkb_layout" "br"
[ 7.106] (**) Option "xkb_variant" "abnt2"
[ 7.108] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 7.108] (II) event4 - Video Bus: device is a keyboard
[ 7.109] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7.109] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.109] (**) Power Button: Applying InputClass "system-keyboard"
[ 7.109] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.109] (II) Using input driver 'libinput' for 'Power Button'
[ 7.109] (**) Power Button: always reports core events
[ 7.109] (**) Option "Device" "/dev/input/event1"
[ 7.110] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.110] (II) event1 - Power Button: device is a keyboard
[ 7.111] (II) event1 - Power Button: device removed
[ 7.133] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 7.133] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 7.133] (**) Option "xkb_model" "105"
[ 7.133] (**) Option "xkb_layout" "br"
[ 7.133] (**) Option "xkb_variant" "abnt2"
[ 7.135] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.135] (II) event1 - Power Button: device is a keyboard
[ 7.136] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 7.136] (II) No input driver specified, ignoring this device.
[ 7.136] (II) This device may have been added with another device file.
[ 7.136] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 7.136] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.136] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 7.136] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.136] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7.136] (**) Sleep Button: always reports core events
[ 7.136] (**) Option "Device" "/dev/input/event0"
[ 7.137] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.137] (II) event0 - Sleep Button: device is a keyboard
[ 7.138] (II) event0 - Sleep Button: device removed
[ 7.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 7.148] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 7.148] (**) Option "xkb_model" "105"
[ 7.148] (**) Option "xkb_layout" "br"
[ 7.148] (**) Option "xkb_variant" "abnt2"
[ 7.149] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.149] (II) event0 - Sleep Button: device is a keyboard
[ 7.150] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event21)
[ 7.150] (II) No input driver specified, ignoring this device.
[ 7.150] (II) This device may have been added with another device file.
[ 7.151] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event22)
[ 7.151] (II) No input driver specified, ignoring this device.
[ 7.151] (II) This device may have been added with another device file.
[ 7.151] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event23)
[ 7.151] (II) No input driver specified, ignoring this device.
[ 7.151] (II) This device may have been added with another device file.
[ 7.151] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event24)
[ 7.151] (II) No input driver specified, ignoring this device.
[ 7.151] (II) This device may have been added with another device file.
[ 7.152] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/event6)
[ 7.152] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 7.152] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 7.152] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5'
[ 7.152] (**) SteelSeries SteelSeries Rival 5: always reports core events
[ 7.152] (**) Option "Device" "/dev/input/event6"
[ 7.206] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 7.206] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 7.207] (II) event6 - SteelSeries SteelSeries Rival 5: device removed
[ 7.233] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.233] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.233] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.233] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1038:183C.0002/input/input6/event6"
[ 7.233] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5" (type: MOUSE, id 10)
[ 7.233] (**) Option "AccelerationScheme" "none"
[ 7.233] (**) SteelSeries SteelSeries Rival 5: (accel) selected scheme none/0
[ 7.233] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration factor: 2.000
[ 7.233] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration threshold: 4
[ 7.287] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 7.288] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 7.289] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/mouse0)
[ 7.289] (II) No input driver specified, ignoring this device.
[ 7.289] (II) This device may have been added with another device file.
[ 7.290] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 Keyboard (/dev/input/event7)
[ 7.290] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.290] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 7.290] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.290] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 7.290] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 7.290] (**) Option "Device" "/dev/input/event7"
[ 7.291] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 7.291] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 7.291] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device removed
[ 7.312] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: needs a virtual subdevice
[ 7.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 7.312] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: MOUSE, id 11)
[ 7.312] (**) Option "AccelerationScheme" "none"
[ 7.312] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) selected scheme none/0
[ 7.312] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration factor: 2.000
[ 7.312] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration threshold: 4
[ 7.314] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 7.315] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 7.316] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event8)
[ 7.316] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.316] (**) SIGMACHIP USB Keyboard: Applying InputClass "system-keyboard"
[ 7.316] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.316] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 7.316] (**) SIGMACHIP USB Keyboard: always reports core events
[ 7.316] (**) Option "Device" "/dev/input/event8"
[ 7.317] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 7.318] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 7.318] (II) event8 - SIGMACHIP USB Keyboard: device removed
[ 7.339] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1C4F:0002.0005/input/input8/event8"
[ 7.339] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 12)
[ 7.339] (**) Option "xkb_model" "105"
[ 7.339] (**) Option "xkb_layout" "br"
[ 7.339] (**) Option "xkb_variant" "abnt2"
[ 7.342] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 7.342] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 7.343] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event10)
[ 7.343] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 7.343] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "system-keyboard"
[ 7.343] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 7.343] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[ 7.343] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[ 7.343] (**) Option "Device" "/dev/input/event10"
[ 7.345] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 7.345] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 7.345] (II) event10 - SIGMACHIP USB Keyboard System Control: device removed
[ 7.367] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input10/event10"
[ 7.367] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 13)
[ 7.367] (**) Option "xkb_model" "105"
[ 7.367] (**) Option "xkb_layout" "br"
[ 7.367] (**) Option "xkb_variant" "abnt2"
[ 7.369] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 7.369] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 7.370] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event9)
[ 7.370] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.370] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 7.370] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.370] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 7.370] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 7.370] (**) Option "Device" "/dev/input/event9"
[ 7.372] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 7.372] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 7.372] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 7.391] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[ 7.391] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 7.391] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 14)
[ 7.391] (**) Option "AccelerationScheme" "none"
[ 7.391] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 7.391] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 7.391] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 7.394] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 7.394] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 7.395] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/event13)
[ 7.395] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.395] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.395] (II) Using input driver 'libinput' for 'UNIW0001:00 093A:0255 Mouse'
[ 7.395] (**) UNIW0001:00 093A:0255 Mouse: always reports core events
[ 7.395] (**) Option "Device" "/dev/input/event13"
[ 7.396] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.397] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.398] (II) event13 - UNIW0001:00 093A:0255 Mouse: device removed
[ 7.428] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.428] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.428] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.428] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0007/input/input15/event13"
[ 7.428] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Mouse" (type: MOUSE, id 15)
[ 7.428] (**) Option "AccelerationScheme" "none"
[ 7.428] (**) UNIW0001:00 093A:0255 Mouse: (accel) selected scheme none/0
[ 7.428] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[ 7.428] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[ 7.430] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.431] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.433] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/mouse1)
[ 7.433] (II) No input driver specified, ignoring this device.
[ 7.433] (II) This device may have been added with another device file.
[ 7.434] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/event14)
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.434] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.434] (II) LoadModule: "synaptics"
[ 7.434] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 7.444] (II) Module synaptics: vendor="X.Org Foundation"
[ 7.444] compiled for 1.21.1.15, module version = 1.10.0
[ 7.444] Module class: X.Org XInput Driver
[ 7.444] ABI class: X.Org XInput driver, version 24.4
[ 7.444] (II) Using input driver 'synaptics' for 'UNIW0001:00 093A:0255 Touchpad'
[ 7.444] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.444] (**) Option "Device" "/dev/input/event14"
[ 7.473] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: found clickpad property
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: x-axis range 0 - 1372 (res 12)
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: y-axis range 0 - 829 (res 12)
[ 7.473] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report pressure, will use touch data.
[ 7.473] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report finger width.
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: buttons: left right double triple
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: Vendor 0x93a Product 0x255
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid pressure range. defaulting to 0 - 255
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid finger width range. defaulting to 0 - 15
[ 7.473] (**) Option "TapButton1" "1"
[ 7.473] (**) Option "TapButton2" "3"
[ 7.473] (**) Option "TapButton3" "2"
[ 7.473] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 7.473] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.473] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0007/input/input16/event14"
[ 7.489] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Touchpad" (type: TOUCHPAD, id 16)
[ 7.489] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 7.489] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MaxSpeed is now 1.75
[ 7.489] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) AccelFactor is now 0.125
[ 7.489] (**) UNIW0001:00 093A:0255 Touchpad: (accel) keeping acceleration scheme 1
[ 7.489] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration profile 1
[ 7.489] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[ 7.489] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[ 7.489] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.491] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/mouse2)
[ 7.491] (**) UNIW0001:00 093A:0255 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 7.491] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 7.491] (II) No input driver specified, ignoring this device.
[ 7.491] (II) This device may have been added with another device file.
[ 7.492] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 7.492] (II) No input driver specified, ignoring this device.
[ 7.492] (II) This device may have been added with another device file.
[ 7.492] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 7.492] (II) No input driver specified, ignoring this device.
[ 7.492] (II) This device may have been added with another device file.
[ 7.493] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 7.493] (II) No input driver specified, ignoring this device.
[ 7.493] (II) This device may have been added with another device file.
[ 7.493] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 7.493] (II) No input driver specified, ignoring this device.
[ 7.493] (II) This device may have been added with another device file.
[ 7.493] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 7.493] (II) No input driver specified, ignoring this device.
[ 7.493] (II) This device may have been added with another device file.
[ 7.494] (II) config/udev: Adding input device Intel HID events (/dev/input/event11)
[ 7.494] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.494] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 7.494] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.494] (II) Using input driver 'libinput' for 'Intel HID events'
[ 7.494] (**) Intel HID events: always reports core events
[ 7.494] (**) Option "Device" "/dev/input/event11"
[ 7.494] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 7.494] (II) event11 - Intel HID events: device is a keyboard
[ 7.494] (II) event11 - Intel HID events: device removed
[ 7.504] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event11"
[ 7.504] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[ 7.504] (**) Option "xkb_model" "105"
[ 7.504] (**) Option "xkb_layout" "br"
[ 7.504] (**) Option "xkb_variant" "abnt2"
[ 7.505] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 7.505] (II) event11 - Intel HID events: device is a keyboard
[ 7.506] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 7.506] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.506] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 7.506] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.506] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 7.506] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.506] (**) Option "Device" "/dev/input/event3"
[ 7.507] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.508] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.509] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 7.532] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 7.532] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 7.532] (**) Option "xkb_model" "105"
[ 7.532] (**) Option "xkb_layout" "br"
[ 7.532] (**) Option "xkb_variant" "abnt2"
[ 7.534] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.534] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.536] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 7.536] (II) No input driver specified, ignoring this device.
[ 7.536] (II) This device may have been added with another device file.
[ 7.564] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.564] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 7.564] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.564] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 7.564] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 7.564] (**) Option "Device" "/dev/input/event7"
[ 7.564] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: is a virtual subdevice
[ 7.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 7.564] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: KEYBOARD, id 19)
[ 7.564] (**) Option "xkb_model" "105"
[ 7.564] (**) Option "xkb_layout" "br"
[ 7.564] (**) Option "xkb_variant" "abnt2"
[ 7.564] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.564] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 7.564] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.564] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 7.564] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 7.564] (**) Option "Device" "/dev/input/event9"
[ 7.564] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[ 7.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 7.564] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 7.564] (**) Option "xkb_model" "105"
[ 7.564] (**) Option "xkb_layout" "br"
[ 7.564] (**) Option "xkb_variant" "abnt2"
[ 15.288] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.288] (II) modeset(0): Using EDID range info for horizontal sync
[ 15.288] (II) modeset(0): Using EDID range info for vertical refresh
[ 15.288] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.288] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.288] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.295] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.295] (II) modeset(0): Using hsync ranges from config file
[ 15.295] (II) modeset(0): Using vrefresh ranges from config file
[ 15.295] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.295] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.295] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.296] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.296] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.296] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.296] (--) NVIDIA(GPU-0):
[ 15.296] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.296] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.296] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.296] (--) NVIDIA(GPU-0):
[ 15.341] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.341] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.341] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.341] (--) NVIDIA(GPU-0):
[ 15.341] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.341] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.341] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.341] (--) NVIDIA(GPU-0):
[ 15.350] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.350] (II) modeset(0): Using hsync ranges from config file
[ 15.350] (II) modeset(0): Using vrefresh ranges from config file
[ 15.350] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.350] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.350] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.357] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.357] (II) modeset(0): Using hsync ranges from config file
[ 15.357] (II) modeset(0): Using vrefresh ranges from config file
[ 15.357] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.357] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.357] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.357] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.357] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.357] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.357] (--) NVIDIA(GPU-0):
[ 15.358] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.358] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.358] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.358] (--) NVIDIA(GPU-0):
[ 15.403] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.403] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.403] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.403] (--) NVIDIA(GPU-0):
[ 15.403] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.403] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.403] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.403] (--) NVIDIA(GPU-0):
[ 15.406] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[ 16.577] (II) NVIDIA(G0): Setting mode "HDMI-1-0: nvidia-auto-select @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 16.634] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.634] (II) modeset(0): Using hsync ranges from config file
[ 16.634] (II) modeset(0): Using vrefresh ranges from config file
[ 16.634] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.634] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.634] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.651] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.651] (II) modeset(0): Using hsync ranges from config file
[ 16.651] (II) modeset(0): Using vrefresh ranges from config file
[ 16.651] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.651] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.651] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.651] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.651] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.651] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16.651] (--) NVIDIA(GPU-0):
[ 16.651] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.651] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.651] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.651] (--) NVIDIA(GPU-0):
[ 16.697] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 16.697] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 16.697] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 16.697] (--) NVIDIA(GPU-0):
[ 16.697] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16.697] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 16.697] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 16.697] (--) NVIDIA(GPU-0):
[ 16.718] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.718] (II) modeset(0): Using hsync ranges from config file
[ 16.718] (II) modeset(0): Using vrefresh ranges from config file
[ 16.718] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.718] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.718] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.734] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.734] (II) modeset(0): Using hsync ranges from config file
[ 16.734] (II) modeset(0): Using vrefresh ranges from config file
[ 16.734] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.734] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.734] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.734] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.734] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.734] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16.734] (--) NVIDIA(GPU-0):
[ 16.735] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.735] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.735] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.735] (--) NVIDIA(GPU-0):
[ 16.780] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 16.780] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 16.780] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 16.780] (--) NVIDIA(GPU-0):
[ 16.780] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16.780] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 16.780] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 16.780] (--) NVIDIA(GPU-0):
[ 16.784] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.784] (II) modeset(0): Using hsync ranges from config file
[ 16.784] (II) modeset(0): Using vrefresh ranges from config file
[ 16.784] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.784] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.784] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.801] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.801] (II) modeset(0): Using hsync ranges from config file
[ 16.801] (II) modeset(0): Using vrefresh ranges from config file
[ 16.801] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.801] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.801] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.801] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.801] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.801] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16.801] (--) NVIDIA(GPU-0):
[ 16.801] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.801] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.801] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.801] (--) NVIDIA(GPU-0):
[ 16.847] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 16.847] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 16.847] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 16.847] (--) NVIDIA(GPU-0):
[ 16.847] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16.847] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 16.847] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 16.847] (--) NVIDIA(GPU-0):
[ 16.850] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.850] (II) modeset(0): Using hsync ranges from config file
[ 16.850] (II) modeset(0): Using vrefresh ranges from config file
[ 16.850] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.850] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.850] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.868] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.868] (II) modeset(0): Using hsync ranges from config file
[ 16.868] (II) modeset(0): Using vrefresh ranges from config file
[ 16.868] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.868] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.868] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.868] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.868] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.868] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16.868] (--) NVIDIA(GPU-0):
[ 16.868] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.868] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.868] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.868] (--) NVIDIA(GPU-0):
[ 16.913] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 16.913] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 16.913] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 16.913] (--) NVIDIA(GPU-0):
[ 16.913] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16.913] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 16.913] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 16.913] (--) NVIDIA(GPU-0):
[ 16.917] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.917] (II) modeset(0): Using hsync ranges from config file
[ 16.917] (II) modeset(0): Using vrefresh ranges from config file
[ 16.917] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.917] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.917] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.934] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 16.934] (II) modeset(0): Using hsync ranges from config file
[ 16.934] (II) modeset(0): Using vrefresh ranges from config file
[ 16.934] (II) modeset(0): Printing DDC gathered Modelines:
[ 16.934] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 16.934] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 16.934] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16.934] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16.934] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16.934] (--) NVIDIA(GPU-0):
[ 16.934] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16.934] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16.934] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16.934] (--) NVIDIA(GPU-0):
[ 16.979] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 16.979] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 16.979] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 16.979] (--) NVIDIA(GPU-0):
[ 16.979] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16.979] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 16.979] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 16.979] (--) NVIDIA(GPU-0):
[ 252.238] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.239] (II) modeset(0): Using hsync ranges from config file
[ 252.239] (II) modeset(0): Using vrefresh ranges from config file
[ 252.239] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.239] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.239] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.256] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.256] (II) modeset(0): Using hsync ranges from config file
[ 252.256] (II) modeset(0): Using vrefresh ranges from config file
[ 252.256] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.256] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.256] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.256] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.256] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.256] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.256] (--) NVIDIA(GPU-0):
[ 252.258] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.258] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.258] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.258] (--) NVIDIA(GPU-0):
[ 252.306] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 252.306] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 252.306] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 252.306] (--) NVIDIA(GPU-0):
[ 252.306] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 252.306] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 252.306] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 252.306] (--) NVIDIA(GPU-0):
[ 252.339] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.339] (II) modeset(0): Using hsync ranges from config file
[ 252.339] (II) modeset(0): Using vrefresh ranges from config file
[ 252.339] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.339] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.339] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.356] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.356] (II) modeset(0): Using hsync ranges from config file
[ 252.356] (II) modeset(0): Using vrefresh ranges from config file
[ 252.356] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.356] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.356] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.356] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.356] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.356] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.356] (--) NVIDIA(GPU-0):
[ 252.358] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.358] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.358] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.358] (--) NVIDIA(GPU-0):
[ 252.408] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 252.408] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 252.408] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 252.408] (--) NVIDIA(GPU-0):
[ 252.408] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 252.408] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 252.408] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 252.408] (--) NVIDIA(GPU-0):
[ 252.439] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.439] (II) modeset(0): Using hsync ranges from config file
[ 252.439] (II) modeset(0): Using vrefresh ranges from config file
[ 252.439] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.439] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.439] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.456] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.456] (II) modeset(0): Using hsync ranges from config file
[ 252.456] (II) modeset(0): Using vrefresh ranges from config file
[ 252.456] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.456] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.456] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.456] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.456] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.456] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.456] (--) NVIDIA(GPU-0):
[ 252.457] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.457] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.457] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.457] (--) NVIDIA(GPU-0):
[ 252.507] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 252.507] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 252.507] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 252.507] (--) NVIDIA(GPU-0):
[ 252.507] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 252.507] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 252.507] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 252.507] (--) NVIDIA(GPU-0):
[ 252.539] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.539] (II) modeset(0): Using hsync ranges from config file
[ 252.539] (II) modeset(0): Using vrefresh ranges from config file
[ 252.539] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.539] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.539] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.556] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.556] (II) modeset(0): Using hsync ranges from config file
[ 252.556] (II) modeset(0): Using vrefresh ranges from config file
[ 252.556] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.556] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.556] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.556] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.556] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.556] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.556] (--) NVIDIA(GPU-0):
[ 252.558] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.558] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.558] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.558] (--) NVIDIA(GPU-0):
[ 252.607] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 252.607] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 252.607] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 252.607] (--) NVIDIA(GPU-0):
[ 252.607] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 252.607] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 252.607] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 252.607] (--) NVIDIA(GPU-0):
[ 252.938] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.938] (II) modeset(0): Using hsync ranges from config file
[ 252.938] (II) modeset(0): Using vrefresh ranges from config file
[ 252.938] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.939] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.939] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.955] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 252.955] (II) modeset(0): Using hsync ranges from config file
[ 252.955] (II) modeset(0): Using vrefresh ranges from config file
[ 252.955] (II) modeset(0): Printing DDC gathered Modelines:
[ 252.955] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 252.955] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 252.955] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.956] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.956] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.956] (--) NVIDIA(GPU-0):
[ 252.957] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.957] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.957] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.957] (--) NVIDIA(GPU-0):
[ 253.007] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 253.007] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 253.007] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 253.007] (--) NVIDIA(GPU-0):
[ 253.007] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 253.007] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 253.007] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 253.007] (--) NVIDIA(GPU-0):
[ 253.022] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 253.022] (II) modeset(0): Using hsync ranges from config file
[ 253.022] (II) modeset(0): Using vrefresh ranges from config file
[ 253.022] (II) modeset(0): Printing DDC gathered Modelines:
[ 253.022] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 253.022] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 253.039] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 253.039] (II) modeset(0): Using hsync ranges from config file
[ 253.039] (II) modeset(0): Using vrefresh ranges from config file
[ 253.039] (II) modeset(0): Printing DDC gathered Modelines:
[ 253.039] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 253.039] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 253.039] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 253.039] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 253.039] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 253.039] (--) NVIDIA(GPU-0):
[ 253.040] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 253.040] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 253.040] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 253.040] (--) NVIDIA(GPU-0):
[ 253.089] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 253.089] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 253.089] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 253.089] (--) NVIDIA(GPU-0):
[ 253.089] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 253.089] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 253.089] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 253.089] (--) NVIDIA(GPU-0):
[ 2382.879] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2382.879] (II) modeset(0): Using hsync ranges from config file
[ 2382.879] (II) modeset(0): Using vrefresh ranges from config file
[ 2382.879] (II) modeset(0): Printing DDC gathered Modelines:
[ 2382.879] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2382.879] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2382.896] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2382.896] (II) modeset(0): Using hsync ranges from config file
[ 2382.896] (II) modeset(0): Using vrefresh ranges from config file
[ 2382.896] (II) modeset(0): Printing DDC gathered Modelines:
[ 2382.896] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2382.896] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2382.896] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2382.896] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2382.896] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2382.896] (--) NVIDIA(GPU-0):
[ 2382.898] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2382.898] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2382.898] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2382.898] (--) NVIDIA(GPU-0):
[ 2382.944] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2382.944] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2382.944] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2382.944] (--) NVIDIA(GPU-0):
[ 2382.944] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2382.944] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2382.944] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2382.944] (--) NVIDIA(GPU-0):
[ 2382.979] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2382.979] (II) modeset(0): Using hsync ranges from config file
[ 2382.979] (II) modeset(0): Using vrefresh ranges from config file
[ 2382.979] (II) modeset(0): Printing DDC gathered Modelines:
[ 2382.979] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2382.979] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2382.996] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2382.996] (II) modeset(0): Using hsync ranges from config file
[ 2382.996] (II) modeset(0): Using vrefresh ranges from config file
[ 2382.996] (II) modeset(0): Printing DDC gathered Modelines:
[ 2382.996] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2382.996] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2382.996] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2382.996] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2382.996] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2382.996] (--) NVIDIA(GPU-0):
[ 2382.998] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2382.998] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2382.998] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2382.998] (--) NVIDIA(GPU-0):
[ 2383.044] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2383.044] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2383.044] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2383.044] (--) NVIDIA(GPU-0):
[ 2383.044] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2383.044] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2383.044] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2383.044] (--) NVIDIA(GPU-0):
[ 2383.080] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.080] (II) modeset(0): Using hsync ranges from config file
[ 2383.080] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.080] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.080] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.080] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.097] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.097] (II) modeset(0): Using hsync ranges from config file
[ 2383.097] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.097] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.097] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.097] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.097] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2383.097] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2383.097] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2383.097] (--) NVIDIA(GPU-0):
[ 2383.098] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2383.098] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2383.098] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2383.098] (--) NVIDIA(GPU-0):
[ 2383.145] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2383.145] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2383.145] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2383.145] (--) NVIDIA(GPU-0):
[ 2383.145] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2383.145] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2383.145] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2383.145] (--) NVIDIA(GPU-0):
[ 2383.180] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.180] (II) modeset(0): Using hsync ranges from config file
[ 2383.180] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.180] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.180] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.180] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.197] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.197] (II) modeset(0): Using hsync ranges from config file
[ 2383.197] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.197] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.197] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.197] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.197] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2383.197] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2383.197] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2383.197] (--) NVIDIA(GPU-0):
[ 2383.198] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2383.198] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2383.198] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2383.198] (--) NVIDIA(GPU-0):
[ 2383.245] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2383.245] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2383.245] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2383.245] (--) NVIDIA(GPU-0):
[ 2383.245] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2383.245] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2383.245] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2383.245] (--) NVIDIA(GPU-0):
[ 2383.562] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.562] (II) modeset(0): Using hsync ranges from config file
[ 2383.562] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.562] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.562] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.562] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.579] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.579] (II) modeset(0): Using hsync ranges from config file
[ 2383.579] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.579] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.579] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.579] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.579] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2383.579] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2383.579] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2383.579] (--) NVIDIA(GPU-0):
[ 2383.581] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2383.581] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2383.581] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2383.581] (--) NVIDIA(GPU-0):
[ 2383.628] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2383.628] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2383.628] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2383.628] (--) NVIDIA(GPU-0):
[ 2383.628] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2383.628] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2383.628] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2383.628] (--) NVIDIA(GPU-0):
[ 2383.646] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.646] (II) modeset(0): Using hsync ranges from config file
[ 2383.646] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.646] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.646] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.646] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.662] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 2383.662] (II) modeset(0): Using hsync ranges from config file
[ 2383.662] (II) modeset(0): Using vrefresh ranges from config file
[ 2383.662] (II) modeset(0): Printing DDC gathered Modelines:
[ 2383.662] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 2383.662] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 2383.663] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 2383.663] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 2383.663] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 2383.663] (--) NVIDIA(GPU-0):
[ 2383.663] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 2383.663] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 2383.663] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 2383.663] (--) NVIDIA(GPU-0):
[ 2383.712] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 2383.712] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 2383.712] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 2383.712] (--) NVIDIA(GPU-0):
[ 2383.712] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 2383.712] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 2383.712] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 2383.712] (--) NVIDIA(GPU-0):
[ 3043.061] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.061] (II) modeset(0): Using hsync ranges from config file
[ 3043.061] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.061] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.061] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.061] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.078] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.078] (II) modeset(0): Using hsync ranges from config file
[ 3043.078] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.078] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.078] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.078] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.078] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.078] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.078] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.078] (--) NVIDIA(GPU-0):
[ 3043.080] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.080] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.080] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.080] (--) NVIDIA(GPU-0):
[ 3043.126] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.126] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.126] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.126] (--) NVIDIA(GPU-0):
[ 3043.127] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.127] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.127] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.127] (--) NVIDIA(GPU-0):
[ 3043.161] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.161] (II) modeset(0): Using hsync ranges from config file
[ 3043.161] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.161] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.161] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.161] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.178] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.178] (II) modeset(0): Using hsync ranges from config file
[ 3043.178] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.178] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.178] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.178] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.178] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.178] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.178] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.178] (--) NVIDIA(GPU-0):
[ 3043.180] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.180] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.180] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.180] (--) NVIDIA(GPU-0):
[ 3043.226] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.226] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.226] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.226] (--) NVIDIA(GPU-0):
[ 3043.226] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.226] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.226] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.226] (--) NVIDIA(GPU-0):
[ 3043.262] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.262] (II) modeset(0): Using hsync ranges from config file
[ 3043.262] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.262] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.262] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.262] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.278] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.278] (II) modeset(0): Using hsync ranges from config file
[ 3043.278] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.278] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.278] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.278] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.279] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.279] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.279] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.279] (--) NVIDIA(GPU-0):
[ 3043.280] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.281] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.281] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.281] (--) NVIDIA(GPU-0):
[ 3043.327] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.327] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.327] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.327] (--) NVIDIA(GPU-0):
[ 3043.327] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.327] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.327] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.327] (--) NVIDIA(GPU-0):
[ 3043.362] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.362] (II) modeset(0): Using hsync ranges from config file
[ 3043.362] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.362] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.362] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.362] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.378] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.378] (II) modeset(0): Using hsync ranges from config file
[ 3043.378] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.378] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.378] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.378] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.378] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.378] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.378] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.378] (--) NVIDIA(GPU-0):
[ 3043.380] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.380] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.380] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.380] (--) NVIDIA(GPU-0):
[ 3043.426] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.426] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.426] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.426] (--) NVIDIA(GPU-0):
[ 3043.426] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.426] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.426] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.426] (--) NVIDIA(GPU-0):
[ 3043.711] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.711] (II) modeset(0): Using hsync ranges from config file
[ 3043.711] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.711] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.711] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.711] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.728] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.728] (II) modeset(0): Using hsync ranges from config file
[ 3043.728] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.728] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.728] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.728] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.728] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.728] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.728] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.728] (--) NVIDIA(GPU-0):
[ 3043.730] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.730] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.730] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.730] (--) NVIDIA(GPU-0):
[ 3043.776] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.776] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.776] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.776] (--) NVIDIA(GPU-0):
[ 3043.776] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.776] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.776] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.776] (--) NVIDIA(GPU-0):
[ 3043.794] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.794] (II) modeset(0): Using hsync ranges from config file
[ 3043.794] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.794] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.794] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.794] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.811] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3043.811] (II) modeset(0): Using hsync ranges from config file
[ 3043.811] (II) modeset(0): Using vrefresh ranges from config file
[ 3043.811] (II) modeset(0): Printing DDC gathered Modelines:
[ 3043.811] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3043.811] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3043.811] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3043.811] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3043.811] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3043.811] (--) NVIDIA(GPU-0):
[ 3043.812] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3043.812] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3043.812] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3043.812] (--) NVIDIA(GPU-0):
[ 3043.858] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3043.858] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3043.858] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3043.858] (--) NVIDIA(GPU-0):
[ 3043.858] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3043.858] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3043.858] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3043.858] (--) NVIDIA(GPU-0):
[ 3338.264] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.264] (II) modeset(0): Using hsync ranges from config file
[ 3338.264] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.264] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.264] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.264] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.281] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.281] (II) modeset(0): Using hsync ranges from config file
[ 3338.281] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.281] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.281] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.281] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.281] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.281] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.281] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.281] (--) NVIDIA(GPU-0):
[ 3338.283] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.283] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.283] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.283] (--) NVIDIA(GPU-0):
[ 3338.329] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3338.329] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3338.329] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3338.329] (--) NVIDIA(GPU-0):
[ 3338.329] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3338.329] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3338.329] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3338.329] (--) NVIDIA(GPU-0):
[ 3338.364] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.364] (II) modeset(0): Using hsync ranges from config file
[ 3338.364] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.364] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.364] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.364] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.381] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.381] (II) modeset(0): Using hsync ranges from config file
[ 3338.381] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.381] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.381] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.381] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.381] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.381] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.381] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.381] (--) NVIDIA(GPU-0):
[ 3338.382] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.382] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.382] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.382] (--) NVIDIA(GPU-0):
[ 3338.428] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3338.428] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3338.428] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3338.428] (--) NVIDIA(GPU-0):
[ 3338.428] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3338.428] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3338.428] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3338.428] (--) NVIDIA(GPU-0):
[ 3338.465] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.465] (II) modeset(0): Using hsync ranges from config file
[ 3338.465] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.465] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.465] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.465] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.482] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.482] (II) modeset(0): Using hsync ranges from config file
[ 3338.482] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.482] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.482] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.482] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.482] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.482] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.482] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.482] (--) NVIDIA(GPU-0):
[ 3338.483] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.483] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.483] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.483] (--) NVIDIA(GPU-0):
[ 3338.529] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3338.529] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3338.529] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3338.529] (--) NVIDIA(GPU-0):
[ 3338.529] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3338.529] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3338.529] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3338.529] (--) NVIDIA(GPU-0):
[ 3338.565] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.565] (II) modeset(0): Using hsync ranges from config file
[ 3338.565] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.565] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.565] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.565] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.582] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.582] (II) modeset(0): Using hsync ranges from config file
[ 3338.582] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.582] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.582] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.582] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.582] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.582] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.582] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.582] (--) NVIDIA(GPU-0):
[ 3338.583] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.583] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.583] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.583] (--) NVIDIA(GPU-0):
[ 3338.630] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3338.630] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3338.630] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3338.630] (--) NVIDIA(GPU-0):
[ 3338.630] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3338.630] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3338.630] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3338.630] (--) NVIDIA(GPU-0):
[ 3338.864] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.864] (II) modeset(0): Using hsync ranges from config file
[ 3338.864] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.864] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.864] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.864] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.881] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.881] (II) modeset(0): Using hsync ranges from config file
[ 3338.881] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.881] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.881] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.881] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.881] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.881] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.881] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.881] (--) NVIDIA(GPU-0):
[ 3338.883] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.883] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.883] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.883] (--) NVIDIA(GPU-0):
[ 3338.929] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3338.929] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3338.929] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3338.929] (--) NVIDIA(GPU-0):
[ 3338.929] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3338.929] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3338.929] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3338.929] (--) NVIDIA(GPU-0):
[ 3338.947] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.947] (II) modeset(0): Using hsync ranges from config file
[ 3338.947] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.947] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.947] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.947] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.964] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 3338.964] (II) modeset(0): Using hsync ranges from config file
[ 3338.964] (II) modeset(0): Using vrefresh ranges from config file
[ 3338.964] (II) modeset(0): Printing DDC gathered Modelines:
[ 3338.964] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 3338.964] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 3338.964] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 3338.964] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 3338.964] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 3338.964] (--) NVIDIA(GPU-0):
[ 3338.965] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 3338.965] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 3338.965] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 3338.965] (--) NVIDIA(GPU-0):
[ 3339.010] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 3339.010] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 3339.010] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 3339.010] (--) NVIDIA(GPU-0):
[ 3339.010] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 3339.010] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 3339.010] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 3339.010] (--) NVIDIA(GPU-0):
Xorg.1.log:
[ 28894.418]
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[ 28894.418] Current Operating System: Linux hiru-laptop 6.12.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025 02:26:57 +0000 x86_64
[ 28894.418] Kernel command line: root="LABEL=main-disk" rwinitrd=\intel-ucode.img rwinitrd=\initramfs-linux.img
[ 28894.418]
[ 28894.418] Current version of pixman: 0.44.2
[ 28894.418] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28894.418] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28894.418] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Apr 21 01:41:58 2025
[ 28894.418] (==) Using config file: "/etc/X11/xorg.conf"
[ 28894.418] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 28894.418] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 28894.419] (==) ServerLayout "Layout0"
[ 28894.419] (**) |-->Screen "Screen0" (0)
[ 28894.419] (**) | |-->Monitor "Monitor0"
[ 28894.419] (**) | |-->Device "Device0"
[ 28894.419] (**) |-->Input Device "Keyboard0"
[ 28894.419] (**) |-->Input Device "Mouse0"
[ 28894.419] (**) Allowing byte-swapped clients
[ 28894.419] (==) Automatically adding devices
[ 28894.419] (==) Automatically enabling devices
[ 28894.419] (==) Automatically adding GPU devices
[ 28894.419] (==) Automatically binding GPU devices
[ 28894.419] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 28894.419] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 28894.419] Entry deleted from font path.
[ 28894.419] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 28894.419] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 28894.419] Entry deleted from font path.
[ 28894.419] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 28894.419] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 28894.419] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 28894.419] (WW) Disabling Keyboard0
[ 28894.419] (WW) Disabling Mouse0
[ 28894.419] (II) Module ABI versions:
[ 28894.419] X.Org ANSI C Emulation: 0.4
[ 28894.419] X.Org Video Driver: 25.2
[ 28894.419] X.Org XInput driver : 24.4
[ 28894.419] X.Org Server Extension : 10.0
[ 28894.419] (++) using VT number 8
[ 28894.419] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 28894.420] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 28894.420] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 28894.420] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 28894.420] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 28894.421] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 28894.421] (--) PCI:*(0@0:2:0) 8086:46a3:1d05:1243 rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 28894.421] (--) PCI: (1@0:0:0) 10de:28a1:1d05:1243 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 28894.421] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 28894.421] (II) LoadModule: "glx"
[ 28894.421] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 28894.422] (II) Module glx: vendor="X.Org Foundation"
[ 28894.422] compiled for 1.21.1.15, module version = 1.0.0
[ 28894.422] ABI class: X.Org Server Extension, version 10.0
[ 28894.422] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 28894.422] loading driver: nvidia
[ 28894.422] (==) Matched intel as autoconfigured driver 0
[ 28894.422] (==) Matched nvidia as autoconfigured driver 1
[ 28894.422] (==) Matched nouveau as autoconfigured driver 2
[ 28894.422] (==) Matched nv as autoconfigured driver 3
[ 28894.422] (==) Matched modesetting as autoconfigured driver 4
[ 28894.422] (==) Matched fbdev as autoconfigured driver 5
[ 28894.422] (==) Matched vesa as autoconfigured driver 6
[ 28894.422] (==) Assigned the driver to the xf86ConfigLayout
[ 28894.422] (II) LoadModule: "intel"
[ 28894.423] (WW) Warning, couldn't open module intel
[ 28894.423] (EE) Failed to load module "intel" (module does not exist, 0)
[ 28894.423] (II) LoadModule: "nvidia"
[ 28894.423] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 28894.423] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 28894.423] compiled for 1.6.99.901, module version = 1.0.0
[ 28894.423] Module class: X.Org Video Driver
[ 28894.423] (II) LoadModule: "nouveau"
[ 28894.423] (WW) Warning, couldn't open module nouveau
[ 28894.423] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 28894.423] (II) LoadModule: "nv"
[ 28894.423] (WW) Warning, couldn't open module nv
[ 28894.423] (EE) Failed to load module "nv" (module does not exist, 0)
[ 28894.423] (II) LoadModule: "modesetting"
[ 28894.423] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 28894.423] (II) Module modesetting: vendor="X.Org Foundation"
[ 28894.423] compiled for 1.21.1.15, module version = 1.21.1
[ 28894.423] Module class: X.Org Video Driver
[ 28894.423] ABI class: X.Org Video Driver, version 25.2
[ 28894.423] (II) LoadModule: "fbdev"
[ 28894.423] (WW) Warning, couldn't open module fbdev
[ 28894.423] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 28894.423] (II) LoadModule: "vesa"
[ 28894.423] (WW) Warning, couldn't open module vesa
[ 28894.423] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 28894.423] (II) NVIDIA dlloader X Driver 565.77 Wed Nov 27 22:57:27 UTC 2024
[ 28894.423] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 28894.423] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 28895.280] (II) modeset(0): using drv /dev/dri/card1
[ 28895.280] (II) Loading sub module "fb"
[ 28895.280] (II) LoadModule: "fb"
[ 28895.280] (II) Module "fb" already built-in
[ 28895.280] (II) Loading sub module "wfb"
[ 28895.280] (II) LoadModule: "wfb"
[ 28895.280] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 28895.280] (II) Module wfb: vendor="X.Org Foundation"
[ 28895.280] compiled for 1.21.1.15, module version = 1.0.0
[ 28895.280] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28895.281] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[ 28895.281] (==) modeset(0): RGB weight 888
[ 28895.281] (==) modeset(0): Default visual is TrueColor
[ 28895.281] (II) Loading sub module "glamoregl"
[ 28895.281] (II) LoadModule: "glamoregl"
[ 28895.281] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 28895.282] (II) Module glamoregl: vendor="X.Org Foundation"
[ 28895.282] compiled for 1.21.1.15, module version = 1.0.1
[ 28895.282] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28895.304] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 28895.304] (II) modeset(0): glamor initialized
[ 28895.304] (==) modeset(0): VariableRefresh: disabled
[ 28895.304] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 28895.306] (II) modeset(0): Output eDP-1 using monitor section Monitor0
[ 28895.307] (II) modeset(0): EDID for output eDP-1
[ 28895.307] (II) modeset(0): Manufacturer: CMN Model: 1521 Serial#: 0
[ 28895.307] (II) modeset(0): Year: 2020 Week: 1
[ 28895.307] (II) modeset(0): EDID Version: 1.4
[ 28895.307] (II) modeset(0): Digital Display Input
[ 28895.307] (II) modeset(0): 8 bits per channel
[ 28895.307] (II) modeset(0): Digital interface is DisplayPort
[ 28895.307] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 28895.307] (II) modeset(0): Gamma: 2.20
[ 28895.307] (II) modeset(0): No DPMS capabilities specified
[ 28895.307] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 28895.307] (II) modeset(0): First detailed timing is preferred mode
[ 28895.307] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 28895.307] (II) modeset(0): Display is continuous-frequency
[ 28895.307] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 28895.307] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 28895.307] (II) modeset(0): Manufacturer's mask: 0
[ 28895.307] (II) modeset(0): Supported detailed timing:
[ 28895.307] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 28895.307] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 28895.307] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 28895.307] (II) modeset(0): Supported detailed timing:
[ 28895.307] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 193 mm
[ 28895.307] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 28895.307] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 28895.307] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[ 28895.307] (II) modeset(0): N156HRA-EA1
[ 28895.307] (II) modeset(0): EDID (in hex):
[ 28895.307] (II) modeset(0): 00ffffffffffff000dae211500000000
[ 28895.307] (II) modeset(0): 011e0104a52213780328659759548e27
[ 28895.307] (II) modeset(0): 1e505400000001010101010101010101
[ 28895.307] (II) modeset(0): 0101010101019e8580a070383e403020
[ 28895.307] (II) modeset(0): a50058c110000018ad3780a070383e40
[ 28895.307] (II) modeset(0): 3020a50058c110000018000000fd0030
[ 28895.307] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 28895.307] (II) modeset(0): 004e3135364852412d4541310a200080
[ 28895.307] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 28895.307] (II) modeset(0): Printing probed modes for output eDP-1
[ 28895.307] (II) modeset(0): Modeline "1920x1080"x144.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 28895.307] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 28895.307] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 28895.307] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 28895.308] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 28895.308] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 28895.308] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 28895.308] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 28895.308] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 28895.308] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 28895.308] (II) modeset(0): Output eDP-1 connected
[ 28895.308] (II) modeset(0): Using exact sizes for initial modes
[ 28895.308] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 28895.308] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 28895.308] (==) modeset(0): DPI set to (96, 96)
[ 28895.308] (II) Loading sub module "fb"
[ 28895.308] (II) LoadModule: "fb"
[ 28895.308] (II) Module "fb" already built-in
[ 28895.308] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 28895.308] (==) NVIDIA(G0): RGB weight 888
[ 28895.308] (==) NVIDIA(G0): Default visual is TrueColor
[ 28895.308] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 28895.308] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 28895.308] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 28895.308] (**) NVIDIA(G0): Enabling 2D acceleration
[ 28895.308] (II) Loading sub module "glxserver_nvidia"
[ 28895.308] (II) LoadModule: "glxserver_nvidia"
[ 28895.308] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 28895.313] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 28895.313] compiled for 1.6.99.901, module version = 1.0.0
[ 28895.313] Module class: X.Org Server Extension
[ 28895.313] (II) NVIDIA GLX Module 565.77 Wed Nov 27 22:58:37 UTC 2024
[ 28895.313] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 28895.317] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 28895.317] (--) NVIDIA(0): DFP-0
[ 28895.317] (--) NVIDIA(0): DFP-1
[ 28895.317] (--) NVIDIA(0): DFP-2 (boot)
[ 28895.317] (--) NVIDIA(0): DFP-3
[ 28895.332] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 28895.332] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 28895.332] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 28895.332] (--) NVIDIA(G0): VideoBIOS: 95.07.19.00.38
[ 28895.332] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 28895.332] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 28895.332] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 28895.332] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 28895.332] (--) NVIDIA(GPU-0):
[ 28895.333] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28895.333] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28895.333] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28895.333] (--) NVIDIA(GPU-0):
[ 28895.380] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 28895.380] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 28895.380] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 28895.380] (--) NVIDIA(GPU-0):
[ 28895.380] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 28895.380] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 28895.380] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 28895.380] (--) NVIDIA(GPU-0):
[ 28895.436] (II) NVIDIA(G0): Validated MetaModes:
[ 28895.436] (II) NVIDIA(G0): "NULL"
[ 28895.436] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 28895.774] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics 2D FHD LG TV
[ 28895.774] (WW) NVIDIA(G0): (DFP-2); cannot compute DPI from LG Electronics 2D FHD LG
[ 28895.774] (WW) NVIDIA(G0): TV (DFP-2)'s EDID.
[ 28895.774] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 28895.781] (==) modeset(0): Backing store enabled
[ 28895.781] (==) modeset(0): Silken mouse enabled
[ 28895.813] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 28895.813] (**) modeset(0): DPMS enabled
[ 28895.813] (II) modeset(0): [DRI2] Setup complete
[ 28895.813] (II) modeset(0): [DRI2] DRI driver: iris
[ 28895.813] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 28895.815] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 28895.815] (II) NVIDIA: access.
[ 28895.856] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 28895.856] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 28895.856] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 28895.856] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 28895.856] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 28895.856] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 28895.856] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 28895.856] (II) NVIDIA(G0): Config Options in the README.
[ 28895.871] (II) NVIDIA(G0): Setting mode "NULL"
[ 28895.908] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 28895.908] (==) NVIDIA(G0): Backing store enabled
[ 28895.908] (==) NVIDIA(G0): Silken mouse enabled
[ 28895.908] (**) NVIDIA(G0): DPMS enabled
[ 28895.908] (II) Loading sub module "dri2"
[ 28895.908] (II) LoadModule: "dri2"
[ 28895.908] (II) Module "dri2" already built-in
[ 28895.908] (II) NVIDIA(G0): [DRI2] Setup complete
[ 28895.908] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 28895.908] (II) Initializing extension Generic Event Extension
[ 28895.908] (II) Initializing extension SHAPE
[ 28895.908] (II) Initializing extension MIT-SHM
[ 28895.909] (II) Initializing extension XInputExtension
[ 28895.909] (II) Initializing extension XTEST
[ 28895.909] (II) Initializing extension BIG-REQUESTS
[ 28895.909] (II) Initializing extension SYNC
[ 28895.909] (II) Initializing extension XKEYBOARD
[ 28895.909] (II) Initializing extension XC-MISC
[ 28895.909] (II) Initializing extension SECURITY
[ 28895.909] (II) Initializing extension XFIXES
[ 28895.909] (II) Initializing extension RENDER
[ 28895.909] (II) Initializing extension RANDR
[ 28895.909] (II) Initializing extension COMPOSITE
[ 28895.909] (II) Initializing extension DAMAGE
[ 28895.909] (II) Initializing extension MIT-SCREEN-SAVER
[ 28895.909] (II) Initializing extension DOUBLE-BUFFER
[ 28895.909] (II) Initializing extension RECORD
[ 28895.909] (II) Initializing extension DPMS
[ 28895.909] (II) Initializing extension Present
[ 28895.909] (II) Initializing extension DRI3
[ 28895.909] (II) Initializing extension X-Resource
[ 28895.909] (II) Initializing extension XVideo
[ 28895.910] (II) Initializing extension XVideo-MotionCompensation
[ 28895.910] (II) Initializing extension GLX
[ 28895.910] (II) Initializing extension GLX
[ 28895.910] (II) Indirect GLX disabled.
[ 28895.914] (II) AIGLX: Loaded and initialized iris
[ 28895.914] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 28895.914] (II) Initializing extension XFree86-VidModeExtension
[ 28895.914] (II) Initializing extension XFree86-DGA
[ 28895.914] (II) Initializing extension XFree86-DRI
[ 28895.914] (II) Initializing extension DRI2
[ 28895.914] (II) Initializing extension NV-GLX
[ 28895.914] (II) Initializing extension NV-CONTROL
[ 28895.915] (II) modeset(0): Damage tracking initialized
[ 28895.915] (II) modeset(0): Setting screen physical size to 508 x 285
[ 28895.952] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 28895.952] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 28895.952] (**) Video Bus: Applying InputClass "system-keyboard"
[ 28895.952] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 28895.952] (II) LoadModule: "libinput"
[ 28895.952] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 28895.953] (II) Module libinput: vendor="X.Org Foundation"
[ 28895.953] compiled for 1.21.1.13, module version = 1.5.0
[ 28895.953] Module class: X.Org XInput Driver
[ 28895.953] ABI class: X.Org XInput driver, version 24.4
[ 28895.953] (II) Using input driver 'libinput' for 'Video Bus'
[ 28895.953] (**) Video Bus: always reports core events
[ 28895.953] (**) Option "Device" "/dev/input/event5"
[ 28895.954] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 28895.954] (II) event5 - Video Bus: device is a keyboard
[ 28895.954] (II) event5 - Video Bus: device removed
[ 28896.020] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[ 28896.020] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 28896.020] (**) Option "xkb_model" "105"
[ 28896.020] (**) Option "xkb_layout" "br"
[ 28896.020] (**) Option "xkb_variant" "abnt2"
[ 28896.042] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 28896.042] (II) event5 - Video Bus: device is a keyboard
[ 28896.042] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 28896.042] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 28896.042] (**) Video Bus: Applying InputClass "system-keyboard"
[ 28896.042] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 28896.042] (II) Using input driver 'libinput' for 'Video Bus'
[ 28896.042] (**) Video Bus: always reports core events
[ 28896.042] (**) Option "Device" "/dev/input/event4"
[ 28896.042] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 28896.042] (II) event4 - Video Bus: device is a keyboard
[ 28896.042] (II) event4 - Video Bus: device removed
[ 28896.087] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4/event4"
[ 28896.087] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 28896.087] (**) Option "xkb_model" "105"
[ 28896.087] (**) Option "xkb_layout" "br"
[ 28896.087] (**) Option "xkb_variant" "abnt2"
[ 28896.090] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 28896.090] (II) event4 - Video Bus: device is a keyboard
[ 28896.091] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 28896.091] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 28896.091] (**) Power Button: Applying InputClass "system-keyboard"
[ 28896.091] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 28896.091] (II) Using input driver 'libinput' for 'Power Button'
[ 28896.091] (**) Power Button: always reports core events
[ 28896.091] (**) Option "Device" "/dev/input/event1"
[ 28896.092] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 28896.092] (II) event1 - Power Button: device is a keyboard
[ 28896.092] (II) event1 - Power Button: device removed
[ 28896.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 28896.124] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 28896.124] (**) Option "xkb_model" "105"
[ 28896.124] (**) Option "xkb_layout" "br"
[ 28896.124] (**) Option "xkb_variant" "abnt2"
[ 28896.126] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 28896.126] (II) event1 - Power Button: device is a keyboard
[ 28896.127] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 28896.127] (II) No input driver specified, ignoring this device.
[ 28896.127] (II) This device may have been added with another device file.
[ 28896.128] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 28896.128] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 28896.128] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 28896.128] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 28896.128] (II) Using input driver 'libinput' for 'Sleep Button'
[ 28896.128] (**) Sleep Button: always reports core events
[ 28896.128] (**) Option "Device" "/dev/input/event0"
[ 28896.129] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 28896.129] (II) event0 - Sleep Button: device is a keyboard
[ 28896.129] (II) event0 - Sleep Button: device removed
[ 28896.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 28896.167] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 28896.167] (**) Option "xkb_model" "105"
[ 28896.167] (**) Option "xkb_layout" "br"
[ 28896.167] (**) Option "xkb_variant" "abnt2"
[ 28896.169] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 28896.169] (II) event0 - Sleep Button: device is a keyboard
[ 28896.170] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event21)
[ 28896.170] (II) No input driver specified, ignoring this device.
[ 28896.170] (II) This device may have been added with another device file.
[ 28896.171] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event22)
[ 28896.171] (II) No input driver specified, ignoring this device.
[ 28896.171] (II) This device may have been added with another device file.
[ 28896.171] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event23)
[ 28896.171] (II) No input driver specified, ignoring this device.
[ 28896.171] (II) This device may have been added with another device file.
[ 28896.172] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event24)
[ 28896.172] (II) No input driver specified, ignoring this device.
[ 28896.172] (II) This device may have been added with another device file.
[ 28896.173] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/event6)
[ 28896.173] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 28896.173] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 28896.173] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5'
[ 28896.173] (**) SteelSeries SteelSeries Rival 5: always reports core events
[ 28896.173] (**) Option "Device" "/dev/input/event6"
[ 28896.226] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 28896.226] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 28896.227] (II) event6 - SteelSeries SteelSeries Rival 5: device removed
[ 28896.297] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.297] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.297] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1038:183C.0002/input/input6/event6"
[ 28896.297] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5" (type: MOUSE, id 10)
[ 28896.298] (**) Option "AccelerationScheme" "none"
[ 28896.298] (**) SteelSeries SteelSeries Rival 5: (accel) selected scheme none/0
[ 28896.298] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration factor: 2.000
[ 28896.298] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration threshold: 4
[ 28896.352] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 28896.353] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 28896.354] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/mouse0)
[ 28896.354] (II) No input driver specified, ignoring this device.
[ 28896.354] (II) This device may have been added with another device file.
[ 28896.355] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 Keyboard (/dev/input/event7)
[ 28896.355] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.355] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 28896.355] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.355] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 28896.355] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 28896.355] (**) Option "Device" "/dev/input/event7"
[ 28896.356] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 28896.356] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 28896.356] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device removed
[ 28896.397] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: needs a virtual subdevice
[ 28896.397] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 28896.397] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: MOUSE, id 11)
[ 28896.397] (**) Option "AccelerationScheme" "none"
[ 28896.397] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) selected scheme none/0
[ 28896.397] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration factor: 2.000
[ 28896.397] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration threshold: 4
[ 28896.400] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 28896.400] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 28896.401] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event8)
[ 28896.401] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.401] (**) SIGMACHIP USB Keyboard: Applying InputClass "system-keyboard"
[ 28896.401] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.401] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 28896.401] (**) SIGMACHIP USB Keyboard: always reports core events
[ 28896.401] (**) Option "Device" "/dev/input/event8"
[ 28896.403] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 28896.403] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 28896.403] (II) event8 - SIGMACHIP USB Keyboard: device removed
[ 28896.443] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1C4F:0002.0005/input/input8/event8"
[ 28896.444] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 12)
[ 28896.444] (**) Option "xkb_model" "105"
[ 28896.444] (**) Option "xkb_layout" "br"
[ 28896.444] (**) Option "xkb_variant" "abnt2"
[ 28896.446] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 28896.446] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 28896.448] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event10)
[ 28896.448] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 28896.448] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "system-keyboard"
[ 28896.448] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 28896.448] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[ 28896.448] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[ 28896.448] (**) Option "Device" "/dev/input/event10"
[ 28896.449] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 28896.450] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 28896.450] (II) event10 - SIGMACHIP USB Keyboard System Control: device removed
[ 28896.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input10/event10"
[ 28896.470] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 13)
[ 28896.470] (**) Option "xkb_model" "105"
[ 28896.470] (**) Option "xkb_layout" "br"
[ 28896.470] (**) Option "xkb_variant" "abnt2"
[ 28896.474] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 28896.474] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 28896.475] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event9)
[ 28896.475] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 28896.475] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 28896.475] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 28896.475] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 28896.475] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 28896.475] (**) Option "Device" "/dev/input/event9"
[ 28896.477] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 28896.477] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 28896.477] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 28896.517] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[ 28896.517] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 28896.517] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 14)
[ 28896.517] (**) Option "AccelerationScheme" "none"
[ 28896.517] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 28896.517] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 28896.517] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 28896.520] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 28896.520] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 28896.522] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/event13)
[ 28896.522] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 28896.522] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 28896.522] (II) Using input driver 'libinput' for 'UNIW0001:00 093A:0255 Mouse'
[ 28896.522] (**) UNIW0001:00 093A:0255 Mouse: always reports core events
[ 28896.522] (**) Option "Device" "/dev/input/event13"
[ 28896.523] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 28896.523] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 28896.525] (II) event13 - UNIW0001:00 093A:0255 Mouse: device removed
[ 28896.590] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.590] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.590] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 28896.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0007/input/input15/event13"
[ 28896.590] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Mouse" (type: MOUSE, id 15)
[ 28896.591] (**) Option "AccelerationScheme" "none"
[ 28896.591] (**) UNIW0001:00 093A:0255 Mouse: (accel) selected scheme none/0
[ 28896.591] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[ 28896.591] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[ 28896.593] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 28896.594] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 28896.596] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/mouse1)
[ 28896.596] (II) No input driver specified, ignoring this device.
[ 28896.596] (II) This device may have been added with another device file.
[ 28896.597] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/event14)
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 28896.597] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 28896.597] (II) LoadModule: "synaptics"
[ 28896.597] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 28896.598] (II) Module synaptics: vendor="X.Org Foundation"
[ 28896.598] compiled for 1.21.1.15, module version = 1.10.0
[ 28896.598] Module class: X.Org XInput Driver
[ 28896.598] ABI class: X.Org XInput driver, version 24.4
[ 28896.598] (II) Using input driver 'synaptics' for 'UNIW0001:00 093A:0255 Touchpad'
[ 28896.598] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 28896.598] (**) Option "Device" "/dev/input/event14"
[ 28896.694] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: found clickpad property
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: x-axis range 0 - 1372 (res 12)
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: y-axis range 0 - 829 (res 12)
[ 28896.694] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report pressure, will use touch data.
[ 28896.694] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report finger width.
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: buttons: left right double triple
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: Vendor 0x93a Product 0x255
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid pressure range. defaulting to 0 - 255
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid finger width range. defaulting to 0 - 15
[ 28896.694] (**) Option "TapButton1" "1"
[ 28896.694] (**) Option "TapButton2" "3"
[ 28896.694] (**) Option "TapButton3" "2"
[ 28896.694] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 28896.694] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 28896.694] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 28896.764] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0007/input/input16/event14"
[ 28896.764] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Touchpad" (type: TOUCHPAD, id 16)
[ 28896.764] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 28896.764] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MaxSpeed is now 1.75
[ 28896.764] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) AccelFactor is now 0.125
[ 28896.764] (**) UNIW0001:00 093A:0255 Touchpad: (accel) keeping acceleration scheme 1
[ 28896.764] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration profile 1
[ 28896.764] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[ 28896.764] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[ 28896.764] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 28896.766] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/mouse2)
[ 28896.766] (**) UNIW0001:00 093A:0255 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 28896.766] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 28896.766] (II) No input driver specified, ignoring this device.
[ 28896.766] (II) This device may have been added with another device file.
[ 28896.767] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 28896.767] (II) No input driver specified, ignoring this device.
[ 28896.767] (II) This device may have been added with another device file.
[ 28896.767] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 28896.767] (II) No input driver specified, ignoring this device.
[ 28896.767] (II) This device may have been added with another device file.
[ 28896.768] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 28896.768] (II) No input driver specified, ignoring this device.
[ 28896.768] (II) This device may have been added with another device file.
[ 28896.768] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 28896.768] (II) No input driver specified, ignoring this device.
[ 28896.768] (II) This device may have been added with another device file.
[ 28896.769] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 28896.769] (II) No input driver specified, ignoring this device.
[ 28896.769] (II) This device may have been added with another device file.
[ 28896.769] (II) config/udev: Adding input device Intel HID events (/dev/input/event11)
[ 28896.769] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 28896.769] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 28896.769] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 28896.769] (II) Using input driver 'libinput' for 'Intel HID events'
[ 28896.769] (**) Intel HID events: always reports core events
[ 28896.769] (**) Option "Device" "/dev/input/event11"
[ 28896.769] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 28896.769] (II) event11 - Intel HID events: device is a keyboard
[ 28896.769] (II) event11 - Intel HID events: device removed
[ 28896.807] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event11"
[ 28896.807] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[ 28896.807] (**) Option "xkb_model" "105"
[ 28896.807] (**) Option "xkb_layout" "br"
[ 28896.807] (**) Option "xkb_variant" "abnt2"
[ 28896.809] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 28896.809] (II) event11 - Intel HID events: device is a keyboard
[ 28896.810] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 28896.810] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.810] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 28896.810] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.810] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 28896.810] (**) AT Translated Set 2 keyboard: always reports core events
[ 28896.810] (**) Option "Device" "/dev/input/event3"
[ 28896.811] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 28896.811] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 28896.813] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 28896.850] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 28896.850] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 28896.850] (**) Option "xkb_model" "105"
[ 28896.850] (**) Option "xkb_layout" "br"
[ 28896.850] (**) Option "xkb_variant" "abnt2"
[ 28896.852] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 28896.852] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 28896.854] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 28896.854] (II) No input driver specified, ignoring this device.
[ 28896.854] (II) This device may have been added with another device file.
[ 28896.877] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.877] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 28896.877] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 28896.877] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 28896.877] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 28896.877] (**) Option "Device" "/dev/input/event7"
[ 28896.877] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: is a virtual subdevice
[ 28896.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 28896.877] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: KEYBOARD, id 19)
[ 28896.877] (**) Option "xkb_model" "105"
[ 28896.877] (**) Option "xkb_layout" "br"
[ 28896.877] (**) Option "xkb_variant" "abnt2"
[ 28896.877] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 28896.877] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 28896.877] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 28896.877] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 28896.877] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 28896.877] (**) Option "Device" "/dev/input/event9"
[ 28896.877] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[ 28896.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 28896.877] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 28896.877] (**) Option "xkb_model" "105"
[ 28896.877] (**) Option "xkb_layout" "br"
[ 28896.877] (**) Option "xkb_variant" "abnt2"
[ 28901.774] (II) event5 - Video Bus: device removed
[ 28901.837] (II) event4 - Video Bus: device removed
[ 28901.900] (II) event1 - Power Button: device removed
[ 28901.924] (II) event0 - Sleep Button: device removed
[ 28901.950] (II) event6 - SteelSeries SteelSeries Rival 5: device removed
[ 28902.010] (II) event8 - SIGMACHIP USB Keyboard: device removed
[ 28902.050] (II) event10 - SIGMACHIP USB Keyboard System Control: device removed
[ 28902.074] (II) event13 - UNIW0001:00 093A:0255 Mouse: device removed
[ 28902.183] (II) event11 - Intel HID events: device removed
[ 28902.217] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 28902.244] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device removed
[ 28902.270] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 28902.310] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "synaptics"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.343] (II) UnloadModule: "libinput"
[ 28902.344] (II) UnloadModule: "libinput"
[ 28902.344] (II) UnloadModule: "libinput"
[ 28902.355] (WW) NVIDIA(G0): Failed to set the display configuration
[ 28902.355] (WW) NVIDIA(G0): - Setting a mode on head 0 failed: Insufficient permissions
[ 28902.355] (WW) NVIDIA(G0): - Setting a mode on head 1 failed: Insufficient permissions
[ 28902.355] (WW) NVIDIA(G0): - Setting a mode on head 2 failed: Insufficient permissions
[ 28902.355] (WW) NVIDIA(G0): - Setting a mode on head 3 failed: Insufficient permissions
[ 28902.369] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 28902.370] (II) Server terminated successfully (0). Closing log file.
any help is appreciated, thanks in advance.
Last edited by h1ru (2025-04-28 14:10:58)
Offline
* Add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters to block the simpledrm device and restore the natural card order (inb4: no, having the parameter set for modprobe does *not* help here)
* Try to "prime-run" the applications in question
* Try to "export LIBGL_DRI3_DISABLE=true"
(The latter two a different independent approaches, the first one is generally a good idea and might suffice)
Online
* Add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters to block the simpledrm device and restore the natural card order (inb4: no, having the parameter set for modprobe does *not* help here)
* Try to "prime-run" the applications in question
* Try to "export LIBGL_DRI3_DISABLE=true"(The latter two a different independent approaches, the first one is generally a good idea and might suffice)
Hi, thanks for the reply.
first I tried adding nvidia_drm.modeset=1 to my kernel parameters as follows but it didn't make any difference, by itself at least.
Boot0002* test HD(1,GPT,36982d72-4f6f-4548-98b6-6bf224e69d05,0x800,0x200000)/\vmlinuz-linuxroot="LABEL=main-disk" rwinitrd=\intel-ucode.img rwinitrd=\initramfs-linux.img nvidia_drm.modeset=1
I had tried prime-run already forgot to mention, I tried it again but it didn't make any difference as well except that it made the Android emulator work in the laptop screen, but it also suffered from freezing in the external monitor.
Finally, I tried the export LIBGL_DRI3_DISABLE=true in /etc/environment and surprisingly, it did seem to work. At least it solved the freezing problems, everything works fine except any transparency is gone from my system.
e.g. the Polybar that should have a "transparent" border around it (and show the wallpaper) just has black borders around
The kitty terminal that also had transparent background now has fully opaque black background. Kitty logs say:
[0.102] Failed to enable transparency. This happens when your desktop environment does not support compositing.
Upon further inspection it seems my compositor (picom) did not run successfully and its logs say:
[ 04/28/2025 12:38:20.903 parse_config_libconfig WARN ] Option `menu-opacity` is deprecated, and will be removed.Please use the wintype option `opacity` of `popup_menu`and `dropdown_menu` instead.
[ 04/28/2025 12:38:20.903 parse_config_libconfig WARN ] The refresh-rate option has been deprecated. Please remove it from your configuration file. If you encounter any problems without this feature, please feel free to open a bug report
[ 04/28/2025 12:38:20.903 c2_parse_target WARN ] Type specifier is deprecated. Type "c" specified on target "_GTK_FRAME_EXTENTS" will be ignored, you can remove it.
[ 04/28/2025 12:38:20.903 c2_parse_target WARN ] Type specifier is deprecated. Type "c" specified on target "_GTK_FRAME_EXTENTS" will be ignored, you can remove it.
[ 04/28/2025 12:38:20.955 glx_init ERROR ] Failed to enable vsync.
zsh: segmentation fault (core dumped) picom
Offline
1. test the general behavior w/o picom (ie. w/o LIBGL_DRI3_DISABLE either)
2. test the behavior w/ picom and LIBGL_DRI3_DISABLE only exported to the troublesome (electron) client.
Online
1. test the general behavior w/o picom (ie. w/o LIBGL_DRI3_DISABLE either)
2. test the behavior w/ picom and LIBGL_DRI3_DISABLE only exported to the troublesome (electron) client.
Hello thanks for the reply.
I have tried disabling the LIBGL_DRI3_DISABLE env and also disabling picom but the exact same freezing problem persists.
exporting the LIBGL_DRI3_DISABLE env just to the specific programs does seem to work, I changed the /usr/bin/electron symlink to a shell script with
#!/bin/sh
LIBGL_DRI3_DISABLE=true /usr/bin/electron35 $@
It did fix discord, which uses system electron (discord_arch_electron package) but most other electron apps don't seem to use this, I am not sure how they call electron, but they still work if I pass the variable manually from a shell.
Now, I don't think this is exclusively an electron issue, as it also happens to Kitty which I believe doesn't use electron and also happens to the glxgears test app from mesa.
where I'm at: I have found that setting that LIBGL_DRI3_DISABLE env sets the OpenGL renderer to llvmpipe instead of the default which would be Mesa Intel, which seems not ideal?
/usr/bin ❯ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) Graphics (ADL GT2)
/usr/bin ❯ LIBGL_DRI3_DISABLE=true glxinfo | grep "OpenGL renderer"
OpenGL renderer string: llvmpipe (LLVM 19.1.7, 256 bits)
/usr/bin ❯ prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 4050 Laptop GPU/PCIe/SSE2
But from what I gathered it seems to be a Mesa problem, although even using prime-run won't really fix the issue, e.g.: running glxgears without and with prime-run respectively (LIBGL_DRI3_DISABLE not set):
/usr/bin ❯ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
305 frames in 5.0 seconds = 60.886 FPS
300 frames in 5.0 seconds = 59.999 FPS
XIO: fatal IO error 62 (Timer expired) on X server ":0"
after 780 requests (766 known processed) with 0 events remaining.
/usr/bin ❯ prime-run glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
335 frames in 5.0 seconds = 66.937 FPS
301 frames in 5.0 seconds = 60.003 FPS
301 frames in 5.0 seconds = 60.001 FPS
1940 frames in 5.0 seconds = 387.989 FPS (<-- here's when I moved the glxgears window from laptop screen to external)
7844 frames in 5.0 seconds = 1568.780 FPS
7850 frames in 5.0 seconds = 1569.868 FPS
7236 frames in 5.0 seconds = 1447.166 FPS
7375 frames in 5.0 seconds = 1474.817 FPS
4994 frames in 5.0 seconds = 998.784 FPS
4216 frames in 5.0 seconds = 843.039 FPS
4021 frames in 5.0 seconds = 802.039 FPS
301 frames in 5.0 seconds = 60.005 FPS (<-- moved back to laptop screen)
In the first example without prime-run I moved the glxgears window from laptop screen to external screen, that's when it froze and only after I kill it it shows another message in the terminal (the "XIO: fatal IO error" one).
In the second example with prime-run, the moment you see the sudden increase in FPS from 301 to 1940 and then to 7844 is exactly when I moved the glxgears window from laptop screen to external screen. keep in mind the windows was still completely frozen in the external monitor, I couldn't see the gears moving at all, but in that case I was able to even move it back to laptop screen and it worked again. Weird.
I tried downgrading mesa and lib32-mesa to the versions I had in my pacman cache, downgrading 1 version didn't do anything noticeable and downgrading 2 versions made it so my LightDM wouldn't start and be stuck in a cycle.
Right now I have "LIBGL_DRI3_DISABLE=true" in my /etc/environment and "LIBGL_DRI3_DISABLE=false picom &" to start picom with the intel driver. It does work, but I'm not sure if that is the best option, do I have any alternative besides waiting for a mesa update that may or may not fix it? It is also pretty weird that it only happens on my second monitor, I will try to borrow someone else's monitor to see if the error persists by chance.
Thanks for the help.
Offline
it also happens to Kitty which I believe doesn't use electron and also happens to the glxgears test app from mesa.
Which is news…
For kitty also see https://bbs.archlinux.org/viewtopic.php … 0#p2239190 ("sync_to_monitor no")
[ 6.310] (==) Using config file: "/etc/X11/xorg.conf"
[ 6.310] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.310] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.311] (==) ServerLayout "Layout0"
[ 6.311] (**) |-->Screen "Screen0" (0)
[ 6.311] (**) | |-->Monitor "Monitor0"
[ 6.311] (**) | |-->Device "Device0"
[ 6.311] (**) |-->Input Device "Keyboard0"
[ 6.311] (**) |-->Input Device "Mouse0"
[ 6.311] (**) Allowing byte-swapped clients
remove that xorg.conf, don't use a static server layout, certainly not the cruft generated by nvidia-settings or Xorg -configure.
The cards have switched the order? (Post an updated xorg log)
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 6.698] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
…
[ 6.726] (II) NVIDIA(G0): Validated MetaModes:
[ 6.726] (II) NVIDIA(G0): "NULL"
[ 6.726] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 6.879] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics 2D FHD LG TV
[ 6.879] (WW) NVIDIA(G0): (DFP-2); cannot compute DPI from LG Electronics 2D FHD LG
[ 6.879] (WW) NVIDIA(G0): TV (DFP-2)'s EDID.
Also post the output of
xrandr --verbose
w/ the external display attached.
You'll have to apply environments per-process, many will use some compiled in electron version, not run a generic interpreter.
You might want to check the preset state of and toggle https://wiki.archlinux.org/title/PRIME# … ronization
which seems not ideal?
glxinfo -B
LIBGL_DRI3_DISABLE=true glxinfo -B
but you don't want to apply this universally.
Online
Hi thanks for the help.
For kitty also see https://bbs.archlinux.org/viewtopic.php … 0#p2239190 ("sync_to_monitor no")
Setting the Kitty option "sync_to_monitor" to "no" did solve the problem with kitty indeed, thanks!
remove that xorg.conf, don't use a static server layout, certainly not the cruft generated by nvidia-settings or Xorg -configure.
The cards have switched the order? (Post an updated xorg log)
I have removed the /etx/X11/xorg.conf but it didn't inherently help with the problem (with LIBGL_DRI3_DISABLE unset)
Sorry I am not sure if the cards have switched the order or how to check, but here's the updated Xorg.0.log:
[ 6.243]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 6.243] Current Operating System: Linux hiru-laptop 6.14.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 00:06:37 +0000 x86_64
[ 6.243] Kernel command line: root="LABEL=main-disk" rwinitrd=\intel-ucode.img rwinitrd=\initramfs-linux.img nvidia_drm.modeset=1
[ 6.243]
[ 6.243] Current version of pixman: 0.44.2
[ 6.243] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.243] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.243] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 2 04:42:48 2025
[ 6.245] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.245] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.245] (==) No Layout section. Using the first Screen section.
[ 6.245] (==) No screen section available. Using defaults.
[ 6.245] (**) |-->Screen "Default Screen Section" (0)
[ 6.245] (**) | |-->Monitor "<default monitor>"
[ 6.245] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.245] (**) Allowing byte-swapped clients
[ 6.245] (==) Automatically adding devices
[ 6.245] (==) Automatically enabling devices
[ 6.245] (==) Automatically adding GPU devices
[ 6.245] (==) Automatically binding GPU devices
[ 6.245] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.246] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 6.246] Entry deleted from font path.
[ 6.246] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 6.247] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.247] Entry deleted from font path.
[ 6.247] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 6.247] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.247] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.247] (II) Module ABI versions:
[ 6.247] X.Org ANSI C Emulation: 0.4
[ 6.247] X.Org Video Driver: 25.2
[ 6.247] X.Org XInput driver : 24.4
[ 6.247] X.Org Server Extension : 10.0
[ 6.247] (++) using VT number 7
[ 6.247] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.248] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.248] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 6.249] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.249] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 6.256] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 6.257] (--) PCI:*(0@0:2:0) 8086:46a3:1d05:1243 rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 6.257] (--) PCI: (1@0:0:0) 10de:28a1:1d05:1243 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 6.257] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6.257] (II) LoadModule: "glx"
[ 6.258] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.273] (II) Module glx: vendor="X.Org Foundation"
[ 6.273] compiled for 1.21.1.16, module version = 1.0.0
[ 6.273] ABI class: X.Org Server Extension, version 10.0
[ 6.273] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 6.273] loading driver: nvidia
[ 6.273] (==) Matched intel as autoconfigured driver 0
[ 6.273] (==) Matched nvidia as autoconfigured driver 1
[ 6.273] (==) Matched nouveau as autoconfigured driver 2
[ 6.273] (==) Matched nv as autoconfigured driver 3
[ 6.273] (==) Matched modesetting as autoconfigured driver 4
[ 6.274] (==) Matched fbdev as autoconfigured driver 5
[ 6.274] (==) Matched vesa as autoconfigured driver 6
[ 6.274] (==) Assigned the driver to the xf86ConfigLayout
[ 6.274] (II) LoadModule: "intel"
[ 6.274] (WW) Warning, couldn't open module intel
[ 6.274] (EE) Failed to load module "intel" (module does not exist, 0)
[ 6.274] (II) LoadModule: "nvidia"
[ 6.274] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6.282] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6.282] compiled for 1.6.99.901, module version = 1.0.0
[ 6.282] Module class: X.Org Video Driver
[ 6.282] (II) LoadModule: "nouveau"
[ 6.282] (WW) Warning, couldn't open module nouveau
[ 6.282] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 6.282] (II) LoadModule: "nv"
[ 6.282] (WW) Warning, couldn't open module nv
[ 6.282] (EE) Failed to load module "nv" (module does not exist, 0)
[ 6.282] (II) LoadModule: "modesetting"
[ 6.282] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.283] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.283] compiled for 1.21.1.16, module version = 1.21.1
[ 6.283] Module class: X.Org Video Driver
[ 6.283] ABI class: X.Org Video Driver, version 25.2
[ 6.283] (II) LoadModule: "fbdev"
[ 6.283] (WW) Warning, couldn't open module fbdev
[ 6.283] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 6.283] (II) LoadModule: "vesa"
[ 6.284] (WW) Warning, couldn't open module vesa
[ 6.284] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 6.284] (II) NVIDIA dlloader X Driver 570.144 Thu Apr 10 20:05:34 UTC 2025
[ 6.284] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.284] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.296] (II) modeset(0): using drv /dev/dri/card0
[ 6.297] (II) Loading sub module "fb"
[ 6.297] (II) LoadModule: "fb"
[ 6.297] (II) Module "fb" already built-in
[ 6.297] (II) Loading sub module "wfb"
[ 6.297] (II) LoadModule: "wfb"
[ 6.297] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6.298] (II) Module wfb: vendor="X.Org Foundation"
[ 6.298] compiled for 1.21.1.16, module version = 1.0.0
[ 6.298] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.298] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.298] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 6.298] (==) modeset(0): RGB weight 888
[ 6.298] (==) modeset(0): Default visual is TrueColor
[ 6.298] (II) Loading sub module "glamoregl"
[ 6.298] (II) LoadModule: "glamoregl"
[ 6.298] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.303] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.303] compiled for 1.21.1.16, module version = 1.0.1
[ 6.303] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.457] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 6.457] (II) modeset(0): glamor initialized
[ 6.457] (==) modeset(0): VariableRefresh: disabled
[ 6.457] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 6.459] (II) modeset(0): Output eDP-1 has no monitor section
[ 6.461] (II) modeset(0): EDID for output eDP-1
[ 6.461] (II) modeset(0): Manufacturer: CMN Model: 1521 Serial#: 0
[ 6.461] (II) modeset(0): Year: 2020 Week: 1
[ 6.461] (II) modeset(0): EDID Version: 1.4
[ 6.461] (II) modeset(0): Digital Display Input
[ 6.461] (II) modeset(0): 8 bits per channel
[ 6.461] (II) modeset(0): Digital interface is DisplayPort
[ 6.461] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 6.461] (II) modeset(0): Gamma: 2.20
[ 6.461] (II) modeset(0): No DPMS capabilities specified
[ 6.461] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 6.461] (II) modeset(0): First detailed timing is preferred mode
[ 6.461] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 6.461] (II) modeset(0): Display is continuous-frequency
[ 6.461] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 6.461] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 6.461] (II) modeset(0): Manufacturer's mask: 0
[ 6.461] (II) modeset(0): Supported detailed timing:
[ 6.461] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 6.461] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.461] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.461] (II) modeset(0): Supported detailed timing:
[ 6.461] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 193 mm
[ 6.461] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.461] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.461] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[ 6.461] (II) modeset(0): N156HRA-EA1
[ 6.461] (II) modeset(0): EDID (in hex):
[ 6.461] (II) modeset(0): 00ffffffffffff000dae211500000000
[ 6.461] (II) modeset(0): 011e0104a52213780328659759548e27
[ 6.461] (II) modeset(0): 1e505400000001010101010101010101
[ 6.461] (II) modeset(0): 0101010101019e8580a070383e403020
[ 6.461] (II) modeset(0): a50058c110000018ad3780a070383e40
[ 6.461] (II) modeset(0): 3020a50058c110000018000000fd0030
[ 6.461] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 6.461] (II) modeset(0): 004e3135364852412d4541310a200080
[ 6.461] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 6.461] (II) modeset(0): Printing probed modes for output eDP-1
[ 6.461] (II) modeset(0): Modeline "1920x1080"x144.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 6.461] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 6.461] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 6.461] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 6.461] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 6.461] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 6.461] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 6.461] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 6.461] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 6.461] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 6.461] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6.462] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6.462] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 6.462] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6.462] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 6.462] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 6.462] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 6.462] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 6.462] (II) modeset(0): Output eDP-1 connected
[ 6.462] (II) modeset(0): Using exact sizes for initial modes
[ 6.462] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 6.462] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.462] (==) modeset(0): DPI set to (96, 96)
[ 6.462] (II) Loading sub module "fb"
[ 6.462] (II) LoadModule: "fb"
[ 6.462] (II) Module "fb" already built-in
[ 6.462] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 6.462] (==) NVIDIA(G0): RGB weight 888
[ 6.462] (==) NVIDIA(G0): Default visual is TrueColor
[ 6.462] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.462] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 6.462] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 6.462] (**) NVIDIA(G0): Enabling 2D acceleration
[ 6.462] (II) Loading sub module "glxserver_nvidia"
[ 6.462] (II) LoadModule: "glxserver_nvidia"
[ 6.462] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 6.484] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 6.484] compiled for 1.6.99.901, module version = 1.0.0
[ 6.484] Module class: X.Org Server Extension
[ 6.484] (II) NVIDIA GLX Module 570.144 Thu Apr 10 20:06:53 UTC 2025
[ 6.485] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 6.486] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 6.486] (--) NVIDIA(0): DFP-0
[ 6.486] (--) NVIDIA(0): DFP-1
[ 6.486] (--) NVIDIA(0): DFP-2 (boot)
[ 6.486] (--) NVIDIA(0): DFP-3
[ 6.492] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 6.492] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 6.492] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 6.492] (--) NVIDIA(G0): VideoBIOS: 95.07.19.00.38
[ 6.492] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 6.533] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 6.533] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 6.533] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 6.533] (--) NVIDIA(GPU-0):
[ 6.533] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 6.533] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 6.533] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 6.533] (--) NVIDIA(GPU-0):
[ 6.578] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 6.578] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 6.578] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 6.578] (--) NVIDIA(GPU-0):
[ 6.578] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 6.578] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 6.578] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 6.578] (--) NVIDIA(GPU-0):
[ 6.606] (II) NVIDIA(G0): Validated MetaModes:
[ 6.606] (II) NVIDIA(G0): "NULL"
[ 6.606] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 6.758] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics 2D FHD LG TV
[ 6.758] (WW) NVIDIA(G0): (DFP-2); cannot compute DPI from LG Electronics 2D FHD LG
[ 6.758] (WW) NVIDIA(G0): TV (DFP-2)'s EDID.
[ 6.758] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 6.782] (==) modeset(0): Backing store enabled
[ 6.782] (==) modeset(0): Silken mouse enabled
[ 6.817] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 6.818] (==) modeset(0): DPMS enabled
[ 6.818] (II) modeset(0): [DRI2] Setup complete
[ 6.818] (II) modeset(0): [DRI2] DRI driver: iris
[ 6.818] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 6.819] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 6.819] (II) NVIDIA: access.
[ 6.826] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 6.826] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 6.826] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 6.826] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 6.826] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 6.826] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 6.826] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 6.826] (II) NVIDIA(G0): Config Options in the README.
[ 6.836] (II) NVIDIA(G0): Setting mode "NULL"
[ 6.850] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 6.850] (==) NVIDIA(G0): Backing store enabled
[ 6.850] (==) NVIDIA(G0): Silken mouse enabled
[ 6.850] (==) NVIDIA(G0): DPMS enabled
[ 6.850] (II) Loading sub module "dri2"
[ 6.850] (II) LoadModule: "dri2"
[ 6.850] (II) Module "dri2" already built-in
[ 6.850] (II) NVIDIA(G0): [DRI2] Setup complete
[ 6.850] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 6.850] (II) Initializing extension Generic Event Extension
[ 6.850] (II) Initializing extension SHAPE
[ 6.850] (II) Initializing extension MIT-SHM
[ 6.851] (II) Initializing extension XInputExtension
[ 6.851] (II) Initializing extension XTEST
[ 6.851] (II) Initializing extension BIG-REQUESTS
[ 6.851] (II) Initializing extension SYNC
[ 6.851] (II) Initializing extension XKEYBOARD
[ 6.851] (II) Initializing extension XC-MISC
[ 6.851] (II) Initializing extension SECURITY
[ 6.851] (II) Initializing extension XFIXES
[ 6.851] (II) Initializing extension RENDER
[ 6.851] (II) Initializing extension RANDR
[ 6.851] (II) Initializing extension COMPOSITE
[ 6.851] (II) Initializing extension DAMAGE
[ 6.851] (II) Initializing extension MIT-SCREEN-SAVER
[ 6.851] (II) Initializing extension DOUBLE-BUFFER
[ 6.851] (II) Initializing extension RECORD
[ 6.851] (II) Initializing extension DPMS
[ 6.851] (II) Initializing extension Present
[ 6.851] (II) Initializing extension DRI3
[ 6.851] (II) Initializing extension X-Resource
[ 6.851] (II) Initializing extension XVideo
[ 6.852] (II) Initializing extension XVideo-MotionCompensation
[ 6.852] (II) Initializing extension GLX
[ 6.852] (II) Initializing extension GLX
[ 6.852] (II) Indirect GLX disabled.
[ 6.857] (II) AIGLX: Loaded and initialized iris
[ 6.857] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.857] (II) Initializing extension XFree86-VidModeExtension
[ 6.857] (II) Initializing extension XFree86-DGA
[ 6.857] (II) Initializing extension XFree86-DRI
[ 6.857] (II) Initializing extension DRI2
[ 6.857] (II) Initializing extension NV-GLX
[ 6.857] (II) Initializing extension NV-CONTROL
[ 6.857] (II) modeset(0): Damage tracking initialized
[ 6.857] (II) modeset(0): Setting screen physical size to 508 x 285
[ 6.902] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 6.902] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.902] (**) Video Bus: Applying InputClass "system-keyboard"
[ 6.902] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.902] (II) LoadModule: "libinput"
[ 6.902] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 6.905] (II) Module libinput: vendor="X.Org Foundation"
[ 6.905] compiled for 1.21.1.13, module version = 1.5.0
[ 6.905] Module class: X.Org XInput Driver
[ 6.905] ABI class: X.Org XInput driver, version 24.4
[ 6.905] (II) Using input driver 'libinput' for 'Video Bus'
[ 6.905] (**) Video Bus: always reports core events
[ 6.905] (**) Option "Device" "/dev/input/event5"
[ 6.907] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 6.907] (II) event5 - Video Bus: device is a keyboard
[ 6.908] (II) event5 - Video Bus: device removed
[ 6.941] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[ 6.941] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 6.941] (**) Option "xkb_model" "105"
[ 6.941] (**) Option "xkb_layout" "br"
[ 6.941] (**) Option "xkb_variant" "abnt2"
[ 6.960] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 6.960] (II) event5 - Video Bus: device is a keyboard
[ 6.960] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 6.960] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.960] (**) Video Bus: Applying InputClass "system-keyboard"
[ 6.960] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.960] (II) Using input driver 'libinput' for 'Video Bus'
[ 6.960] (**) Video Bus: always reports core events
[ 6.960] (**) Option "Device" "/dev/input/event4"
[ 6.961] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 6.961] (II) event4 - Video Bus: device is a keyboard
[ 6.961] (II) event4 - Video Bus: device removed
[ 6.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4/event4"
[ 6.987] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6.987] (**) Option "xkb_model" "105"
[ 6.987] (**) Option "xkb_layout" "br"
[ 6.987] (**) Option "xkb_variant" "abnt2"
[ 6.989] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 6.989] (II) event4 - Video Bus: device is a keyboard
[ 6.990] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 6.990] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.990] (**) Power Button: Applying InputClass "system-keyboard"
[ 6.990] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.990] (II) Using input driver 'libinput' for 'Power Button'
[ 6.990] (**) Power Button: always reports core events
[ 6.990] (**) Option "Device" "/dev/input/event1"
[ 6.991] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 6.991] (II) event1 - Power Button: device is a keyboard
[ 6.991] (II) event1 - Power Button: device removed
[ 7.014] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 7.014] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 7.014] (**) Option "xkb_model" "105"
[ 7.014] (**) Option "xkb_layout" "br"
[ 7.014] (**) Option "xkb_variant" "abnt2"
[ 7.016] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.016] (II) event1 - Power Button: device is a keyboard
[ 7.017] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 7.017] (II) No input driver specified, ignoring this device.
[ 7.017] (II) This device may have been added with another device file.
[ 7.017] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 7.017] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.017] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 7.017] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.017] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7.017] (**) Sleep Button: always reports core events
[ 7.017] (**) Option "Device" "/dev/input/event0"
[ 7.018] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.019] (II) event0 - Sleep Button: device is a keyboard
[ 7.019] (II) event0 - Sleep Button: device removed
[ 7.029] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 7.029] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 7.029] (**) Option "xkb_model" "105"
[ 7.029] (**) Option "xkb_layout" "br"
[ 7.029] (**) Option "xkb_variant" "abnt2"
[ 7.030] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.030] (II) event0 - Sleep Button: device is a keyboard
[ 7.031] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event21)
[ 7.031] (II) No input driver specified, ignoring this device.
[ 7.031] (II) This device may have been added with another device file.
[ 7.032] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event22)
[ 7.032] (II) No input driver specified, ignoring this device.
[ 7.032] (II) This device may have been added with another device file.
[ 7.032] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event23)
[ 7.032] (II) No input driver specified, ignoring this device.
[ 7.032] (II) This device may have been added with another device file.
[ 7.032] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event24)
[ 7.033] (II) No input driver specified, ignoring this device.
[ 7.033] (II) This device may have been added with another device file.
[ 7.033] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/event6)
[ 7.033] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 7.033] (**) SteelSeries SteelSeries Rival 5: Applying InputClass "libinput pointer catchall"
[ 7.033] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5'
[ 7.033] (**) SteelSeries SteelSeries Rival 5: always reports core events
[ 7.033] (**) Option "Device" "/dev/input/event6"
[ 7.087] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 7.088] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 7.088] (II) event6 - SteelSeries SteelSeries Rival 5: device removed
[ 7.114] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.114] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.114] (II) libinput: SteelSeries SteelSeries Rival 5: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.114] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1038:183C.0002/input/input6/event6"
[ 7.114] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5" (type: MOUSE, id 10)
[ 7.114] (**) Option "AccelerationScheme" "none"
[ 7.114] (**) SteelSeries SteelSeries Rival 5: (accel) selected scheme none/0
[ 7.114] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration factor: 2.000
[ 7.114] (**) SteelSeries SteelSeries Rival 5: (accel) acceleration threshold: 4
[ 7.168] (II) event6 - SteelSeries SteelSeries Rival 5: is tagged by udev as: Mouse
[ 7.168] (II) event6 - SteelSeries SteelSeries Rival 5: device is a pointer
[ 7.170] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 (/dev/input/mouse0)
[ 7.170] (II) No input driver specified, ignoring this device.
[ 7.170] (II) This device may have been added with another device file.
[ 7.171] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 5 Keyboard (/dev/input/event7)
[ 7.171] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.171] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 7.171] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.171] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 7.171] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 7.171] (**) Option "Device" "/dev/input/event7"
[ 7.172] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 7.172] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 7.173] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device removed
[ 7.193] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: needs a virtual subdevice
[ 7.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 7.193] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: MOUSE, id 11)
[ 7.193] (**) Option "AccelerationScheme" "none"
[ 7.193] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) selected scheme none/0
[ 7.193] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration factor: 2.000
[ 7.193] (**) SteelSeries SteelSeries Rival 5 Keyboard: (accel) acceleration threshold: 4
[ 7.195] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: is tagged by udev as: Keyboard
[ 7.196] (II) event7 - SteelSeries SteelSeries Rival 5 Keyboard: device is a keyboard
[ 7.197] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event8)
[ 7.197] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.197] (**) SIGMACHIP USB Keyboard: Applying InputClass "system-keyboard"
[ 7.197] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.197] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 7.197] (**) SIGMACHIP USB Keyboard: always reports core events
[ 7.197] (**) Option "Device" "/dev/input/event8"
[ 7.198] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 7.198] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 7.199] (II) event8 - SIGMACHIP USB Keyboard: device removed
[ 7.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1C4F:0002.0005/input/input8/event8"
[ 7.220] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 12)
[ 7.220] (**) Option "xkb_model" "105"
[ 7.220] (**) Option "xkb_layout" "br"
[ 7.220] (**) Option "xkb_variant" "abnt2"
[ 7.222] (II) event8 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 7.223] (II) event8 - SIGMACHIP USB Keyboard: device is a keyboard
[ 7.224] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event10)
[ 7.224] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 7.224] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "system-keyboard"
[ 7.224] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 7.224] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[ 7.224] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[ 7.224] (**) Option "Device" "/dev/input/event10"
[ 7.225] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 7.226] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 7.226] (II) event10 - SIGMACHIP USB Keyboard System Control: device removed
[ 7.247] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input10/event10"
[ 7.247] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 13)
[ 7.247] (**) Option "xkb_model" "105"
[ 7.247] (**) Option "xkb_layout" "br"
[ 7.247] (**) Option "xkb_variant" "abnt2"
[ 7.250] (II) event10 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 7.250] (II) event10 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 7.251] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event9)
[ 7.251] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.251] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 7.251] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.251] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 7.251] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 7.251] (**) Option "Device" "/dev/input/event9"
[ 7.253] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 7.253] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 7.253] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 7.275] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[ 7.275] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 7.275] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 14)
[ 7.275] (**) Option "AccelerationScheme" "none"
[ 7.275] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 7.275] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 7.275] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 7.277] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 7.278] (II) event9 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 7.279] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/event13)
[ 7.279] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.279] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.279] (II) Using input driver 'libinput' for 'UNIW0001:00 093A:0255 Mouse'
[ 7.279] (**) UNIW0001:00 093A:0255 Mouse: always reports core events
[ 7.279] (**) Option "Device" "/dev/input/event13"
[ 7.280] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.280] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.281] (II) event13 - UNIW0001:00 093A:0255 Mouse: device removed
[ 7.312] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.312] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.312] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-UNIW0001:00/0018:093A:0255.0007/input/input15/event13"
[ 7.312] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Mouse" (type: MOUSE, id 15)
[ 7.312] (**) Option "AccelerationScheme" "none"
[ 7.312] (**) UNIW0001:00 093A:0255 Mouse: (accel) selected scheme none/0
[ 7.312] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[ 7.312] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[ 7.314] (II) event13 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.315] (II) event13 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.317] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/mouse1)
[ 7.317] (II) No input driver specified, ignoring this device.
[ 7.317] (II) This device may have been added with another device file.
[ 7.318] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/event14)
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.318] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.318] (II) LoadModule: "synaptics"
[ 7.318] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 7.328] (II) Module synaptics: vendor="X.Org Foundation"
[ 7.328] compiled for 1.21.1.15, module version = 1.10.0
[ 7.328] Module class: X.Org XInput Driver
[ 7.328] ABI class: X.Org XInput driver, version 24.4
[ 7.328] (II) Using input driver 'synaptics' for 'UNIW0001:00 093A:0255 Touchpad'
[ 7.328] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.328] (**) Option "Device" "/dev/input/event14"
[ 7.357] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: found clickpad property
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: x-axis range 0 - 1372 (res 12)
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: y-axis range 0 - 829 (res 12)
[ 7.357] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report pressure, will use touch data.
[ 7.357] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report finger width.
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: buttons: left right double triple
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: Vendor 0x93a Product 0x255
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid pressure range. defaulting to 0 - 255
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid finger width range. defaulting to 0 - 15
[ 7.357] (**) Option "TapButton1" "1"
[ 7.357] (**) Option "TapButton2" "3"
[ 7.357] (**) Option "TapButton3" "2"
[ 7.357] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 7.357] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.357] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.377] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-UNIW0001:00/0018:093A:0255.0007/input/input16/event14"
[ 7.377] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Touchpad" (type: TOUCHPAD, id 16)
[ 7.377] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 7.377] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MaxSpeed is now 1.75
[ 7.377] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) AccelFactor is now 0.125
[ 7.377] (**) UNIW0001:00 093A:0255 Touchpad: (accel) keeping acceleration scheme 1
[ 7.377] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration profile 1
[ 7.377] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[ 7.377] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[ 7.377] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.378] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/mouse2)
[ 7.379] (**) UNIW0001:00 093A:0255 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 7.379] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 7.379] (II) No input driver specified, ignoring this device.
[ 7.379] (II) This device may have been added with another device file.
[ 7.380] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 7.380] (II) No input driver specified, ignoring this device.
[ 7.380] (II) This device may have been added with another device file.
[ 7.380] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 7.380] (II) No input driver specified, ignoring this device.
[ 7.380] (II) This device may have been added with another device file.
[ 7.381] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 7.381] (II) No input driver specified, ignoring this device.
[ 7.381] (II) This device may have been added with another device file.
[ 7.381] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 7.381] (II) No input driver specified, ignoring this device.
[ 7.381] (II) This device may have been added with another device file.
[ 7.381] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 7.381] (II) No input driver specified, ignoring this device.
[ 7.381] (II) This device may have been added with another device file.
[ 7.382] (II) config/udev: Adding input device Intel HID events (/dev/input/event11)
[ 7.382] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.382] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 7.382] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.382] (II) Using input driver 'libinput' for 'Intel HID events'
[ 7.382] (**) Intel HID events: always reports core events
[ 7.382] (**) Option "Device" "/dev/input/event11"
[ 7.383] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 7.383] (II) event11 - Intel HID events: device is a keyboard
[ 7.383] (II) event11 - Intel HID events: device removed
[ 7.400] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event11"
[ 7.400] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[ 7.400] (**) Option "xkb_model" "105"
[ 7.400] (**) Option "xkb_layout" "br"
[ 7.400] (**) Option "xkb_variant" "abnt2"
[ 7.401] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[ 7.401] (II) event11 - Intel HID events: device is a keyboard
[ 7.402] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 7.402] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.402] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 7.402] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.402] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 7.402] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.403] (**) Option "Device" "/dev/input/event3"
[ 7.403] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.404] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.405] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 7.428] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 7.428] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 7.428] (**) Option "xkb_model" "105"
[ 7.428] (**) Option "xkb_layout" "br"
[ 7.428] (**) Option "xkb_variant" "abnt2"
[ 7.430] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.430] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.432] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 7.432] (II) No input driver specified, ignoring this device.
[ 7.432] (II) This device may have been added with another device file.
[ 7.471] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.471] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "system-keyboard"
[ 7.471] (**) SteelSeries SteelSeries Rival 5 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.471] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 5 Keyboard'
[ 7.471] (**) SteelSeries SteelSeries Rival 5 Keyboard: always reports core events
[ 7.471] (**) Option "Device" "/dev/input/event7"
[ 7.471] (II) libinput: SteelSeries SteelSeries Rival 5 Keyboard: is a virtual subdevice
[ 7.471] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1038:183C.0004/input/input7/event7"
[ 7.471] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 5 Keyboard" (type: KEYBOARD, id 19)
[ 7.471] (**) Option "xkb_model" "105"
[ 7.471] (**) Option "xkb_layout" "br"
[ 7.471] (**) Option "xkb_variant" "abnt2"
[ 7.471] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.471] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 7.471] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.471] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 7.471] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 7.471] (**) Option "Device" "/dev/input/event9"
[ 7.471] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[ 7.471] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0006/input/input9/event9"
[ 7.471] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 20)
[ 7.471] (**) Option "xkb_model" "105"
[ 7.471] (**) Option "xkb_layout" "br"
[ 7.471] (**) Option "xkb_variant" "abnt2"
[ 13.505] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.506] (II) modeset(0): Using EDID range info for horizontal sync
[ 13.506] (II) modeset(0): Using EDID range info for vertical refresh
[ 13.506] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.506] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.506] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.513] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.513] (II) modeset(0): Using hsync ranges from config file
[ 13.513] (II) modeset(0): Using vrefresh ranges from config file
[ 13.513] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.513] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.513] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.513] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 13.513] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 13.513] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 13.513] (--) NVIDIA(GPU-0):
[ 13.513] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 13.513] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 13.513] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.513] (--) NVIDIA(GPU-0):
[ 13.558] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 13.558] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 13.558] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 13.558] (--) NVIDIA(GPU-0):
[ 13.558] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.558] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 13.558] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 13.558] (--) NVIDIA(GPU-0):
[ 13.567] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.567] (II) modeset(0): Using hsync ranges from config file
[ 13.567] (II) modeset(0): Using vrefresh ranges from config file
[ 13.567] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.567] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.567] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.575] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.575] (II) modeset(0): Using hsync ranges from config file
[ 13.575] (II) modeset(0): Using vrefresh ranges from config file
[ 13.575] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.575] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.575] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.575] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 13.575] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 13.575] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 13.575] (--) NVIDIA(GPU-0):
[ 13.575] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 13.575] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 13.575] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.575] (--) NVIDIA(GPU-0):
[ 13.619] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 13.619] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 13.619] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 13.619] (--) NVIDIA(GPU-0):
[ 13.619] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.619] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 13.619] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 13.619] (--) NVIDIA(GPU-0):
[ 13.621] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[ 14.880] (II) NVIDIA(G0): Setting mode "HDMI-1-0: nvidia-auto-select @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 14.936] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 14.936] (II) modeset(0): Using hsync ranges from config file
[ 14.936] (II) modeset(0): Using vrefresh ranges from config file
[ 14.936] (II) modeset(0): Printing DDC gathered Modelines:
[ 14.936] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 14.936] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 14.953] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 14.953] (II) modeset(0): Using hsync ranges from config file
[ 14.953] (II) modeset(0): Using vrefresh ranges from config file
[ 14.953] (II) modeset(0): Printing DDC gathered Modelines:
[ 14.953] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 14.953] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 14.953] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 14.953] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 14.953] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 14.953] (--) NVIDIA(GPU-0):
[ 14.953] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 14.953] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 14.953] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 14.953] (--) NVIDIA(GPU-0):
[ 14.998] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 14.998] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 14.998] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 14.998] (--) NVIDIA(GPU-0):
[ 14.998] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 14.998] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 14.998] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 14.998] (--) NVIDIA(GPU-0):
[ 15.019] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.019] (II) modeset(0): Using hsync ranges from config file
[ 15.019] (II) modeset(0): Using vrefresh ranges from config file
[ 15.019] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.019] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.019] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.036] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.036] (II) modeset(0): Using hsync ranges from config file
[ 15.036] (II) modeset(0): Using vrefresh ranges from config file
[ 15.036] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.036] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.036] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.036] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.036] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.036] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.036] (--) NVIDIA(GPU-0):
[ 15.036] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.036] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.036] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.036] (--) NVIDIA(GPU-0):
[ 15.083] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.083] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.083] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.083] (--) NVIDIA(GPU-0):
[ 15.083] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.083] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.083] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.083] (--) NVIDIA(GPU-0):
[ 15.085] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.085] (II) modeset(0): Using hsync ranges from config file
[ 15.085] (II) modeset(0): Using vrefresh ranges from config file
[ 15.085] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.085] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.085] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.103] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.103] (II) modeset(0): Using hsync ranges from config file
[ 15.103] (II) modeset(0): Using vrefresh ranges from config file
[ 15.103] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.103] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.103] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.103] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.103] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.103] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.103] (--) NVIDIA(GPU-0):
[ 15.103] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.103] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.103] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.103] (--) NVIDIA(GPU-0):
[ 15.147] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.147] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.147] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.147] (--) NVIDIA(GPU-0):
[ 15.147] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.147] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.147] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.147] (--) NVIDIA(GPU-0):
[ 15.153] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.153] (II) modeset(0): Using hsync ranges from config file
[ 15.153] (II) modeset(0): Using vrefresh ranges from config file
[ 15.153] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.153] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.153] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.169] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.169] (II) modeset(0): Using hsync ranges from config file
[ 15.169] (II) modeset(0): Using vrefresh ranges from config file
[ 15.169] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.169] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.169] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.169] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.169] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.169] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.169] (--) NVIDIA(GPU-0):
[ 15.169] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.169] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.169] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.169] (--) NVIDIA(GPU-0):
[ 15.214] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.214] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.214] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.214] (--) NVIDIA(GPU-0):
[ 15.214] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.214] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.214] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.214] (--) NVIDIA(GPU-0):
[ 15.219] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.219] (II) modeset(0): Using hsync ranges from config file
[ 15.219] (II) modeset(0): Using vrefresh ranges from config file
[ 15.219] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.219] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.219] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.236] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.236] (II) modeset(0): Using hsync ranges from config file
[ 15.236] (II) modeset(0): Using vrefresh ranges from config file
[ 15.236] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.236] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.236] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.236] (--) NVIDIA(GPU-0):
[ 15.237] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.237] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.237] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.237] (--) NVIDIA(GPU-0):
[ 15.282] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): connected
[ 15.282] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): Internal TMDS
[ 15.282] (--) NVIDIA(GPU-0): LG Electronics 2D FHD LG TV (DFP-2): 600.0 MHz maximum pixel clock
[ 15.282] (--) NVIDIA(GPU-0):
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.282] (--) NVIDIA(GPU-0):
Also post the output of
xrandr --verbose
w/ the external display attached.
Here's the xrandr --verbose:
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+0 (0x47) normal (normal left inverted right x axis y axis) 344mm x 193mm
Identifier: 0x42
Timestamp: 14854
Subpixel: unknown
Gamma: 1.0:1.0:1.0
Brightness: 1.0
Clones:
CRTC: 1
CRTCs: 1 2 3 4
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
EDID:
00ffffffffffff000dae211500000000
011e0104a52213780328659759548e27
1e505400000001010101010101010101
0101010101019e8580a070383e403020
a50058c110000018ad3780a070383e40
3020a50058c110000018000000fd0030
90a5a522010a202020202020000000fe
004e3135364852412d4541310a200080
vrr_capable: 1
range: (0, 1)
Colorspace: Default
supported: Default, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, RGB_WIDE_FIXED, RGB_WIDE_FLOAT, BT601_YCC
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
panel orientation: Normal
supported: Normal, Upside Down, Left Side Up, Right Side Up
scaling mode: Full aspect
supported: Full, Center, Full aspect
link-status: Good
supported: Good, Bad
CTM: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
CONNECTOR_ID: 241
supported: 241
non-desktop: 0
range: (0, 1)
1920x1080 (0x44) 342.060MHz -HSync -VSync +preferred
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 164.45KHz
v: height 1080 start 1090 end 1095 total 1142 clock 144.00Hz
1920x1080 (0x45) 266.500MHz +HSync -VSync DoubleScan
h: width 1920 start 1944 end 1960 total 2000 skew 0 clock 133.25KHz
v: height 1080 start 1081 end 1084 total 1111 clock 59.97Hz
1920x1080 (0x46) 173.000MHz -HSync +VSync
h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.16KHz
v: height 1080 start 1083 end 1088 total 1120 clock 59.96Hz
1920x1080 (0x47) 142.530MHz -HSync -VSync *current
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 68.52KHz
v: height 1080 start 1090 end 1095 total 1142 clock 60.00Hz
1920x1080 (0x48) 138.500MHz +HSync -VSync
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 66.59KHz
v: height 1080 start 1083 end 1088 total 1111 clock 59.93Hz
1680x1050 (0x49) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1680x1050 (0x4a) 119.000MHz +HSync -VSync
h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.67KHz
v: height 1050 start 1053 end 1059 total 1080 clock 59.88Hz
1400x1050 (0x4b) 155.800MHz +HSync +VSync
h: width 1400 start 1464 end 1784 total 1912 skew 0 clock 81.49KHz
v: height 1050 start 1052 end 1064 total 1090 clock 74.76Hz
1400x1050 (0x4c) 122.000MHz +HSync +VSync
h: width 1400 start 1488 end 1640 total 1880 skew 0 clock 64.89KHz
v: height 1050 start 1052 end 1064 total 1082 clock 59.98Hz
1600x900 (0x4d) 246.000MHz -HSync +VSync DoubleScan
h: width 1600 start 1728 end 1900 total 2200 skew 0 clock 111.82KHz
v: height 900 start 901 end 904 total 932 clock 59.99Hz
1600x900 (0x4e) 186.500MHz +HSync -VSync DoubleScan
h: width 1600 start 1624 end 1640 total 1680 skew 0 clock 111.01KHz
v: height 900 start 901 end 904 total 926 clock 59.94Hz
1600x900 (0x4f) 118.250MHz -HSync +VSync
h: width 1600 start 1696 end 1856 total 2112 skew 0 clock 55.99KHz
v: height 900 start 903 end 908 total 934 clock 59.95Hz
1600x900 (0x50) 97.500MHz +HSync -VSync
h: width 1600 start 1648 end 1680 total 1760 skew 0 clock 55.40KHz
v: height 900 start 903 end 908 total 926 clock 59.82Hz
1280x1024 (0x51) 157.500MHz +HSync +VSync
h: width 1280 start 1344 end 1504 total 1728 skew 0 clock 91.15KHz
v: height 1024 start 1025 end 1028 total 1072 clock 85.02Hz
1280x1024 (0x52) 135.000MHz +HSync +VSync
h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 79.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 75.02Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1400x900 (0x54) 103.500MHz -HSync +VSync
h: width 1400 start 1480 end 1624 total 1848 skew 0 clock 56.01KHz
v: height 900 start 903 end 913 total 934 clock 59.96Hz
1400x900 (0x55) 86.500MHz +HSync -VSync
h: width 1400 start 1448 end 1480 total 1560 skew 0 clock 55.45KHz
v: height 900 start 903 end 913 total 926 clock 59.88Hz
1280x960 (0x56) 148.500MHz +HSync +VSync
h: width 1280 start 1344 end 1504 total 1728 skew 0 clock 85.94KHz
v: height 960 start 961 end 964 total 1011 clock 85.00Hz
1280x960 (0x57) 108.000MHz +HSync +VSync
h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.00KHz
v: height 960 start 961 end 964 total 1000 clock 60.00Hz
1440x810 (0x58) 198.125MHz -HSync +VSync DoubleScan
h: width 1440 start 1548 end 1704 total 1968 skew 0 clock 100.67KHz
v: height 810 start 811 end 814 total 839 clock 60.00Hz
1440x810 (0x59) 151.875MHz +HSync -VSync DoubleScan
h: width 1440 start 1464 end 1480 total 1520 skew 0 clock 99.92KHz
v: height 810 start 811 end 814 total 833 clock 59.97Hz
1368x768 (0x5a) 85.250MHz -HSync +VSync
h: width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.79KHz
v: height 768 start 771 end 781 total 798 clock 59.88Hz
1368x768 (0x5b) 72.250MHz +HSync -VSync
h: width 1368 start 1416 end 1448 total 1528 skew 0 clock 47.28KHz
v: height 768 start 771 end 781 total 790 clock 59.85Hz
1280x800 (0x5c) 174.250MHz -HSync +VSync DoubleScan
h: width 1280 start 1380 end 1516 total 1752 skew 0 clock 99.46KHz
v: height 800 start 801 end 804 total 829 clock 59.99Hz
1280x800 (0x5d) 134.250MHz +HSync -VSync DoubleScan
h: width 1280 start 1304 end 1320 total 1360 skew 0 clock 98.71KHz
v: height 800 start 801 end 804 total 823 clock 59.97Hz
1280x800 (0x5e) 83.500MHz -HSync +VSync
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.70KHz
v: height 800 start 803 end 809 total 831 clock 59.81Hz
1280x800 (0x5f) 71.000MHz +HSync -VSync
h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 49.31KHz
v: height 800 start 803 end 809 total 823 clock 59.91Hz
1152x864 (0x60) 108.000MHz +HSync +VSync
h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.50KHz
v: height 864 start 865 end 868 total 900 clock 75.00Hz
1280x720 (0x61) 156.125MHz -HSync +VSync DoubleScan
h: width 1280 start 1376 end 1512 total 1744 skew 0 clock 89.52KHz
v: height 720 start 721 end 724 total 746 clock 60.00Hz
1280x720 (0x62) 120.750MHz +HSync -VSync DoubleScan
h: width 1280 start 1304 end 1320 total 1360 skew 0 clock 88.79KHz
v: height 720 start 721 end 724 total 740 clock 59.99Hz
1280x720 (0x63) 74.500MHz -HSync +VSync
h: width 1280 start 1344 end 1472 total 1664 skew 0 clock 44.77KHz
v: height 720 start 723 end 728 total 748 clock 59.86Hz
1280x720 (0x64) 63.750MHz +HSync -VSync
h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 44.27KHz
v: height 720 start 723 end 728 total 741 clock 59.74Hz
1024x768 (0x65) 194.020MHz -HSync +VSync DoubleScan
h: width 1024 start 1108 end 1220 total 1416 skew 0 clock 137.02KHz
v: height 768 start 768 end 770 total 806 clock 85.00Hz
1024x768 (0x66) 170.240MHz -HSync +VSync DoubleScan
h: width 1024 start 1108 end 1220 total 1416 skew 0 clock 120.23KHz
v: height 768 start 768 end 770 total 801 clock 75.05Hz
1024x768 (0x67) 133.475MHz -HSync +VSync DoubleScan
h: width 1024 start 1100 end 1212 total 1400 skew 0 clock 95.34KHz
v: height 768 start 768 end 770 total 794 clock 60.04Hz
1024x768 (0x68) 94.500MHz +HSync +VSync
h: width 1024 start 1072 end 1168 total 1376 skew 0 clock 68.68KHz
v: height 768 start 769 end 772 total 808 clock 85.00Hz
1024x768 (0x69) 78.750MHz +HSync +VSync
h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.02KHz
v: height 768 start 769 end 772 total 800 clock 75.03Hz
1024x768 (0x6a) 75.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.48KHz
v: height 768 start 771 end 777 total 806 clock 70.07Hz
1024x768 (0x6b) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
1024x768i (0x6c) 44.900MHz +HSync +VSync Interlace
h: width 1024 start 1032 end 1208 total 1264 skew 0 clock 35.52KHz
v: height 768 start 768 end 776 total 817 clock 86.96Hz
960x720 (0x6d) 170.675MHz -HSync +VSync DoubleScan
h: width 960 start 1036 end 1144 total 1328 skew 0 clock 128.52KHz
v: height 720 start 720 end 722 total 756 clock 85.00Hz
960x720 (0x6e) 148.500MHz -HSync +VSync DoubleScan
h: width 960 start 1032 end 1144 total 1320 skew 0 clock 112.50KHz
v: height 720 start 720 end 722 total 750 clock 75.00Hz
960x720 (0x6f) 117.000MHz -HSync +VSync DoubleScan
h: width 960 start 1024 end 1128 total 1300 skew 0 clock 90.00KHz
v: height 720 start 720 end 722 total 750 clock 60.00Hz
928x696 (0x70) 144.000MHz -HSync +VSync DoubleScan
h: width 928 start 992 end 1104 total 1280 skew 0 clock 112.50KHz
v: height 696 start 696 end 698 total 750 clock 75.00Hz
928x696 (0x71) 109.150MHz -HSync +VSync DoubleScan
h: width 928 start 976 end 1088 total 1264 skew 0 clock 86.35KHz
v: height 696 start 696 end 698 total 719 clock 60.05Hz
896x672 (0x72) 130.500MHz -HSync +VSync DoubleScan
h: width 896 start 944 end 1052 total 1228 skew 0 clock 106.27KHz
v: height 672 start 672 end 674 total 708 clock 75.05Hz
896x672 (0x73) 102.400MHz -HSync +VSync DoubleScan
h: width 896 start 960 end 1060 total 1224 skew 0 clock 83.66KHz
v: height 672 start 672 end 674 total 697 clock 60.01Hz
1024x576 (0x74) 98.500MHz -HSync +VSync DoubleScan
h: width 1024 start 1092 end 1200 total 1376 skew 0 clock 71.58KHz
v: height 576 start 577 end 580 total 597 clock 59.95Hz
1024x576 (0x75) 78.375MHz +HSync -VSync DoubleScan
h: width 1024 start 1048 end 1064 total 1104 skew 0 clock 70.99KHz
v: height 576 start 577 end 580 total 592 clock 59.96Hz
1024x576 (0x76) 46.500MHz -HSync +VSync
h: width 1024 start 1064 end 1160 total 1296 skew 0 clock 35.88KHz
v: height 576 start 579 end 584 total 599 clock 59.90Hz
1024x576 (0x77) 42.000MHz +HSync -VSync
h: width 1024 start 1072 end 1104 total 1184 skew 0 clock 35.47KHz
v: height 576 start 579 end 584 total 593 clock 59.82Hz
960x600 (0x78) 96.625MHz -HSync +VSync DoubleScan
h: width 960 start 1028 end 1128 total 1296 skew 0 clock 74.56KHz
v: height 600 start 601 end 604 total 622 clock 59.93Hz
960x600 (0x79) 77.000MHz +HSync -VSync DoubleScan
h: width 960 start 984 end 1000 total 1040 skew 0 clock 74.04KHz
v: height 600 start 601 end 604 total 617 clock 60.00Hz
832x624 (0x7a) 57.284MHz -HSync -VSync
h: width 832 start 864 end 928 total 1152 skew 0 clock 49.73KHz
v: height 624 start 625 end 628 total 667 clock 74.55Hz
960x540 (0x7b) 86.500MHz -HSync +VSync DoubleScan
h: width 960 start 1024 end 1124 total 1288 skew 0 clock 67.16KHz
v: height 540 start 541 end 544 total 560 clock 59.96Hz
960x540 (0x7c) 69.250MHz +HSync -VSync DoubleScan
h: width 960 start 984 end 1000 total 1040 skew 0 clock 66.59KHz
v: height 540 start 541 end 544 total 555 clock 59.99Hz
960x540 (0x7d) 40.750MHz -HSync +VSync
h: width 960 start 992 end 1088 total 1216 skew 0 clock 33.51KHz
v: height 540 start 543 end 548 total 562 clock 59.63Hz
960x540 (0x7e) 37.250MHz +HSync -VSync
h: width 960 start 1008 end 1040 total 1120 skew 0 clock 33.26KHz
v: height 540 start 543 end 548 total 556 clock 59.82Hz
800x600 (0x7f) 114.750MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 106.25KHz
v: height 600 start 600 end 602 total 625 clock 85.00Hz
800x600 (0x80) 101.250MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 93.75KHz
v: height 600 start 600 end 602 total 625 clock 75.00Hz
800x600 (0x81) 94.500MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 87.50KHz
v: height 600 start 600 end 602 total 625 clock 70.00Hz
800x600 (0x82) 87.750MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 81.25KHz
v: height 600 start 600 end 602 total 625 clock 65.00Hz
800x600 (0x83) 81.000MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 75.00KHz
v: height 600 start 600 end 602 total 625 clock 60.00Hz
800x600 (0x84) 56.300MHz +HSync +VSync
h: width 800 start 832 end 896 total 1048 skew 0 clock 53.72KHz
v: height 600 start 601 end 604 total 631 clock 85.14Hz
800x600 (0x85) 50.000MHz +HSync +VSync
h: width 800 start 856 end 976 total 1040 skew 0 clock 48.08KHz
v: height 600 start 637 end 643 total 666 clock 72.19Hz
800x600 (0x86) 49.500MHz +HSync +VSync
h: width 800 start 816 end 896 total 1056 skew 0 clock 46.88KHz
v: height 600 start 601 end 604 total 625 clock 75.00Hz
800x600 (0x87) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
800x600 (0x88) 36.000MHz +HSync +VSync
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.16KHz
v: height 600 start 601 end 603 total 625 clock 56.25Hz
840x525 (0x89) 73.125MHz -HSync +VSync DoubleScan
h: width 840 start 892 end 980 total 1120 skew 0 clock 65.29KHz
v: height 525 start 526 end 529 total 544 clock 60.01Hz
840x525 (0x8a) 59.500MHz +HSync -VSync DoubleScan
h: width 840 start 864 end 880 total 920 skew 0 clock 64.67KHz
v: height 525 start 526 end 529 total 540 clock 59.88Hz
864x486 (0x8b) 32.500MHz -HSync +VSync
h: width 864 start 888 end 968 total 1072 skew 0 clock 30.32KHz
v: height 486 start 489 end 494 total 506 clock 59.92Hz
864x486 (0x8c) 30.500MHz +HSync -VSync
h: width 864 start 912 end 944 total 1024 skew 0 clock 29.79KHz
v: height 486 start 489 end 494 total 500 clock 59.57Hz
700x525 (0x8d) 77.900MHz +HSync +VSync DoubleScan
h: width 700 start 732 end 892 total 956 skew 0 clock 81.49KHz
v: height 525 start 526 end 532 total 545 clock 74.76Hz
700x525 (0x8e) 61.000MHz +HSync +VSync DoubleScan
h: width 700 start 744 end 820 total 940 skew 0 clock 64.89KHz
v: height 525 start 526 end 532 total 541 clock 59.98Hz
800x450 (0x8f) 59.125MHz -HSync +VSync DoubleScan
h: width 800 start 848 end 928 total 1056 skew 0 clock 55.99KHz
v: height 450 start 451 end 454 total 467 clock 59.95Hz
800x450 (0x90) 48.750MHz +HSync -VSync DoubleScan
h: width 800 start 824 end 840 total 880 skew 0 clock 55.40KHz
v: height 450 start 451 end 454 total 463 clock 59.82Hz
640x512 (0x91) 78.750MHz +HSync +VSync DoubleScan
h: width 640 start 672 end 752 total 864 skew 0 clock 91.15KHz
v: height 512 start 512 end 514 total 536 clock 85.02Hz
640x512 (0x92) 67.500MHz +HSync +VSync DoubleScan
h: width 640 start 648 end 720 total 844 skew 0 clock 79.98KHz
v: height 512 start 512 end 514 total 533 clock 75.02Hz
640x512 (0x93) 54.000MHz +HSync +VSync DoubleScan
h: width 640 start 664 end 720 total 844 skew 0 clock 63.98KHz
v: height 512 start 512 end 514 total 533 clock 60.02Hz
700x450 (0x94) 51.750MHz -HSync +VSync DoubleScan
h: width 700 start 740 end 812 total 924 skew 0 clock 56.01KHz
v: height 450 start 451 end 456 total 467 clock 59.96Hz
700x450 (0x95) 43.250MHz +HSync -VSync DoubleScan
h: width 700 start 724 end 740 total 780 skew 0 clock 55.45KHz
v: height 450 start 451 end 456 total 463 clock 59.88Hz
640x480 (0x96) 74.250MHz +HSync +VSync DoubleScan
h: width 640 start 672 end 752 total 864 skew 0 clock 85.94KHz
v: height 480 start 480 end 482 total 505 clock 85.09Hz
640x480 (0x97) 54.000MHz +HSync +VSync DoubleScan
h: width 640 start 688 end 744 total 900 skew 0 clock 60.00KHz
v: height 480 start 480 end 482 total 500 clock 60.00Hz
640x480 (0x98) 36.000MHz -HSync -VSync
h: width 640 start 696 end 752 total 832 skew 0 clock 43.27KHz
v: height 480 start 481 end 484 total 509 clock 85.01Hz
640x480 (0x99) 31.500MHz -HSync -VSync
h: width 640 start 664 end 704 total 832 skew 0 clock 37.86KHz
v: height 480 start 489 end 492 total 520 clock 72.81Hz
640x480 (0x9a) 31.500MHz -HSync -VSync
h: width 640 start 656 end 720 total 840 skew 0 clock 37.50KHz
v: height 480 start 481 end 484 total 500 clock 75.00Hz
640x480 (0x9b) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
720x405 (0x9c) 22.500MHz -HSync +VSync
h: width 720 start 744 end 808 total 896 skew 0 clock 25.11KHz
v: height 405 start 408 end 413 total 422 clock 59.51Hz
720x405 (0x9d) 21.750MHz +HSync -VSync
h: width 720 start 768 end 800 total 880 skew 0 clock 24.72KHz
v: height 405 start 408 end 413 total 419 clock 58.99Hz
720x400 (0x9e) 35.500MHz -HSync +VSync
h: width 720 start 756 end 828 total 936 skew 0 clock 37.93KHz
v: height 400 start 401 end 404 total 446 clock 85.04Hz
684x384 (0x9f) 42.625MHz -HSync +VSync DoubleScan
h: width 684 start 720 end 788 total 892 skew 0 clock 47.79KHz
v: height 384 start 385 end 390 total 399 clock 59.88Hz
684x384 (0xa0) 36.125MHz +HSync -VSync DoubleScan
h: width 684 start 708 end 724 total 764 skew 0 clock 47.28KHz
v: height 384 start 385 end 390 total 395 clock 59.85Hz
640x400 (0xa1) 41.750MHz -HSync +VSync DoubleScan
h: width 640 start 676 end 740 total 840 skew 0 clock 49.70KHz
v: height 400 start 401 end 404 total 415 clock 59.88Hz
640x400 (0xa2) 35.500MHz +HSync -VSync DoubleScan
h: width 640 start 664 end 680 total 720 skew 0 clock 49.31KHz
v: height 400 start 401 end 404 total 411 clock 59.98Hz
640x400 (0xa3) 31.500MHz -HSync +VSync
h: width 640 start 672 end 736 total 832 skew 0 clock 37.86KHz
v: height 400 start 401 end 404 total 445 clock 85.08Hz
576x432 (0xa4) 54.000MHz +HSync +VSync DoubleScan
h: width 576 start 608 end 672 total 800 skew 0 clock 67.50KHz
v: height 432 start 432 end 434 total 450 clock 75.00Hz
640x360 (0xa5) 37.250MHz -HSync +VSync DoubleScan
h: width 640 start 672 end 736 total 832 skew 0 clock 44.77KHz
v: height 360 start 361 end 364 total 374 clock 59.86Hz
640x360 (0xa6) 31.875MHz +HSync -VSync DoubleScan
h: width 640 start 664 end 680 total 720 skew 0 clock 44.27KHz
v: height 360 start 361 end 364 total 370 clock 59.83Hz
640x360 (0xa7) 18.000MHz -HSync +VSync
h: width 640 start 664 end 720 total 800 skew 0 clock 22.50KHz
v: height 360 start 363 end 368 total 376 clock 59.84Hz
640x360 (0xa8) 17.750MHz +HSync -VSync
h: width 640 start 688 end 720 total 800 skew 0 clock 22.19KHz
v: height 360 start 363 end 368 total 374 clock 59.32Hz
640x350 (0xa9) 31.500MHz +HSync -VSync
h: width 640 start 672 end 736 total 832 skew 0 clock 37.86KHz
v: height 350 start 382 end 385 total 445 clock 85.08Hz
512x384 (0xaa) 47.250MHz +HSync +VSync DoubleScan
h: width 512 start 536 end 584 total 688 skew 0 clock 68.68KHz
v: height 384 start 384 end 386 total 404 clock 85.00Hz
512x384 (0xab) 39.375MHz +HSync +VSync DoubleScan
h: width 512 start 520 end 568 total 656 skew 0 clock 60.02KHz
v: height 384 start 384 end 386 total 400 clock 75.03Hz
512x384 (0xac) 37.500MHz -HSync -VSync DoubleScan
h: width 512 start 524 end 592 total 664 skew 0 clock 56.48KHz
v: height 384 start 385 end 388 total 403 clock 70.07Hz
512x384 (0xad) 32.500MHz -HSync -VSync DoubleScan
h: width 512 start 524 end 592 total 672 skew 0 clock 48.36KHz
v: height 384 start 385 end 388 total 403 clock 60.00Hz
512x384i (0xae) 22.450MHz +HSync +VSync Interlace DoubleScan
h: width 512 start 516 end 604 total 632 skew 0 clock 35.52KHz
v: height 384 start 384 end 388 total 408 clock 87.06Hz
512x288 (0xaf) 23.250MHz -HSync +VSync DoubleScan
h: width 512 start 532 end 580 total 648 skew 0 clock 35.88KHz
v: height 288 start 289 end 292 total 299 clock 60.00Hz
512x288 (0xb0) 21.000MHz +HSync -VSync DoubleScan
h: width 512 start 536 end 552 total 592 skew 0 clock 35.47KHz
v: height 288 start 289 end 292 total 296 clock 59.92Hz
416x312 (0xb1) 28.642MHz -HSync -VSync DoubleScan
h: width 416 start 432 end 464 total 576 skew 0 clock 49.73KHz
v: height 312 start 312 end 314 total 333 clock 74.66Hz
480x270 (0xb2) 20.375MHz -HSync +VSync DoubleScan
h: width 480 start 496 end 544 total 608 skew 0 clock 33.51KHz
v: height 270 start 271 end 274 total 281 clock 59.63Hz
480x270 (0xb3) 18.625MHz +HSync -VSync DoubleScan
h: width 480 start 504 end 520 total 560 skew 0 clock 33.26KHz
v: height 270 start 271 end 274 total 278 clock 59.82Hz
400x300 (0xb4) 28.150MHz +HSync +VSync DoubleScan
h: width 400 start 416 end 448 total 524 skew 0 clock 53.72KHz
v: height 300 start 300 end 302 total 315 clock 85.27Hz
400x300 (0xb5) 25.000MHz +HSync +VSync DoubleScan
h: width 400 start 428 end 488 total 520 skew 0 clock 48.08KHz
v: height 300 start 318 end 321 total 333 clock 72.19Hz
400x300 (0xb6) 24.750MHz +HSync +VSync DoubleScan
h: width 400 start 408 end 448 total 528 skew 0 clock 46.88KHz
v: height 300 start 300 end 302 total 312 clock 75.12Hz
400x300 (0xb7) 20.000MHz +HSync +VSync DoubleScan
h: width 400 start 420 end 484 total 528 skew 0 clock 37.88KHz
v: height 300 start 300 end 302 total 314 clock 60.32Hz
400x300 (0xb8) 18.000MHz +HSync +VSync DoubleScan
h: width 400 start 412 end 448 total 512 skew 0 clock 35.16KHz
v: height 300 start 300 end 301 total 312 clock 56.34Hz
432x243 (0xb9) 16.250MHz -HSync +VSync DoubleScan
h: width 432 start 444 end 484 total 536 skew 0 clock 30.32KHz
v: height 243 start 244 end 247 total 253 clock 59.92Hz
432x243 (0xba) 15.250MHz +HSync -VSync DoubleScan
h: width 432 start 456 end 472 total 512 skew 0 clock 29.79KHz
v: height 243 start 244 end 247 total 250 clock 59.57Hz
320x240 (0xbb) 18.000MHz -HSync -VSync DoubleScan
h: width 320 start 348 end 376 total 416 skew 0 clock 43.27KHz
v: height 240 start 240 end 242 total 254 clock 85.18Hz
320x240 (0xbc) 15.750MHz -HSync -VSync DoubleScan
h: width 320 start 332 end 352 total 416 skew 0 clock 37.86KHz
v: height 240 start 244 end 246 total 260 clock 72.81Hz
320x240 (0xbd) 15.750MHz -HSync -VSync DoubleScan
h: width 320 start 328 end 360 total 420 skew 0 clock 37.50KHz
v: height 240 start 240 end 242 total 250 clock 75.00Hz
320x240 (0xbe) 12.587MHz -HSync -VSync DoubleScan
h: width 320 start 328 end 376 total 400 skew 0 clock 31.47KHz
v: height 240 start 245 end 246 total 262 clock 60.05Hz
360x202 (0xbf) 11.250MHz -HSync +VSync DoubleScan
h: width 360 start 372 end 404 total 448 skew 0 clock 25.11KHz
v: height 202 start 204 end 206 total 211 clock 59.51Hz
360x202 (0xc0) 10.875MHz +HSync -VSync DoubleScan
h: width 360 start 384 end 400 total 440 skew 0 clock 24.72KHz
v: height 202 start 204 end 206 total 209 clock 59.13Hz
360x200 (0xc1) 17.750MHz -HSync +VSync DoubleScan
h: width 360 start 378 end 414 total 468 skew 0 clock 37.93KHz
v: height 200 start 200 end 202 total 223 clock 85.04Hz
320x200 (0xc2) 15.750MHz -HSync +VSync DoubleScan
h: width 320 start 336 end 368 total 416 skew 0 clock 37.86KHz
v: height 200 start 200 end 202 total 222 clock 85.27Hz
320x180 (0xc3) 9.000MHz -HSync +VSync DoubleScan
h: width 320 start 332 end 360 total 400 skew 0 clock 22.50KHz
v: height 180 start 181 end 184 total 188 clock 59.84Hz
320x180 (0xc4) 8.875MHz +HSync -VSync DoubleScan
h: width 320 start 344 end 360 total 400 skew 0 clock 22.19KHz
v: height 180 start 181 end 184 total 187 clock 59.32Hz
320x175 (0xc5) 15.750MHz +HSync -VSync DoubleScan
h: width 320 start 336 end 368 total 416 skew 0 clock 37.86KHz
v: height 175 start 191 end 192 total 222 clock 85.27Hz
DP-1-0 disconnected (normal left inverted right x axis y axis)
Identifier: 0x272
Timestamp: 14854
Subpixel: unknown
Clones:
CRTCs: 0 5 6 7
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
PRIME Synchronization: 1
supported: 0, 1
CTM: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
BorderDimensions: 4
supported: 4
Border: 0 0 0 0
range: (0, 65535)
SignalFormat: DisplayPort
supported: DisplayPort
ConnectorType: DisplayPort
ConnectorNumber: 1
_ConnectorLocation: 1
non-desktop: 0
supported: 0, 1
DP-1-1 disconnected (normal left inverted right x axis y axis)
Identifier: 0x273
Timestamp: 14854
Subpixel: unknown
Clones:
CRTCs: 0 5 6 7
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
PRIME Synchronization: 1
supported: 0, 1
CTM: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
BorderDimensions: 4
supported: 4
Border: 0 0 0 0
range: (0, 65535)
SignalFormat: TMDS
supported: TMDS
ConnectorType: DisplayPort
ConnectorNumber: 1
_ConnectorLocation: 1
non-desktop: 0
supported: 0, 1
HDMI-1-0 connected primary 1920x1080+1920+0 (0x275) normal (normal left inverted right x axis y axis) 509mm x 286mm
Identifier: 0x274
Timestamp: 14854
Subpixel: unknown
Gamma: 1.0:1.0:1.0
Brightness: 1.0
Clones:
CRTC: 0
CRTCs: 0 5 6 7
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
PRIME Synchronization: 1
supported: 0, 1
CTM: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
EDID:
00ffffffffffff001e6dc65901010101
0117010380331d78ea6275a3554fa027
125054a56f00714f81c0810081809500
9040a9c0b300023a801871382d40582c
4500fd1e1100001a21399030621a2740
68b03600fd1e1100001c000000fd0038
4b1e530f000a202020202020000000fc
00324420464844204c472054560a0115
020321f14e8405030220221011131214
1f07162615075009070766030c001000
80011d007251d01e2038881500565021
00001e011d8018711c1620582c250056
502100009e011d80d0721c1620102c25
80c48e2100009e023a80d072382d4010
2c452006442100001e023a801871382d
40582c450056502100001e00000000ce
BorderDimensions: 4
supported: 4
Border: 0 0 0 0
range: (0, 65535)
SignalFormat: TMDS
supported: TMDS
ConnectorType: HDMI
ConnectorNumber: 3
_ConnectorLocation: 3
non-desktop: 0
supported: 0, 1
1920x1080 (0x275) 148.500MHz +HSync -VSync *current +preferred
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.50KHz
v: height 1080 start 1084 end 1089 total 1125 clock 60.00Hz
1920x1080 (0x276) 148.500MHz +HSync +VSync
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.50KHz
v: height 1080 start 1084 end 1089 total 1125 clock 60.00Hz
1920x1080 (0x277) 148.350MHz +HSync +VSync
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.43KHz
v: height 1080 start 1084 end 1089 total 1125 clock 59.94Hz
1920x1080 (0x278) 148.500MHz +HSync +VSync
h: width 1920 start 1936 end 2492 total 2640 skew 0 clock 56.25KHz
v: height 1080 start 1084 end 1089 total 1125 clock 50.00Hz
1920x1080 (0x279) 148.500MHz +HSync +VSync
h: width 1920 start 2448 end 2492 total 2640 skew 0 clock 56.25KHz
v: height 1080 start 1084 end 1089 total 1125 clock 50.00Hz
1920x1080 (0x27a) 74.180MHz +HSync +VSync
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.72KHz
v: height 1080 start 1084 end 1089 total 1125 clock 29.97Hz
1920x1080 (0x27b) 74.180MHz +HSync +VSync
h: width 1920 start 2558 end 2602 total 2750 skew 0 clock 26.97KHz
v: height 1080 start 1084 end 1089 total 1125 clock 23.98Hz
1680x1050 (0x49) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1600x900 (0x27c) 108.000MHz +HSync +VSync
h: width 1600 start 1624 end 1704 total 1800 skew 0 clock 60.00KHz
v: height 900 start 901 end 904 total 1000 clock 60.00Hz
1440x900 (0x27d) 106.500MHz -HSync +VSync
h: width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.93KHz
v: height 900 start 903 end 909 total 934 clock 59.89Hz
1400x1050 (0x27e) 121.750MHz -HSync +VSync
h: width 1400 start 1488 end 1632 total 1864 skew 0 clock 65.32KHz
v: height 1050 start 1053 end 1057 total 1089 clock 59.98Hz
1280x1024 (0x52) 135.000MHz +HSync +VSync
h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 79.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 75.02Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1280x800 (0x5e) 83.500MHz -HSync +VSync
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.70KHz
v: height 800 start 803 end 809 total 831 clock 59.81Hz
1280x720 (0x27f) 74.250MHz +HSync +VSync
h: width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.00KHz
v: height 720 start 725 end 730 total 750 clock 60.00Hz
1280x720 (0x280) 74.250MHz +HSync +VSync
h: width 1280 start 1336 end 1472 total 1650 skew 0 clock 45.00KHz
v: height 720 start 721 end 726 total 750 clock 60.00Hz
1280x720 (0x281) 74.180MHz +HSync +VSync
h: width 1280 start 1390 end 1430 total 1650 skew 0 clock 44.96KHz
v: height 720 start 725 end 730 total 750 clock 59.94Hz
1280x720 (0x282) 74.250MHz +HSync +VSync
h: width 1280 start 1720 end 1760 total 1980 skew 0 clock 37.50KHz
v: height 720 start 725 end 730 total 750 clock 50.00Hz
1152x864 (0x60) 108.000MHz +HSync +VSync
h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.50KHz
v: height 864 start 865 end 868 total 900 clock 75.00Hz
1024x768 (0x69) 78.750MHz +HSync +VSync
h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.02KHz
v: height 768 start 769 end 772 total 800 clock 75.03Hz
1024x768 (0x6a) 75.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.48KHz
v: height 768 start 771 end 777 total 806 clock 70.07Hz
1024x768 (0x6b) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x86) 49.500MHz +HSync +VSync
h: width 800 start 816 end 896 total 1056 skew 0 clock 46.88KHz
v: height 600 start 601 end 604 total 625 clock 75.00Hz
800x600 (0x87) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
720x576 (0x283) 27.000MHz -HSync -VSync
h: width 720 start 732 end 796 total 864 skew 0 clock 31.25KHz
v: height 576 start 581 end 586 total 625 clock 50.00Hz
720x480 (0x284) 27.000MHz -HSync -VSync
h: width 720 start 736 end 798 total 858 skew 0 clock 31.47KHz
v: height 480 start 489 end 495 total 525 clock 59.94Hz
640x480 (0x9a) 31.500MHz -HSync -VSync
h: width 640 start 656 end 720 total 840 skew 0 clock 37.50KHz
v: height 480 start 481 end 484 total 500 clock 75.00Hz
640x480 (0x9b) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
DP-1-2 disconnected (normal left inverted right x axis y axis)
Identifier: 0x285
Timestamp: 14854
Subpixel: unknown
Clones:
CRTCs: 0 5 6 7
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
PRIME Synchronization: 1
supported: 0, 1
CTM: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
BorderDimensions: 4
supported: 4
Border: 0 0 0 0
range: (0, 65535)
SignalFormat: DisplayPort
supported: DisplayPort
ConnectorType: Panel
ConnectorNumber: 0
_ConnectorLocation: 0
non-desktop: 0
supported: 0, 1
1680x1050 (0x49) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1280x1024 (0x52) 135.000MHz +HSync +VSync
h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 79.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 75.02Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1280x800 (0x5e) 83.500MHz -HSync +VSync
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.70KHz
v: height 800 start 803 end 809 total 831 clock 59.81Hz
1152x864 (0x60) 108.000MHz +HSync +VSync
h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.50KHz
v: height 864 start 865 end 868 total 900 clock 75.00Hz
1024x768 (0x69) 78.750MHz +HSync +VSync
h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.02KHz
v: height 768 start 769 end 772 total 800 clock 75.03Hz
1024x768 (0x6a) 75.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.48KHz
v: height 768 start 771 end 777 total 806 clock 70.07Hz
1024x768 (0x6b) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x86) 49.500MHz +HSync +VSync
h: width 800 start 816 end 896 total 1056 skew 0 clock 46.88KHz
v: height 600 start 601 end 604 total 625 clock 75.00Hz
800x600 (0x87) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0x9a) 31.500MHz -HSync -VSync
h: width 640 start 656 end 720 total 840 skew 0 clock 37.50KHz
v: height 480 start 481 end 484 total 500 clock 75.00Hz
640x480 (0x9b) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
You might want to check the preset state of and toggle https://wiki.archlinux.org/title/PRIME# … ronization
the PRIME Syncrhonization seems to be set to 1, I did try setting it to 0 but my external monitor just stopped refreshing at all, couldn't get any new image from it besides what was previously showing which remained frozen.
You'll have to apply environments per-process
noob question: Can I apply the environment per-process by default, besides like making scripts that start the process or starting from the terminal and setting the env myself.
I ask this because sometimes I start processes from dmenu for example and its a bit annoying to set the environment manually every time, or the process is started by another process and searching for "apply environment per-process" and similar I couldn't really find any results.
Thanks!
Offline
[ 6.248] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.248] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 6.249] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.249] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 6.256] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 6.257] (--) PCI:*(0@0:2:0) 8086:46a3:1d05:1243 rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 6.257] (--) PCI: (1@0:0:0) 10de:28a1:1d05:1243 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
card0 is the intel one, card1 the nvidia one.
noob question: Can I apply the environment per-process by default, besides like making scripts that start the process or starting from the terminal and setting the env myself.
I ask this because sometimes I start processes from dmenu for example and its a bit annoying to set the environment manually every time, or the process is started by another process and searching for "apply environment per-process" and similar I couldn't really find any results.
You can edit the .desktop service of the application to run "Exec=env FOO=BAR snafu" but for dmenu specifically, you'll actually be using a script (dmenu_run) and you can intercept and alter the command there (ie. you can see whether dmenu returned "chromium" and run
env LIBGL_DRI3_DISABLE=true "$@"
instead of piping the return value straight into a shell.
Next question:
vrr_capable: 1
Does a (global)
export adaptive_sync=false
help anything?
Online
Next question:
vrr_capable: 1
Does a (global)
export adaptive_sync=false
help anything?
Thanks for the reply,
If it matters, the vrr_capable: 1 display is the laptop one (eDP-1) and the external one is HDMI-1-0.
But I did try setting adaptive_sync=false and it didn't help at all with LIBGL_DRI3_DISABLE set to false, with it set to true the electron apps continue to work but adaptive_sync didn't change anything.
Now to more bad news :p I just realized I have the exact same problem with another non electron application mpv. Even worse, it seems the mpv problem happens both with LIBGL_DRI3_DISABLE set to true or false, it doesn't matter. I have tried running MPV with --display-fps-override set to 60 or 24 (which is the specific video's fps) and also using prime-run but it keeps freezing either way. Only the video freezes, the audio keeps playing and on the terminal that started MPV the video timer/progress also freezes.
Only thing that helped was to change the video output driver using --vo set to xv or x11. both gpu and gpu-next options didn't work.
thanks mpv, I am trying...
Also got some minor mesa and lib32-mesa updates which didn't change anything. Any help appreciated, thanks.
Offline
Yeah…
[ 6.457] (==) modeset(0): VariableRefresh: disabled
About mpv
with another non electron application mpv
because
also happens to the glxgears test app
we'll eventually have to find an actual fix if every GL client is affected.
export__GL_GSYNC_ALLOWED=0
export __GL_SYNC_TO_VBLANK=0
Those affect the nvidia GL library, so only prime run except maybe you export them to the entire session (the X11 server)?
Do you have access to a monitor that's not a TV but a regular-ass computer monitor (I don't like the complaint about the edid in your xorg log)?
Online
Do you have access to a monitor that's not a TV but a regular-ass computer monitor (I don't like the complaint about the edid in your xorg log)?
Ok so, just came back from my friends house where I tested with his monitor. At first the exact same error occurred when using his monitor, tried enabling/disabling those env variables etc etc, same problem.
I got an Xorg log with his monitor:
[ 6.682]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 6.682] Current Operating System: Linux hiru-laptop 6.14.4-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 29 Apr 2025 09:23:13 +0000 x86_64
[ 6.682] Kernel command line: root="LABEL=main-disk" rwinitrd=\intel-ucode.img rwinitrd=\initramfs-linux.img nvidia_drm.modeset=1
[ 6.683]
[ 6.683] Current version of pixman: 0.46.0
[ 6.683] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.683] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.683] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 6 19:37:45 2025
[ 6.684] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.684] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.685] (==) No Layout section. Using the first Screen section.
[ 6.685] (==) No screen section available. Using defaults.
[ 6.685] (**) |-->Screen "Default Screen Section" (0)
[ 6.685] (**) | |-->Monitor "<default monitor>"
[ 6.685] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.685] (**) Allowing byte-swapped clients
[ 6.685] (==) Automatically adding devices
[ 6.685] (==) Automatically enabling devices
[ 6.685] (==) Automatically adding GPU devices
[ 6.685] (==) Automatically binding GPU devices
[ 6.685] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.686] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 6.686] Entry deleted from font path.
[ 6.686] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 6.687] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.687] Entry deleted from font path.
[ 6.687] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 6.687] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.687] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.687] (II) Module ABI versions:
[ 6.687] X.Org ANSI C Emulation: 0.4
[ 6.687] X.Org Video Driver: 25.2
[ 6.687] X.Org XInput driver : 24.4
[ 6.687] X.Org Server Extension : 10.0
[ 6.687] (++) using VT number 7
[ 6.687] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.688] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.688] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 6.689] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.689] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 6.698] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 6.699] (--) PCI:*(0@0:2:0) 8086:46a3:1d05:1243 rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 6.699] (--) PCI: (1@0:0:0) 10de:28a1:1d05:1243 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 6.699] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6.699] (II) LoadModule: "glx"
[ 6.700] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.731] (II) Module glx: vendor="X.Org Foundation"
[ 6.731] compiled for 1.21.1.16, module version = 1.0.0
[ 6.731] ABI class: X.Org Server Extension, version 10.0
[ 6.731] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 6.731] loading driver: nvidia
[ 6.731] (==) Matched intel as autoconfigured driver 0
[ 6.731] (==) Matched nvidia as autoconfigured driver 1
[ 6.731] (==) Matched nouveau as autoconfigured driver 2
[ 6.731] (==) Matched nv as autoconfigured driver 3
[ 6.731] (==) Matched modesetting as autoconfigured driver 4
[ 6.731] (==) Matched fbdev as autoconfigured driver 5
[ 6.731] (==) Matched vesa as autoconfigured driver 6
[ 6.731] (==) Assigned the driver to the xf86ConfigLayout
[ 6.731] (II) LoadModule: "intel"
[ 6.732] (WW) Warning, couldn't open module intel
[ 6.732] (EE) Failed to load module "intel" (module does not exist, 0)
[ 6.732] (II) LoadModule: "nvidia"
[ 6.732] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6.747] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6.747] compiled for 1.6.99.901, module version = 1.0.0
[ 6.747] Module class: X.Org Video Driver
[ 6.747] (II) LoadModule: "nouveau"
[ 6.747] (WW) Warning, couldn't open module nouveau
[ 6.747] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 6.747] (II) LoadModule: "nv"
[ 6.748] (WW) Warning, couldn't open module nv
[ 6.748] (EE) Failed to load module "nv" (module does not exist, 0)
[ 6.748] (II) LoadModule: "modesetting"
[ 6.748] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.750] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.750] compiled for 1.21.1.16, module version = 1.21.1
[ 6.750] Module class: X.Org Video Driver
[ 6.750] ABI class: X.Org Video Driver, version 25.2
[ 6.750] (II) LoadModule: "fbdev"
[ 6.750] (WW) Warning, couldn't open module fbdev
[ 6.750] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 6.750] (II) LoadModule: "vesa"
[ 6.750] (WW) Warning, couldn't open module vesa
[ 6.750] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 6.750] (II) NVIDIA dlloader X Driver 570.144 Thu Apr 10 20:05:34 UTC 2025
[ 6.750] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.750] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.759] (II) modeset(0): using drv /dev/dri/card0
[ 6.759] (II) Loading sub module "fb"
[ 6.759] (II) LoadModule: "fb"
[ 6.759] (II) Module "fb" already built-in
[ 6.759] (II) Loading sub module "wfb"
[ 6.759] (II) LoadModule: "wfb"
[ 6.759] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6.760] (II) Module wfb: vendor="X.Org Foundation"
[ 6.760] compiled for 1.21.1.16, module version = 1.0.0
[ 6.760] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.761] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.761] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 6.761] (==) modeset(0): RGB weight 888
[ 6.761] (==) modeset(0): Default visual is TrueColor
[ 6.761] (II) Loading sub module "glamoregl"
[ 6.761] (II) LoadModule: "glamoregl"
[ 6.761] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.774] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.774] compiled for 1.21.1.16, module version = 1.0.1
[ 6.774] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.982] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 6.982] (II) modeset(0): glamor initialized
[ 6.982] (==) modeset(0): VariableRefresh: disabled
[ 6.982] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 6.984] (II) modeset(0): Output eDP-1 has no monitor section
[ 6.986] (II) modeset(0): EDID for output eDP-1
[ 6.986] (II) modeset(0): Manufacturer: CMN Model: 1521 Serial#: 0
[ 6.986] (II) modeset(0): Year: 2020 Week: 1
[ 6.986] (II) modeset(0): EDID Version: 1.4
[ 6.986] (II) modeset(0): Digital Display Input
[ 6.986] (II) modeset(0): 8 bits per channel
[ 6.986] (II) modeset(0): Digital interface is DisplayPort
[ 6.986] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 6.986] (II) modeset(0): Gamma: 2.20
[ 6.986] (II) modeset(0): No DPMS capabilities specified
[ 6.986] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 6.986] (II) modeset(0): First detailed timing is preferred mode
[ 6.986] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 6.986] (II) modeset(0): Display is continuous-frequency
[ 6.986] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 6.986] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 6.986] (II) modeset(0): Manufacturer's mask: 0
[ 6.986] (II) modeset(0): Supported detailed timing:
[ 6.986] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 6.986] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.986] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.986] (II) modeset(0): Supported detailed timing:
[ 6.986] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 193 mm
[ 6.986] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 6.986] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1142 v_border: 0
[ 6.986] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[ 6.986] (II) modeset(0): N156HRA-EA1
[ 6.986] (II) modeset(0): EDID (in hex):
[ 6.986] (II) modeset(0): 00ffffffffffff000dae211500000000
[ 6.986] (II) modeset(0): 011e0104a52213780328659759548e27
[ 6.986] (II) modeset(0): 1e505400000001010101010101010101
[ 6.986] (II) modeset(0): 0101010101019e8580a070383e403020
[ 6.986] (II) modeset(0): a50058c110000018ad3780a070383e40
[ 6.986] (II) modeset(0): 3020a50058c110000018000000fd0030
[ 6.986] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 6.986] (II) modeset(0): 004e3135364852412d4541310a200080
[ 6.986] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 6.986] (II) modeset(0): Printing probed modes for output eDP-1
[ 6.986] (II) modeset(0): Modeline "1920x1080"x144.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 6.986] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 6.986] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 6.986] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 6.986] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 6.986] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 6.986] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 6.986] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 6.986] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 6.986] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 6.986] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6.986] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 6.986] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 6.986] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 6.986] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 6.986] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 6.987] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 6.987] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 6.987] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 6.987] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 6.987] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 6.987] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 6.987] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 6.987] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 6.987] (II) modeset(0): Output eDP-1 connected
[ 6.987] (II) modeset(0): Using exact sizes for initial modes
[ 6.987] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 6.987] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.987] (==) modeset(0): DPI set to (96, 96)
[ 6.987] (II) Loading sub module "fb"
[ 6.987] (II) LoadModule: "fb"
[ 6.987] (II) Module "fb" already built-in
[ 6.987] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 6.987] (==) NVIDIA(G0): RGB weight 888
[ 6.987] (==) NVIDIA(G0): Default visual is TrueColor
[ 6.987] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.987] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 6.987] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 6.987] (**) NVIDIA(G0): Enabling 2D acceleration
[ 6.987] (II) Loading sub module "glxserver_nvidia"
[ 6.987] (II) LoadModule: "glxserver_nvidia"
[ 6.987] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 7.014] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 7.014] compiled for 1.6.99.901, module version = 1.0.0
[ 7.014] Module class: X.Org Server Extension
[ 7.014] (II) NVIDIA GLX Module 570.144 Thu Apr 10 20:06:53 UTC 2025
[ 7.014] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.016] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 7.016] (--) NVIDIA(0): DFP-0
[ 7.016] (--) NVIDIA(0): DFP-1
[ 7.016] (--) NVIDIA(0): DFP-2 (boot)
[ 7.016] (--) NVIDIA(0): DFP-3
[ 7.022] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-A) at
[ 7.022] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 7.022] (--) NVIDIA(G0): Memory: 6288384 kBytes
[ 7.022] (--) NVIDIA(G0): VideoBIOS: 95.07.19.00.38
[ 7.022] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[ 7.051] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 7.051] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 7.051] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 7.051] (--) NVIDIA(GPU-0):
[ 7.051] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 7.051] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 7.051] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.051] (--) NVIDIA(GPU-0):
[ 7.097] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 7.097] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 7.097] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 7.097] (--) NVIDIA(GPU-0):
[ 7.097] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 7.097] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 7.097] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 7.097] (--) NVIDIA(GPU-0):
[ 7.131] (II) NVIDIA(G0): Validated MetaModes:
[ 7.131] (II) NVIDIA(G0): "NULL"
[ 7.131] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 7.284] (WW) NVIDIA(G0): Cannot find size of first mode for Acer KG241Q P (DFP-2);
[ 7.284] (WW) NVIDIA(G0): cannot compute DPI from Acer KG241Q P (DFP-2)'s EDID.
[ 7.284] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 7.308] (==) modeset(0): Backing store enabled
[ 7.308] (==) modeset(0): Silken mouse enabled
[ 7.342] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 7.342] (==) modeset(0): DPMS enabled
[ 7.342] (II) modeset(0): [DRI2] Setup complete
[ 7.342] (II) modeset(0): [DRI2] DRI driver: iris
[ 7.342] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 7.343] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 7.343] (II) NVIDIA: access.
[ 7.351] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 7.351] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 7.351] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 7.351] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 7.351] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 7.351] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 7.351] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 7.351] (II) NVIDIA(G0): Config Options in the README.
[ 7.362] (II) NVIDIA(G0): Setting mode "NULL"
[ 7.377] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 7.377] (==) NVIDIA(G0): Backing store enabled
[ 7.377] (==) NVIDIA(G0): Silken mouse enabled
[ 7.377] (==) NVIDIA(G0): DPMS enabled
[ 7.377] (II) Loading sub module "dri2"
[ 7.377] (II) LoadModule: "dri2"
[ 7.377] (II) Module "dri2" already built-in
[ 7.377] (II) NVIDIA(G0): [DRI2] Setup complete
[ 7.377] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 7.377] (II) Initializing extension Generic Event Extension
[ 7.377] (II) Initializing extension SHAPE
[ 7.377] (II) Initializing extension MIT-SHM
[ 7.377] (II) Initializing extension XInputExtension
[ 7.377] (II) Initializing extension XTEST
[ 7.377] (II) Initializing extension BIG-REQUESTS
[ 7.377] (II) Initializing extension SYNC
[ 7.378] (II) Initializing extension XKEYBOARD
[ 7.378] (II) Initializing extension XC-MISC
[ 7.378] (II) Initializing extension SECURITY
[ 7.378] (II) Initializing extension XFIXES
[ 7.378] (II) Initializing extension RENDER
[ 7.378] (II) Initializing extension RANDR
[ 7.378] (II) Initializing extension COMPOSITE
[ 7.378] (II) Initializing extension DAMAGE
[ 7.378] (II) Initializing extension MIT-SCREEN-SAVER
[ 7.378] (II) Initializing extension DOUBLE-BUFFER
[ 7.378] (II) Initializing extension RECORD
[ 7.378] (II) Initializing extension DPMS
[ 7.378] (II) Initializing extension Present
[ 7.378] (II) Initializing extension DRI3
[ 7.378] (II) Initializing extension X-Resource
[ 7.378] (II) Initializing extension XVideo
[ 7.378] (II) Initializing extension XVideo-MotionCompensation
[ 7.378] (II) Initializing extension GLX
[ 7.378] (II) Initializing extension GLX
[ 7.378] (II) Indirect GLX disabled.
[ 7.384] (II) AIGLX: Loaded and initialized iris
[ 7.384] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.384] (II) Initializing extension XFree86-VidModeExtension
[ 7.384] (II) Initializing extension XFree86-DGA
[ 7.384] (II) Initializing extension XFree86-DRI
[ 7.384] (II) Initializing extension DRI2
[ 7.384] (II) Initializing extension NV-GLX
[ 7.384] (II) Initializing extension NV-CONTROL
[ 7.384] (II) modeset(0): Damage tracking initialized
[ 7.384] (II) modeset(0): Setting screen physical size to 508 x 285
[ 7.427] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 7.427] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.427] (**) Video Bus: Applying InputClass "system-keyboard"
[ 7.427] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.427] (II) LoadModule: "libinput"
[ 7.427] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.431] (II) Module libinput: vendor="X.Org Foundation"
[ 7.431] compiled for 1.21.1.13, module version = 1.5.0
[ 7.431] Module class: X.Org XInput Driver
[ 7.431] ABI class: X.Org XInput driver, version 24.4
[ 7.431] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.431] (**) Video Bus: always reports core events
[ 7.431] (**) Option "Device" "/dev/input/event5"
[ 7.434] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7.434] (II) event5 - Video Bus: device is a keyboard
[ 7.434] (II) event5 - Video Bus: device removed
[ 7.460] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[ 7.460] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 7.460] (**) Option "xkb_model" "105"
[ 7.460] (**) Option "xkb_layout" "br"
[ 7.460] (**) Option "xkb_variant" "abnt2"
[ 7.480] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 7.480] (II) event5 - Video Bus: device is a keyboard
[ 7.480] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 7.480] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.480] (**) Video Bus: Applying InputClass "system-keyboard"
[ 7.480] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.480] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.480] (**) Video Bus: always reports core events
[ 7.480] (**) Option "Device" "/dev/input/event4"
[ 7.480] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 7.480] (II) event4 - Video Bus: device is a keyboard
[ 7.480] (II) event4 - Video Bus: device removed
[ 7.508] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4/event4"
[ 7.508] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7.508] (**) Option "xkb_model" "105"
[ 7.508] (**) Option "xkb_layout" "br"
[ 7.508] (**) Option "xkb_variant" "abnt2"
[ 7.510] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 7.510] (II) event4 - Video Bus: device is a keyboard
[ 7.511] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7.511] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.511] (**) Power Button: Applying InputClass "system-keyboard"
[ 7.511] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.511] (II) Using input driver 'libinput' for 'Power Button'
[ 7.511] (**) Power Button: always reports core events
[ 7.511] (**) Option "Device" "/dev/input/event1"
[ 7.512] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.512] (II) event1 - Power Button: device is a keyboard
[ 7.512] (II) event1 - Power Button: device removed
[ 7.535] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 7.535] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 7.535] (**) Option "xkb_model" "105"
[ 7.535] (**) Option "xkb_layout" "br"
[ 7.535] (**) Option "xkb_variant" "abnt2"
[ 7.537] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.537] (II) event1 - Power Button: device is a keyboard
[ 7.538] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 7.538] (II) No input driver specified, ignoring this device.
[ 7.538] (II) This device may have been added with another device file.
[ 7.538] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 7.538] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.538] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 7.538] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.538] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7.538] (**) Sleep Button: always reports core events
[ 7.538] (**) Option "Device" "/dev/input/event0"
[ 7.539] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.539] (II) event0 - Sleep Button: device is a keyboard
[ 7.540] (II) event0 - Sleep Button: device removed
[ 7.550] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 7.550] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 7.550] (**) Option "xkb_model" "105"
[ 7.550] (**) Option "xkb_layout" "br"
[ 7.550] (**) Option "xkb_variant" "abnt2"
[ 7.551] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 7.551] (II) event0 - Sleep Button: device is a keyboard
[ 7.552] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 7.552] (II) No input driver specified, ignoring this device.
[ 7.552] (II) This device may have been added with another device file.
[ 7.553] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 7.553] (II) No input driver specified, ignoring this device.
[ 7.553] (II) This device may have been added with another device file.
[ 7.553] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 7.553] (II) No input driver specified, ignoring this device.
[ 7.553] (II) This device may have been added with another device file.
[ 7.554] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[ 7.554] (II) No input driver specified, ignoring this device.
[ 7.554] (II) This device may have been added with another device file.
[ 7.555] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/event8)
[ 7.555] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.555] (**) UNIW0001:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.555] (II) Using input driver 'libinput' for 'UNIW0001:00 093A:0255 Mouse'
[ 7.555] (**) UNIW0001:00 093A:0255 Mouse: always reports core events
[ 7.555] (**) Option "Device" "/dev/input/event8"
[ 7.556] (II) event8 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.556] (II) event8 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.556] (II) event8 - UNIW0001:00 093A:0255 Mouse: device removed
[ 7.583] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.583] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.583] (II) libinput: UNIW0001:00 093A:0255 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0001/input/input10/event8"
[ 7.583] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Mouse" (type: MOUSE, id 10)
[ 7.583] (**) Option "AccelerationScheme" "none"
[ 7.583] (**) UNIW0001:00 093A:0255 Mouse: (accel) selected scheme none/0
[ 7.583] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[ 7.583] (**) UNIW0001:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[ 7.585] (II) event8 - UNIW0001:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.586] (II) event8 - UNIW0001:00 093A:0255 Mouse: device is a pointer
[ 7.587] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Mouse (/dev/input/mouse0)
[ 7.587] (II) No input driver specified, ignoring this device.
[ 7.587] (II) This device may have been added with another device file.
[ 7.588] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/event9)
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "touchpad catchall"
[ 7.588] (**) UNIW0001:00 093A:0255 Touchpad: Applying InputClass "Default clickpad buttons"
[ 7.588] (II) LoadModule: "synaptics"
[ 7.588] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 7.598] (II) Module synaptics: vendor="X.Org Foundation"
[ 7.598] compiled for 1.21.1.15, module version = 1.10.0
[ 7.598] Module class: X.Org XInput Driver
[ 7.598] ABI class: X.Org XInput driver, version 24.4
[ 7.598] (II) Using input driver 'synaptics' for 'UNIW0001:00 093A:0255 Touchpad'
[ 7.598] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.598] (**) Option "Device" "/dev/input/event9"
[ 7.628] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: found clickpad property
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: x-axis range 0 - 1372 (res 12)
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: y-axis range 0 - 829 (res 12)
[ 7.628] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report pressure, will use touch data.
[ 7.628] (II) synaptics: UNIW0001:00 093A:0255 Touchpad: device does not report finger width.
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: buttons: left right double triple
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: Vendor 0x93a Product 0x255
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid pressure range. defaulting to 0 - 255
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: invalid finger width range. defaulting to 0 - 15
[ 7.628] (**) Option "TapButton1" "1"
[ 7.628] (**) Option "TapButton2" "3"
[ 7.628] (**) Option "TapButton3" "2"
[ 7.628] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 7.628] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.628] (**) UNIW0001:00 093A:0255 Touchpad: always reports core events
[ 7.648] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-UNIW0001:00/0018:093A:0255.0001/input/input11/event9"
[ 7.648] (II) XINPUT: Adding extended input device "UNIW0001:00 093A:0255 Touchpad" (type: TOUCHPAD, id 11)
[ 7.648] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 7.648] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) MaxSpeed is now 1.75
[ 7.648] (**) synaptics: UNIW0001:00 093A:0255 Touchpad: (accel) AccelFactor is now 0.125
[ 7.648] (**) UNIW0001:00 093A:0255 Touchpad: (accel) keeping acceleration scheme 1
[ 7.648] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration profile 1
[ 7.648] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[ 7.648] (**) UNIW0001:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[ 7.648] (--) synaptics: UNIW0001:00 093A:0255 Touchpad: touchpad found
[ 7.650] (II) config/udev: Adding input device UNIW0001:00 093A:0255 Touchpad (/dev/input/mouse1)
[ 7.650] (**) UNIW0001:00 093A:0255 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 7.650] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 7.650] (II) No input driver specified, ignoring this device.
[ 7.650] (II) This device may have been added with another device file.
[ 7.651] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 7.651] (II) No input driver specified, ignoring this device.
[ 7.651] (II) This device may have been added with another device file.
[ 7.651] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 7.651] (II) No input driver specified, ignoring this device.
[ 7.651] (II) This device may have been added with another device file.
[ 7.652] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[ 7.652] (II) No input driver specified, ignoring this device.
[ 7.652] (II) This device may have been added with another device file.
[ 7.652] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[ 7.652] (II) No input driver specified, ignoring this device.
[ 7.652] (II) This device may have been added with another device file.
[ 7.652] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[ 7.652] (II) No input driver specified, ignoring this device.
[ 7.652] (II) This device may have been added with another device file.
[ 7.653] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 7.653] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.653] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 7.653] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7.653] (II) Using input driver 'libinput' for 'Intel HID events'
[ 7.653] (**) Intel HID events: always reports core events
[ 7.653] (**) Option "Device" "/dev/input/event6"
[ 7.654] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 7.654] (II) event6 - Intel HID events: device is a keyboard
[ 7.654] (II) event6 - Intel HID events: device removed
[ 7.671] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input6/event6"
[ 7.671] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 7.671] (**) Option "xkb_model" "105"
[ 7.671] (**) Option "xkb_layout" "br"
[ 7.671] (**) Option "xkb_variant" "abnt2"
[ 7.672] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 7.673] (II) event6 - Intel HID events: device is a keyboard
[ 7.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 7.674] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.674] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 7.674] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.674] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 7.674] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.674] (**) Option "Device" "/dev/input/event3"
[ 7.675] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.675] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.676] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 7.699] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 7.699] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 7.699] (**) Option "xkb_model" "105"
[ 7.699] (**) Option "xkb_layout" "br"
[ 7.699] (**) Option "xkb_variant" "abnt2"
[ 7.701] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.701] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.703] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 7.703] (II) No input driver specified, ignoring this device.
[ 7.703] (II) This device may have been added with another device file.
[ 13.821] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.821] (II) modeset(0): Using EDID range info for horizontal sync
[ 13.821] (II) modeset(0): Using EDID range info for vertical refresh
[ 13.821] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.821] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.821] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.828] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.828] (II) modeset(0): Using hsync ranges from config file
[ 13.828] (II) modeset(0): Using vrefresh ranges from config file
[ 13.828] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.828] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.828] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.828] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 13.828] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 13.828] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 13.828] (--) NVIDIA(GPU-0):
[ 13.829] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 13.829] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 13.829] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.829] (--) NVIDIA(GPU-0):
[ 13.874] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 13.874] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 13.874] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 13.874] (--) NVIDIA(GPU-0):
[ 13.874] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.874] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 13.874] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 13.874] (--) NVIDIA(GPU-0):
[ 13.883] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.883] (II) modeset(0): Using hsync ranges from config file
[ 13.883] (II) modeset(0): Using vrefresh ranges from config file
[ 13.883] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.883] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.883] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.890] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 13.890] (II) modeset(0): Using hsync ranges from config file
[ 13.890] (II) modeset(0): Using vrefresh ranges from config file
[ 13.890] (II) modeset(0): Printing DDC gathered Modelines:
[ 13.890] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 13.890] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 13.891] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 13.891] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 13.891] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 13.891] (--) NVIDIA(GPU-0):
[ 13.891] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 13.891] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 13.891] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.891] (--) NVIDIA(GPU-0):
[ 13.935] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 13.935] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 13.935] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 13.935] (--) NVIDIA(GPU-0):
[ 13.935] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.935] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 13.935] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 13.935] (--) NVIDIA(GPU-0):
[ 13.939] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[ 15.160] (II) NVIDIA(G0): Setting mode "HDMI-1-0: 1920x1080_60 @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 15.218] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.218] (II) modeset(0): Using hsync ranges from config file
[ 15.218] (II) modeset(0): Using vrefresh ranges from config file
[ 15.218] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.218] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.218] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.236] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.236] (II) modeset(0): Using hsync ranges from config file
[ 15.236] (II) modeset(0): Using vrefresh ranges from config file
[ 15.236] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.236] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.236] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.236] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.236] (--) NVIDIA(GPU-0):
[ 15.236] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.236] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.236] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.236] (--) NVIDIA(GPU-0):
[ 15.282] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 15.282] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 15.282] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 15.282] (--) NVIDIA(GPU-0):
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.282] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.282] (--) NVIDIA(GPU-0):
[ 15.302] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.302] (II) modeset(0): Using hsync ranges from config file
[ 15.302] (II) modeset(0): Using vrefresh ranges from config file
[ 15.302] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.302] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.302] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.319] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.319] (II) modeset(0): Using hsync ranges from config file
[ 15.319] (II) modeset(0): Using vrefresh ranges from config file
[ 15.319] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.319] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.319] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.319] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.319] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.319] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.319] (--) NVIDIA(GPU-0):
[ 15.319] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.319] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.319] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.319] (--) NVIDIA(GPU-0):
[ 15.364] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 15.364] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 15.364] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 15.364] (--) NVIDIA(GPU-0):
[ 15.364] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.364] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.364] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.364] (--) NVIDIA(GPU-0):
[ 15.368] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.368] (II) modeset(0): Using hsync ranges from config file
[ 15.368] (II) modeset(0): Using vrefresh ranges from config file
[ 15.368] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.368] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.368] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.386] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.386] (II) modeset(0): Using hsync ranges from config file
[ 15.386] (II) modeset(0): Using vrefresh ranges from config file
[ 15.386] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.386] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.386] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.386] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.386] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.386] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.386] (--) NVIDIA(GPU-0):
[ 15.386] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.386] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.386] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.386] (--) NVIDIA(GPU-0):
[ 15.431] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 15.431] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 15.431] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 15.431] (--) NVIDIA(GPU-0):
[ 15.431] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.431] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.431] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.431] (--) NVIDIA(GPU-0):
[ 15.435] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.435] (II) modeset(0): Using hsync ranges from config file
[ 15.435] (II) modeset(0): Using vrefresh ranges from config file
[ 15.435] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.435] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.435] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.452] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.452] (II) modeset(0): Using hsync ranges from config file
[ 15.452] (II) modeset(0): Using vrefresh ranges from config file
[ 15.452] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.452] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.452] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.452] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.452] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.452] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.452] (--) NVIDIA(GPU-0):
[ 15.452] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.452] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.452] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.452] (--) NVIDIA(GPU-0):
[ 15.498] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 15.498] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 15.498] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 15.498] (--) NVIDIA(GPU-0):
[ 15.498] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.498] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.498] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.498] (--) NVIDIA(GPU-0):
[ 15.502] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.502] (II) modeset(0): Using hsync ranges from config file
[ 15.502] (II) modeset(0): Using vrefresh ranges from config file
[ 15.502] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.502] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.502] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.519] (II) modeset(0): EDID vendor "CMN", prod id 5409
[ 15.519] (II) modeset(0): Using hsync ranges from config file
[ 15.519] (II) modeset(0): Using vrefresh ranges from config file
[ 15.519] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.519] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[ 15.519] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 1968 2000 2080 1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[ 15.519] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.519] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.519] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 15.519] (--) NVIDIA(GPU-0):
[ 15.519] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.519] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.519] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.519] (--) NVIDIA(GPU-0):
[ 15.564] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): connected
[ 15.564] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): Internal TMDS
[ 15.564] (--) NVIDIA(GPU-0): Acer KG241Q P (DFP-2): 600.0 MHz maximum pixel clock
[ 15.564] (--) NVIDIA(GPU-0):
[ 15.564] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.564] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 15.564] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 15.564] (--) NVIDIA(GPU-0):
Bad news is I forgot to save the output of xrandr --verbose...
He suggested I try mirroring the laptop screen on the external display to see if it would crash, I tried and it worked perfectly mirroring, no crashes. His idea was to check if there was maybe a hardware problem with the GPU related to the HDMI output perhaps.
BUT the good(?) news is that out of nowhere, when all hope was lost, he suggested that I should try changing which monitor was the primary one. I originally had the external monitor set up as primary and tried changing it so the laptop monitor was the primary one in xrandr and lo and behold it just works perfectly when the laptop screen is set as primary...
I am back home and can confirm it also works on my monitor when the laptop screen is set as primary. I changed my xrandr command from
xrandr --output eDP-1 --mode 1920x1080 --rate 144.00 --rotate normal --output HDMI-1-0 --primary --mode 1920x1080 --rate 60.00 --rotate normal --right-of eDP-1
to
xrandr --output eDP-1 --primary --mode 1920x1080 --rate 144.00 --rotate normal --output HDMI-1-0 --mode 1920x1080 --rate 60.00 --rotate normal --right-of eDP-1
removed all the environment variables and the kernel parameter we tried in this thread and it still works just like before I had updated.
Now, why it doesn't work when the external monitor is set as primary is the question that dwells in my mind....
Offline
Okay small update: Changing the primary monitor didn't fix 100% of the issues as it turns out. I had to actually keep the laptop display in 60hz same as the external or some apps still misbehave and crash.
Also, my Android Studio doesn't open when running through the onboard GPU and it crashes with a MESA dri3 alloc error, but I could find an open issue in the Mesa Git repo so I think this time it is an actual Mesa issue, this is the android emulator log:
INFO | Android emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
INFO | Graphics backend: gfxstream
INFO | Found systemPath /home/hiru/Android/Sdk/system-images/android-35/google_apis/x86_64/
INFO | Checking system compatibility:
INFO | Checking: hasSufficientDiskSpace
INFO | Ok: Disk space requirements to run avd: `Pixel_Tablet` are met
INFO | Checking: hasSufficientHwGpu
INFO | Ok: Hardware GPU requirements to run avd: `Pixel_Tablet` are passed
INFO | Checking: hasSufficientSystem
INFO | Ok: System requirements to run avd: `Pixel_Tablet` are met
WARNING | File System is not ext4, disable QuickbootFileBacked feature
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_day_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_night_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_posture_requested(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_posture_selection_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_resizable_requested(PresetEmulatorSizeType) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_resizable_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_environment_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_environment_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_input_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_input_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_sleep_timer_done() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_unfold_timer_done() (:0, )
INFO | Storing crashdata in: /tmp/android-hiru/emu-crash-35.4.9.db, detection is enabled for process: 5750
INFO | Guest Driver: Auto (ext controls)
library_mode host gpu mode host
INFO | emuglConfig_get_vulkan_hardware_gpu_support_info: Found physical GPU 'NVIDIA GeForce RTX 4050 Laptop GPU', type: VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, apiVersion: 1.4.303, driverVersion: 570.144
INFO | GPU device local memory = 6141MB
INFO | Initializing hardware OpenGLES emulation support
I0507 11:22:18.906849 5750 opengles.cpp:285] android_startOpenglesRenderer: gpu info
I0507 11:22:18.906870 5750 opengles.cpp:286]
INFO | Raised nofile soft limit to 4096.
INFO | HealthMonitor disabled.
INFO | SharedLibrary::open for [libvulkan.so]
INFO | SharedLibrary::open for [libvulkan.so]: not found in map, open for the first time
INFO | SharedLibrary::open for [libvulkan.so] (posix): begin
INFO | SharedLibrary::open for [libvulkan.so] (posix,linux): call dlopen on [libvulkan.so]
INFO | Added library: libvulkan.so
INFO | Selecting Vulkan device: NVIDIA GeForce RTX 4050 Laptop GPU, Version: 1.4.303
INFO | Supports id properties, got a vulkan device UUID
INFO | SharedLibrary::open for [libX11]
INFO | SharedLibrary::open for [libX11]: not found in map, open for the first time
INFO | SharedLibrary::open for [libX11] (posix): begin
INFO | SharedLibrary::open for [libX11] (posix,linux): call dlopen on [libX11.so]
INFO | SharedLibrary::open for [libGL.so.1]
INFO | SharedLibrary::open for [libGL.so.1]: not found in map, open for the first time
INFO | SharedLibrary::open for [libGL.so.1] (posix): begin
INFO | SharedLibrary::open for [libGL.so.1] (posix,linux): call dlopen on [libGL.so.1]
MESA: error: dri3_alloc_render_buffer:1634 xcb_dri3_pixmap_from_buffer[s] failed
MESA: error: X error: 11
zsh: segmentation fault (core dumped) ./emulator @Pixel_Tablet
and this is the open issue in the Mesa git: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12670
But, what I find even more strange is that running the emulator through prime-run instantly makes my external monitor freeze completely, but I can still make it work again with the emulator open by turning the monitor off and on again with xrandr --off.
this is the prime-run emulator log where I couldn't really find anything out of the usual:
INFO | Android emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
INFO | Graphics backend: gfxstream
INFO | Found systemPath /home/hiru/Android/Sdk/system-images/android-35/google_apis/x86_64/
INFO | Checking system compatibility:
INFO | Checking: hasSufficientDiskSpace
INFO | Ok: Disk space requirements to run avd: `Pixel_Tablet` are met
INFO | Checking: hasSufficientHwGpu
INFO | Ok: Hardware GPU requirements to run avd: `Pixel_Tablet` are passed
INFO | Checking: hasSufficientSystem
INFO | Ok: System requirements to run avd: `Pixel_Tablet` are met
WARNING | File System is not ext4, disable QuickbootFileBacked feature
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_day_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_night_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_posture_requested(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_posture_selection_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_resizable_requested(PresetEmulatorSizeType) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_resizable_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_environment_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_environment_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_input_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_input_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_sleep_timer_done() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_unfold_timer_done() (:0, )
INFO | Storing crashdata in: /tmp/android-hiru/emu-crash-35.4.9.db, detection is enabled for process: 7595
INFO | Guest Driver: Auto (ext controls)
library_mode host gpu mode host
INFO | emuglConfig_get_vulkan_hardware_gpu_support_info: Found physical GPU 'NVIDIA GeForce RTX 4050 Laptop GPU', type: VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, apiVersion: 1.4.303, driverVersion: 570.144
INFO | GPU device local memory = 6141MB
INFO | Initializing hardware OpenGLES emulation support
I0507 11:31:58.773000 7595 opengles.cpp:285] android_startOpenglesRenderer: gpu info
I0507 11:31:58.773019 7595 opengles.cpp:286]
INFO | Raised nofile soft limit to 4096.
INFO | HealthMonitor disabled.
INFO | SharedLibrary::open for [libvulkan.so]
INFO | SharedLibrary::open for [libvulkan.so]: not found in map, open for the first time
INFO | SharedLibrary::open for [libvulkan.so] (posix): begin
INFO | SharedLibrary::open for [libvulkan.so] (posix,linux): call dlopen on [libvulkan.so]
INFO | Added library: libvulkan.so
INFO | Selecting Vulkan device: NVIDIA GeForce RTX 4050 Laptop GPU, Version: 1.4.303
INFO | Supports id properties, got a vulkan device UUID
INFO | SharedLibrary::open for [libX11]
INFO | SharedLibrary::open for [libX11]: not found in map, open for the first time
INFO | SharedLibrary::open for [libX11] (posix): begin
INFO | SharedLibrary::open for [libX11] (posix,linux): call dlopen on [libX11.so]
INFO | SharedLibrary::open for [libGL.so.1]
INFO | SharedLibrary::open for [libGL.so.1]: not found in map, open for the first time
INFO | SharedLibrary::open for [libGL.so.1] (posix): begin
INFO | SharedLibrary::open for [libGL.so.1] (posix,linux): call dlopen on [libGL.so.1]
INFO | SharedLibrary::open for [libshadertranslator.so]: not found in map, open for the first time
INFO | SharedLibrary::open for [libshadertranslator.so] (posix): begin
INFO | SharedLibrary::open for [libshadertranslator.so] (posix,linux): call dlopen on [libshadertranslator.so]
INFO | Initializing VkEmulation features:
INFO | glInteropSupported: true
INFO | useDeferredCommands: true
INFO | createResourceWithRequirements: true
INFO | useVulkanComposition: false
INFO | useVulkanNativeSwapchain: false
INFO | enable guestRenderDoc: false
INFO | ASTC LDR emulation mode: 2
INFO | enable ETC2 emulation: true
INFO | enable Ycbcr emulation: false
INFO | guestVulkanOnly: false
INFO | useDedicatedAllocations: false
INFO | Graphics Adapter Vendor Google (NVIDIA Corporation)
INFO | Graphics Adapter Android Emulator OpenGL ES Translator (NVIDIA GeForce RTX 4050 Laptop GPU/PCIe/SSE2)
INFO | Graphics API Version OpenGL ES 3.0 (4.5.0 NVIDIA 570.144)
INFO | Graphics API Extensions GL_OES_EGL_sync GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_OVR_multiview2 GL_EXT_multiview_texture_multisample GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_texture_format_BGRA8888 GL_APPLE_texture_format_BGRA8888 GL_EXT_texture_buffer
INFO | Graphics Device Extensions N/A
INFO | Sending adb public key [QAAAAGFLbCFfZ/yzcZlZldrOswnZI9XnYO8N6BJh2nhf839QVUUoL7zaDRwhBduIeW3/CKJZMWjzWxqN+0OsTn1fuVEA2ChYeIgSUkqrXfSXmxQcpM4Io4Clclb1+rPVRrbRaYjudIBhNp9hBztpuQHKHTGh3DjsVrY37M/M29uy9kaspJ5mHbdOG+qCaXXme4XF1iQilQOIl8wK49ki4C/1Fq0kkg3fEbK5yGxgMTqFDcySHZU9+S8Pu20C9uUqRkehx6HIurZLhxDZcn4/nSadtRdR+NlB2P/czaVa7ij3glZPE8NXlEevjQJg5Qrf6qQLOr3Hoeo044XDmp2WCgtgLBA4RZHJZANK5GGZ/LQp2/c0Jyxta3RU5DpydcqyinKM6F6N6lAnnyrKaSrYqzdvCgxscR+SsqE4cU6w20AuLbOoZdrdUrUCNb4mvBAKBBHCBHN18XP1nh3S19nJqm3juivolQ675hifU1OX0NORZ8EbxUrLQWoIiODfyt6oLgAdqwnxwu14vh6oLYKTH+e5RFT6b+HIPNGxXBiAsWSwXjksRcJmAvliKo95iqysV8DmVRBmkjV5bu/zE3cG8NPdi6oKE6l/aCGk+y6o1Nm5XhFcsbUTzDU2eT5EqoGnIHfRSpR0jLdQwsl8nNgxIV5Qy3A6QHQFUney/J2MIeyofJ2qIf/6DQEAAQA= hiru@unknown]
INFO | Userspace boot properties:
INFO | androidboot.boot_devices=pci0000:00/0000:00:03.0 pci0000:00/0000:00:06.0
INFO | androidboot.dalvik.vm.heapsize=576m
INFO | androidboot.debug.hwui.renderer=skiagl
INFO | androidboot.hardware=ranchu
INFO | androidboot.hardware.gltransport=pipe
INFO | androidboot.hardware.vulkan=ranchu
INFO | androidboot.logcat=*:V
INFO | androidboot.opengles.version=196609
INFO | androidboot.qemu=1
INFO | androidboot.qemu.adb.pubkey=QAAAAGFLbCFfZ/yzcZlZldrOswnZI9XnYO8N6BJh2nhf839QVUUoL7zaDRwhBduIeW3/CKJZMWjzWxqN+0OsTn1fuVEA2ChYeIgSUkqrXfSXmxQcpM4Io4Clclb1+rPVRrbRaYjudIBhNp9hBztpuQHKHTGh3DjsVrY37M/M29uy9kaspJ5mHbdOG+qCaXXme4XF1iQilQOIl8wK49ki4C/1Fq0kkg3fEbK5yGxgMTqFDcySHZU9+S8Pu20C9uUqRkehx6HIurZLhxDZcn4/nSadtRdR+NlB2P/czaVa7ij3glZPE8NXlEevjQJg5Qrf6qQLOr3Hoeo044XDmp2WCgtgLBA4RZHJZANK5GGZ/LQp2/c0Jyxta3RU5DpydcqyinKM6F6N6lAnnyrKaSrYqzdvCgxscR+SsqE4cU6w20AuLbOoZdrdUrUCNb4mvBAKBBHCBHN18XP1nh3S19nJqm3juivolQ675hifU1OX0NORZ8EbxUrLQWoIiODfyt6oLgAdqwnxwu14vh6oLYKTH+e5RFT6b+HIPNGxXBiAsWSwXjksRcJmAvliKo95iqysV8DmVRBmkjV5bu/zE3cG8NPdi6oKE6l/aCGk+y6o1Nm5XhFcsbUTzDU2eT5EqoGnIHfRSpR0jLdQwsl8nNgxIV5Qy3A6QHQFUney/J2MIeyofJ2qIf/6DQEAAQA= hiru@unknown
INFO | androidboot.qemu.avd_name=Pixel_Tablet
INFO | androidboot.qemu.camera_hq_edge_processing=0
INFO | androidboot.qemu.camera_protocol_ver=1
INFO | androidboot.qemu.cpuvulkan.version=4202496
INFO | androidboot.qemu.gltransport.drawFlushInterval=800
INFO | androidboot.qemu.gltransport.name=pipe
INFO | androidboot.qemu.hwcodec.avcdec=2
INFO | androidboot.qemu.hwcodec.hevcdec=2
INFO | androidboot.qemu.hwcodec.vpxdec=2
INFO | androidboot.qemu.settings.system.screen_off_timeout=2147483647
INFO | androidboot.qemu.virtiowifi=1
INFO | androidboot.qemu.vsync=60
INFO | androidboot.serialno=EMULATOR35X4X9X0
INFO | androidboot.vbmeta.digest=b3271ba499104f4631ae3723913d5c12574e01715fce5b82d60beed097ead264
INFO | androidboot.vbmeta.hash_alg=sha256
INFO | androidboot.vbmeta.size=6720
INFO | androidboot.veritymode=enforcing
WARNING: cannnot unmap ptr 0x74b997284000 as it is in the protected range from 0x74b997284000 to 0x74bb74184000
WARNING: cannnot unmap ptr 0x74bb74101000 as it is in the protected range from 0x74b997284000 to 0x74bb74184000
pc_memory_init: above 4g size: 11cd00000
INFO | Monitoring duration of emulator setup.
WARNING | The emulator now requires a signed jwt token for gRPC access! Use the -grpc flag if you really want an open unprotected grpc port
INFO | Using security allow list from: /home/hiru/Android/Sdk/emulator/lib/emulator_access.json
WARNING | *** Basic token auth should only be used by android-studio ***
INFO | The active JSON Web Key Sets can be found here: /run/user/1000/avd/running/7595/jwks/ab6b7631-1822-44db-a933-6cf611e05b29/active.jwk
INFO | Scanning /run/user/1000/avd/running/7595/jwks/ab6b7631-1822-44db-a933-6cf611e05b29 for jwk keys.
INFO | Started GRPC server at 127.0.0.1:8554, security: Local, auth: +token
INFO | Advertising in: /run/user/1000/avd/running/pid_7595.ini
INFO | Setting display: 0 configuration to: 2560x1600, dpi: 320x320
INFO | setDisplayActiveConfig 0
INFO | Checking system compatibility:
INFO | Checking: hasSufficientDiskSpace
INFO | Ok: Disk space requirements to run avd: `Pixel_Tablet` are met
INFO | Checking: hasSufficientHwGpu
INFO | Ok: Hardware GPU requirements to run avd: `Pixel_Tablet` are passed
INFO | Checking: hasSufficientSystem
INFO | Ok: System requirements to run avd: `Pixel_Tablet` are met
INFO | Activated packet streamer for bluetooth emulation
INFO | Boot completed in 15556 ms
INFO | Increasing screen off timeout, logcat buffer size to 2M.
INFO | Wait for emulator (pid 7595) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds)
USER_INFO | Snapshots have been disabled by the user, save request is ignored.
ERROR | stop: Not implemented
That made me worry a little about a potential GPU hardware failure maybe.
Offline
Android studio crashes because it tries to use the nvidia vulkan library on the IGP, try to
export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
Using the indirect output as primary will likely have caused efforts to sync w/ its vblank signal instead of the internal outputs one.
I had to actually keep the laptop display in 60hz same as the external or some apps still misbehave and crash.
Can you please elaborate on that? "Misbehave" and "crash" how exactly?
And what are "some apps"? How does glxgears respond to this setup?
Online
Android studio crashes because it tries to use the nvidia vulkan library on the IGP, try to
export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
Using the indirect output as primary will likely have caused efforts to sync w/ its vblank signal instead of the internal outputs one.
I had to actually keep the laptop display in 60hz same as the external or some apps still misbehave and crash.
Can you please elaborate on that? "Misbehave" and "crash" how exactly?
And what are "some apps"? How does glxgears respond to this setup?
Hi, sorry for the delay.
So, apparently I don't have /usr/share/vulkan/icd.d/intel_icd.x86_64.json, only /usr/share/vulkan/icd.d/nvidia_icd.json. I don't know how or where to get intel_icd.
About the refresh rate, that is a good question, I wish I had noted it down as well because I don't remember x.x testing it out again it seems that using prime-run to run mpv or android-studio makes my external monitor freeze and requires me to turn it off and on again with xrandr that happens either way if I have both monitors set to 60hz or the laptop screen to 144hz. I think it's possible that at that time I thought it was a side-effect of the 144hz setup.
Strangely, with that setup of using 144hz in the laptop screen, the glxgears app shows a FPS of 144 even when it is on the external monitor, where it should be 60 FPS I believe.
Offline
https://wiki.archlinux.org/title/Vulkan#Installation
Strangely, with that setup of using 144hz in the laptop screen, the glxgears app shows a FPS of 144 even when it is on the external monitor, where it should be 60 FPS I believe.
The GL context syncs to the vblank signal of that output, for nvidia (prime-run) there's an environment varible to control the sync (__GL_SYNC_DISPLAY_DEVICE) while mesa probably exclusively syncs to whatever the primary output is.
nb. that equivalent framerates do not constitute proper synchronization - even if both outputs run at 60Hz and you're syncing to output A, the framerate will match the 60Hz on B, but at the wrong time (ie. you'll get a static tearline "somewhere" - by sheer dumb luck maybe even on occasion in the vblank interval), so running (effectively unsynced) at 144Hz is likely preferable here.
The entire thing then becomes even more fragile because of the prime-sync overhead (ie. GPU α renders on output B that's attached to GPU β so β will have to align to the B's vblank interval and GPU α has to align to GPU β)
Online
https://wiki.archlinux.org/title/Vulkan#Installation
Strangely, with that setup of using 144hz in the laptop screen, the glxgears app shows a FPS of 144 even when it is on the external monitor, where it should be 60 FPS I believe.
The GL context syncs to the vblank signal of that output, for nvidia (prime-run) there's an environment varible to control the sync (__GL_SYNC_DISPLAY_DEVICE) while mesa probably exclusively syncs to whatever the primary output is.
nb. that equivalent framerates do not constitute proper synchronization - even if both outputs run at 60Hz and you're syncing to output A, the framerate will match the 60Hz on B, but at the wrong time (ie. you'll get a static tearline "somewhere" - by sheer dumb luck maybe even on occasion in the vblank interval), so running (effectively unsynced) at 144Hz is likely preferable here.
The entire thing then becomes even more fragile because of the prime-sync overhead (ie. GPU α renders on output B that's attached to GPU β so β will have to align to the B's vblank interval and GPU α has to align to GPU β)
Thanks!
I installed the Vulkan intel implementation, but it didn't do anything I could notice at first for the android studio emulator problem even exporting that VK_DRIVER_FILES. What did "fix" it in a way, besides running with LIBGL_DRI3_DISABLE=true, was to change the emulator device's setting "Graphics acceleration" from "Automatic" to "Software" ("Hardware" gives the same dri3 problem).
I still have a problem running basically anything (kitty, mpv, android emulator) through prime-run. I will try tomorrow or saturday at most to run a linux distro like Ubuntu or Manjaro from a live usb flash drive just to see if the same error occurs with prime-run to rule out hardware failure.
Offline