You are not logged in.

#1 2025-05-30 15:06:16

louiszn
Member
Registered: 2025-04-02
Posts: 12

[SOLVED] Minecraft capped at 60fps under xorg

With gamescope and another games, the fresh rate shows correctly. Minecraft does but only under Wayland session. I have tried to disable VSync, but the output is still 60fps although the game says it's 140 fps+.

```
$ glxgears

87788 frames in 5.0 seconds = 17557.553 FPS
88314 frames in 5.0 seconds = 17662.619 FPS
88376 frames in 5.0 seconds = 17675.076 FPS
87501 frames in 5.0 seconds = 17500.180 FPS
```

and

```
$xrandr

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080    144.00*+  60.00 
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis
```

Kernel: Linux 6.14.9-arch1-1
WM: i3 (X11)
CPU: 12th Gen Intel(R) Core(TM) i7-12700H (20) @ 4.70 GHz
GPU 1: NVIDIA GeForce RTX 3050 Mobile [Discrete]
GPU 2: Intel Alder Lake-P Integrated Graphics Controller @ 1.40 GHz [Integrated]

Last edited by louiszn (2025-06-04 03:10:04)

Offline

#2 2025-05-30 15:44:34

cryptearth
Member
Registered: 2024-02-03
Posts: 1,794

Re: [SOLVED] Minecraft capped at 60fps under xorg

have you checked power profile config like balanced/power saving?

Offline

#3 2025-05-31 03:17:06

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

The power profile I set is performance

Offline

#4 2025-05-31 13:06:20

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,381

Re: [SOLVED] Minecraft capped at 60fps under xorg

Please post the output of

$ glxinfo -B    #install mesa-utils if needed
$ DRI_PRIME=1 glxinfo -B

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2025-05-31 15:38:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

"the output is still 60fps although the game says it's 140 fps+

What is your metric for "the output is still 60fps"?
Do you run a compositor (picom) next to i3?

I have tried to disable VSync,

"Tried" how *exactly*?
And on which chip are you trying to run virtual LEGO™? Intel or nvidia?

Offline

#6 2025-06-01 05:15:40

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

Lone_Wolf wrote:

Please post the output of

$ glxinfo -B    #install mesa-utils if needed
$ DRI_PRIME=1 glxinfo -B
$ glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3307 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.153.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 570.153.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 570.153.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
$ DRI_PRIME=1 glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3349 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.153.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 570.153.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 570.153.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Offline

#7 2025-06-01 05:56:20

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

seth wrote:

What is your metric for "the output is still 60fps"?

I used MangoHUD and the FPS was around 54 and 60

seth wrote:

Do you run a compositor (picom) next to i3?

No, I don't have picom ran next to i3

seth wrote:

"Tried" how *exactly*?

I set both vblank_mode=0 __GL_SYNC_TO_VBLANK=0 as a wrapper command and disable VSync setting in Minecraft

seth wrote:

And on which chip are you trying to run virtual LEGO™? Intel or nvidia?

nvidia

Offline

#8 2025-06-01 06:48:20

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

I just tested again today, and MangoHUD actually received the true FPS from minecraft which was 140+, but it just doesn't look smoothly like when I use Wayland Session.

Offline

#9 2025-06-01 06:51:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

Why are both GPUs the nvidia one?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#10 2025-06-01 07:11:03

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

seth wrote:

Why are both GPUs the nvidia one?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  3477.620] Current Operating System: Linux oweo 6.14.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 29 May 2025 21:42:15 +0000 x86_64
[  3477.620] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1502f86b-5c41-4422-9157-673814ef5b4e rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia-drm.fbdev=1
[  3477.620]  
[  3477.620] Current version of pixman: 0.46.0
[  3477.621] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3477.621] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3477.621] (==) Log file: "/home/louis/.local/share/xorg/Xorg.0.log", Time: Sun Jun  1 12:37:21 2025
[  3477.621] (==) Using config file: "/etc/X11/xorg.conf"
[  3477.623] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3477.623] (==) ServerLayout "layout"
[  3477.623] (**) |-->Screen "Screen0" (0)
[  3477.623] (**) |   |-->Monitor "Monitor0"
[  3477.623] (**) |   |-->Device "Device0"
[  3477.623] (**) Allowing byte-swapped clients
[  3477.623] (==) Automatically adding devices
[  3477.623] (==) Automatically enabling devices
[  3477.623] (==) Automatically adding GPU devices
[  3477.623] (==) Automatically binding GPU devices
[  3477.623] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3477.623] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  3477.623] 	Entry deleted from font path.
[  3477.623] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  3477.623] 	Entry deleted from font path.
[  3477.623] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  3477.623] 	Entry deleted from font path.
[  3477.623] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  3477.623] 	Entry deleted from font path.
[  3477.623] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  3477.623] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3477.623] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3477.623] (II) Module ABI versions:
[  3477.623] 	X.Org ANSI C Emulation: 0.4
[  3477.623] 	X.Org Video Driver: 25.2
[  3477.623] 	X.Org XInput driver : 24.4
[  3477.623] 	X.Org Server Extension : 10.0
[  3477.624] (++) using VT number 1

[  3477.625] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  3477.626] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3477.626] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  3477.626] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[  3477.627] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3477.627] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  3477.627] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[  3477.629] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  3477.630] (--) PCI: (0@0:2:0) 8086:4626:1043:1673 rev 12, Mem @ 0x612e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64
[  3477.630] (--) PCI:*(1@0:0:0) 10de:25a2:1043:1673 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  3477.630] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  3477.630] (II) LoadModule: "glx"
[  3477.630] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3477.630] (II) Module glx: vendor="X.Org Foundation"
[  3477.630] 	compiled for 1.21.1.16, module version = 1.0.0
[  3477.630] 	ABI class: X.Org Server Extension, version 10.0
[  3477.630] (II) LoadModule: "nvidia"
[  3477.630] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  3477.631] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3477.631] 	compiled for 1.6.99.901, module version = 1.0.0
[  3477.631] 	Module class: X.Org Video Driver
[  3477.631] (II) NVIDIA dlloader X Driver  570.153.02  Tue May 13 16:24:29 UTC 2025
[  3477.631] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3477.631] (II) systemd-logind: releasing fd for 226:0
[  3477.631] (II) Loading sub module "fb"
[  3477.631] (II) LoadModule: "fb"
[  3477.631] (II) Module "fb" already built-in
[  3477.631] (II) Loading sub module "wfb"
[  3477.631] (II) LoadModule: "wfb"
[  3477.631] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  3477.631] (II) Module wfb: vendor="X.Org Foundation"
[  3477.631] 	compiled for 1.21.1.16, module version = 1.0.0
[  3477.631] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3477.631] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  3477.631] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  3477.631] (==) NVIDIA(0): RGB weight 888
[  3477.631] (==) NVIDIA(0): Default visual is TrueColor
[  3477.631] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  3477.631] (**) Option "AllowNVIDIAGpuScreens"
[  3477.631] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  3477.631] (**) NVIDIA(0): Option "Stereo" "0"
[  3477.631] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-2"
[  3477.631] (**) NVIDIA(0): Option "SLI" "Off"
[  3477.631] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  3477.631] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  3477.631] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  3477.631] (**) NVIDIA(0): Stereo disabled by request
[  3477.631] (**) NVIDIA(0): NVIDIA SLI disabled.
[  3477.631] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  3477.631] (**) NVIDIA(0): Option "MetaModes" "1920x1080_144 +0+0"
[  3477.631] (**) NVIDIA(0): Enabling 2D acceleration
[  3477.631] (II) Loading sub module "glxserver_nvidia"
[  3477.631] (II) LoadModule: "glxserver_nvidia"
[  3477.631] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  3477.638] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  3477.638] 	compiled for 1.6.99.901, module version = 1.0.0
[  3477.638] 	Module class: X.Org Server Extension
[  3477.638] (II) NVIDIA GLX Module  570.153.02  Tue May 13 16:28:30 UTC 2025
[  3477.638] (II) NVIDIA: The X server supports PRIME Render Offload.
[  3477.646] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  3477.646] (--) NVIDIA(0):     DFP-0
[  3477.646] (--) NVIDIA(0):     DFP-1
[  3477.646] (--) NVIDIA(0):     DFP-2 (boot)
[  3477.646] (--) NVIDIA(0):     DFP-3
[  3477.674] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[  3477.674] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[  3477.674] (--) NVIDIA(0): Memory: 4194304 kBytes
[  3477.674] (--) NVIDIA(0): VideoBIOS: 94.07.72.40.96
[  3477.674] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  3477.765] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  3477.765] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  3477.765] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  3477.765] (--) NVIDIA(GPU-0): 
[  3477.766] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3477.766] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  3477.766] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  3477.766] (--) NVIDIA(GPU-0): 
[  3477.768] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): connected
[  3477.768] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): Internal DisplayPort
[  3477.768] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): 2670.0 MHz maximum pixel clock
[  3477.768] (--) NVIDIA(GPU-0): 
[  3477.768] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3477.768] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  3477.768] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  3477.768] (--) NVIDIA(GPU-0): 
[  3477.777] (II) NVIDIA(0): Validated MetaModes:
[  3477.777] (II) NVIDIA(0):     "1920x1080_144+0+0"
[  3477.777] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  3477.863] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[  3477.863] (--) NVIDIA(0):     option
[  3477.863] (WW) NVIDIA: Failed to bind sideband socket to
[  3477.863] (WW) NVIDIA:     '/var/run/nvidia-xdriver-58ab13bc' Permission denied
[  3477.864] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  3477.864] (II) NVIDIA:     access.
[  3477.883] (WW) NVIDIA(0): ACPI: failed to determine the system's current power source
[  3477.883] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3477.883] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3477.883] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3477.883] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3477.883] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3477.883] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3477.883] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3477.883] (II) NVIDIA(0):     Config Options in the README.
[  3477.904] (II) NVIDIA(0): Setting mode "1920x1080_144+0+0"
[  3478.840] (==) NVIDIA(0): Disabling shared memory pixmaps
[  3478.840] (==) NVIDIA(0): Backing store enabled
[  3478.840] (==) NVIDIA(0): Silken mouse enabled
[  3478.840] (**) NVIDIA(0): DPMS enabled
[  3478.840] (II) Loading sub module "dri2"
[  3478.840] (II) LoadModule: "dri2"
[  3478.840] (II) Module "dri2" already built-in
[  3478.840] (II) NVIDIA(0): [DRI2] Setup complete
[  3478.840] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  3478.841] (II) Initializing extension Generic Event Extension
[  3478.841] (II) Initializing extension SHAPE
[  3478.841] (II) Initializing extension MIT-SHM
[  3478.841] (II) Initializing extension XInputExtension
[  3478.841] (II) Initializing extension XTEST
[  3478.841] (II) Initializing extension BIG-REQUESTS
[  3478.841] (II) Initializing extension SYNC
[  3478.841] (II) Initializing extension XKEYBOARD
[  3478.841] (II) Initializing extension XC-MISC
[  3478.841] (II) Initializing extension SECURITY
[  3478.841] (II) Initializing extension XFIXES
[  3478.841] (II) Initializing extension RENDER
[  3478.841] (II) Initializing extension RANDR
[  3478.841] (II) Initializing extension COMPOSITE
[  3478.841] (II) Initializing extension DAMAGE
[  3478.841] (II) Initializing extension MIT-SCREEN-SAVER
[  3478.842] (II) Initializing extension DOUBLE-BUFFER
[  3478.842] (II) Initializing extension RECORD
[  3478.842] (II) Initializing extension DPMS
[  3478.842] (II) Initializing extension Present
[  3478.842] (II) Initializing extension DRI3
[  3478.842] (II) Initializing extension X-Resource
[  3478.842] (II) Initializing extension XVideo
[  3478.842] (II) Initializing extension XVideo-MotionCompensation
[  3478.842] (II) Initializing extension GLX
[  3478.842] (II) Initializing extension GLX
[  3478.842] (II) Indirect GLX disabled.
[  3478.842] (II) GLX: Another vendor is already registered for screen 0
[  3478.842] (II) Initializing extension XFree86-VidModeExtension
[  3478.842] (II) Initializing extension XFree86-DGA
[  3478.842] (II) Initializing extension XFree86-DRI
[  3478.842] (II) Initializing extension DRI2
[  3478.842] (II) Initializing extension NV-GLX
[  3478.842] (II) Initializing extension NV-CONTROL
[  3478.842] (II) Initializing extension XINERAMA
[  3478.897] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  3478.897] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  3478.897] (II) LoadModule: "libinput"
[  3478.897] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  3478.898] (II) Module libinput: vendor="X.Org Foundation"
[  3478.898] 	compiled for 1.21.1.13, module version = 1.5.0
[  3478.898] 	Module class: X.Org XInput Driver
[  3478.898] 	ABI class: X.Org XInput driver, version 24.4
[  3478.898] (II) Using input driver 'libinput' for 'Video Bus'
[  3478.898] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 40 paused 0
[  3478.898] (**) Video Bus: always reports core events
[  3478.898] (**) Option "Device" "/dev/input/event4"
[  3478.899] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  3478.899] (II) event4  - Video Bus: device is a keyboard
[  3478.899] (II) event4  - Video Bus: device removed
[  3478.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[  3478.899] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[  3478.899] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  3478.900] (II) event4  - Video Bus: device is a keyboard
[  3478.900] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  3478.900] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  3478.900] (II) Using input driver 'libinput' for 'Video Bus'
[  3478.900] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[  3478.900] (**) Video Bus: always reports core events
[  3478.900] (**) Option "Device" "/dev/input/event3"
[  3478.901] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  3478.901] (II) event3  - Video Bus: device is a keyboard
[  3478.901] (II) event3  - Video Bus: device removed
[  3478.901] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[  3478.901] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  3478.901] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  3478.901] (II) event3  - Video Bus: device is a keyboard
[  3478.901] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  3478.901] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3478.901] (II) Using input driver 'libinput' for 'Power Button'
[  3478.902] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[  3478.902] (**) Power Button: always reports core events
[  3478.902] (**) Option "Device" "/dev/input/event1"
[  3478.902] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3478.902] (II) event1  - Power Button: device is a keyboard
[  3478.902] (II) event1  - Power Button: device removed
[  3478.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  3478.902] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  3478.902] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3478.902] (II) event1  - Power Button: device is a keyboard
[  3478.903] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[  3478.903] (II) No input driver specified, ignoring this device.
[  3478.903] (II) This device may have been added with another device file.
[  3478.903] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  3478.903] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  3478.903] (II) Using input driver 'libinput' for 'Sleep Button'
[  3478.903] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[  3478.903] (**) Sleep Button: always reports core events
[  3478.903] (**) Option "Device" "/dev/input/event0"
[  3478.903] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  3478.903] (II) event0  - Sleep Button: device is a keyboard
[  3478.903] (II) event0  - Sleep Button: device removed
[  3478.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  3478.903] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  3478.904] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  3478.904] (II) event0  - Sleep Button: device is a keyboard
[  3478.904] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[  3478.904] (II) No input driver specified, ignoring this device.
[  3478.904] (II) This device may have been added with another device file.
[  3478.904] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[  3478.904] (II) No input driver specified, ignoring this device.
[  3478.904] (II) This device may have been added with another device file.
[  3478.904] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  3478.904] (II) No input driver specified, ignoring this device.
[  3478.904] (II) This device may have been added with another device file.
[  3478.904] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[  3478.904] (II) No input driver specified, ignoring this device.
[  3478.904] (II) This device may have been added with another device file.
[  3478.904] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/event5)
[  3478.904] (**) Logitech Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[  3478.904] (II) Using input driver 'libinput' for 'Logitech Wireless Receiver Mouse'
[  3478.956] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[  3478.956] (**) Logitech Wireless Receiver Mouse: always reports core events
[  3478.956] (**) Option "Device" "/dev/input/event5"
[  3478.957] (II) event5  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[  3478.957] (II) event5  - Logitech Wireless Receiver Mouse: device is a pointer
[  3478.957] (II) event5  - Logitech Wireless Receiver Mouse: device removed
[  3478.957] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.957] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.957] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.957] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C542.0001/input/input5/event5"
[  3478.957] (II) XINPUT: Adding extended input device "Logitech Wireless Receiver Mouse" (type: MOUSE, id 10)
[  3478.957] (**) Option "AccelerationScheme" "none"
[  3478.957] (**) Logitech Wireless Receiver Mouse: (accel) selected scheme none/0
[  3478.957] (**) Logitech Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[  3478.957] (**) Logitech Wireless Receiver Mouse: (accel) acceleration threshold: 4
[  3478.957] (II) event5  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[  3478.957] (II) event5  - Logitech Wireless Receiver Mouse: device is a pointer
[  3478.958] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/mouse0)
[  3478.958] (II) No input driver specified, ignoring this device.
[  3478.958] (II) This device may have been added with another device file.
[  3478.958] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/event16)
[  3478.958] (**) ASUP1205:00 093A:2003 Mouse: Applying InputClass "libinput pointer catchall"
[  3478.958] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Mouse'
[  3478.958] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 47 paused 0
[  3478.958] (**) ASUP1205:00 093A:2003 Mouse: always reports core events
[  3478.958] (**) Option "Device" "/dev/input/event16"
[  3478.959] (II) event16 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[  3478.959] (II) event16 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[  3478.959] (II) event16 - ASUP1205:00 093A:2003 Mouse: device removed
[  3478.959] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.959] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.959] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.959] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input18/event16"
[  3478.959] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Mouse" (type: MOUSE, id 11)
[  3478.959] (**) Option "AccelerationScheme" "none"
[  3478.959] (**) ASUP1205:00 093A:2003 Mouse: (accel) selected scheme none/0
[  3478.959] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration factor: 2.000
[  3478.959] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration threshold: 4
[  3478.959] (II) event16 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[  3478.959] (II) event16 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[  3478.960] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/mouse1)
[  3478.960] (II) No input driver specified, ignoring this device.
[  3478.960] (II) This device may have been added with another device file.
[  3478.960] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/event17)
[  3478.960] (**) ASUP1205:00 093A:2003 Touchpad: Applying InputClass "libinput touchpad catchall"
[  3478.960] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Touchpad'
[  3478.960] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 48 paused 0
[  3478.960] (**) ASUP1205:00 093A:2003 Touchpad: always reports core events
[  3478.960] (**) Option "Device" "/dev/input/event17"
[  3478.961] (II) event17 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[  3478.961] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[  3478.961] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device removed
[  3478.961] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.961] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.961] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3478.962] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input19/event17"
[  3478.962] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Touchpad" (type: TOUCHPAD, id 12)
[  3478.962] (**) Option "AccelerationScheme" "none"
[  3478.962] (**) ASUP1205:00 093A:2003 Touchpad: (accel) selected scheme none/0
[  3478.962] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration factor: 2.000
[  3478.962] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration threshold: 4
[  3478.962] (II) event17 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[  3478.963] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[  3478.963] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/mouse2)
[  3478.963] (II) No input driver specified, ignoring this device.
[  3478.963] (II) This device may have been added with another device file.
[  3478.964] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event13)
[  3478.964] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[  3478.964] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[  3478.964] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
[  3478.964] (**) ITE5570:00 048D:8051: always reports core events
[  3478.964] (**) Option "Device" "/dev/input/event13"
[  3478.964] (II) event13 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[  3478.964] (II) event13 - ITE5570:00 048D:8051: device is a keyboard
[  3478.965] (II) event13 - ITE5570:00 048D:8051: device removed
[  3478.965] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-6/i2c-ITE5570:00/0018:048D:8051.0003/input/input13/event13"
[  3478.965] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 13)
[  3478.965] (II) event13 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[  3478.965] (II) event13 - ITE5570:00 048D:8051: device is a keyboard
[  3478.965] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[  3478.965] (II) No input driver specified, ignoring this device.
[  3478.965] (II) This device may have been added with another device file.
[  3478.965] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[  3478.965] (II) No input driver specified, ignoring this device.
[  3478.965] (II) This device may have been added with another device file.
[  3478.965] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[  3478.965] (II) No input driver specified, ignoring this device.
[  3478.965] (II) This device may have been added with another device file.
[  3478.965] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[  3478.965] (II) No input driver specified, ignoring this device.
[  3478.965] (II) This device may have been added with another device file.
[  3478.966] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[  3478.966] (II) No input driver specified, ignoring this device.
[  3478.966] (II) This device may have been added with another device file.
[  3478.966] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[  3478.966] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  3478.966] (II) Using input driver 'libinput' for 'Intel HID events'
[  3478.966] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[  3478.966] (**) Intel HID events: always reports core events
[  3478.966] (**) Option "Device" "/dev/input/event7"
[  3478.966] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[  3478.966] (II) event7  - Intel HID events: device is a keyboard
[  3478.966] (II) event7  - Intel HID events: device removed
[  3478.966] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event7"
[  3478.966] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[  3478.967] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[  3478.967] (II) event7  - Intel HID events: device is a keyboard
[  3478.967] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[  3478.967] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[  3478.967] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[  3478.967] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 51 paused 0
[  3478.967] (**) Intel HID 5 button array: always reports core events
[  3478.967] (**) Option "Device" "/dev/input/event8"
[  3478.967] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  3478.967] (II) event8  - Intel HID 5 button array: device is a keyboard
[  3478.968] (II) event8  - Intel HID 5 button array: device removed
[  3478.968] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input8/event8"
[  3478.968] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[  3478.968] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  3478.968] (II) event8  - Intel HID 5 button array: device is a keyboard
[  3478.968] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[  3478.968] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  3478.968] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  3478.968] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 52 paused 0
[  3478.968] (**) Asus WMI hotkeys: always reports core events
[  3478.968] (**) Option "Device" "/dev/input/event10"
[  3478.969] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  3478.969] (II) event10 - Asus WMI hotkeys: device is a keyboard
[  3478.969] (II) event10 - Asus WMI hotkeys: device removed
[  3478.969] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event10"
[  3478.969] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[  3478.969] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  3478.969] (II) event10 - Asus WMI hotkeys: device is a keyboard
[  3478.969] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[  3478.969] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  3478.969] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  3478.970] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 53 paused 0
[  3478.970] (**) AT Translated Set 2 keyboard: always reports core events
[  3478.970] (**) Option "Device" "/dev/input/event6"
[  3478.970] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  3478.970] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[  3478.970] (II) event6  - AT Translated Set 2 keyboard: device removed
[  3478.970] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[  3478.970] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[  3478.971] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  3478.971] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[  3478.971] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  3478.971] (II) No input driver specified, ignoring this device.
[  3478.971] (II) This device may have been added with another device file.

Offline

#11 2025-06-01 08:38:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

So you've a static server config, forcing it to run on the nvidia GPU (but the monitor seems connected there)
Why?

Run the two glxinfo versions on the wayland session, let's see whether you're using the nvidia gpu there as well and at all.

Then post the output of

loginctl session-status

there're basically two scenarios:
1. you're running a compositor that caps at 60Hz
2. feelings about "looking smoothly" are a lousy metric
(2) is actually inherently true, can you quantify that (ie. explain it w/o using any adjectives)?

Ultimately remove the xorg.conf test again and post an update x11 log.

Offline

#12 2025-06-01 08:56:35

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

seth wrote:

2. feelings about "looking smoothly" are a lousy metric
(2) is actually inherently true, can you quantify that (ie. explain it w/o using any adjectives)?

Sorry about that. But after an hour of testing, I would say that the output feel like it was trying to give 60 fps but with a larger amount of fps. I tried to record my screen, checked frame by frame and noticed most of the frames are freezed (only Minecraft).

Offline

#13 2025-06-01 09:04:18

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

Here are the outputs under Wayland (Hyprland) session

$ glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3350 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.153.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 570.153.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 570.153.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
$DRI_PRIME=1 glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3353 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.153.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 570.153.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 570.153.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
$ loginctl session-status

1 - louis (1000)
  Since: Sun 2025-06-01 11:42:40 +07; 4h 20min ago
  State: active
 Leader: 734 (login)
   Seat: seat0; vc1
    TTY: tty1
 Remote: no
Service: login
   Type: wayland
  Class: user
   Idle: no
   Unit: session-1.scope
         ├─  734 "login -- louis"
         ├─  821 -bash
         ├─52980 Hyprland
         ├─53013 fcitx5
         ├─53020 hyprpaper
         ├─53024 Xwayland :0 -rootless -core -listenfd 78 -listenfd 79 -displayfd 111 -wm 108
         ├─53061 kitty
         ├─53064 /usr/bin/kitten __atexit__
         ├─53111 /usr/lib/firefox/firefox
         ├─53115 /usr/lib/firefox/crashhelper 53111 9 /tmp/ 10 12
         ├─53181 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250529222153 -prefsHandle 0:3785>
         ├─53204 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:37959 -prefMapHandle>
         ├─53208 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250529222153 -prefsHandle 0:3795>
         ├─53270 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:46405 -prefMapHandle>
         ├─53320 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250529222153 -sandboxingKind 0 ->
         ├─53337 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:41524 -prefMapHandle>
         ├─53340 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:41524 -prefMapHandle>
         ├─53344 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:41524 -prefMapHandle>
         ├─53428 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0:41524 -prefMapHandle>
         ├─53635 kitty
         └─53640 /usr/bin/kitten __atexit__

Jun 01 12:32:21 oweo vim[27599]: *** err
Jun 01 12:32:21 oweo vim[27599]: Oh, oh, it's an error! possibly I die!
Jun 01 12:37:16 oweo vim[29995]: *** err
Jun 01 12:37:16 oweo vim[29995]: /dev/tty1: Permission denied
Jun 01 12:37:16 oweo vim[29995]: *** err
Jun 01 12:37:16 oweo vim[29995]: Oh, oh, it's an error! possibly I die!
Jun 01 15:57:13 oweo sudo[52933]: pam_unix(sudo:auth): authentication failure; logname=louis uid=1000 eu>
Jun 01 15:57:22 oweo sudo[52933]:    louis : TTY=tty1 ; PWD=/home/louis ; USER=root ; COMMAND=/usr/bin/p>
Jun 01 15:57:22 oweo sudo[52933]: pam_unix(sudo:session): session opened for user root(uid=0) by louis(u>
Jun 01 15:57:25 oweo sudo[52933]: pam_unix(sudo:session): session closed for user root

Offline

#14 2025-06-01 09:09:52

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

Here is the updated log

$cat Xorg.0.log

[ 16071.236] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 16071.236] Current Operating System: Linux oweo 6.14.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 29 May 2025 21:42:15 +0000 x86_64
[ 16071.236] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1502f86b-5c41-4422-9157-673814ef5b4e rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia-drm.fbdev=1
[ 16071.236]  
[ 16071.236] Current version of pixman: 0.46.0
[ 16071.236] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 16071.236] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16071.236] (==) Log file: "/home/louis/.local/share/xorg/Xorg.0.log", Time: Sun Jun  1 16:07:15 2025
[ 16071.237] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 16071.237] (==) ServerLayout "layout"
[ 16071.237] (==) No screen section available. Using defaults.
[ 16071.237] (**) |-->Screen "Default Screen Section" (0)
[ 16071.237] (**) |   |-->Monitor "<default monitor>"
[ 16071.237] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 16071.237] (**) Allowing byte-swapped clients
[ 16071.237] (==) Automatically adding devices
[ 16071.237] (==) Automatically enabling devices
[ 16071.237] (==) Automatically adding GPU devices
[ 16071.237] (==) Automatically binding GPU devices
[ 16071.237] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 16071.237] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 16071.237] 	Entry deleted from font path.
[ 16071.237] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 16071.237] 	Entry deleted from font path.
[ 16071.237] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 16071.237] 	Entry deleted from font path.
[ 16071.237] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 16071.237] 	Entry deleted from font path.
[ 16071.237] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[ 16071.237] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 16071.237] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 16071.237] (II) Module ABI versions:
[ 16071.237] 	X.Org ANSI C Emulation: 0.4
[ 16071.237] 	X.Org Video Driver: 25.2
[ 16071.237] 	X.Org XInput driver : 24.4
[ 16071.237] 	X.Org Server Extension : 10.0
[ 16071.238] (++) using VT number 1

[ 16071.239] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 16071.239] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 16071.239] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 16071.239] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 16071.240] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 16071.240] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 16071.240] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 16071.241] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 16071.242] (--) PCI: (0@0:2:0) 8086:4626:1043:1673 rev 12, Mem @ 0x612e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64
[ 16071.242] (--) PCI:*(1@0:0:0) 10de:25a2:1043:1673 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 16071.242] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 16071.242] (II) LoadModule: "glx"
[ 16071.242] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 16071.243] (II) Module glx: vendor="X.Org Foundation"
[ 16071.243] 	compiled for 1.21.1.16, module version = 1.0.0
[ 16071.243] 	ABI class: X.Org Server Extension, version 10.0
[ 16071.243] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 16071.243] 	loading driver: nvidia
[ 16071.243] (==) Matched nvidia as autoconfigured driver 0
[ 16071.243] (==) Matched nouveau as autoconfigured driver 1
[ 16071.243] (==) Matched nv as autoconfigured driver 2
[ 16071.243] (==) Matched intel as autoconfigured driver 3
[ 16071.243] (==) Matched modesetting as autoconfigured driver 4
[ 16071.243] (==) Matched fbdev as autoconfigured driver 5
[ 16071.243] (==) Matched vesa as autoconfigured driver 6
[ 16071.243] (==) Assigned the driver to the xf86ConfigLayout
[ 16071.243] (II) LoadModule: "nvidia"
[ 16071.243] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 16071.243] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 16071.243] 	compiled for 1.6.99.901, module version = 1.0.0
[ 16071.243] 	Module class: X.Org Video Driver
[ 16071.243] (II) LoadModule: "nouveau"
[ 16071.243] (WW) Warning, couldn't open module nouveau
[ 16071.243] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 16071.243] (II) LoadModule: "nv"
[ 16071.243] (WW) Warning, couldn't open module nv
[ 16071.243] (EE) Failed to load module "nv" (module does not exist, 0)
[ 16071.243] (II) LoadModule: "intel"
[ 16071.243] (WW) Warning, couldn't open module intel
[ 16071.243] (EE) Failed to load module "intel" (module does not exist, 0)
[ 16071.243] (II) LoadModule: "modesetting"
[ 16071.243] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 16071.244] (II) Module modesetting: vendor="X.Org Foundation"
[ 16071.244] 	compiled for 1.21.1.16, module version = 1.21.1
[ 16071.244] 	Module class: X.Org Video Driver
[ 16071.244] 	ABI class: X.Org Video Driver, version 25.2
[ 16071.244] (II) LoadModule: "fbdev"
[ 16071.244] (WW) Warning, couldn't open module fbdev
[ 16071.244] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 16071.244] (II) LoadModule: "vesa"
[ 16071.244] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 16071.244] (II) Module vesa: vendor="X.Org Foundation"
[ 16071.244] 	compiled for 1.21.1.11, module version = 2.6.0
[ 16071.244] 	Module class: X.Org Video Driver
[ 16071.244] 	ABI class: X.Org Video Driver, version 25.2
[ 16071.244] (II) NVIDIA dlloader X Driver  570.153.02  Tue May 13 16:24:29 UTC 2025
[ 16071.244] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 16071.244] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 16071.244] (II) VESA: driver for VESA chipsets: vesa
[ 16071.244] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 16071.244] (II) systemd-logind: releasing fd for 226:0
[ 16071.245] (II) Loading sub module "fb"
[ 16071.245] (II) LoadModule: "fb"
[ 16071.245] (II) Module "fb" already built-in
[ 16071.245] (II) Loading sub module "wfb"
[ 16071.245] (II) LoadModule: "wfb"
[ 16071.245] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 16071.245] (II) Module wfb: vendor="X.Org Foundation"
[ 16071.245] 	compiled for 1.21.1.16, module version = 1.0.0
[ 16071.245] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 16071.245] (WW) Falling back to old probe method for modesetting
[ 16071.254] (II) modeset(G0): using drv /dev/dri/card1
[ 16071.254] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 16071.254] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 16071.254] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 16071.254] (==) NVIDIA(0): RGB weight 888
[ 16071.254] (==) NVIDIA(0): Default visual is TrueColor
[ 16071.254] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 16071.254] (**) Option "AllowNVIDIAGpuScreens"
[ 16071.254] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 16071.254] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 16071.254] (**) NVIDIA(0): Enabling 2D acceleration
[ 16071.254] (II) Loading sub module "glxserver_nvidia"
[ 16071.254] (II) LoadModule: "glxserver_nvidia"
[ 16071.254] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 16071.262] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 16071.262] 	compiled for 1.6.99.901, module version = 1.0.0
[ 16071.262] 	Module class: X.Org Server Extension
[ 16071.262] (II) NVIDIA GLX Module  570.153.02  Tue May 13 16:28:30 UTC 2025
[ 16071.262] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 16071.269] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 16071.269] (--) NVIDIA(0):     DFP-0
[ 16071.269] (--) NVIDIA(0):     DFP-1
[ 16071.269] (--) NVIDIA(0):     DFP-2 (boot)
[ 16071.269] (--) NVIDIA(0):     DFP-3
[ 16071.292] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[ 16071.292] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[ 16071.292] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 16071.292] (--) NVIDIA(0): VideoBIOS: 94.07.72.40.96
[ 16071.292] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 16071.382] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 16071.382] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 16071.382] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 16071.382] (--) NVIDIA(GPU-0): 
[ 16071.383] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 16071.383] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 16071.383] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 16071.383] (--) NVIDIA(GPU-0): 
[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): connected
[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): Internal DisplayPort
[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): 2670.0 MHz maximum pixel clock
[ 16071.385] (--) NVIDIA(GPU-0): 
[ 16071.385] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 16071.385] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 16071.385] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 16071.385] (--) NVIDIA(GPU-0): 
[ 16071.388] (==) NVIDIA(0): 
[ 16071.388] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 16071.388] (==) NVIDIA(0):     will be used as the requested mode.
[ 16071.388] (==) NVIDIA(0): 
[ 16071.395] (II) NVIDIA(0): Validated MetaModes:
[ 16071.395] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[ 16071.395] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 16071.482] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[ 16071.482] (--) NVIDIA(0):     option
[ 16071.482] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 16071.482] (==) modeset(G0): RGB weight 888
[ 16071.482] (==) modeset(G0): Default visual is TrueColor
[ 16071.482] (II) Loading sub module "glamoregl"
[ 16071.482] (II) LoadModule: "glamoregl"
[ 16071.482] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 16071.484] (II) Module glamoregl: vendor="X.Org Foundation"
[ 16071.484] 	compiled for 1.21.1.16, module version = 1.0.1
[ 16071.484] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 16071.504] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 16071.504] (II) modeset(G0): glamor initialized
[ 16071.504] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 16071.504] (II) modeset(G0): Output DP-1-3 has no monitor section
[ 16071.505] (II) modeset(G0): EDID for output DP-1-2
[ 16071.505] (II) modeset(G0): EDID for output DP-1-3
[ 16071.505] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 16071.505] (==) modeset(G0): DPI set to (96, 96)
[ 16071.505] (II) Loading sub module "fb"
[ 16071.505] (II) LoadModule: "fb"
[ 16071.505] (II) Module "fb" already built-in
[ 16071.505] (II) UnloadModule: "vesa"
[ 16071.505] (II) Unloading vesa
[ 16071.505] (WW) NVIDIA: Failed to bind sideband socket to
[ 16071.505] (WW) NVIDIA:     '/var/run/nvidia-xdriver-54ec1242' Permission denied
[ 16071.508] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 16071.508] (II) NVIDIA:     access.
[ 16071.527] (WW) NVIDIA(0): ACPI: failed to determine the system's current power source
[ 16071.527] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 16071.527] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 16071.527] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 16071.527] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 16071.527] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 16071.528] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 16071.528] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 16071.528] (II) NVIDIA(0):     Config Options in the README.
[ 16071.549] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[ 16072.503] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 16072.503] (==) NVIDIA(0): Backing store enabled
[ 16072.503] (==) NVIDIA(0): Silken mouse enabled
[ 16072.503] (==) NVIDIA(0): DPMS enabled
[ 16072.503] (II) Loading sub module "dri2"
[ 16072.503] (II) LoadModule: "dri2"
[ 16072.503] (II) Module "dri2" already built-in
[ 16072.503] (II) NVIDIA(0): [DRI2] Setup complete
[ 16072.503] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 16072.517] (==) modeset(G0): Backing store enabled
[ 16072.517] (==) modeset(G0): Silken mouse enabled
[ 16072.518] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 16072.518] (==) modeset(G0): DPMS enabled
[ 16072.518] (II) modeset(G0): [DRI2] Setup complete
[ 16072.518] (II) modeset(G0): [DRI2]   DRI driver: iris
[ 16072.518] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[ 16072.518] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 16072.518] (II) Initializing extension Generic Event Extension
[ 16072.518] (II) Initializing extension SHAPE
[ 16072.518] (II) Initializing extension MIT-SHM
[ 16072.518] (II) Initializing extension XInputExtension
[ 16072.518] (II) Initializing extension XTEST
[ 16072.518] (II) Initializing extension BIG-REQUESTS
[ 16072.518] (II) Initializing extension SYNC
[ 16072.518] (II) Initializing extension XKEYBOARD
[ 16072.518] (II) Initializing extension XC-MISC
[ 16072.518] (II) Initializing extension SECURITY
[ 16072.518] (II) Initializing extension XFIXES
[ 16072.518] (II) Initializing extension RENDER
[ 16072.518] (II) Initializing extension RANDR
[ 16072.519] (II) Initializing extension COMPOSITE
[ 16072.519] (II) Initializing extension DAMAGE
[ 16072.519] (II) Initializing extension MIT-SCREEN-SAVER
[ 16072.519] (II) Initializing extension DOUBLE-BUFFER
[ 16072.519] (II) Initializing extension RECORD
[ 16072.519] (II) Initializing extension DPMS
[ 16072.519] (II) Initializing extension Present
[ 16072.519] (II) Initializing extension DRI3
[ 16072.519] (II) Initializing extension X-Resource
[ 16072.519] (II) Initializing extension XVideo
[ 16072.519] (II) Initializing extension XVideo-MotionCompensation
[ 16072.519] (II) Initializing extension GLX
[ 16072.519] (II) Initializing extension GLX
[ 16072.519] (II) Indirect GLX disabled.
[ 16072.519] (II) GLX: Another vendor is already registered for screen 0
[ 16072.519] (II) Initializing extension XFree86-VidModeExtension
[ 16072.519] (II) Initializing extension XFree86-DGA
[ 16072.519] (II) Initializing extension XFree86-DRI
[ 16072.519] (II) Initializing extension DRI2
[ 16072.519] (II) Initializing extension NV-GLX
[ 16072.519] (II) Initializing extension NV-CONTROL
[ 16072.519] (II) Initializing extension XINERAMA
[ 16072.520] (II) modeset(G0): Damage tracking initialized
[ 16072.577] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 16072.577] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 16072.577] (II) LoadModule: "libinput"
[ 16072.577] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 16072.578] (II) Module libinput: vendor="X.Org Foundation"
[ 16072.578] 	compiled for 1.21.1.13, module version = 1.5.0
[ 16072.578] 	Module class: X.Org XInput Driver
[ 16072.578] 	ABI class: X.Org XInput driver, version 24.4
[ 16072.578] (II) Using input driver 'libinput' for 'Video Bus'
[ 16072.579] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[ 16072.579] (**) Video Bus: always reports core events
[ 16072.579] (**) Option "Device" "/dev/input/event4"
[ 16072.580] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 16072.580] (II) event4  - Video Bus: device is a keyboard
[ 16072.580] (II) event4  - Video Bus: device removed
[ 16072.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 16072.580] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 16072.580] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 16072.580] (II) event4  - Video Bus: device is a keyboard
[ 16072.580] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 16072.580] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 16072.580] (II) Using input driver 'libinput' for 'Video Bus'
[ 16072.581] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
[ 16072.581] (**) Video Bus: always reports core events
[ 16072.581] (**) Option "Device" "/dev/input/event3"
[ 16072.581] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[ 16072.581] (II) event3  - Video Bus: device is a keyboard
[ 16072.582] (II) event3  - Video Bus: device removed
[ 16072.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[ 16072.582] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 16072.582] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[ 16072.582] (II) event3  - Video Bus: device is a keyboard
[ 16072.582] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 16072.582] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16072.582] (II) Using input driver 'libinput' for 'Power Button'
[ 16072.582] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[ 16072.582] (**) Power Button: always reports core events
[ 16072.582] (**) Option "Device" "/dev/input/event1"
[ 16072.583] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 16072.583] (II) event1  - Power Button: device is a keyboard
[ 16072.583] (II) event1  - Power Button: device removed
[ 16072.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 16072.583] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 16072.583] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 16072.583] (II) event1  - Power Button: device is a keyboard
[ 16072.583] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 16072.583] (II) No input driver specified, ignoring this device.
[ 16072.583] (II) This device may have been added with another device file.
[ 16072.583] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 16072.583] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 16072.583] (II) Using input driver 'libinput' for 'Sleep Button'
[ 16072.584] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[ 16072.584] (**) Sleep Button: always reports core events
[ 16072.584] (**) Option "Device" "/dev/input/event0"
[ 16072.584] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[ 16072.584] (II) event0  - Sleep Button: device is a keyboard
[ 16072.584] (II) event0  - Sleep Button: device removed
[ 16072.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 16072.584] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 16072.584] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[ 16072.584] (II) event0  - Sleep Button: device is a keyboard
[ 16072.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 16072.585] (II) No input driver specified, ignoring this device.
[ 16072.585] (II) This device may have been added with another device file.
[ 16072.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 16072.585] (II) No input driver specified, ignoring this device.
[ 16072.585] (II) This device may have been added with another device file.
[ 16072.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 16072.585] (II) No input driver specified, ignoring this device.
[ 16072.585] (II) This device may have been added with another device file.
[ 16072.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 16072.585] (II) No input driver specified, ignoring this device.
[ 16072.585] (II) This device may have been added with another device file.
[ 16072.585] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/event5)
[ 16072.585] (**) Logitech Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 16072.585] (II) Using input driver 'libinput' for 'Logitech Wireless Receiver Mouse'
[ 16072.637] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[ 16072.637] (**) Logitech Wireless Receiver Mouse: always reports core events
[ 16072.637] (**) Option "Device" "/dev/input/event5"
[ 16072.638] (II) event5  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 16072.638] (II) event5  - Logitech Wireless Receiver Mouse: device is a pointer
[ 16072.638] (II) event5  - Logitech Wireless Receiver Mouse: device removed
[ 16072.638] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.638] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.638] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C542.0001/input/input5/event5"
[ 16072.638] (II) XINPUT: Adding extended input device "Logitech Wireless Receiver Mouse" (type: MOUSE, id 10)
[ 16072.638] (**) Option "AccelerationScheme" "none"
[ 16072.638] (**) Logitech Wireless Receiver Mouse: (accel) selected scheme none/0
[ 16072.638] (**) Logitech Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[ 16072.638] (**) Logitech Wireless Receiver Mouse: (accel) acceleration threshold: 4
[ 16072.639] (II) event5  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 16072.639] (II) event5  - Logitech Wireless Receiver Mouse: device is a pointer
[ 16072.639] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/mouse0)
[ 16072.639] (II) No input driver specified, ignoring this device.
[ 16072.639] (II) This device may have been added with another device file.
[ 16072.639] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/event16)
[ 16072.639] (**) ASUP1205:00 093A:2003 Mouse: Applying InputClass "libinput pointer catchall"
[ 16072.639] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Mouse'
[ 16072.640] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 52 paused 0
[ 16072.640] (**) ASUP1205:00 093A:2003 Mouse: always reports core events
[ 16072.640] (**) Option "Device" "/dev/input/event16"
[ 16072.640] (II) event16 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[ 16072.640] (II) event16 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[ 16072.641] (II) event16 - ASUP1205:00 093A:2003 Mouse: device removed
[ 16072.641] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.641] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.641] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input18/event16"
[ 16072.641] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Mouse" (type: MOUSE, id 11)
[ 16072.641] (**) Option "AccelerationScheme" "none"
[ 16072.641] (**) ASUP1205:00 093A:2003 Mouse: (accel) selected scheme none/0
[ 16072.641] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration factor: 2.000
[ 16072.641] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration threshold: 4
[ 16072.641] (II) event16 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[ 16072.641] (II) event16 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[ 16072.641] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/mouse1)
[ 16072.641] (II) No input driver specified, ignoring this device.
[ 16072.641] (II) This device may have been added with another device file.
[ 16072.642] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/event17)
[ 16072.642] (**) ASUP1205:00 093A:2003 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 16072.642] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Touchpad'
[ 16072.642] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 53 paused 0
[ 16072.642] (**) ASUP1205:00 093A:2003 Touchpad: always reports core events
[ 16072.642] (**) Option "Device" "/dev/input/event17"
[ 16072.643] (II) event17 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[ 16072.644] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[ 16072.644] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device removed
[ 16072.644] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.644] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.644] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16072.644] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input19/event17"
[ 16072.644] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Touchpad" (type: TOUCHPAD, id 12)
[ 16072.644] (**) Option "AccelerationScheme" "none"
[ 16072.644] (**) ASUP1205:00 093A:2003 Touchpad: (accel) selected scheme none/0
[ 16072.644] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration factor: 2.000
[ 16072.644] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration threshold: 4
[ 16072.645] (II) event17 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[ 16072.645] (II) event17 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[ 16072.646] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/mouse2)
[ 16072.646] (II) No input driver specified, ignoring this device.
[ 16072.646] (II) This device may have been added with another device file.
[ 16072.646] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event13)
[ 16072.646] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[ 16072.646] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[ 16072.646] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 54 paused 0
[ 16072.646] (**) ITE5570:00 048D:8051: always reports core events
[ 16072.646] (**) Option "Device" "/dev/input/event13"
[ 16072.647] (II) event13 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[ 16072.647] (II) event13 - ITE5570:00 048D:8051: device is a keyboard
[ 16072.647] (II) event13 - ITE5570:00 048D:8051: device removed
[ 16072.647] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-6/i2c-ITE5570:00/0018:048D:8051.0003/input/input13/event13"
[ 16072.647] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 13)
[ 16072.647] (II) event13 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[ 16072.647] (II) event13 - ITE5570:00 048D:8051: device is a keyboard
[ 16072.648] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[ 16072.648] (II) No input driver specified, ignoring this device.
[ 16072.648] (II) This device may have been added with another device file.
[ 16072.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[ 16072.648] (II) No input driver specified, ignoring this device.
[ 16072.648] (II) This device may have been added with another device file.
[ 16072.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[ 16072.648] (II) No input driver specified, ignoring this device.
[ 16072.648] (II) This device may have been added with another device file.
[ 16072.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[ 16072.648] (II) No input driver specified, ignoring this device.
[ 16072.648] (II) This device may have been added with another device file.
[ 16072.648] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[ 16072.648] (II) No input driver specified, ignoring this device.
[ 16072.648] (II) This device may have been added with another device file.
[ 16072.648] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[ 16072.648] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 16072.648] (II) Using input driver 'libinput' for 'Intel HID events'
[ 16072.649] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 55 paused 0
[ 16072.649] (**) Intel HID events: always reports core events
[ 16072.649] (**) Option "Device" "/dev/input/event7"
[ 16072.649] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[ 16072.649] (II) event7  - Intel HID events: device is a keyboard
[ 16072.649] (II) event7  - Intel HID events: device removed
[ 16072.649] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event7"
[ 16072.649] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[ 16072.649] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[ 16072.649] (II) event7  - Intel HID events: device is a keyboard
[ 16072.649] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[ 16072.649] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 16072.649] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 16072.650] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 56 paused 0
[ 16072.650] (**) Intel HID 5 button array: always reports core events
[ 16072.650] (**) Option "Device" "/dev/input/event8"
[ 16072.650] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 16072.650] (II) event8  - Intel HID 5 button array: device is a keyboard
[ 16072.650] (II) event8  - Intel HID 5 button array: device removed
[ 16072.650] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input8/event8"
[ 16072.650] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[ 16072.650] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 16072.650] (II) event8  - Intel HID 5 button array: device is a keyboard
[ 16072.651] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[ 16072.651] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 16072.651] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 16072.651] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 57 paused 0
[ 16072.651] (**) Asus WMI hotkeys: always reports core events
[ 16072.651] (**) Option "Device" "/dev/input/event10"
[ 16072.652] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 16072.652] (II) event10 - Asus WMI hotkeys: device is a keyboard
[ 16072.652] (II) event10 - Asus WMI hotkeys: device removed
[ 16072.652] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event10"
[ 16072.652] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[ 16072.652] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 16072.652] (II) event10 - Asus WMI hotkeys: device is a keyboard
[ 16072.653] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[ 16072.653] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 16072.653] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 16072.653] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 58 paused 0
[ 16072.653] (**) AT Translated Set 2 keyboard: always reports core events
[ 16072.653] (**) Option "Device" "/dev/input/event6"
[ 16072.654] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16072.654] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[ 16072.655] (II) event6  - AT Translated Set 2 keyboard: device removed
[ 16072.655] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[ 16072.655] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[ 16072.655] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16072.655] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[ 16072.656] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 16072.656] (II) No input driver specified, ignoring this device.
[ 16072.656] (II) This device may have been added with another device file.

Offline

#15 2025-06-01 13:28:40

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

loginctl is only relevant from the X11 session.

most of the frames are freezed (only Minecraft)

So this doesn't extend to eg. glxgears?
Have you tried to lower the resolution and graphical features in minecraft and checked whether it's maybe bringing your CPU to its limits?
What "minecraft" is this, does it maybe render on vulkan instead of opengl?

Offline

#16 2025-06-01 13:33:14

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

I have Minecraft latest version (1.21.5) and also a fabric profile with Sodium on. It also renders on OpenGL.

Offline

#17 2025-06-03 04:27:30

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

I managed to fix the issue using supergfxctl by switching to Hybrid mode so my desktop will use iGPU by default and forcing Minecraft to use dGPU. It was a weird issue

Offline

#18 2025-06-03 06:03:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

That would also be the default setup, w/o any optimus managers?
But the monitor is also connected to the nvidia GPU, so now you're rendering on the nvidia GPU, copying the result to the intel chip and from there back to nvidia for reverse prime?
And that makes it better?

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#19 2025-06-03 06:32:50

louiszn
Member
Registered: 2025-04-02
Posts: 12

Re: [SOLVED] Minecraft capped at 60fps under xorg

seth wrote:

That would also be the default setup, w/o any optimus managers?
But the monitor is also connected to the nvidia GPU, so now you're rendering on the nvidia GPU, copying the result to the intel chip and from there back to nvidia for reverse prime?
And that makes it better?

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

