You are not logged in.

#26 2024-01-21 15:29:42

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Offline

#27 2024-01-21 17:37:30

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

GL_VENDOR                       : Google Inc. (NVIDIA Corporation)
GL_RENDERER                     : ANGLE (NVIDIA Corporation, NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2, OpenGL 4.5.0 NVIDIA 545.29.06)

I get the same cursor lag. There's like a "lag spike" while moving cursor from chromium (generally an application that uses Nvidia) to any other application like kitty which is using intel. And I think the problem is on wayland and not Hyprland specifically.

Last edited by rapzy (2024-01-21 17:38:48)

Offline

#28 2024-01-21 21:12:07

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

The problem with that is that "wayland" isn't a thing - resp. it's a protocol.
You could be facing forementioned prime-syncing issues, though. Can you attach an output to the nvidia GPU and/or disable the IGP?

Offline

#29 2024-01-22 10:19:22

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

You could be facing forementioned prime-syncing issues, though. Can you attach an output to the nvidia GPU and/or disable the IGP?

I can't find a way to disable IGP. It's an old laptop so there's no option to do so from BIOS as well.

Offline

#30 2024-01-22 14:40:25

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

"module_blacklist=i915" will prevent the module from being loaded, you'll *have* to attach an output to the nvidia GPU at this point (or see a black screen)

Offline

#31 2024-01-22 16:00:16

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

you'll *have* to attach an output to the nvidia GPU at this point

I don't have any knowledge about this. I might end up breaking my pc.

Offline

#32 2024-01-22 16:03:12

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Not unless you know how to plug a plug into a jack wink
The "safe" (there's no dangerious) way is to edit the kernel commanline at your bootloader - the change will be gone w/ a reboot and you'll not be in the situation having to figure how to edit the commandline after the fact.

Offline

#33 2024-01-22 16:09:07

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

seth wrote:

Not unless you know how to plug a plug into a jack wink

Do you mean to connect a second monitor using  HDMI? Cause I can do that but how will I make sure it is attached to nvidia GPU?


The "safe" (there's no dangerious) way is to edit the kernel commanline at your bootloader - the change will be gone w/ a reboot and you'll not be in the situation having to figure how to edit the commandline after the fact.

Ok, I will search about this.

Offline

#34 2024-01-22 16:11:57

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

In doubt the xorg log will show where what output is attached (and typically the external HDMI is wired to the GPU, but that's an informed guess only)

Offline

#35 2024-01-22 16:23:19

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

I just added "module_blacklist=i915"
It got stuck at /dev/sdb: clean..

I got into tty2 and
$ sway --unsupported-gpu
But got stuck

I can only use terminal.

Edit: I'm not using a second monitor

Last edited by rapzy (2024-01-22 16:24:50)

Offline

#36 2024-01-22 16:25:31

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Edit: I'm not using a second monitor

seth wrote:

you'll *have* to attach an output to the nvidia GPU at this point (or see a black screen)

Offline

#37 2024-01-22 16:26:47

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Oh I thought I won't even see a thing on screen.
That's fine. I'll get an HDMI asap, I'll update in few days.

Offline

#38 2024-01-22 16:34:04

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

seth wrote:

In doubt the xorg log will show where what output is attached (and typically the external HDMI is wired to the GPU, but that's an informed guess only)

Can you help me with this by the previous xorg log I posted please? I have no idea how to read/understand the log information.

Offline

#39 2024-01-22 22:35:59

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

[    10.444] (II) modeset(0): Output eDP-1 connected
[    10.444] (II) modeset(0): Output DP-1 disconnected
[    10.444] (II) modeset(0): Output HDMI-1 disconnected
[    10.444] (II) modeset(0): Output DP-2 disconnected
[    10.444] (II) modeset(0): Output HDMI-2 disconnected
[    10.538] (--) NVIDIA(GPU-0): DFP-0: disconnected

If tis would say "NVIDIA(GPU-0): DFP-0: connected", there'd be a monitor connected to the nvidia GPU (DFP-0 is its only crtc)

Offline

#40 2024-01-23 09:27:22

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

seth wrote:

If tis would say "NVIDIA(GPU-0): DFP-0: connected", there'd be a monitor connected to the nvidia GPU (DFP-0 is its only crtc)

[    12.487] (--) Log file renamed from "/var/log/Xorg.pid-603.log" to "/var/log/Xorg.0.log"
[    12.490] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    12.490] Current Operating System: Linux rapzy 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[    12.490] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=641d3f69-ca56-4645-ad58-c9597661ca0c rw loglevel=3 quiet nvidia_drm.modeset=1
[    12.490]  
[    12.490] Current version of pixman: 0.43.0
[    12.491] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.491] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.491] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 23 15:00:02 2024
[    12.495] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.496] (==) No Layout section.  Using the first Screen section.
[    12.496] (==) No screen section available. Using defaults.
[    12.496] (**) |-->Screen "Default Screen Section" (0)
[    12.496] (**) |   |-->Monitor "<default monitor>"
[    12.496] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    12.496] (==) Automatically adding devices
[    12.496] (==) Automatically enabling devices
[    12.496] (==) Automatically adding GPU devices
[    12.496] (==) Automatically binding GPU devices
[    12.496] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.497] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    12.497] 	Entry deleted from font path.
[    12.498] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    12.498] 	Entry deleted from font path.
[    12.498] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    12.498] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    12.498] 	Entry deleted from font path.
[    12.498] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    12.498] 	Entry deleted from font path.
[    12.498] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    12.498] 	Entry deleted from font path.
[    12.499] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    12.499] 	Entry deleted from font path.
[    12.499] (==) FontPath set to:
	
[    12.499] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.499] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.499] (II) Module ABI versions:
[    12.499] 	X.Org ANSI C Emulation: 0.4
[    12.499] 	X.Org Video Driver: 25.2
[    12.499] 	X.Org XInput driver : 24.4
[    12.499] 	X.Org Server Extension : 10.0
[    12.499] (++) using VT number 2

[    12.499] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    12.505] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.505] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    12.523] (II) xfree86: Adding drm device (/dev/dri/card1)
[    12.523] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    12.534] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    12.538] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:086f rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    12.538] (--) PCI: (1@0:0:0) 10de:1c8c:1028:086f rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    12.538] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.538] (II) LoadModule: "glx"
[    12.540] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.552] (II) Module glx: vendor="X.Org Foundation"
[    12.552] 	compiled for 1.21.1.11, module version = 1.0.0
[    12.552] 	ABI class: X.Org Server Extension, version 10.0
[    12.552] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    12.552] 	loading driver: nvidia
[    12.552] (==) Matched intel as autoconfigured driver 0
[    12.552] (==) Matched nvidia as autoconfigured driver 1
[    12.552] (==) Matched nouveau as autoconfigured driver 2
[    12.552] (==) Matched nv as autoconfigured driver 3
[    12.552] (==) Matched modesetting as autoconfigured driver 4
[    12.552] (==) Matched fbdev as autoconfigured driver 5
[    12.552] (==) Matched vesa as autoconfigured driver 6
[    12.552] (==) Assigned the driver to the xf86ConfigLayout
[    12.552] (II) LoadModule: "intel"
[    12.554] (WW) Warning, couldn't open module intel
[    12.554] (EE) Failed to load module "intel" (module does not exist, 0)
[    12.554] (II) LoadModule: "nvidia"
[    12.554] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.562] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.562] 	compiled for 1.6.99.901, module version = 1.0.0
[    12.562] 	Module class: X.Org Video Driver
[    12.563] (II) LoadModule: "nouveau"
[    12.563] (WW) Warning, couldn't open module nouveau
[    12.563] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    12.563] (II) LoadModule: "nv"
[    12.564] (WW) Warning, couldn't open module nv
[    12.564] (EE) Failed to load module "nv" (module does not exist, 0)
[    12.564] (II) LoadModule: "modesetting"
[    12.564] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    12.568] (II) Module modesetting: vendor="X.Org Foundation"
[    12.568] 	compiled for 1.21.1.11, module version = 1.21.1
[    12.568] 	Module class: X.Org Video Driver
[    12.568] 	ABI class: X.Org Video Driver, version 25.2
[    12.568] (II) LoadModule: "fbdev"
[    12.569] (WW) Warning, couldn't open module fbdev
[    12.569] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    12.569] (II) LoadModule: "vesa"
[    12.569] (WW) Warning, couldn't open module vesa
[    12.569] (EE) Failed to load module "vesa" (module does not exist, 0)
[    12.569] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    12.569] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.570] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    12.596] (II) modeset(0): using drv /dev/dri/card1
[    12.597] (II) Loading sub module "fb"
[    12.597] (II) LoadModule: "fb"
[    12.597] (II) Module "fb" already built-in
[    12.597] (II) Loading sub module "wfb"
[    12.597] (II) LoadModule: "wfb"
[    12.597] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.598] (II) Module wfb: vendor="X.Org Foundation"
[    12.598] 	compiled for 1.21.1.11, module version = 1.0.0
[    12.598] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.600] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    12.600] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    12.600] (==) modeset(0): RGB weight 888
[    12.600] (==) modeset(0): Default visual is TrueColor
[    12.600] (II) Loading sub module "glamoregl"
[    12.600] (II) LoadModule: "glamoregl"
[    12.601] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    12.612] (II) Module glamoregl: vendor="X.Org Foundation"
[    12.612] 	compiled for 1.21.1.11, module version = 1.0.1
[    12.612] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.090] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    13.090] (II) modeset(0): glamor initialized
[    13.090] (==) modeset(0): VariableRefresh: disabled
[    13.090] (==) modeset(0): AsyncFlipSecondaries: disabled
[    13.093] (II) modeset(0): Output eDP-1 has no monitor section
[    13.093] (II) modeset(0): Output DP-1 has no monitor section
[    13.113] (II) modeset(0): Output HDMI-2 has no monitor section
[    13.513] (II) modeset(0): Output DP-2 has no monitor section
[    13.575] (II) modeset(0): Output HDMI-3 has no monitor section
[    13.577] (II) modeset(0): EDID for output eDP-1
[    13.577] (II) modeset(0): Manufacturer: LGD  Model: 53f  Serial#: 0
[    13.577] (II) modeset(0): Year: 2016  Week: 0
[    13.577] (II) modeset(0): EDID Version: 1.4
[    13.577] (II) modeset(0): Digital Display Input
[    13.577] (II) modeset(0): 6 bits per channel
[    13.577] (II) modeset(0): Digital interface is DisplayPort
[    13.577] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    13.577] (II) modeset(0): Gamma: 2.20
[    13.577] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    13.577] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    13.577] (II) modeset(0): First detailed timing is preferred mode
[    13.577] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    13.577] (II) modeset(0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[    13.577] (II) modeset(0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[    13.577] (II) modeset(0): Manufacturer's mask: 0
[    13.577] (II) modeset(0): Supported detailed timing:
[    13.577] (II) modeset(0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    13.577] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    13.577] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    13.577] (II) modeset(0): Supported detailed timing:
[    13.577] (II) modeset(0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[    13.577] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    13.577] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    13.578] (II) modeset(0):  4XK13€156WF6
[    13.578] (II) modeset(0): Unknown vendor-specific block 0
[    13.578] (II) modeset(0): EDID (in hex):
[    13.578] (II) modeset(0): 	00ffffffffffff0030e43f0500000000
[    13.578] (II) modeset(0): 	001a010495221378eaa1c59459578f27
[    13.578] (II) modeset(0): 	20505400000001010101010101010101
[    13.578] (II) modeset(0): 	0101010101012e3680a070381f403020
[    13.578] (II) modeset(0): 	350058c21000001a5c2b80a070381f40
[    13.578] (II) modeset(0): 	3020350058c21000001a000000fe0034
[    13.578] (II) modeset(0): 	584b3133803135365746360a00000000
[    13.578] (II) modeset(0): 	0000413196001000000a010a202000c5
[    13.578] (II) modeset(0): Printing probed modes for output eDP-1
[    13.578] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    13.578] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    13.578] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    13.578] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    13.578] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    13.578] (II) modeset(0): Modeline "1920x1080"x48.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    13.578] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    13.578] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    13.578] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    13.578] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    13.578] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    13.578] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    13.578] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    13.578] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    13.578] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    13.578] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    13.578] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    13.578] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    13.578] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    13.578] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    13.578] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    13.578] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    13.578] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    13.578] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    13.578] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    13.578] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    13.578] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    13.578] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    13.578] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    13.578] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    13.578] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    13.578] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    13.578] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    13.578] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    13.578] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    13.578] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    13.578] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    13.578] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    13.578] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    13.578] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    13.578] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    13.578] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    13.578] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    13.578] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    13.578] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    13.579] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    13.579] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    13.579] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    13.579] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    13.579] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    13.579] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    13.579] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    13.579] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    13.579] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    13.579] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    13.579] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    13.579] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    13.579] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    13.579] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    13.579] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    13.579] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    13.579] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    13.579] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    13.579] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    13.579] (II) modeset(0): EDID for output DP-1
[    13.600] (II) modeset(0): EDID for output HDMI-2
[    14.001] (II) modeset(0): EDID for output DP-2
[    14.061] (II) modeset(0): EDID for output HDMI-3
[    14.061] (II) modeset(0): Output eDP-1 connected
[    14.061] (II) modeset(0): Output DP-1 disconnected
[    14.061] (II) modeset(0): Output HDMI-2 disconnected
[    14.061] (II) modeset(0): Output DP-2 disconnected
[    14.061] (II) modeset(0): Output HDMI-3 disconnected
[    14.061] (II) modeset(0): Using exact sizes for initial modes
[    14.061] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    14.061] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.061] (==) modeset(0): DPI set to (96, 96)
[    14.061] (II) Loading sub module "fb"
[    14.061] (II) LoadModule: "fb"
[    14.061] (II) Module "fb" already built-in
[    14.061] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    14.061] (==) NVIDIA(G0): RGB weight 888
[    14.061] (==) NVIDIA(G0): Default visual is TrueColor
[    14.061] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.062] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    14.062] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    14.062] (**) NVIDIA(G0): Enabling 2D acceleration
[    14.062] (II) Loading sub module "glxserver_nvidia"
[    14.062] (II) LoadModule: "glxserver_nvidia"
[    14.062] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    14.149] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    14.149] 	compiled for 1.6.99.901, module version = 1.0.0
[    14.149] 	Module class: X.Org Server Extension
[    14.149] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    14.150] (II) NVIDIA: The X server supports PRIME Render Offload.
[    14.153] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    14.153] (--) NVIDIA(0):     DFP-0 (boot)
[    14.156] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    14.156] (II) NVIDIA(G0):     (GPU-0)
[    14.156] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    14.156] (--) NVIDIA(G0): VideoBIOS: 86.07.63.00.63
[    14.156] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    14.200] (--) NVIDIA(GPU-0): Northgate (DFP-0): connected
[    14.200] (--) NVIDIA(GPU-0): Northgate (DFP-0): Internal TMDS
[    14.200] (--) NVIDIA(GPU-0): Northgate (DFP-0): 600.0 MHz maximum pixel clock
[    14.200] (--) NVIDIA(GPU-0): 
[    14.206] (II) NVIDIA(G0): Validated MetaModes:
[    14.206] (II) NVIDIA(G0):     "NULL"
[    14.206] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    14.214] (WW) NVIDIA(G0): Cannot find size of first mode for Northgate (DFP-0); cannot
[    14.214] (WW) NVIDIA(G0):     compute DPI from Northgate (DFP-0)'s EDID.
[    14.214] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    14.245] (==) modeset(0): Backing store enabled
[    14.245] (==) modeset(0): Silken mouse enabled
[    14.313] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    14.314] (==) modeset(0): DPMS enabled
[    14.314] (II) modeset(0): [DRI2] Setup complete
[    14.314] (II) modeset(0): [DRI2]   DRI driver: iris
[    14.314] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    14.315] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    14.315] (II) NVIDIA:     access.
[    14.329] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    14.330] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    14.330] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    14.330] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    14.330] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    14.330] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    14.330] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    14.330] (II) NVIDIA(G0):     Config Options in the README.
[    14.370] (II) NVIDIA(G0): Setting mode "NULL"
[    14.376] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    14.376] (==) NVIDIA(G0): Backing store enabled
[    14.376] (==) NVIDIA(G0): Silken mouse enabled
[    14.376] (==) NVIDIA(G0): DPMS enabled
[    14.377] (II) Loading sub module "dri2"
[    14.377] (II) LoadModule: "dri2"
[    14.377] (II) Module "dri2" already built-in
[    14.377] (II) NVIDIA(G0): [DRI2] Setup complete
[    14.377] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    14.377] (II) Initializing extension Generic Event Extension
[    14.377] (II) Initializing extension SHAPE
[    14.377] (II) Initializing extension MIT-SHM
[    14.377] (II) Initializing extension XInputExtension
[    14.378] (II) Initializing extension XTEST
[    14.378] (II) Initializing extension BIG-REQUESTS
[    14.378] (II) Initializing extension SYNC
[    14.378] (II) Initializing extension XKEYBOARD
[    14.378] (II) Initializing extension XC-MISC
[    14.378] (II) Initializing extension SECURITY
[    14.378] (II) Initializing extension XFIXES
[    14.378] (II) Initializing extension RENDER
[    14.378] (II) Initializing extension RANDR
[    14.379] (II) Initializing extension COMPOSITE
[    14.379] (II) Initializing extension DAMAGE
[    14.379] (II) Initializing extension MIT-SCREEN-SAVER
[    14.379] (II) Initializing extension DOUBLE-BUFFER
[    14.379] (II) Initializing extension RECORD
[    14.379] (II) Initializing extension DPMS
[    14.379] (II) Initializing extension Present
[    14.379] (II) Initializing extension DRI3
[    14.379] (II) Initializing extension X-Resource
[    14.379] (II) Initializing extension XVideo
[    14.379] (II) Initializing extension XVideo-MotionCompensation
[    14.379] (II) Initializing extension GLX
[    14.380] (II) Initializing extension GLX
[    14.380] (II) Indirect GLX disabled.
[    14.386] (II) AIGLX: Loaded and initialized iris
[    14.386] (II) GLX: Initialized DRI2 GL provider for screen 0
[    14.386] (II) Initializing extension XFree86-VidModeExtension
[    14.386] (II) Initializing extension XFree86-DGA
[    14.386] (II) Initializing extension XFree86-DRI
[    14.386] (II) Initializing extension DRI2
[    14.387] (II) Initializing extension NV-GLX
[    14.387] (II) Initializing extension NV-CONTROL
[    14.387] (II) modeset(0): Damage tracking initialized
[    14.387] (II) modeset(0): Setting screen physical size to 508 x 285
[    14.496] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    14.496] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.496] (II) LoadModule: "libinput"
[    14.496] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.501] (II) Module libinput: vendor="X.Org Foundation"
[    14.501] 	compiled for 1.21.1.8, module version = 1.4.0
[    14.501] 	Module class: X.Org XInput Driver
[    14.501] 	ABI class: X.Org XInput driver, version 24.4
[    14.501] (II) Using input driver 'libinput' for 'Power Button'
[    14.501] (**) Power Button: always reports core events
[    14.501] (**) Option "Device" "/dev/input/event3"
[    14.509] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    14.509] (II) event3  - Power Button: device is a keyboard
[    14.509] (II) event3  - Power Button: device removed
[    14.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    14.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    14.531] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    14.531] (II) event3  - Power Button: device is a keyboard
[    14.532] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    14.532] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.532] (II) Using input driver 'libinput' for 'Video Bus'
[    14.532] (**) Video Bus: always reports core events
[    14.532] (**) Option "Device" "/dev/input/event11"
[    14.532] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.532] (II) event11 - Video Bus: device is a keyboard
[    14.533] (II) event11 - Video Bus: device removed
[    14.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
[    14.563] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.565] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.565] (II) event11 - Video Bus: device is a keyboard
[    14.567] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    14.567] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.567] (II) Using input driver 'libinput' for 'Video Bus'
[    14.567] (**) Video Bus: always reports core events
[    14.567] (**) Option "Device" "/dev/input/event12"
[    14.569] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.569] (II) event12 - Video Bus: device is a keyboard
[    14.569] (II) event12 - Video Bus: device removed
[    14.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input15/event12"
[    14.600] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    14.604] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.604] (II) event12 - Video Bus: device is a keyboard
[    14.607] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    14.607] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.607] (II) Using input driver 'libinput' for 'Power Button'
[    14.607] (**) Power Button: always reports core events
[    14.607] (**) Option "Device" "/dev/input/event1"
[    14.610] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.610] (II) event1  - Power Button: device is a keyboard
[    14.610] (II) event1  - Power Button: device removed
[    14.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    14.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    14.630] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.630] (II) event1  - Power Button: device is a keyboard
[    14.632] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    14.632] (II) No input driver specified, ignoring this device.
[    14.632] (II) This device may have been added with another device file.
[    14.634] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    14.634] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    14.634] (II) Using input driver 'libinput' for 'Sleep Button'
[    14.634] (**) Sleep Button: always reports core events
[    14.634] (**) Option "Device" "/dev/input/event2"
[    14.637] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    14.637] (II) event2  - Sleep Button: device is a keyboard
[    14.638] (II) event2  - Sleep Button: device removed
[    14.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    14.653] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    14.657] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    14.657] (II) event2  - Sleep Button: device is a keyboard
[    14.660] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[    14.660] (II) No input driver specified, ignoring this device.
[    14.660] (II) This device may have been added with another device file.
[    14.661] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[    14.661] (II) No input driver specified, ignoring this device.
[    14.661] (II) This device may have been added with another device file.
[    14.663] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[    14.663] (II) No input driver specified, ignoring this device.
[    14.663] (II) This device may have been added with another device file.
[    14.664] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[    14.664] (II) No input driver specified, ignoring this device.
[    14.664] (II) This device may have been added with another device file.
[    14.669] (II) config/udev: Adding input device USB GAMING MOUSE  (/dev/input/event5)
[    14.669] (**) USB GAMING MOUSE : Applying InputClass "libinput pointer catchall"
[    14.669] (II) Using input driver 'libinput' for 'USB GAMING MOUSE '
[    14.669] (**) USB GAMING MOUSE : always reports core events
[    14.669] (**) Option "Device" "/dev/input/event5"
[    14.731] (II) event5  - USB GAMING MOUSE : is tagged by udev as: Mouse
[    14.731] (II) event5  - USB GAMING MOUSE : device is a pointer
[    14.732] (II) event5  - USB GAMING MOUSE : device removed
[    14.770] (II) libinput: USB GAMING MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.770] (II) libinput: USB GAMING MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.770] (II) libinput: USB GAMING MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:18F8:0FC0.0001/input/input6/event5"
[    14.770] (II) XINPUT: Adding extended input device "USB GAMING MOUSE " (type: MOUSE, id 11)
[    14.770] (**) Option "AccelerationScheme" "none"
[    14.770] (**) USB GAMING MOUSE : (accel) selected scheme none/0
[    14.770] (**) USB GAMING MOUSE : (accel) acceleration factor: 2.000
[    14.770] (**) USB GAMING MOUSE : (accel) acceleration threshold: 4
[    14.831] (II) event5  - USB GAMING MOUSE : is tagged by udev as: Mouse
[    14.831] (II) event5  - USB GAMING MOUSE : device is a pointer
[    14.835] (II) config/udev: Adding input device USB GAMING MOUSE  (/dev/input/mouse0)
[    14.835] (II) No input driver specified, ignoring this device.
[    14.835] (II) This device may have been added with another device file.
[    14.838] (II) config/udev: Adding input device USB GAMING MOUSE  Keyboard (/dev/input/event6)
[    14.838] (**) USB GAMING MOUSE  Keyboard: Applying InputClass "libinput keyboard catchall"
[    14.838] (II) Using input driver 'libinput' for 'USB GAMING MOUSE  Keyboard'
[    14.838] (**) USB GAMING MOUSE  Keyboard: always reports core events
[    14.838] (**) Option "Device" "/dev/input/event6"
[    14.843] (II) event6  - USB GAMING MOUSE  Keyboard: is tagged by udev as: Keyboard
[    14.843] (II) event6  - USB GAMING MOUSE  Keyboard: device is a keyboard
[    14.844] (II) event6  - USB GAMING MOUSE  Keyboard: device removed
[    14.863] (II) libinput: USB GAMING MOUSE  Keyboard: needs a virtual subdevice
[    14.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:18F8:0FC0.0002/input/input7/event6"
[    14.863] (II) XINPUT: Adding extended input device "USB GAMING MOUSE  Keyboard" (type: MOUSE, id 12)
[    14.863] (**) Option "AccelerationScheme" "none"
[    14.863] (**) USB GAMING MOUSE  Keyboard: (accel) selected scheme none/0
[    14.863] (**) USB GAMING MOUSE  Keyboard: (accel) acceleration factor: 2.000
[    14.863] (**) USB GAMING MOUSE  Keyboard: (accel) acceleration threshold: 4
[    14.869] (II) event6  - USB GAMING MOUSE  Keyboard: is tagged by udev as: Keyboard
[    14.869] (II) event6  - USB GAMING MOUSE  Keyboard: device is a keyboard
[    14.873] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD (/dev/input/event7)
[    14.873] (**) SINO WEALTH USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[    14.873] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD'
[    14.873] (**) SINO WEALTH USB KEYBOARD: always reports core events
[    14.873] (**) Option "Device" "/dev/input/event7"
[    14.878] (II) event7  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[    14.878] (II) event7  - SINO WEALTH USB KEYBOARD: device is a keyboard
[    14.879] (II) event7  - SINO WEALTH USB KEYBOARD: device removed
[    14.913] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:258A:1006.0003/input/input9/event7"
[    14.913] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD" (type: KEYBOARD, id 13)
[    14.918] (II) event7  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[    14.918] (II) event7  - SINO WEALTH USB KEYBOARD: device is a keyboard
[    14.921] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD System Control (/dev/input/event8)
[    14.921] (**) SINO WEALTH USB KEYBOARD System Control: Applying InputClass "libinput keyboard catchall"
[    14.921] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD System Control'
[    14.921] (**) SINO WEALTH USB KEYBOARD System Control: always reports core events
[    14.922] (**) Option "Device" "/dev/input/event8"
[    14.926] (II) event8  - SINO WEALTH USB KEYBOARD System Control: is tagged by udev as: Keyboard
[    14.926] (II) event8  - SINO WEALTH USB KEYBOARD System Control: device is a keyboard
[    14.927] (II) event8  - SINO WEALTH USB KEYBOARD System Control: device removed
[    14.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:258A:1006.0004/input/input10/event8"
[    14.943] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD System Control" (type: KEYBOARD, id 14)
[    14.948] (II) event8  - SINO WEALTH USB KEYBOARD System Control: is tagged by udev as: Keyboard
[    14.948] (II) event8  - SINO WEALTH USB KEYBOARD System Control: device is a keyboard
[    14.952] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD Consumer Control (/dev/input/event9)
[    14.952] (**) SINO WEALTH USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[    14.952] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Consumer Control'
[    14.952] (**) SINO WEALTH USB KEYBOARD Consumer Control: always reports core events
[    14.952] (**) Option "Device" "/dev/input/event9"
[    14.956] (II) event9  - SINO WEALTH USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[    14.957] (II) event9  - SINO WEALTH USB KEYBOARD Consumer Control: device is a keyboard
[    14.957] (II) event9  - SINO WEALTH USB KEYBOARD Consumer Control: device removed
[    14.973] (II) libinput: SINO WEALTH USB KEYBOARD Consumer Control: needs a virtual subdevice
[    14.973] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:258A:1006.0004/input/input11/event9"
[    14.973] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Consumer Control" (type: MOUSE, id 15)
[    14.973] (**) Option "AccelerationScheme" "none"
[    14.973] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) selected scheme none/0
[    14.973] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) acceleration factor: 2.000
[    14.973] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) acceleration threshold: 4
[    14.978] (II) event9  - SINO WEALTH USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[    14.978] (II) event9  - SINO WEALTH USB KEYBOARD Consumer Control: device is a keyboard
[    14.982] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD Keyboard (/dev/input/event10)
[    14.982] (**) SINO WEALTH USB KEYBOARD Keyboard: Applying InputClass "libinput keyboard catchall"
[    14.982] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Keyboard'
[    14.982] (**) SINO WEALTH USB KEYBOARD Keyboard: always reports core events
[    14.982] (**) Option "Device" "/dev/input/event10"
[    14.986] (II) event10 - SINO WEALTH USB KEYBOARD Keyboard: is tagged by udev as: Keyboard
[    14.986] (II) event10 - SINO WEALTH USB KEYBOARD Keyboard: device is a keyboard
[    14.987] (II) event10 - SINO WEALTH USB KEYBOARD Keyboard: device removed
[    15.020] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:258A:1006.0004/input/input13/event10"
[    15.020] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Keyboard" (type: KEYBOARD, id 16)
[    15.025] (II) event10 - SINO WEALTH USB KEYBOARD Keyboard: is tagged by udev as: Keyboard
[    15.026] (II) event10 - SINO WEALTH USB KEYBOARD Keyboard: device is a keyboard
[    15.030] (II) config/udev: Adding input device DELL086F:00 06CB:7E92 Mouse (/dev/input/event21)
[    15.030] (**) DELL086F:00 06CB:7E92 Mouse: Applying InputClass "libinput pointer catchall"
[    15.030] (II) Using input driver 'libinput' for 'DELL086F:00 06CB:7E92 Mouse'
[    15.030] (**) DELL086F:00 06CB:7E92 Mouse: always reports core events
[    15.030] (**) Option "Device" "/dev/input/event21"
[    15.034] (II) event21 - DELL086F:00 06CB:7E92 Mouse: is tagged by udev as: Mouse Pointingstick
[    15.035] (II) event21 - DELL086F:00 06CB:7E92 Mouse: device is a pointer
[    15.039] (II) event21 - DELL086F:00 06CB:7E92 Mouse: device removed
[    15.073] (II) libinput: DELL086F:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.073] (II) libinput: DELL086F:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.073] (II) libinput: DELL086F:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DELL086F:00/0018:06CB:7E92.0005/input/input28/event21"
[    15.073] (II) XINPUT: Adding extended input device "DELL086F:00 06CB:7E92 Mouse" (type: MOUSE, id 17)
[    15.074] (**) Option "AccelerationScheme" "none"
[    15.074] (**) DELL086F:00 06CB:7E92 Mouse: (accel) selected scheme none/0
[    15.074] (**) DELL086F:00 06CB:7E92 Mouse: (accel) acceleration factor: 2.000
[    15.074] (**) DELL086F:00 06CB:7E92 Mouse: (accel) acceleration threshold: 4
[    15.078] (II) event21 - DELL086F:00 06CB:7E92 Mouse: is tagged by udev as: Mouse Pointingstick
[    15.079] (II) event21 - DELL086F:00 06CB:7E92 Mouse: device is a pointer
[    15.085] (II) config/udev: Adding input device DELL086F:00 06CB:7E92 Mouse (/dev/input/mouse1)
[    15.085] (II) No input driver specified, ignoring this device.
[    15.085] (II) This device may have been added with another device file.
[    15.088] (II) config/udev: Adding input device DELL086F:00 06CB:7E92 Touchpad (/dev/input/event22)
[    15.088] (**) DELL086F:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    15.088] (II) Using input driver 'libinput' for 'DELL086F:00 06CB:7E92 Touchpad'
[    15.088] (**) DELL086F:00 06CB:7E92 Touchpad: always reports core events
[    15.088] (**) Option "Device" "/dev/input/event22"
[    15.092] (II) event22 - DELL086F:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    15.099] (II) event22 - DELL086F:00 06CB:7E92 Touchpad: device is a touchpad
[    15.099] (II) event22 - DELL086F:00 06CB:7E92 Touchpad: device removed
[    15.136] (II) libinput: DELL086F:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.136] (II) libinput: DELL086F:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.136] (II) libinput: DELL086F:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    15.138] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DELL086F:00/0018:06CB:7E92.0005/input/input29/event22"
[    15.138] (II) XINPUT: Adding extended input device "DELL086F:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 18)
[    15.143] (**) Option "AccelerationScheme" "none"
[    15.143] (**) DELL086F:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    15.143] (**) DELL086F:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    15.143] (**) DELL086F:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    15.148] (II) event22 - DELL086F:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    15.154] (II) event22 - DELL086F:00 06CB:7E92 Touchpad: device is a touchpad
[    15.158] (II) config/udev: Adding input device DELL086F:00 06CB:7E92 Touchpad (/dev/input/mouse2)
[    15.158] (II) No input driver specified, ignoring this device.
[    15.158] (II) This device may have been added with another device file.
[    15.159] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event23)
[    15.159] (II) No input driver specified, ignoring this device.
[    15.159] (II) This device may have been added with another device file.
[    15.161] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[    15.161] (II) No input driver specified, ignoring this device.
[    15.161] (II) This device may have been added with another device file.
[    15.162] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[    15.162] (II) No input driver specified, ignoring this device.
[    15.162] (II) This device may have been added with another device file.
[    15.164] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[    15.164] (II) No input driver specified, ignoring this device.
[    15.164] (II) This device may have been added with another device file.
[    15.165] (II) config/udev: Adding input device Intel HID events (/dev/input/event13)
[    15.165] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    15.165] (II) Using input driver 'libinput' for 'Intel HID events'
[    15.165] (**) Intel HID events: always reports core events
[    15.165] (**) Option "Device" "/dev/input/event13"
[    15.167] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    15.167] (II) event13 - Intel HID events: device is a keyboard
[    15.167] (II) event13 - Intel HID events: device removed
[    15.183] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input16/event13"
[    15.183] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[    15.185] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    15.185] (II) event13 - Intel HID events: device is a keyboard
[    15.186] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event14)
[    15.186] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    15.186] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    15.186] (**) Intel HID 5 button array: always reports core events
[    15.186] (**) Option "Device" "/dev/input/event14"
[    15.187] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    15.187] (II) event14 - Intel HID 5 button array: device is a keyboard
[    15.188] (II) event14 - Intel HID 5 button array: device removed
[    15.210] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input17/event14"
[    15.210] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[    15.212] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    15.212] (II) event14 - Intel HID 5 button array: device is a keyboard
[    15.215] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event18)
[    15.215] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.215] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    15.215] (**) Dell WMI hotkeys: always reports core events
[    15.215] (**) Option "Device" "/dev/input/event18"
[    15.218] (II) event18 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.218] (II) event18 - Dell WMI hotkeys: device is a keyboard
[    15.219] (II) event18 - Dell WMI hotkeys: device removed
[    15.253] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input23/event18"
[    15.253] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 21)
[    15.258] (II) event18 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.258] (II) event18 - Dell WMI hotkeys: device is a keyboard
[    15.261] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    15.261] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.261] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.261] (**) AT Translated Set 2 keyboard: always reports core events
[    15.261] (**) Option "Device" "/dev/input/event4"
[    15.264] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.265] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    15.269] (II) event4  - AT Translated Set 2 keyboard: device removed
[    15.290] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    15.290] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 22)
[    15.294] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.294] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    15.300] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[    15.300] (II) No input driver specified, ignoring this device.
[    15.300] (II) This device may have been added with another device file.
[    15.361] (**) USB GAMING MOUSE  Keyboard: Applying InputClass "libinput keyboard catchall"
[    15.361] (II) Using input driver 'libinput' for 'USB GAMING MOUSE  Keyboard'
[    15.361] (**) USB GAMING MOUSE  Keyboard: always reports core events
[    15.361] (**) Option "Device" "/dev/input/event6"
[    15.361] (II) libinput: USB GAMING MOUSE  Keyboard: is a virtual subdevice
[    15.361] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:18F8:0FC0.0002/input/input7/event6"
[    15.361] (II) XINPUT: Adding extended input device "USB GAMING MOUSE  Keyboard" (type: KEYBOARD, id 23)
[    15.361] (**) SINO WEALTH USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.361] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Consumer Control'
[    15.361] (**) SINO WEALTH USB KEYBOARD Consumer Control: always reports core events
[    15.361] (**) Option "Device" "/dev/input/event9"
[    15.361] (II) libinput: SINO WEALTH USB KEYBOARD Consumer Control: is a virtual subdevice
[    15.361] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:258A:1006.0004/input/input11/event9"
[    15.361] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Consumer Control" (type: KEYBOARD, id 24)
[    28.524] (II) modeset(0): EDID vendor "LGD", prod id 1343
[    28.524] (II) modeset(0): Printing DDC gathered Modelines:
[    28.524] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    28.524] (II) modeset(0): Modeline "1920x1080"x0.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    29.024] (II) modeset(0): EDID vendor "LGD", prod id 1343
[    29.024] (II) modeset(0): Printing DDC gathered Modelines:
[    29.024] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    29.024] (II) modeset(0): Modeline "1920x1080"x0.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    29.555] (--) NVIDIA(GPU-0): Northgate (DFP-0): connected
[    29.555] (--) NVIDIA(GPU-0): Northgate (DFP-0): Internal TMDS
[    29.555] (--) NVIDIA(GPU-0): Northgate (DFP-0): 600.0 MHz maximum pixel clock
[    29.555] (--) NVIDIA(GPU-0): 
[    35.022] (II) modeset(0): EDID vendor "LGD", prod id 1343
[    35.022] (II) modeset(0): Printing DDC gathered Modelines:
[    35.022] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    35.022] (II) modeset(0): Modeline "1920x1080"x0.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    35.522] (II) modeset(0): EDID vendor "LGD", prod id 1343
[    35.522] (II) modeset(0): Printing DDC gathered Modelines:
[    35.522] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    35.522] (II) modeset(0): Modeline "1920x1080"x0.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[    36.052] (--) NVIDIA(GPU-0): Northgate (DFP-0): connected
[    36.052] (--) NVIDIA(GPU-0): Northgate (DFP-0): Internal TMDS
[    36.052] (--) NVIDIA(GPU-0): Northgate (DFP-0): 600.0 MHz maximum pixel clock
[    36.052] (--) NVIDIA(GPU-0): 

I think it's connected.

xrandr --output eDP-1 --mode 1920x1080 --output HDMI-1-0 --mode 1360x768 --left-of eDP-1

I ran this to see if it worked. It did work but resolution is messed up. There's a 2 cm thickk black bar on the left and about half a cm black bar on the bottom


Edit: nvm that, the display is working on nvidia.
Edit2: I made Hyprland work on my second monitor. Now everything is working using NVIDIA and its smooth.

Last edited by rapzy (2024-01-23 09:58:36)

Offline

#41 2024-01-23 15:38:32

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Edit2: I made Hyprland work on my second monitor. Now everything is working using NVIDIA and its smooth.

\o/

So basically it's the PRIME Synchronization - I can't find any wayland support for that sad  so your options are:
1. X11
2. stutter
3. intel (+ regular DRI_PRIME for eg. games)

Offline

#42 2024-01-24 01:06:49

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Thank you so much for helping me out seth. I learned a lot.

But I can't mark this as solved.  Should I anticipate that this issue will be fixed in the future, or is this issue specific to my PC?

Last edited by rapzy (2024-01-24 01:17:08)

Offline

#43 2024-01-24 08:27:57

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

https://github.com/hyprwm/Hyprland/issues/2183 (user apparently switched to regular prime setup)
Prime sync is almost notoriously broken, see eg. https://bbs.archlinux.org/viewtopic.php?id=251032

You could try the 535xx versions of nvidia-dkms and nvidia-utils from the ALA, otherwise open a bug upstream, see eg https://github.com/hyprwm/Hyprland/issues/1533 (solved by running on the IGP) to see whether it's supposd to be supported at all by the specific compositor.

Why do you want to run the display server on the GPU if the (only) output is wired to the IGP?

Offline

#44 2024-01-24 09:31:45

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Why do you want to run the display server on the GPU if the (only) output is wired to the IGP?

I don't know how it exactly works. I just want it to use hybrid just like on x11. It's for performance. It feels sluggish/stutters when it only uses intel.

Offline

#45 2024-01-24 09:58:04

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

The regular prime behavior is to run on the IGP and "prime-run" heavy stufff.
Also https://bbs.archlinux.org/viewtopic.php … 8#p2144958

For a recap, when simply running the system on the intel chip it works fine?

Yes perfectly fine.

??

Offline

#46 2024-01-24 10:03:25

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Well I mean I don't get any intense cursor lag issues on intel and I thought these minor stutters were just because of my old intel chip.

Offline

#47 2024-02-01 11:12:24

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Hey Seth. I found this screenshot when Hyperland worked smoothly with Nvidia for that one time. I want to test it again with that specific version of Nvidia. How do I install the exact version? I searched through ALA, but I couldn't find that version.

edit: I downgraded the nvidia using "downgrade" package but it's not running, nvidia-smi shows error

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 

Last edited by rapzy (2024-02-01 11:34:44)

Offline

#48 2024-02-01 14:08:21

seth
Member
Registered: 2012-09-03
Posts: 60,792

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

Unless you're using nvidia-dkms you've to make sure that kernel and nvidia module build match and the nvidia module version (545.29.06 in this case) has also to be met by nvidia-utils
But 545.29.06 is also still the current version

Offline

#49 2024-08-01 12:22:41

rapzy
Member
Registered: 2024-01-17
Posts: 26

Re: [SOLVED] GTX 1050ti + Hyprland: Cursor Lag in GPU-Intensive Apps

This issue seems to be fixed since Nvidia 555 driver update.
If not, it might be solved by setting

 no_hardware_cursors = true 

in the config under cursor.

Offline

Board footer

Powered by FluxBB