While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- The "video game preservation service" Myrient is shutting down in March
- California law to require operating systems to check your age
- The OrangePi Neo gaming handheld with Manjaro Linux is now "on ice" due to component prices
- Heroic Games Launcher v2.20.1 brings more essential bug fixes
- Running With Scissors announced horror first person shooter Flesh & Wire
- > See more over 30 days here
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
sudo apt-get purge nvidia* libnvidia*Check also your grub boot line. Nvidia installer can modify that too.
If you are using Xorg, you'd also need to remove config file generated by Nvidia for it.
Last edited by Shmerl on 21 Nov 2022 at 1:49 am UTC
To update it manually on Debian based distros, you can do something like this:
#!/bin/bash
base_dir="$HOME/archive"
firmware_dir="linux-firmware"
firmware_branch=${firmware_branch:-"main"}
mkdir -p "$base_dir"
cd "$base_dir"
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git "$firmware_dir"
cd "$firmware_dir"
git checkout "$firmware_branch"
git pull --rebase --prune
sudo cp -v amdgpu/*.bin /usr/lib/firmware/amdgpu/
sudo chown root:root /usr/lib/firmware/amdgpu/*.bin
sudo update-initramfs -u -k all
Last edited by Shmerl on 21 Nov 2022 at 1:52 am UTC
Shmerl, I'll look into it. But, the kernel messages
are not reporting any missing firmware