When I checked supergfxctl at first, it was AsusMuxDgpu by default. I don't think supergfxctl set that since I just installed it today.

[    25.551] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[    25.551] Current Operating System: Linux oweo 6.14.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 29 May 2025 21:42:15 +0000 x86_64
[    25.551] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1502f86b-5c41-4422-9157-673814ef5b4e rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia-drm.fbdev=1
[    25.551]  
[    25.551] Current version of pixman: 0.46.0
[    25.551] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.551] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.551] (==) Log file: "/home/louis/.local/share/xorg/Xorg.0.log", Time: Tue Jun  3 12:46:18 2025
[    25.552] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.552] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.552] (==) ServerLayout "layout"
[    25.552] (==) No screen section available. Using defaults.
[    25.552] (**) |-->Screen "Default Screen Section" (0)
[    25.552] (**) |   |-->Monitor "<default monitor>"
[    25.552] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.552] (**) Allowing byte-swapped clients
[    25.552] (==) Automatically adding devices
[    25.552] (==) Automatically enabling devices
[    25.552] (==) Automatically adding GPU devices
[    25.552] (==) Automatically binding GPU devices
[    25.552] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.552] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    25.552] 	Entry deleted from font path.
[    25.552] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    25.552] 	Entry deleted from font path.
[    25.552] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    25.552] 	Entry deleted from font path.
[    25.552] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    25.552] 	Entry deleted from font path.
[    25.553] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    25.553] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.553] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.553] (II) Module ABI versions:
[    25.553] 	X.Org ANSI C Emulation: 0.4
[    25.553] 	X.Org Video Driver: 25.2
[    25.553] 	X.Org XInput driver : 24.4
[    25.553] 	X.Org Server Extension : 10.0
[    25.554] (++) using VT number 1

[    25.554] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    25.555] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.555] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    25.555] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    25.555] (II) xfree86: Adding drm device (/dev/dri/card1)
[    25.555] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    25.555] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[    25.556] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    25.556] (--) PCI:*(0@0:2:0) 8086:4626:1043:1673 rev 12, Mem @ 0x612e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    25.556] (--) PCI: (1@0:0:0) 10de:25a2:1043:1673 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    25.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.556] (II) LoadModule: "glx"
[    25.557] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.561] (II) Module glx: vendor="X.Org Foundation"
[    25.561] 	compiled for 1.21.1.16, module version = 1.0.0
[    25.561] 	ABI class: X.Org Server Extension, version 10.0
[    25.561] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    25.561] 	loading driver: nvidia
[    25.561] (==) Matched intel as autoconfigured driver 0
[    25.561] (==) Matched nvidia as autoconfigured driver 1
[    25.561] (==) Matched nouveau as autoconfigured driver 2
[    25.561] (==) Matched nv as autoconfigured driver 3
[    25.561] (==) Matched modesetting as autoconfigured driver 4
[    25.561] (==) Matched fbdev as autoconfigured driver 5
[    25.561] (==) Matched vesa as autoconfigured driver 6
[    25.561] (==) Assigned the driver to the xf86ConfigLayout
[    25.561] (II) LoadModule: "intel"
[    25.561] (WW) Warning, couldn't open module intel
[    25.561] (EE) Failed to load module "intel" (module does not exist, 0)
[    25.561] (II) LoadModule: "nvidia"
[    25.561] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    25.563] (II) Module nvidia: vendor="NVIDIA Corporation"
[    25.563] 	compiled for 1.6.99.901, module version = 1.0.0
[    25.563] 	Module class: X.Org Video Driver
[    25.563] (II) LoadModule: "nouveau"
[    25.563] (WW) Warning, couldn't open module nouveau
[    25.563] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    25.563] (II) LoadModule: "nv"
[    25.563] (WW) Warning, couldn't open module nv
[    25.563] (EE) Failed to load module "nv" (module does not exist, 0)
[    25.563] (II) LoadModule: "modesetting"
[    25.563] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    25.563] (II) Module modesetting: vendor="X.Org Foundation"
[    25.563] 	compiled for 1.21.1.16, module version = 1.21.1
[    25.563] 	Module class: X.Org Video Driver
[    25.563] 	ABI class: X.Org Video Driver, version 25.2
[    25.563] (II) LoadModule: "fbdev"
[    25.563] (WW) Warning, couldn't open module fbdev
[    25.563] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    25.563] (II) LoadModule: "vesa"
[    25.563] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    25.564] (II) Module vesa: vendor="X.Org Foundation"
[    25.564] 	compiled for 1.21.1.11, module version = 2.6.0
[    25.564] 	Module class: X.Org Video Driver
[    25.564] 	ABI class: X.Org Video Driver, version 25.2
[    25.564] (II) NVIDIA dlloader X Driver  575.57.08  Sat May 24 06:54:23 UTC 2025
[    25.564] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    25.564] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.564] (II) VESA: driver for VESA chipsets: vesa
[    25.564] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    25.564] (II) modeset(0): using drv /dev/dri/card1
[    25.564] (II) systemd-logind: releasing fd for 226:0
[    25.565] (II) Loading sub module "fb"
[    25.565] (II) LoadModule: "fb"
[    25.565] (II) Module "fb" already built-in
[    25.565] (II) Loading sub module "wfb"
[    25.565] (II) LoadModule: "wfb"
[    25.565] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    25.565] (II) Module wfb: vendor="X.Org Foundation"
[    25.565] 	compiled for 1.21.1.16, module version = 1.0.0
[    25.565] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.565] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    25.565] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.565] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    25.565] (==) modeset(0): RGB weight 888
[    25.565] (==) modeset(0): Default visual is TrueColor
[    25.565] (II) Loading sub module "glamoregl"
[    25.565] (II) LoadModule: "glamoregl"
[    25.565] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    25.568] (II) Module glamoregl: vendor="X.Org Foundation"
[    25.568] 	compiled for 1.21.1.16, module version = 1.0.1
[    25.568] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.702] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    25.702] (II) modeset(0): glamor initialized
[    25.702] (==) modeset(0): VariableRefresh: disabled
[    25.702] (==) modeset(0): AsyncFlipSecondaries: disabled
[    25.703] (II) modeset(0): Output eDP-2 has no monitor section
[    25.703] (II) modeset(0): Output DP-2 has no monitor section
[    25.703] (II) modeset(0): Output DP-3 has no monitor section
[    25.705] (II) modeset(0): EDID for output eDP-2
[    25.705] (II) modeset(0): Manufacturer: CMN  Model: 1521  Serial#: 0
[    25.705] (II) modeset(0): Year: 2020  Week: 1
[    25.705] (II) modeset(0): EDID Version: 1.4
[    25.705] (II) modeset(0): Digital Display Input
[    25.705] (II) modeset(0): 8 bits per channel
[    25.705] (II) modeset(0): Digital interface is DisplayPort
[    25.705] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    25.705] (II) modeset(0): Gamma: 2.20
[    25.705] (II) modeset(0): No DPMS capabilities specified
[    25.705] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    25.705] (II) modeset(0): First detailed timing is preferred mode
[    25.705] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    25.705] (II) modeset(0): Display is continuous-frequency
[    25.705] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[    25.705] (II) modeset(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[    25.705] (II) modeset(0): Manufacturer's mask: 0
[    25.705] (II) modeset(0): Supported detailed timing:
[    25.705] (II) modeset(0): clock: 342.1 MHz   Image Size:  344 x 193 mm
[    25.705] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    25.705] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1095 v_blanking: 1142 v_border: 0
[    25.705] (II) modeset(0): Supported detailed timing:
[    25.705] (II) modeset(0): clock: 142.5 MHz   Image Size:  344 x 193 mm
[    25.705] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    25.705] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1095 v_blanking: 1142 v_border: 0
[    25.705] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[    25.705] (II) modeset(0):  N156HRA-EA1
[    25.705] (II) modeset(0): EDID (in hex):
[    25.705] (II) modeset(0): 	00ffffffffffff000dae211500000000
[    25.705] (II) modeset(0): 	011e0104a52213780328659759548e27
[    25.705] (II) modeset(0): 	1e505400000001010101010101010101
[    25.705] (II) modeset(0): 	0101010101019e8580a070383e403020
[    25.705] (II) modeset(0): 	a50058c110000018ad3780a070383e40
[    25.705] (II) modeset(0): 	3020a50058c110000018000000fd0030
[    25.705] (II) modeset(0): 	90a5a522010a202020202020000000fe
[    25.705] (II) modeset(0): 	004e3135364852412d4541310a200080
[    25.705] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    25.705] (II) modeset(0): Printing probed modes for output eDP-2
[    25.705] (II) modeset(0): Modeline "1920x1080"x144.0  342.06  1920 1968 2000 2080  1080 1090 1095 1142 -hsync -vsync (164.5 kHz eP)
[    25.705] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    25.705] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    25.705] (II) modeset(0): Modeline "1920x1080"x60.0  142.53  1920 1968 2000 2080  1080 1090 1095 1142 -hsync -vsync (68.5 kHz e)
[    25.705] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    25.705] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    25.705] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    25.705] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    25.705] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    25.705] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    25.705] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    25.705] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    25.705] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    25.705] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    25.705] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    25.705] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    25.705] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    25.705] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    25.705] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    25.705] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    25.705] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    25.705] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    25.705] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    25.705] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    25.705] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    25.705] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    25.705] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    25.705] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    25.705] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    25.705] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    25.705] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    25.705] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    25.705] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    25.705] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    25.705] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    25.705] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    25.705] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    25.705] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    25.705] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    25.705] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    25.705] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    25.705] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    25.705] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    25.705] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    25.705] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    25.705] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    25.705] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    25.705] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    25.705] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    25.705] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    25.705] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    25.705] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    25.705] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    25.705] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    25.705] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    25.705] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    25.705] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    25.705] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    25.705] (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)
[    25.705] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    25.705] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    25.705] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    25.705] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    25.705] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    25.705] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    25.705] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    25.705] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    25.705] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    25.705] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    25.705] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    25.705] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    25.705] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    25.705] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    25.705] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    25.705] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    25.705] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    25.705] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    25.705] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    25.705] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    25.705] (II) modeset(0): EDID for output DP-2
[    25.705] (II) modeset(0): EDID for output DP-3
[    25.705] (II) modeset(0): Output eDP-2 connected
[    25.705] (II) modeset(0): Output DP-2 disconnected
[    25.705] (II) modeset(0): Output DP-3 disconnected
[    25.705] (II) modeset(0): Using exact sizes for initial modes
[    25.705] (II) modeset(0): Output eDP-2 using initial mode 1920x1080 +0+0
[    25.705] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    25.705] (==) modeset(0): DPI set to (96, 96)
[    25.705] (II) Loading sub module "fb"
[    25.705] (II) LoadModule: "fb"
[    25.705] (II) Module "fb" already built-in
[    25.705] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    25.705] (==) NVIDIA(G0): RGB weight 888
[    25.705] (==) NVIDIA(G0): Default visual is TrueColor
[    25.705] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    25.706] (**) Option "AllowNVIDIAGpuScreens"
[    25.706] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    25.706] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    25.706] (**) NVIDIA(G0): Enabling 2D acceleration
[    25.706] (II) Loading sub module "glxserver_nvidia"
[    25.706] (II) LoadModule: "glxserver_nvidia"
[    25.706] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    25.722] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    25.722] 	compiled for 1.6.99.901, module version = 1.0.0
[    25.722] 	Module class: X.Org Server Extension
[    25.722] (II) NVIDIA GLX Module  575.57.08  Sat May 24 06:58:04 UTC 2025
[    25.722] (II) NVIDIA: The X server supports PRIME Render Offload.
[    25.729] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    25.729] (--) NVIDIA(0):     DFP-0
[    25.729] (--) NVIDIA(0):     DFP-1
[    25.729] (--) NVIDIA(0):     DFP-2
[    25.729] (--) NVIDIA(0):     DFP-3
[    25.752] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[    25.752] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    25.752] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    25.752] (--) NVIDIA(G0): VideoBIOS: 94.07.72.40.96
[    25.752] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    25.753] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    25.753] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    25.753] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    25.753] (--) NVIDIA(GPU-0): 
[    25.754] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    25.754] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    25.754] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    25.754] (--) NVIDIA(GPU-0): 
[    25.754] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    25.754] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    25.754] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    25.754] (--) NVIDIA(GPU-0): 
[    25.754] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    25.754] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    25.754] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    25.754] (--) NVIDIA(GPU-0): 
[    25.760] (II) NVIDIA(G0): Validated MetaModes:
[    25.760] (II) NVIDIA(G0):     "NULL"
[    25.760] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    25.760] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    25.760] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    25.760] (II) UnloadModule: "vesa"
[    25.760] (II) Unloading vesa
[    25.781] (==) modeset(0): Backing store enabled
[    25.781] (==) modeset(0): Silken mouse enabled
[    25.821] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    25.821] (==) modeset(0): DPMS enabled
[    25.821] (II) modeset(0): [DRI2] Setup complete
[    25.821] (II) modeset(0): [DRI2]   DRI driver: iris
[    25.821] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    25.822] (WW) NVIDIA: Failed to bind sideband socket to
[    25.822] (WW) NVIDIA:     '/var/run/nvidia-xdriver-8c379f84' Permission denied
[    25.823] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    25.823] (II) NVIDIA:     access.
[    25.846] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[    25.846] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    25.846] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    25.846] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    25.846] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    25.846] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    25.846] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    25.846] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    25.846] (II) NVIDIA(G0):     Config Options in the README.
[    25.861] (II) NVIDIA(G0): Setting mode "NULL"
[    25.918] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    25.918] (==) NVIDIA(G0): Backing store enabled
[    25.918] (==) NVIDIA(G0): Silken mouse enabled
[    25.918] (==) NVIDIA(G0): DPMS enabled
[    25.919] (II) Loading sub module "dri2"
[    25.919] (II) LoadModule: "dri2"
[    25.919] (II) Module "dri2" already built-in
[    25.919] (II) NVIDIA(G0): [DRI2] Setup complete
[    25.919] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    25.919] (II) Initializing extension Generic Event Extension
[    25.919] (II) Initializing extension SHAPE
[    25.919] (II) Initializing extension MIT-SHM
[    25.919] (II) Initializing extension XInputExtension
[    25.919] (II) Initializing extension XTEST
[    25.919] (II) Initializing extension BIG-REQUESTS
[    25.919] (II) Initializing extension SYNC
[    25.919] (II) Initializing extension XKEYBOARD
[    25.919] (II) Initializing extension XC-MISC
[    25.919] (II) Initializing extension SECURITY
[    25.919] (II) Initializing extension XFIXES
[    25.919] (II) Initializing extension RENDER
[    25.919] (II) Initializing extension RANDR
[    25.919] (II) Initializing extension COMPOSITE
[    25.920] (II) Initializing extension DAMAGE
[    25.920] (II) Initializing extension MIT-SCREEN-SAVER
[    25.920] (II) Initializing extension DOUBLE-BUFFER
[    25.920] (II) Initializing extension RECORD
[    25.920] (II) Initializing extension DPMS
[    25.920] (II) Initializing extension Present
[    25.920] (II) Initializing extension DRI3
[    25.920] (II) Initializing extension X-Resource
[    25.920] (II) Initializing extension XVideo
[    25.920] (II) Initializing extension XVideo-MotionCompensation
[    25.920] (II) Initializing extension GLX
[    25.920] (II) Initializing extension GLX
[    25.920] (II) Indirect GLX disabled.
[    25.924] (II) AIGLX: Loaded and initialized iris
[    25.924] (II) GLX: Initialized DRI2 GL provider for screen 0
[    25.924] (II) Initializing extension XFree86-VidModeExtension
[    25.924] (II) Initializing extension XFree86-DGA
[    25.924] (II) Initializing extension XFree86-DRI
[    25.924] (II) Initializing extension DRI2
[    25.924] (II) Initializing extension NV-GLX
[    25.924] (II) Initializing extension NV-CONTROL
[    25.925] (II) modeset(0): Damage tracking initialized
[    25.925] (II) modeset(0): Setting screen physical size to 508 x 285
[    25.970] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[    25.970] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    25.970] (II) LoadModule: "libinput"
[    25.970] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    25.972] (II) Module libinput: vendor="X.Org Foundation"
[    25.972] 	compiled for 1.21.1.13, module version = 1.5.0
[    25.972] 	Module class: X.Org XInput Driver
[    25.972] 	ABI class: X.Org XInput driver, version 24.4
[    25.972] (II) Using input driver 'libinput' for 'Video Bus'
[    25.973] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 39 paused 0
[    25.973] (**) Video Bus: always reports core events
[    25.973] (**) Option "Device" "/dev/input/event17"
[    25.976] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[    25.976] (II) event17 - Video Bus: device is a keyboard
[    25.976] (II) event17 - Video Bus: device removed
[    25.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event17"
[    25.976] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    25.976] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[    25.976] (II) event17 - Video Bus: device is a keyboard
[    25.976] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[    25.976] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    25.976] (II) Using input driver 'libinput' for 'Video Bus'
[    25.977] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 42 paused 0
[    25.977] (**) Video Bus: always reports core events
[    25.977] (**) Option "Device" "/dev/input/event16"
[    25.977] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    25.977] (II) event16 - Video Bus: device is a keyboard
[    25.977] (II) event16 - Video Bus: device removed
[    25.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input18/event16"
[    25.977] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    25.978] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    25.978] (II) event16 - Video Bus: device is a keyboard
[    25.978] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    25.978] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.978] (II) Using input driver 'libinput' for 'Power Button'
[    25.978] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 43 paused 0
[    25.978] (**) Power Button: always reports core events
[    25.978] (**) Option "Device" "/dev/input/event1"
[    25.979] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    25.979] (II) event1  - Power Button: device is a keyboard
[    25.979] (II) event1  - Power Button: device removed
[    25.979] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    25.979] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    25.979] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    25.979] (II) event1  - Power Button: device is a keyboard
[    25.979] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    25.979] (II) No input driver specified, ignoring this device.
[    25.979] (II) This device may have been added with another device file.
[    25.979] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    25.979] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    25.979] (II) Using input driver 'libinput' for 'Sleep Button'
[    25.980] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[    25.980] (**) Sleep Button: always reports core events
[    25.980] (**) Option "Device" "/dev/input/event0"
[    25.980] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    25.980] (II) event0  - Sleep Button: device is a keyboard
[    25.980] (II) event0  - Sleep Button: device removed
[    25.980] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    25.980] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    25.980] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    25.980] (II) event0  - Sleep Button: device is a keyboard
[    25.981] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[    25.981] (II) No input driver specified, ignoring this device.
[    25.981] (II) This device may have been added with another device file.
[    25.981] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    25.981] (II) No input driver specified, ignoring this device.
[    25.981] (II) This device may have been added with another device file.
[    25.981] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    25.981] (II) No input driver specified, ignoring this device.
[    25.981] (II) This device may have been added with another device file.
[    25.981] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    25.981] (II) No input driver specified, ignoring this device.
[    25.981] (II) This device may have been added with another device file.
[    25.981] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/event3)
[    25.981] (**) Logitech Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    25.981] (II) Using input driver 'libinput' for 'Logitech Wireless Receiver Mouse'
[    26.033] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
[    26.033] (**) Logitech Wireless Receiver Mouse: always reports core events
[    26.033] (**) Option "Device" "/dev/input/event3"
[    26.034] (II) event3  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[    26.034] (II) event3  - Logitech Wireless Receiver Mouse: device is a pointer
[    26.034] (II) event3  - Logitech Wireless Receiver Mouse: device removed
[    26.034] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.034] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.034] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C542.0001/input/input3/event3"
[    26.034] (II) XINPUT: Adding extended input device "Logitech Wireless Receiver Mouse" (type: MOUSE, id 10)
[    26.034] (**) Option "AccelerationScheme" "none"
[    26.034] (**) Logitech Wireless Receiver Mouse: (accel) selected scheme none/0
[    26.034] (**) Logitech Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[    26.034] (**) Logitech Wireless Receiver Mouse: (accel) acceleration threshold: 4
[    26.034] (II) event3  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[    26.034] (II) event3  - Logitech Wireless Receiver Mouse: device is a pointer
[    26.035] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/mouse0)
[    26.035] (II) No input driver specified, ignoring this device.
[    26.035] (II) This device may have been added with another device file.
[    26.035] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/event14)
[    26.035] (**) ASUP1205:00 093A:2003 Mouse: Applying InputClass "libinput pointer catchall"
[    26.035] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Mouse'
[    26.035] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 46 paused 0
[    26.035] (**) ASUP1205:00 093A:2003 Mouse: always reports core events
[    26.035] (**) Option "Device" "/dev/input/event14"
[    26.036] (II) event14 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.036] (II) event14 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[    26.036] (II) event14 - ASUP1205:00 093A:2003 Mouse: device removed
[    26.036] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.036] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.036] (II) libinput: ASUP1205:00 093A:2003 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input16/event14"
[    26.036] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Mouse" (type: MOUSE, id 11)
[    26.036] (**) Option "AccelerationScheme" "none"
[    26.036] (**) ASUP1205:00 093A:2003 Mouse: (accel) selected scheme none/0
[    26.036] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration factor: 2.000
[    26.036] (**) ASUP1205:00 093A:2003 Mouse: (accel) acceleration threshold: 4
[    26.036] (II) event14 - ASUP1205:00 093A:2003 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.037] (II) event14 - ASUP1205:00 093A:2003 Mouse: device is a pointer
[    26.037] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Mouse (/dev/input/mouse1)
[    26.037] (II) No input driver specified, ignoring this device.
[    26.037] (II) This device may have been added with another device file.
[    26.037] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/event15)
[    26.037] (**) ASUP1205:00 093A:2003 Touchpad: Applying InputClass "libinput touchpad catchall"
[    26.037] (**) ASUP1205:00 093A:2003 Touchpad: Applying InputClass "ASUP1205:00 093A:2003 Touchpad"
[    26.037] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Touchpad'
[    26.038] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 47 paused 0
[    26.038] (**) ASUP1205:00 093A:2003 Touchpad: always reports core events
[    26.038] (**) Option "Device" "/dev/input/event15"
[    26.038] (II) event15 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[    26.039] (II) event15 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[    26.039] (II) event15 - ASUP1205:00 093A:2003 Touchpad: device removed
[    26.039] (**) Option "Tapping" "on"
[    26.039] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.039] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.039] (II) libinput: ASUP1205:00 093A:2003 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.039] (**) Option "NaturalScrolling" "true"
[    26.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-ASUP1205:00/0018:093A:2003.0002/input/input17/event15"
[    26.039] (II) XINPUT: Adding extended input device "ASUP1205:00 093A:2003 Touchpad" (type: TOUCHPAD, id 12)
[    26.040] (**) Option "AccelerationScheme" "none"
[    26.040] (**) ASUP1205:00 093A:2003 Touchpad: (accel) selected scheme none/0
[    26.040] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration factor: 2.000
[    26.040] (**) ASUP1205:00 093A:2003 Touchpad: (accel) acceleration threshold: 4
[    26.040] (II) event15 - ASUP1205:00 093A:2003 Touchpad: is tagged by udev as: Touchpad
[    26.041] (II) event15 - ASUP1205:00 093A:2003 Touchpad: device is a touchpad
[    26.041] (II) config/udev: Adding input device ASUP1205:00 093A:2003 Touchpad (/dev/input/mouse2)
[    26.041] (**) ASUP1205:00 093A:2003 Touchpad: Applying InputClass "ASUP1205:00 093A:2003 Touchpad"
[    26.041] (II) Using input driver 'libinput' for 'ASUP1205:00 093A:2003 Touchpad'
[    26.041] (**) ASUP1205:00 093A:2003 Touchpad: always reports core events
[    26.041] (**) Option "Device" "/dev/input/mouse2"
[    26.041] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse2
	Permission denied.
[    26.041] (II) mouse2: opening input device '/dev/input/mouse2' failed (Permission denied).
[    26.041] (II) mouse2  - failed to create input device '/dev/input/mouse2'.
[    26.041] (EE) libinput: ASUP1205:00 093A:2003 Touchpad: Failed to create a device for /dev/input/mouse2
[    26.041] (EE) PreInit returned 2 for "ASUP1205:00 093A:2003 Touchpad"
[    26.041] (II) UnloadModule: "libinput"
[    26.041] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event10)
[    26.041] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[    26.041] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[    26.042] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 48 paused 0
[    26.042] (**) ITE5570:00 048D:8051: always reports core events
[    26.042] (**) Option "Device" "/dev/input/event10"
[    26.042] (II) event10 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[    26.042] (II) event10 - ITE5570:00 048D:8051: device is a keyboard
[    26.042] (II) event10 - ITE5570:00 048D:8051: device removed
[    26.042] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.1/i2c-6/i2c-ITE5570:00/0018:048D:8051.0003/input/input10/event10"
[    26.042] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 13)
[    26.042] (II) event10 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[    26.042] (II) event10 - ITE5570:00 048D:8051: device is a keyboard
[    26.043] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[    26.043] (II) No input driver specified, ignoring this device.
[    26.043] (II) This device may have been added with another device file.
[    26.043] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[    26.043] (II) No input driver specified, ignoring this device.
[    26.043] (II) This device may have been added with another device file.
[    26.043] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[    26.043] (II) No input driver specified, ignoring this device.
[    26.043] (II) This device may have been added with another device file.
[    26.043] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[    26.043] (II) No input driver specified, ignoring this device.
[    26.043] (II) This device may have been added with another device file.
[    26.043] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[    26.043] (II) No input driver specified, ignoring this device.
[    26.043] (II) This device may have been added with another device file.
[    26.043] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[    26.043] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    26.043] (II) Using input driver 'libinput' for 'Intel HID events'
[    26.044] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[    26.044] (**) Intel HID events: always reports core events
[    26.044] (**) Option "Device" "/dev/input/event5"
[    26.044] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[    26.044] (II) event5  - Intel HID events: device is a keyboard
[    26.044] (II) event5  - Intel HID events: device removed
[    26.044] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input5/event5"
[    26.044] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[    26.044] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[    26.044] (II) event5  - Intel HID events: device is a keyboard
[    26.045] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[    26.045] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    26.045] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    26.045] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 50 paused 0
[    26.045] (**) Intel HID 5 button array: always reports core events
[    26.045] (**) Option "Device" "/dev/input/event6"
[    26.045] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    26.045] (II) event6  - Intel HID 5 button array: device is a keyboard
[    26.045] (II) event6  - Intel HID 5 button array: device removed
[    26.045] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input6/event6"
[    26.045] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[    26.045] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    26.045] (II) event6  - Intel HID 5 button array: device is a keyboard
[    26.046] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[    26.046] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    26.046] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    26.046] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 51 paused 0
[    26.046] (**) Asus WMI hotkeys: always reports core events
[    26.046] (**) Option "Device" "/dev/input/event8"
[    26.046] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    26.046] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    26.046] (II) event8  - Asus WMI hotkeys: device removed
[    26.046] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event8"
[    26.046] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[    26.047] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    26.047] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    26.047] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    26.047] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    26.047] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    26.047] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[    26.047] (**) AT Translated Set 2 keyboard: always reports core events
[    26.047] (**) Option "Device" "/dev/input/event4"
[    26.048] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.048] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    26.048] (II) event4  - AT Translated Set 2 keyboard: device removed
[    26.048] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    26.048] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    26.048] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.048] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    26.049] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    26.049] (II) No input driver specified, ignoring this device.
[    26.049] (II) This device may have been added with another device file.

Offline

#20 2025-06-03 14:52:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,995

Re: [SOLVED] Minecraft capped at 60fps under xorg

Now:

[    25.705] (II) modeset(0): EDID for output eDP-2
[    25.705] (II) modeset(0): Manufacturer: CMN  Model: 1521  Serial#: 0
[    25.705] (II) modeset(0): Year: 2020  Week: 1

Before:

[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): connected
[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): Internal DisplayPort
[ 16071.385] (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-2): 2670.0 MHz maximum pixel clock

supergfxctl has probably altered the firmware, the output moved from the nvidia device to the IGP (you likely also have that option in the UEFI settings?) - but at least that makes sense.

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

Board footer

Powered by FluxBB