You are not logged in.
[SOLVED]
Hi,
I'm relatively new to Linux world and just moved from Ubuntu to arch to have more problems to learn more about Linux ![]()
- installed Xorg, Nvidia using pacman
- installed dwm from suckless
Wallpaper appears on both screens (laptop and HDMI)
and when i change the wallpaper it changes on both
but on the second monitor, the mouse cursor changes to be a cross
when i change xorg configuration to use only one monitor (either laptop or external) it works on one monitor fine with no issues but configuring for both doesn't work
running xrandr gives one is working and the other is disconnected
when using laptop monitor it gives eDP connected
when using external monitor it gives HDMI connected
running nvidia-smi shows that there is a process /usr/lib/Xorg is active
question i hope to get answers for:
1- how to know where the issue is, i mean how to debug in a correct way ad trace down the problem using log files?
here is xorg.conf
Section "ServerLayout"
Identifier "Default"
Screen "screen1" 0 0
Screen "screen0" Above "screen1"
#InputDevice "Keyboard0" "CoreKeyboard"
#InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/nvidia"
ModulePath "/usr/lib32/nvidia"
ModulePath "/usr/lib32/nvidia/xorg/modules"
ModulePath "/usr/lib32/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg/modules"
ModulePath "/usr/lib64/nvidia/xorg"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "Monitor"
Identifier "eDP-1"
Option "DPMS" "True"
EndSection
Section "Monitor"
Identifier "HDMI-1"
Option "DPMS" "True"
EndSection
Section "Device"
Identifier "Nvidia-RTX-2060"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Intel-UHD"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "screen0"
Device "Nvidia-RTX-2060"
Monitor "HDMI-1"
Option "RenderAccel" "On"
Option "HWcursor" "On"
Option "DamageEvents" "True"
Option "ConnectedMonitor" "HDMI-1"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "Intel-UHD"
Monitor "eDP-1"
Option "RenderAccel" "On"
Option "HWcursor" "On"
Option "DamageEvents" "True"
Option "ConnectedMonitor" "eDP-1"
SubSection "Display"
Depth 24
EndSubSection
EndSectionhere is Xorg log file
[ 13.626]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 13.626] Current Operating System: Linux IonThief 5.19.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 20 Sep 2022 15:17:59 +0000 x86_64
[ 13.626] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a44f5604-dfe2-40c1-914a-4cb8a0424c4d rw loglevel=3 quiet
[ 13.626]
[ 13.626] Current version of pixman: 0.40.0
[ 13.627] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.627] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.627] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 12:09:49 2022
[ 13.628] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.628] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.629] (==) ServerLayout "Default"
[ 13.629] (**) |-->Screen "screen1" (0)
[ 13.629] (**) | |-->Monitor "eDP-1"
[ 13.630] (**) | |-->Device "Intel-UHD"
[ 13.630] (**) |-->Screen "screen0" (1)
[ 13.630] (**) | |-->Monitor "HDMI-1"
[ 13.630] (**) | |-->Device "Nvidia-RTX-2060"
[ 13.630] (==) Automatically adding devices
[ 13.630] (==) Automatically enabling devices
[ 13.630] (==) Automatically adding GPU devices
[ 13.630] (==) Automatically binding GPU devices
[ 13.630] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13.630] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 13.630] Entry deleted from font path.
[ 13.630] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 13.630] Entry deleted from font path.
[ 13.630] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 13.630] Entry deleted from font path.
[ 13.630] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13.630] Entry deleted from font path.
[ 13.631] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 13.631] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[ 13.631] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13.631] (II) Module ABI versions:
[ 13.631] X.Org ANSI C Emulation: 0.4
[ 13.631] X.Org Video Driver: 25.2
[ 13.631] X.Org XInput driver : 24.4
[ 13.631] X.Org Server Extension : 10.0
[ 13.632] (++) using VT number 1
[ 13.633] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 13.634] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 13.634] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 13.635] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 13.635] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13.635] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 13.636] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 13.637] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[ 13.637] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[ 13.639] (--) PCI:*(0@0:2:0) 8086:9bc4:1025:1441 rev 5, Mem @ 0x6013000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 13.639] (--) PCI: (1@0:0:0) 10de:1f15:1025:1442 rev 161, Mem @ 0xa0000000/16777216, 0x6000000000/268435456, 0x6010000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 13.639] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13.639] (II) LoadModule: "glx"
[ 13.640] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13.645] (II) Module glx: vendor="X.Org Foundation"
[ 13.645] compiled for 1.21.1.4, module version = 1.0.0
[ 13.645] ABI class: X.Org Server Extension, version 10.0
[ 13.645] (II) LoadModule: "modesetting"
[ 13.645] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 13.646] (II) Module modesetting: vendor="X.Org Foundation"
[ 13.646] compiled for 1.21.1.4, module version = 1.21.1
[ 13.646] Module class: X.Org Video Driver
[ 13.646] ABI class: X.Org Video Driver, version 25.2
[ 13.646] (II) LoadModule: "nvidia"
[ 13.646] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13.649] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13.649] compiled for 1.6.99.901, module version = 1.0.0
[ 13.649] Module class: X.Org Video Driver
[ 13.649] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13.649] (II) NVIDIA dlloader X Driver 515.76 Mon Sep 12 19:18:09 UTC 2022
[ 13.649] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.649] (II) modeset(0): using drv /dev/dri/card0
[ 13.649] (II) systemd-logind: releasing fd for 226:1
[ 13.650] (II) Loading sub module "fb"
[ 13.650] (II) LoadModule: "fb"
[ 13.650] (II) Module "fb" already built-in
[ 13.650] (II) Loading sub module "wfb"
[ 13.650] (II) LoadModule: "wfb"
[ 13.650] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.651] (II) Module wfb: vendor="X.Org Foundation"
[ 13.651] compiled for 1.21.1.4, module version = 1.0.0
[ 13.651] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.651] (II) Loading sub module "ramdac"
[ 13.651] (II) LoadModule: "ramdac"
[ 13.651] (II) Module "ramdac" already built-in
[ 13.652] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 13.652] (II) Applying OutputClass "intel" options to /dev/dri/card0
[ 13.652] (==) modeset(0): RGB weight 888
[ 13.652] (==) modeset(0): Default visual is TrueColor
[ 13.652] (II) Loading sub module "glamoregl"
[ 13.652] (II) LoadModule: "glamoregl"
[ 13.652] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 13.659] (II) Module glamoregl: vendor="X.Org Foundation"
[ 13.659] compiled for 1.21.1.4, module version = 1.0.1
[ 13.659] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.500] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[ 14.500] (II) modeset(0): glamor initialized
[ 14.500] (==) modeset(0): VariableRefresh: disabled
[ 14.500] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 14.502] (II) modeset(0): Output eDP-1 using monitor section eDP-1
[ 14.527] (II) modeset(0): Output HDMI-1 using monitor section HDMI-1
[ 14.529] (II) modeset(0): EDID for output eDP-1
[ 14.529] (II) modeset(0): Manufacturer: BOE Model: 8b3 Serial#: 0
[ 14.529] (II) modeset(0): Year: 2019 Week: 1
[ 14.529] (II) modeset(0): EDID Version: 1.4
[ 14.529] (II) modeset(0): Digital Display Input
[ 14.529] (II) modeset(0): 8 bits per channel
[ 14.529] (II) modeset(0): Digital interface is DisplayPort
[ 14.529] (II) modeset(0): Max Image Size [cm]: horiz.: 35 vert.: 19
[ 14.529] (II) modeset(0): Gamma: 2.20
[ 14.529] (II) modeset(0): No DPMS capabilities specified
[ 14.529] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 14.530] (II) modeset(0): First detailed timing is preferred mode
[ 14.530] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 14.530] (II) modeset(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 14.530] (II) modeset(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 14.530] (II) modeset(0): Manufacturer's mask: 0
[ 14.530] (II) modeset(0): Supported detailed timing:
[ 14.530] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 14.530] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 14.530] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1142 v_border: 0
[ 14.530] (II) modeset(0): Supported detailed timing:
[ 14.530] (II) modeset(0): clock: 342.1 MHz Image Size: 344 x 193 mm
[ 14.530] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 14.530] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 2741 v_border: 0
[ 14.530] (II) modeset(0): BOE HF
[ 14.530] (II) modeset(0): NV156FHM-N4K
[ 14.530] (II) modeset(0): EDID (in hex):
[ 14.530] (II) modeset(0): 00ffffffffffff0009e5b30800000000
[ 14.530] (II) modeset(0): 011d0104a523137802de50a3544c9926
[ 14.530] (II) modeset(0): 0f505400000001010101010101010101
[ 14.530] (II) modeset(0): 0101010101019e8580a070383e406c30
[ 14.530] (II) modeset(0): aa0058c11000001a9e8580a070387d46
[ 14.530] (II) modeset(0): 6c30aa0058c110000000000000fe0042
[ 14.530] (II) modeset(0): 4f452048460a202020202020000000fe
[ 14.530] (II) modeset(0): 004e5631353646484d2d4e344b0a007a
[ 14.530] (II) modeset(0): Printing probed modes for output eDP-1
[ 14.530] (II) modeset(0): Modeline "1920x1080"x144.0 342.06 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (164.5 kHz eP)
[ 14.530] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 14.530] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 14.530] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 14.530] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 14.530] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 14.530] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 14.530] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 14.530] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 14.530] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 14.530] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 14.530] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 14.530] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 14.530] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 14.530] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 14.530] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 14.530] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x170.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x150.1 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x768i"x43.5 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x720"x170.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x720"x150.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "928x696"x150.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 14.531] (II) modeset(0): Modeline "896x672"x150.1 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x170.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x150.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x140.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x130.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 14.531] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "700x525"x149.5 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x512"x170.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x512"x150.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x170.2 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 14.531] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 14.531] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 14.531] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 14.531] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 14.531] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "576x432"x150.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 14.532] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 14.532] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 14.532] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "512x384"x170.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 14.532] (II) modeset(0): Modeline "512x384"x150.1 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 14.532] (II) modeset(0): Modeline "512x384"x140.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 14.532] (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)
[ 14.532] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "416x312"x149.3 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 14.532] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 14.532] (II) modeset(0): Modeline "400x300"x170.5 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 14.532] (II) modeset(0): Modeline "400x300"x144.4 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 14.532] (II) modeset(0): Modeline "400x300"x150.2 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 14.532] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 14.532] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x240"x170.4 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x240"x145.6 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x240"x150.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 14.532] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 14.532] (II) modeset(0): Modeline "360x200"x170.1 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x200"x170.5 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 14.532] (II) modeset(0): Modeline "320x175"x170.5 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 14.557] (II) modeset(0): EDID for output HDMI-1
[ 14.557] (II) modeset(0): Output eDP-1 connected
[ 14.557] (II) modeset(0): Output HDMI-1 disconnected
[ 14.557] (II) modeset(0): Using exact sizes for initial modes
[ 14.557] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 14.558] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.558] (==) modeset(0): DPI set to (96, 96)
[ 14.558] (II) Loading sub module "fb"
[ 14.558] (II) LoadModule: "fb"
[ 14.558] (II) Module "fb" already built-in
[ 14.558] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
[ 14.558] (==) NVIDIA(1): RGB weight 888
[ 14.558] (==) NVIDIA(1): Default visual is TrueColor
[ 14.558] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 14.558] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 14.558] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 14.558] (**) NVIDIA(1): Option "HWcursor" "On"
[ 14.558] (**) NVIDIA(1): Option "RenderAccel" "On"
[ 14.558] (**) NVIDIA(1): Option "DamageEvents" "True"
[ 14.558] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[ 14.558] (**) NVIDIA(1): Enabling RENDER acceleration
[ 14.558] (**) NVIDIA(1): Option "ConnectedMonitor" "HDMI-1"
[ 14.558] (**) NVIDIA(1): Enabling 2D acceleration
[ 14.558] (**) NVIDIA(1): ConnectedMonitor string: "HDMI-1"
[ 14.558] (II) Loading sub module "glxserver_nvidia"
[ 14.558] (II) LoadModule: "glxserver_nvidia"
[ 14.558] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 14.585] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 14.585] compiled for 1.6.99.901, module version = 1.0.0
[ 14.585] Module class: X.Org Server Extension
[ 14.585] (II) NVIDIA GLX Module 515.76 Mon Sep 12 19:14:20 UTC 2022
[ 14.585] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 14.600] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 14.600] (--) NVIDIA(0): DFP-0
[ 14.600] (--) NVIDIA(0): DFP-1
[ 14.600] (--) NVIDIA(0): DFP-2 (boot)
[ 14.600] (II) NVIDIA(1): NVIDIA GPU NVIDIA GeForce RTX 2060 (TU106-A) at PCI:1:0:0
[ 14.600] (II) NVIDIA(1): (GPU-0)
[ 14.600] (--) NVIDIA(1): Memory: 6291456 kBytes
[ 14.600] (--) NVIDIA(1): VideoBIOS: 90.06.59.00.5f
[ 14.600] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 14.600] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 14.600] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 14.600] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 14.600] (--) NVIDIA(GPU-0):
[ 14.600] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 14.600] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 14.600] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 14.600] (--) NVIDIA(GPU-0):
[ 14.644] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): connected
[ 14.644] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): Internal TMDS
[ 14.644] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): 600.0 MHz maximum pixel clock
[ 14.644] (--) NVIDIA(GPU-0):
[ 14.676] (==) NVIDIA(1):
[ 14.676] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[ 14.676] (==) NVIDIA(1): will be used as the requested mode.
[ 14.676] (==) NVIDIA(1):
[ 14.678] (II) NVIDIA(1): Validated MetaModes:
[ 14.678] (II) NVIDIA(1): "DFP-2:nvidia-auto-select"
[ 14.678] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[ 14.720] (--) NVIDIA(1): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 14.720] (--) NVIDIA(1): option
[ 14.782] (==) modeset(0): Backing store enabled
[ 14.782] (==) modeset(0): Silken mouse enabled
[ 14.813] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 14.813] (**) modeset(0): DPMS enabled
[ 14.813] (WW) modeset(0): Option "AllowEmptyInitialConfiguration" is not used
[ 14.813] (WW) modeset(0): Option "RenderAccel" is not used
[ 14.813] (WW) modeset(0): Option "HWcursor" is not used
[ 14.813] (WW) modeset(0): Option "DamageEvents" is not used
[ 14.813] (WW) modeset(0): Option "ConnectedMonitor" is not used
[ 14.813] (II) modeset(0): [DRI2] Setup complete
[ 14.813] (II) modeset(0): [DRI2] DRI driver: iris
[ 14.813] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 14.813] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 14.813] (II) NVIDIA: access.
[ 14.822] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 14.822] (II) NVIDIA(1): may not be running or the "AcpidSocketPath" X
[ 14.822] (II) NVIDIA(1): configuration option may not be set correctly. When the
[ 14.822] (II) NVIDIA(1): ACPI event daemon is available, the NVIDIA X driver will
[ 14.822] (II) NVIDIA(1): try to use it to receive ACPI event notifications. For
[ 14.822] (II) NVIDIA(1): details, please see the "ConnectToAcpid" and
[ 14.822] (II) NVIDIA(1): "AcpidSocketPath" X configuration options in Appendix B: X
[ 14.822] (II) NVIDIA(1): Config Options in the README.
[ 14.850] (II) NVIDIA(1): Setting mode "DFP-2:nvidia-auto-select"
[ 14.929] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 14.929] (==) NVIDIA(1): Backing store enabled
[ 14.929] (==) NVIDIA(1): Silken mouse enabled
[ 14.929] (**) NVIDIA(1): DPMS enabled
[ 14.929] (II) Loading sub module "dri2"
[ 14.929] (II) LoadModule: "dri2"
[ 14.929] (II) Module "dri2" already built-in
[ 14.929] (II) NVIDIA(1): [DRI2] Setup complete
[ 14.929] (II) NVIDIA(1): [DRI2] VDPAU driver: nvidia
[ 14.929] (II) Initializing extension Generic Event Extension
[ 14.929] (II) Initializing extension SHAPE
[ 14.929] (II) Initializing extension MIT-SHM
[ 14.929] (II) Initializing extension XInputExtension
[ 14.929] (II) Initializing extension XTEST
[ 14.930] (II) Initializing extension BIG-REQUESTS
[ 14.930] (II) Initializing extension SYNC
[ 14.930] (II) Initializing extension XKEYBOARD
[ 14.930] (II) Initializing extension XC-MISC
[ 14.930] (II) Initializing extension SECURITY
[ 14.930] (II) Initializing extension XFIXES
[ 14.930] (II) Initializing extension RENDER
[ 14.930] (II) Initializing extension RANDR
[ 14.930] (II) Initializing extension COMPOSITE
[ 14.930] (II) Initializing extension DAMAGE
[ 14.930] (II) Initializing extension MIT-SCREEN-SAVER
[ 14.930] (II) Initializing extension DOUBLE-BUFFER
[ 14.930] (II) Initializing extension RECORD
[ 14.931] (II) Initializing extension DPMS
[ 14.931] (II) Initializing extension Present
[ 14.931] (II) Initializing extension DRI3
[ 14.931] (II) Initializing extension X-Resource
[ 14.931] (II) Initializing extension XVideo
[ 14.931] (II) Initializing extension XVideo-MotionCompensation
[ 14.931] (II) Initializing extension GLX
[ 14.931] (II) Initializing extension GLX
[ 14.931] (II) Indirect GLX disabled.
[ 14.936] (II) AIGLX: Loaded and initialized iris
[ 14.936] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 14.936] (II) GLX: Another vendor is already registered for screen 1
[ 14.936] (II) Initializing extension XFree86-VidModeExtension
[ 14.936] (II) Initializing extension XFree86-DGA
[ 14.936] (II) Initializing extension XFree86-DRI
[ 14.936] (II) Initializing extension DRI2
[ 14.936] (II) Initializing extension NV-GLX
[ 14.936] (II) Initializing extension NV-CONTROL
[ 14.936] (II) modeset(0): Damage tracking initialized
[ 14.936] (II) modeset(0): Setting screen physical size to 508 x 285
[ 15.000] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[ 15.001] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 15.001] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 15.001] (II) LoadModule: "libinput"
[ 15.001] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15.003] (II) Module libinput: vendor="X.Org Foundation"
[ 15.003] compiled for 1.21.1.3, module version = 1.2.1
[ 15.003] Module class: X.Org XInput Driver
[ 15.003] ABI class: X.Org XInput driver, version 24.4
[ 15.003] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 15.003] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[ 15.003] (**) Acer Wireless Radio Control: always reports core events
[ 15.003] (**) Option "Device" "/dev/input/event5"
[ 15.008] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 15.008] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 15.008] (II) event5 - Acer Wireless Radio Control: device removed
[ 15.008] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[ 15.008] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 15.008] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 15.008] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 15.009] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 15.009] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.009] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.009] (II) Using input driver 'libinput' for 'Power Button'
[ 15.009] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 57 paused 0
[ 15.009] (**) Power Button: always reports core events
[ 15.009] (**) Option "Device" "/dev/input/event3"
[ 15.010] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 15.010] (II) event3 - Power Button: device is a keyboard
[ 15.010] (II) event3 - Power Button: device removed
[ 15.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 15.010] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 15.010] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 15.010] (II) event3 - Power Button: device is a keyboard
[ 15.011] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 15.011] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15.011] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15.011] (II) Using input driver 'libinput' for 'Video Bus'
[ 15.011] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 58 paused 0
[ 15.011] (**) Video Bus: always reports core events
[ 15.011] (**) Option "Device" "/dev/input/event16"
[ 15.011] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 15.011] (II) event16 - Video Bus: device is a keyboard
[ 15.011] (II) event16 - Video Bus: device removed
[ 15.011] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input20/event16"
[ 15.011] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 15.012] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 15.012] (II) event16 - Video Bus: device is a keyboard
[ 15.012] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 15.012] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15.012] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15.012] (II) Using input driver 'libinput' for 'Video Bus'
[ 15.013] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 59 paused 0
[ 15.013] (**) Video Bus: always reports core events
[ 15.013] (**) Option "Device" "/dev/input/event15"
[ 15.013] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 15.013] (II) event15 - Video Bus: device is a keyboard
[ 15.013] (II) event15 - Video Bus: device removed
[ 15.013] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input19/event15"
[ 15.013] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 15.014] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 15.014] (II) event15 - Video Bus: device is a keyboard
[ 15.014] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 15.014] (II) No input driver specified, ignoring this device.
[ 15.014] (II) This device may have been added with another device file.
[ 15.014] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 15.015] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.015] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.015] (II) Using input driver 'libinput' for 'Power Button'
[ 15.015] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 60 paused 0
[ 15.015] (**) Power Button: always reports core events
[ 15.015] (**) Option "Device" "/dev/input/event2"
[ 15.015] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 15.015] (II) event2 - Power Button: device is a keyboard
[ 15.015] (II) event2 - Power Button: device removed
[ 15.015] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 15.015] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 15.016] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 15.016] (II) event2 - Power Button: device is a keyboard
[ 15.016] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 15.016] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 15.016] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 15.016] (II) Using input driver 'libinput' for 'Sleep Button'
[ 15.017] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 61 paused 0
[ 15.017] (**) Sleep Button: always reports core events
[ 15.017] (**) Option "Device" "/dev/input/event1"
[ 15.017] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 15.017] (II) event1 - Sleep Button: device is a keyboard
[ 15.017] (II) event1 - Sleep Button: device removed
[ 15.017] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 15.017] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 15.018] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 15.018] (II) event1 - Sleep Button: device is a keyboard
[ 15.018] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 15.018] (II) No input driver specified, ignoring this device.
[ 15.018] (II) This device may have been added with another device file.
[ 15.018] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 15.018] (II) No input driver specified, ignoring this device.
[ 15.018] (II) This device may have been added with another device file.
[ 15.018] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 15.018] (II) No input driver specified, ignoring this device.
[ 15.018] (II) This device may have been added with another device file.
[ 15.019] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[ 15.019] (II) No input driver specified, ignoring this device.
[ 15.019] (II) This device may have been added with another device file.
[ 15.019] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 15.019] (II) No input driver specified, ignoring this device.
[ 15.019] (II) This device may have been added with another device file.
[ 15.019] (II) config/udev: Adding input device HD User Facing: HD User Facing (/dev/input/event13)
[ 15.019] (**) HD User Facing: HD User Facing: Applying InputClass "libinput keyboard catchall"
[ 15.019] (**) HD User Facing: HD User Facing: Applying InputClass "libinput keyboard catchall"
[ 15.019] (II) Using input driver 'libinput' for 'HD User Facing: HD User Facing'
[ 15.020] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 62 paused 0
[ 15.020] (**) HD User Facing: HD User Facing: always reports core events
[ 15.020] (**) Option "Device" "/dev/input/event13"
[ 15.021] (II) event13 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 15.021] (II) event13 - HD User Facing: HD User Facing: device is a keyboard
[ 15.021] (II) event13 - HD User Facing: HD User Facing: device removed
[ 15.021] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input14/event13"
[ 15.021] (II) XINPUT: Adding extended input device "HD User Facing: HD User Facing" (type: KEYBOARD, id 12)
[ 15.021] (II) event13 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 15.021] (II) event13 - HD User Facing: HD User Facing: device is a keyboard
[ 15.022] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Mouse (/dev/input/event7)
[ 15.022] (**) ELAN050A:01 04F3:3158 Mouse: Applying InputClass "libinput pointer catchall"
[ 15.022] (II) Using input driver 'libinput' for 'ELAN050A:01 04F3:3158 Mouse'
[ 15.022] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 63 paused 0
[ 15.022] (**) ELAN050A:01 04F3:3158 Mouse: always reports core events
[ 15.022] (**) Option "Device" "/dev/input/event7"
[ 15.023] (II) event7 - ELAN050A:01 04F3:3158 Mouse: is tagged by udev as: Mouse Pointingstick
[ 15.023] (II) event7 - ELAN050A:01 04F3:3158 Mouse: device is a pointer
[ 15.024] (II) event7 - ELAN050A:01 04F3:3158 Mouse: device removed
[ 15.024] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input16/event7"
[ 15.024] (II) XINPUT: Adding extended input device "ELAN050A:01 04F3:3158 Mouse" (type: MOUSE, id 13)
[ 15.024] (**) Option "AccelerationScheme" "none"
[ 15.024] (**) ELAN050A:01 04F3:3158 Mouse: (accel) selected scheme none/0
[ 15.024] (**) ELAN050A:01 04F3:3158 Mouse: (accel) acceleration factor: 2.000
[ 15.024] (**) ELAN050A:01 04F3:3158 Mouse: (accel) acceleration threshold: 4
[ 15.024] (II) event7 - ELAN050A:01 04F3:3158 Mouse: is tagged by udev as: Mouse Pointingstick
[ 15.024] (II) event7 - ELAN050A:01 04F3:3158 Mouse: device is a pointer
[ 15.025] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Mouse (/dev/input/mouse0)
[ 15.025] (II) No input driver specified, ignoring this device.
[ 15.025] (II) This device may have been added with another device file.
[ 15.025] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Touchpad (/dev/input/event14)
[ 15.025] (**) ELAN050A:01 04F3:3158 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 15.025] (**) ELAN050A:01 04F3:3158 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 15.025] (II) Using input driver 'libinput' for 'ELAN050A:01 04F3:3158 Touchpad'
[ 15.026] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 64 paused 0
[ 15.026] (**) ELAN050A:01 04F3:3158 Touchpad: always reports core events
[ 15.026] (**) Option "Device" "/dev/input/event14"
[ 15.027] (II) event14 - ELAN050A:01 04F3:3158 Touchpad: is tagged by udev as: Touchpad
[ 15.027] (II) event14 - ELAN050A:01 04F3:3158 Touchpad: device is a touchpad
[ 15.027] (II) event14 - ELAN050A:01 04F3:3158 Touchpad: device removed
[ 15.027] (**) Option "Tapping" "on"
[ 15.028] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input18/event14"
[ 15.028] (II) XINPUT: Adding extended input device "ELAN050A:01 04F3:3158 Touchpad" (type: TOUCHPAD, id 14)
[ 15.028] (**) Option "AccelerationScheme" "none"
[ 15.028] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) selected scheme none/0
[ 15.028] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) acceleration factor: 2.000
[ 15.028] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) acceleration threshold: 4
[ 15.029] (II) event14 - ELAN050A:01 04F3:3158 Touchpad: is tagged by udev as: Touchpad
[ 15.030] (II) event14 - ELAN050A:01 04F3:3158 Touchpad: device is a touchpad
[ 15.030] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Touchpad (/dev/input/mouse1)
[ 15.030] (II) No input driver specified, ignoring this device.
[ 15.030] (II) This device may have been added with another device file.
[ 15.031] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[ 15.031] (II) No input driver specified, ignoring this device.
[ 15.031] (II) This device may have been added with another device file.
[ 15.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event18)
[ 15.031] (II) No input driver specified, ignoring this device.
[ 15.031] (II) This device may have been added with another device file.
[ 15.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event19)
[ 15.031] (II) No input driver specified, ignoring this device.
[ 15.031] (II) This device may have been added with another device file.
[ 15.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event20)
[ 15.031] (II) No input driver specified, ignoring this device.
[ 15.031] (II) This device may have been added with another device file.
[ 15.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event21)
[ 15.031] (II) No input driver specified, ignoring this device.
[ 15.031] (II) This device may have been added with another device file.
[ 15.032] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event22)
[ 15.032] (II) No input driver specified, ignoring this device.
[ 15.032] (II) This device may have been added with another device file.
[ 15.032] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 15.032] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.032] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.032] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 15.032] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 65 paused 0
[ 15.032] (**) AT Translated Set 2 keyboard: always reports core events
[ 15.032] (**) Option "Device" "/dev/input/event4"
[ 15.033] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15.033] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 15.033] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 15.033] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 15.033] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 15.034] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 15.034] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 15.036] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
[ 15.036] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 15.036] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 15.036] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 15.036] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 66 paused 0
[ 15.036] (**) Acer WMI hotkeys: always reports core events
[ 15.036] (**) Option "Device" "/dev/input/event6"
[ 15.036] (II) event6 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 15.036] (II) event6 - Acer WMI hotkeys: device is a keyboard
[ 15.036] (II) event6 - Acer WMI hotkeys: device removed
[ 15.036] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event6"
[ 15.036] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 16)
[ 15.037] (II) event6 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 15.037] (II) event6 - Acer WMI hotkeys: device is a keyboard
[ 15.118] (II) modeset(0): EDID vendor "BOE", prod id 2227
[ 15.118] (II) modeset(0): DDCModeFromDetailedTiming: 1920x1080 Warning: We only handle separate sync.
[ 15.118] (II) modeset(0): Printing DDC gathered Modelines:
[ 15.118] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (164.5 kHz eP)
[ 15.118] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 2028 2076 2080 1080 1090 1100 2741 -hsync -vsync (164.5 kHz e)
[ 15.176] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 15.176] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 15.176] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 15.176] (--) NVIDIA(GPU-0):
[ 15.176] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.176] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.176] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.176] (--) NVIDIA(GPU-0):
[ 15.220] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): connected
[ 15.220] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): Internal TMDS
[ 15.220] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): 600.0 MHz maximum pixel clock
[ 15.220] (--) NVIDIA(GPU-0):
[ 16.871] (EE) event14 - ELAN050A:01 04F3:3158 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 16.871] (EE) event14 - ELAN050A:01 04F3:3158 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 16.897] (EE) event14 - ELAN050A:01 04F3:3158 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 16.897] (EE) event14 - ELAN050A:01 04F3:3158 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 144.607] (II) modeset(0): EDID vendor "BOE", prod id 2227
[ 144.607] (II) modeset(0): DDCModeFromDetailedTiming: 1920x1080 Warning: We only handle separate sync.
[ 144.607] (II) modeset(0): Printing DDC gathered Modelines:
[ 144.607] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (164.5 kHz eP)
[ 144.607] (II) modeset(0): Modeline "1920x1080"x0.0 342.06 1920 2028 2076 2080 1080 1090 1100 2741 -hsync -vsync (164.5 kHz e)
[ 144.649] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 144.649] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 144.649] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 144.649] (--) NVIDIA(GPU-0):
[ 144.649] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 144.649] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 144.649] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 144.649] (--) NVIDIA(GPU-0):
[ 144.692] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): connected
[ 144.692] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): Internal TMDS
[ 144.692] (--) NVIDIA(GPU-0): DELL P2419H (DFP-2): 600.0 MHz maximum pixel clock
[Last edited by IonThief (2022-09-25 17:38:48)
Offline
Remove the xorg.conf, see https://wiki.archlinux.org/title/NVIDIA_Optimus
Post the output of "xrandr --listproviders", make up how you intend to use the system.
If you want to run on the intel chip, dynamically invoke nvidia but also permanently use an output attached to the nvidia chip, you'll need https://wiki.archlinux.org/title/PRIME#Reverse_PRIME
Offline
Remove the xorg.conf, see https://wiki.archlinux.org/title/NVIDIA_Optimus
Post the output of "xrandr --listproviders", make up how you intend to use the system.
If you want to run on the intel chip, dynamically invoke nvidia but also permanently use an output attached to the nvidia chip, you'll need https://wiki.archlinux.org/title/PRIME#Reverse_PRIME
Thanks my friend it works now.
this is xrandr output before following your recommendation
Screen 0: minimum 320 x 200, current 1920 x 2160, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+1080 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 144.00*+ 60.01 59.97 59.96 59.93
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 85.02 75.02 60.02
1400x900 59.96 59.88
1280x960 85.00 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 59.74
1024x768 85.00 75.05 60.04 85.00 75.03 70.07 60.00
1024x768i 86.96
960x720 85.00 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 85.00 75.00 70.00 65.00 60.00 85.14 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 74.76 59.98
800x450 59.95 59.82
640x512 85.02 75.02 60.02
700x450 59.96 59.88
640x480 85.09 60.00 85.01 72.81 75.00 59.94
720x405 59.51 58.99
720x400 85.04
684x384 59.88 59.85
640x400 59.88 59.98 85.08
576x432 75.00
640x360 59.86 59.83 59.84 59.32
640x350 85.08
512x384 85.00 75.03 70.07 60.00
512x384i 87.06
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 85.27 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 85.18 72.81 75.00 60.05
360x202 59.51 59.13
360x200 85.04
320x200 85.27
320x180 59.84 59.32
320x175 85.27
HDMI-1 disconnected (normal left inverted right x axis y axis)xrandr output after following your recommendations
Screen 0: minimum 320 x 200, current 1920 x 2160, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+1080 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 144.00*+ 60.01 59.97 59.96 59.93
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 85.02 75.02 60.02
1400x900 59.96 59.88
1280x960 85.00 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 59.74
1024x768 85.00 75.05 60.04 85.00 75.03 70.07 60.00
1024x768i 86.96
960x720 85.00 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 85.00 75.00 70.00 65.00 60.00 85.14 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 74.76 59.98
800x450 59.95 59.82
640x512 85.02 75.02 60.02
700x450 59.96 59.88
640x480 85.09 60.00 85.01 72.81 75.00 59.94
720x405 59.51 58.99
720x400 85.04
684x384 59.88 59.85
640x400 59.88 59.98 85.08
576x432 75.00
640x360 59.86 59.83 59.84 59.32
640x350 85.08
512x384 85.00 75.03 70.07 60.00
512x384i 87.06
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 85.27 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 85.18 72.81 75.00 60.05
360x202 59.51 59.13
360x200 85.04
320x200 85.27
320x180 59.84 59.32
320x175 85.27
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1-0 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 203mm
1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95
1600x900 60.00
1440x900 59.89
1366x768 59.96
1280x1024 60.02
1280x800 59.81
1280x720 60.00 59.94 50.00
1152x864 60.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
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 (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
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 (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 (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.94Hzone quick question:
Are those new outputs (DP-1-0, DP-1-1, HDMI-1-0), somehow, a virtual outputs? as we offloaded nvidia output to use intel?
Offline
xrandr --listproviders
This prints the GPUs and their capabilities.
If you followed https://wiki.archlinux.org/title/PRIME#Reverse_PRIME the default behavior would be to run the server on the intel chip, the nvidia GPU then acts as an output provider for the source … provided by the intel chip (ie. you're rendering everything on the intel chip and it can copy that to the nvidia chip which then feeds it to the attached monitors)
A side-effect of that is that the nvidia GPU can never be fully powered down.
And yes: the new outputs belong to the nvidia GPU and are made available to the intel IGP this way.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline