hyprdots icon indicating copy to clipboard operation
hyprdots copied to clipboard

[Bug]: Stuttering issue still have on nvidia 550.67-1 in hyprdots configuration

Open t101804 opened this issue 10 months ago • 8 comments

Bug Report

Description

Stuttering in vscode and other application

Steps to Reproduce

use vscode/discord/other apps

Expected Behavior

Normal usage like using v530?

Actual Behavior

Stuttering

Screenshots

https://github.com/prasanthrangan/hyprdots/assets/113588203/fae62113-9c5d-4618-bd6f-4343cc8d99ff

Environment

  • Linux Distro: Arch LInux
  • Linux Version, output of uname -a:
  • Hyprland Version, output of hyprctl version:
  • Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
  • Other info: [e.g., Display Resolution, Resolution, etc]

Additional Information

[Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.]

t101804 avatar Mar 27 '24 17:03 t101804

also my spotify stutering

t101804 avatar Mar 27 '24 18:03 t101804

It may help to export the variables in your hyprland config:

env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = WLR_NO_HARDWARE_CURSORS,1

For more info use : https://wiki.hyprland.org/Nvidia/
https://bbs.archlinux.org/viewtopic.php?id=291970

Nidhogblo avatar Mar 30 '24 08:03 Nidhogblo

i forgot , make sure you have qt5-wayland, qt5ct , libva and libva-nvidia-driver-git (AUR) , and reboot

Nidhogblo avatar Mar 30 '24 08:03 Nidhogblo

i forgot , make sure you have qt5-wayland, qt5ct , libva and libva-nvidia-driver-git (AUR) , and reboot

image

already configured but the same issue stil happen to me. alredy install also

t101804 avatar Mar 30 '24 15:03 t101804

env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland env = GBM_BACKEND,nvidia-drm env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = WLR_NO_HARDWARE_CURSORS,1

in the docs said its flickering u need to use 535:)

installing the 535xx versions of the drivers, as later (545, 550) can cause flickering with XWayland

these are available for arch via [the AUR here](https://aur.archlinux.org/packages?O=0&K=535xx)

t101804 avatar Mar 30 '24 16:03 t101804

This happens due to incompatibility between Wayland and electron.

You can fix this by going to /usr/share/applications/ then find the app you want to modify, open its desktop entry. To the end of the Exec command add --enable-features=UseOzonePlatform --ozone-platform=wayland

NotAF0e avatar Mar 31 '24 07:03 NotAF0e

This happens due to incompatibility between Wayland and electron.

You can fix this by going to /usr/share/applications/ then find the app you want to modify, open its desktop entry. To the end of the Exec command add --enable-features=UseOzonePlatform --ozone-platform=wayland

is there any alternative? usually i use 535 its working fine. do u have other alternative?

t101804 avatar Apr 01 '24 00:04 t101804

@t101804 No sorry, I only know of that fix as it fixed my issues. I never used 535, just the most up to date driver

NotAF0e avatar Apr 01 '24 10:04 NotAF0e

Could you close as solved if you no longer have this issue. Thank you @t101804

abenezerw avatar Sep 17 '24 15:09 abenezerw