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):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:picom.conf:i've tried different browsers: firefox, google, vivaldi, brave. Had the same experience. Hardware acceleration is enabled
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
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
Code:
backend = "glx";unredir-if-possible = false;xrender-sync-fence = falseuse-damage = true
Statistics: Posted by noenemies — 2024-12-18 16:10 — Replies 1 — Views 34