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

[Hardware] Lags with Nvidia drivers

$
0
0
Hi there. Recently switched to debian stable from gentoo because got tired with compiling everything. So, i've faced an issue: lags when scrolling websites(it was tearing b4, but i've managed to fix it).
My xorg.conf (gpu and screen sections):

Code:

Section "Device"    Identifier     "Device0"    Driver         "nvidia"    VendorName     "NVIDIA Corporation"    BoardName      "NVIDIA GeForce GTX 1650 SUPER"EndSectionSection "Screen"    Identifier     "Screen0"    Device         "Device0"    Monitor        "Monitor0"    DefaultDepth    24    Option         "TripleBuffer" "On"    Option         "Stereo" "0"    Option         "nvidiaXineramaInfoOrder" "DP-0"    Option         "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"    Option         "SLI" "Off"    Option         "MultiGPU" "Off"    Option         "BaseMosaic" "off"    SubSection     "Display"        Depth       24    EndSubSectionEndSection 
I have tried to use different compositors, but had no success because lags were coming back in like 5 minutes (for picom with both glx and xrender backends).

inxi -G output:

Code:

Graphics:  Device-1: NVIDIA TU116 [GeForce GTX 1650 SUPER] driver: nvidia v: 535.183.01  Display: server: X.Org v: 1.21.1.7 driver: X: loaded: nvidia    gpu: nvidia,nvidia-nvswitch resolution: 1920x1080~60Hz  API: OpenGL v: 4.6.0 NVIDIA 535.183.01 renderer: NVIDIA GeForce GTX 1650    SUPER/PCIe/SSE2
picom.conf:

Code:

backend = "glx";unredir-if-possible = false;xrender-sync-fence = falseuse-damage = true
i've tried different browsers: firefox, google, vivaldi, brave. Had the same experience. Hardware acceleration is enabled

Statistics: Posted by noenemies — 2024-12-18 16:10 — Replies 1 — Views 34



Viewing all articles
Browse latest Browse all 3423

Trending Articles