Hello,
I am Fedora 41 user , i am using kde on wayland.
After last kernel upgrade to version 6.13.8-200.fc41.x86_64 and driver upgrade to version 570.133.07 my screen seems constantly zoomed. I attached a video to explain it better
dmesg
[ 4.990230] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 4.990324] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 4.990428] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[ 4.990528] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[ 6.414250] nvidia: loading out-of-tree module taints kernel.
[ 6.414261] nvidia: module license 'NVIDIA' taints kernel.
[ 6.414267] nvidia: module license taints kernel.
[ 7.084913] nvidia-nvlink: Nvlink Core is being initialized, major device number 509
[ 7.087437] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 7.087573] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 7.303162] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 570.133.07 Fri Mar 14 13:12:07 UTC 2025
[ 7.475491] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 7.869986] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 570.133.07 Fri Mar 14 12:42:57 UTC 2025
[ 8.299882] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 8.444660] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
[ 8.444797] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
But the driver seems loaded and it’s working:
❯ lsmod | grep nvidia
nvidia_drm 151552 120
nvidia_modeset 1830912 72 nvidia_drm
nvidia_uvm 3997696 0
nvidia 97112064 1313 nvidia_uvm,nvidia_modeset
drm_ttm_helper 16384 1 nvidia_drm
video 81920 2 i915,nvidia_modeset
❯ glxinfo | grep -e OpenGL.vendor -e OpenGL.renderer
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2
I tried to change screen resolution, scale the screen but the problem is not solved. I also tried to rollback to previous kernel and driver version but nothing changed. Any ideas?
Thank you