https://bugs.kde.org/show_bug.cgi?id=460341
Amin Ya <aminyahyaabad...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aminyahyaabad...@gmail.com --- Comment #163 from Amin Ya <aminyahyaabad...@gmail.com> --- I had the same issue on KDE Neon 5.27.5. After hours of trying, I finally tried a set of commands and a certain version of Nvidia that fixed the issue. I have put them on my GitHub here: https://github.com/aminya/AcuteLinux/blob/master/src/setup/setup-nvidia.bash This uses the latest Nvidia graphics. I could only make this work on X11, and XWayland was very buggy and sluggish. ``` #!/usr/bin/bash # -*- coding: utf-8 -*- set -e set -o pipefail sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo apt install -y nvidia-driver-535 # select nvidia sudo prime-select nvidia # set high-performance profile sudo nvidia-smi -pm 1 echo "Please reboot your system and enroll the MOK key, then reboot again." ``` -- You are receiving this mail because: You are watching all bug changes.