• 0 Posts
  • 15 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle

  • As far as distros are concerned, Bazzite is a fantastic starting point because you almost certainly can’t go wrong. If you run into programs that need a kernel module or superuser permissions, just distro hop. It’s very likely that in your first time using Linux that you’ll not need those power user things, so Bazzite will be rock solid for you.

    Also, in Linux, best practice is to set your home folder to be a separate partition on your HD. You can point your distro to the existing home folder so if you distro hop and you won’t lose your desktop environment prefs/setup or your files.

    Here’s my notes on this for Fedora if you need a guide:

    Tap for spoiler

    Drive partitioning is highly variable between distros and even within distros that have received updates. The following shows the modern setup for all distros at this time. swap will depend on how much RAM the system has, and whether hibernation will be used. The proper /system partition size varies from distro to distro. Add a /home folder using the remainder of your drive space. In my case, I have an entire drive for my /home folder (the WD drive) that just doesn’t get reformatted ever if I distrohop.

    Apps

    1. LocalSend
      1. Remember to use Flatseal to grant filesystem access to the Flatpak so dragging and dropping work outside of ~Downloads folder (Flatpaks by default are sandboxed)
    2. Steam
      1. install from package manager, NOT Flatpak or Snap version to include controller dependencies all together
    3. Zen Browser
    4. Geekbench
      1. run in terminal after installing Flatpak; otherwise will close terminal window without showing link to view score
    /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=geekbench6 com.geekbench.Geekben
    ch6
    
    1. Discord

      <aside>
      💡

      1. install from RPM Fusion else rich presence won’t work
      2. set autostart args so app opens minimized in system tray
        </aside>
      sudo dnf install <https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$>(rpm -E %fedora).noarch.rpm
      sudo dnf install discord
      

      system settings > autostart > add new, > application > select discord

      see properties > application tab > Arguments > enter --start-minimized

    2. CEMU (from Discover/Flatpak store)

    3. Retroarch


  • I got a good bundle deal from Microcenter on a mobo with a wifi card that took over a year to be properly supported by the Linux kernel (or whatever relevant entity). This is good advice, but it’s likely that since we’re at the end of the AM5 generation, no new mobos should come out needing updates to function properly.

    Tap for spoiler

    In my case, it was that I needed to hard power cycle (unplug, replug) sometimes to get Linux to initiate the networking card.