So i have a gaming desktop that not the best or the newest. What takes up most of my drive space is games, updates, and software’s. Im wondering if i should switch to linux and if linux will improve any performance for my main machine? If you believe i should switch what os should i go with or why or why not should i switch?

I mostly game and do mess with ollama/ai tools because i think that’s cool. I want to do more things in the future but that might beyond my drive space?

What would you advise?

  • CyberSeeker@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    14 hours ago

    Your biggest issue is going to be dealing with multiple partitions, unless you can find another boot disk, because your disk is pretty full. I would strongly recommend getting a second disk, unless you are willing to delete a lot of (presumably) game executables.

    It is also a good idea to have a relatively smaller Linux partition, and point your Steam library and other documents to a separate data partition. My 1TB nvme has 150MB EFI FAT32 partition, a 100GB ext4 root partition (Linux is installed here), and the remaining ~900GB as my ext4 data partition. This way, if you choose to install a different Linux, or blow away your root partition, you can relink your Steam/Music/Video Libraries and local AI models, and get up and running again very quickly.

    Outside of the disk, my top recommendation is to archive your active steam games, so you can restore them into Linux without fully re-downloading later. Additionally, unless your games are in Steam Cloud, you will also have a bit of a time restoring save files to the new OS, as the file paths will be different than you are used to on Windows.

    My second recommendation is to ensure secure boot is disabled in your BIOS; there are currently known issues with driver signing with the NVIDIA driver.

    Finally, assuming you’re on a Ubuntu-based distro like Mint, ensure you install Steam from the .deb or apt package, not the flatpak. On Mint, “Install Steam” is available right in the start menu.