Downgrade Nvidia driver on Linux

Intro Recently, I installed fedora 39, then I just installed rpmfusion to install Nvidia driver, the installation’s version is 545.29.06. When I installed CS2 / Genshin Impact and mincraft, it was causing regular stuttering and frame drop issues. So I considered downgrade the Nvidia-driver Directly downgrade On fedora, I recommand to use this command: sudo dnf downgrade nvidia-* –exclude nvidia-gpu-firmware –allowerasing It should tell you what version to downgrade is....

January 1, 2024 · Peng Cheong

Crack Emby on Linux

Ref: https://docs.charontv.com/ke-hu-duan-jiao-cheng/windows-she-bei/emby-guan-fang-ke-hu-duan Whay I mentioned above tells how to crack emby theather on the easiest way on Windows. But in linux, it’s still very easy :) Emby Theater over Flatpak I installed emby theater with flatpak on fedora 36. First, edit emby varify address by editing it’s js type file. $ sudo vim /var/lib/flatpak/app/media.emby.EmbyTheater/current/active/files/electron/resources/app/main.js Then, replace https://tv.emby.media with http://embycrack.tk. Boom! Your emby has been cracked, restart it, and it works ~...

November 13, 2022 · Peng Cheong