Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Testing And Unstable • [Testing - Forky] Feeling some sttutering using GNOME (in hybrid Nvidia)

$
0
0

Hello!

I'm feeling some random stuttering while interacting with workspaces, and a bit random, while using GNOME. I don't know if i'm missing something in Nvidia or Intel installation.

My Nvidia installation:

Installed packages:

linux-headers-generic nvidia-driver nvidia-kernel-dkms nvidia-vaapi-driver libnvcuvid1 libnvidia-encode1

SecureBoot:

I use SecureBoot and I made the MOK thing at documentation.

My /etc/modprobe.d/nvidia-options.conf:

Code:

#options nvidia-current NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660# To grant performance counter access to unprivileged users, uncomment the following line:#options nvidia-current NVreg_RestrictProfilingToAdminUsers=0# Uncomment to enable this power management feature:options nvidia NVreg_PreserveVideoMemoryAllocations=1# Uncomment to enable this power management feature:#options nvidia-current NVreg_EnableS0ixPowerManagement=1# --- MINHAS ALTERACOES ---# Evitar problemas e travadasoptions nvidia NVreg_EnableGpuFirmware=0# Ativar RTD3options nvidia "NVreg_DynamicPowerManagement=0x02"

My /etc/default/grub.d/nvidia-modeset.cfg:

Code:

GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX nvidia-drm.modeset=1 nvidia-drm.fbdev=1"

My /lib/udev/rules.d/80-nvidia-pm.rules:

Code:

# Enable runtime PM for NVIDIA VGA/3D controller devices on driver bindACTION=="bind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="auto"ACTION=="bind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="auto"# Disable runtime PM for NVIDIA VGA/3D controller devices on driver unbindACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="on"ACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="on"

Dracut:

My /etc/dracut.conf.d/10-nvidia.conf:

Code:

install_items+=" /etc/modprobe.d/nvidia-blacklists-nouveau.conf /etc/modprobe.d/nvidia.conf /etc/modprobe.d/nvidia-options.conf "

Why?
Because I decrypt my SSD with TPM, and the easier way is using dracut.

My Intel installation:

Installed packages:

intel-media-va-driver-non-free

Log:

I noticed some errors since I installed dracut (for easier TPM decrypt). Even putting dracut file (/etc/dracut.conf.d/10-nvidia.conf), errors persist. But even without dracut the random stutter persist.

sudo journalctl -b | grep modules:

Code:

jan 20 16:19:28 sam-debian systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...jan 20 16:19:28 sam-debian systemd-modules-load[290]: Using 8 probe threadsjan 20 16:19:28 sam-debian systemd-modules-load[290]: Error running install command 'modprobe nvidia-modeset ; modprobe -i nvidia-current-drm modeset=1 fbdev=1 ' for module nvidia_drm: retcode 1jan 20 16:19:28 sam-debian systemd-modules-load[290]: Failed to insert module 'nvidia_drm': Invalid argumentjan 20 16:19:28 sam-debian systemd-modules-load[341]: modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/6.17.13+deb14-amd64jan 20 16:19:28 sam-debian systemd-modules-load[335]: modprobe: ERROR: Error running install command 'modprobe -i nvidia-current NVreg_PreserveVideoMemoryAllocations=1 NVreg_EnableGpuFirmware=0 "NVreg_DynamicPowerManagement=0x02" ' for module nvidia: retcode 1jan 20 16:19:28 sam-debian systemd-modules-load[335]: modprobe: ERROR: could not insert 'nvidia': Invalid argumentjan 20 16:19:28 sam-debian systemd-modules-load[346]: modprobe: FATAL: Module nvidia-current-modeset not found in directory /lib/modules/6.17.13+deb14-amd64jan 20 16:19:28 sam-debian systemd-modules-load[328]: modprobe: ERROR: Error running install command 'modprobe nvidia ; modprobe -i nvidia-current-modeset ' for module nvidia_modeset: retcode 1jan 20 16:19:28 sam-debian systemd-modules-load[328]: modprobe: ERROR: could not insert 'nvidia_modeset': Invalid argumentjan 20 16:19:28 sam-debian systemd-modules-load[351]: modprobe: FATAL: Module nvidia-current-drm not found in directory /lib/modules/6.17.13+deb14-amd64jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'i2c_dev'jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'msr'jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'ppdev'jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'parport_pc'jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'lp'jan 20 16:19:28 sam-debian systemd-modules-load[290]: Inserted module 'zram'jan 20 16:19:29 sam-debian systemd-udevd[452]: modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/6.17.13+deb14-amd64jan 20 16:19:29 sam-debian systemd-modules-load[290]: Inserted module 'ideapad_laptop'jan 20 16:19:29 sam-debian systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILUREjan 20 16:19:29 sam-debian systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.jan 20 16:19:29 sam-debian systemd[1]: Failed to start systemd-modules-load.service - Load Kernel Modules.jan 20 16:19:31 sam-debian systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...jan 20 16:19:31 sam-debian systemd-modules-load[763]: Using 7 probe threadsjan 20 16:19:36 sam-debian systemd-modules-load[763]: Inserted module 'nvidia_drm'jan 20 16:19:36 sam-debian systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.                                              0 get() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":524:46]                                            0 get() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":524:46]                                            3 _init/GLib.MainLoop.prototype.runAsync/</<() ["resource:///org/gnome/gjs/modules/core/overrides/GLib.js":263:34]

(Check my-boot-log.txt for full log)

System information:

Code:

# System Details Report---## Report details- **Date generated:**                              2026-01-20 16:24:44## Hardware Information:- **Hardware Model:**                              Lenovo IdeaPad Gaming 3 15IHU6- **Memory:**                                      16.0 GiB- **Processor:**                                   11th Gen Intel® Core™ i5-11300H × 8- **Graphics:**                                    Intel® Iris® Xe Graphics (TGL GT2)- **Graphics 1:**                                  NVIDIA GeForce GTX 1650- **Disk Capacity:**                               512.1 GB## Software Information:- **Firmware Version:**                            H4CN37WW(V2.06)- **OS Name:**                                     Debian GNU/Linux forky/sid- **OS Build:**                                    (null)- **OS Type:**                                     64-bit- **GNOME Version:**                               49- **Windowing System:**                            Wayland- **Kernel Version:**                              Linux 6.17.13+deb14-amd64

Statistics: Posted by samcom2a — 2026-01-20 19:25



Viewing all articles
Browse latest Browse all 4056

Trending Articles