110
Request for help, I broke some graphics
(lemmy.one)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I don't use Fedora/Nobara, but seems like you can see the update history with: dnf history list
I've found this guide for rollback here: https://www.baeldung.com/linux/dnf-history-rollback-vs-undo
That is helpful, I'm not sure what I'm looking for yet though. But another comment lead me into antialiasing and this line in the history seems plausible.
install -y /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amdamf-pro-runtime-5.4.3-4.fc37.x86_64.rpm /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amd-gpu | 2023-04-25 20:11 | I, O | 11
Undo didn't work though:
So I made a rollback to my last know stable point:
sudo dnf history rollback 2
It didn't exactly workout either unfortunately:
I'll do a reboot and see what actually took effect. Atleast I'm learning something, maybe I should do all my upgrades via
dnf
instead of the manager in the future, easier to know whats going on.