82
submitted 9 months ago by pound_heap@lemm.ee to c/linux@lemmy.ml

Hi! I'm seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I've been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.

I don't like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.

My plan is simple:

  1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I'm going to have LUKS over btrfs for /home, and the root will remain unencrypted.
  2. I will copy all files from old /home to new /home, with the exception of dot-files.
  3. I plan to make use of flatpaks, so I don't think configuration for my apps is easily transferable. I'll have to install and configure apps from scratch, unless I'll have to use an RPM package.

Does all of this make sense? Is there a way to simplify app re-configuration in my case?

And as I never used Fedora extensively (booting from live image doesn't count), are there any caveats I should be aware of?

you are viewing a single comment's thread
view the rest of the comments
[-] pound_heap@lemm.ee 1 points 9 months ago
[-] _cnt0@sh.itjust.works 3 points 9 months ago

Two more things that came to mind. If you want to use another desktop environment than gnome (default), you should be aware of spins: https://fedoraproject.org/spins/

Spins work against the same repositories, they just come with other sets of packages preinstalled.

Also, you said you're using amd gpu. Fedora has the drivers for that out of the box. But due to fedora's strict FOSS policy, some hardware acceleration features are stripped out of the amd driver. I mentioned you can get the unstripped drivers from rpmfusion. That is detailed here: https://rpmfusion.org/Howto/Multimedia

The relevant bit being this:

sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
sudo dnf swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld

Those packages work together with the drivers from the official repos. They can get out of sync. That never happened to me, yet. But if an update mentions some conflict with mesa-*, just don't do that update until that conflict disappears. If you ever run into the issue you can also undo the last update with the dnf history commands.

this post was submitted on 25 Nov 2023
82 points (94.6% liked)

Linux

47334 readers
654 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS