You are not logged in.
Pages: 1
Hello, I've just installed Arch linux with KDE Plasma and my fps are lock at 30. When I open a new window, fps can increase to 60, but after few seconds, they drop at 30. I also installed "nvidia nvidia-utils lib32-nvidia-utils". Also, when I turn the compositor on, shadows and animations don't work but my fps are locked on 60. (I turn it on with "Shift + Alt + F12"). What Can I do?
Last edited by sezium (2023-12-13 15:15:00)
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Enable https://wiki.archlinux.org/title/NVIDIA … de_setting
*Then* (reboot and)
for OUT in /sys/class/drm/card0*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://aur.archlinux.org/packages/edid-decode-git
Offline
Pages: 1