Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Improved Hyprland performance when using old nvidia graphics cards ( Driver version 470 and earlier)#123

daudangson started this conversation inGeneral
Discussion options

This is disable your nvidia card. Because wayland didn't support 470 anymore.
This is my computer configuration

image

In your/etc/default/grub change

GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"

to

GRUB_CMDLINE_LINUX="rd.driver.blacklist=nvidia,nvidia_drm,nvidia_modeset modprobe.blacklist=nvidia,nvidia_drm,nvidia_modeset"

My/etc/default/grub

image

Next editing.config/hypr/UserConfigs/ENVariables.conf like this

#environment-variablesenv = CLUTTER_BACKEND,waylandenv = GDK_BACKEND,wayland,x11env = QT_AUTO_SCREEN_SCALE_FACTOR,1env = QT_QPA_PLATFORM,wayland;xcbenv = QT_QPA_PLATFORMTHEME,qt5ctenv = QT_SCALE_FACTOR,1env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1env = XDG_CURRENT_DESKTOP,Hyprlandenv = XDG_SESSION_DESKTOP,Hyprlandenv = XDG_SESSION_TYPE,wayland# vulkan#env = WLR_RENDERER,vulkan# firefoxenv = MOZ_ENABLE_WAYLAND,1# NVIDIA # This is from Hyprland Wiki. As a start, WLR_NO_HARDWARE_CURSORS 1 will be activated if nvidia gpu detected#env = WLR_NO_HARDWARE_CURSORS,1#env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia#env = GBM_BACKEND,nvidia-drm #env = WLR_DRM_DEVICES,/dev/dri/card0#env = __NV_PRIME_RENDER_OFFLOAD,1 #env = __VK_LAYER_NV_optimus,NVIDIA_only#env = WLR_DRM_NO_ATOMIC,1#env = NVD_BACKEND,direct# FOR VM and POSSIBLY NVIDIA#env = WLR_RENDERER_ALLOW_SOFTWARE,1# nvidia firefox (for hardware acceleration on FF)?# check this post https://github.com/elFarto/nvidia-vaapi-driver#configuration#env = MOZ_DISABLE_RDD_SANDBOX,1#env = NVD_BACKEND,direct#env = EGL_PLATFORM,wayland

Thensudo reboot

You must be logged in to vote

Replies: 1 comment

Comment options

I do appreciate for sharing this. I have added your post in all my Distro-Hyprland install scripts and so as the Wiki Part (Tips)
https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#-improving-performance-for-older-nvidia-cards-using-driver-470

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
2 participants
@daudangson@JaKooLit

[8]ページ先頭

©2009-2025 Movatter.jp