The Windows filesystem: https://en.wikipedia.org/wiki/NTFS. Basically, don’t try to share the game drive with Windows.
- 0 Posts
- 8 Comments
If you have an AMD GPU (except for the very latest GPUs), you should be good out of the box. The AMD driver comes pre-installed with mesa.
Other than that… don’t use NTFS to store your games.
Edit: Maybe I misunderstood your question. I understood it as: What are some recommended changes to do after installing a Linux distro. Did you meant to ask about differences between distros?
stuner@lemmy.worldto Linux@lemmy.ml•What have been your costliest mistakes in using Linux?7·20 days agoProbably trying to share a Stream drive between Linux and Windows. Trying to run games from NTFS just didn’t work and resulted in all kinds of weird issues. I was close to giving up on Linux but after I switched to an ext3 partition things just started working :|
stuner@lemmy.worldto Linux@lemmy.ml•Debian: Are apps in Discover store all Flatpaks by default?5·22 days agoIn Fedora, Discover shows this in the top right corner. It also shows the available package sources under Settings. Perhaps this is not yet available in the older Debian version of Discover. You could also just look at the version of certain software. E.g., if GIMP is version 3.x it’s a flatpak (or snap), otherwise it’s a Debian package.
stuner@lemmy.worldto Linux@lemmy.ml•Is Linux compatible with touchscreen/2 in 1 laptops?9·1 month agoThe Linux Experiment recently looked into touchscreen support of different desktop enviromenents. His findings mostly align with your comment. However, this seems to be one of the rare cases where the distro matters for Gnome. Upstream Gnome (e.g., as shipped by Fedora) works fine with touch screens, but support on Ubuntu Gnome appears to be quite broken.
The Linux Experiment videos:
stuner@lemmy.worldto Linux@lemmy.ml•graphics drivers for bazzite download. 9xxmx equivalent to gtx 9xx???9·1 month agoYeah, the “Nvidia (GTX 9xx-10xx Series)” should be the correct driver for your GPU. It seems that both desktop and notebook GPUs used the same architecture in this case.
I think the difference is that Bazzite chooses the open source Nvidia kernel driver for the newer GPUs. That one doesn’t support the GTX 900 series, so you’ll get the older proprietary kernel driver.
Upon switching, what should I expect to change?
Many things are very similar on Linux compared to Windows (e.g. Browsing, Steam). One big difference is that people prefer using package managers to install software (instead of downloading and installing it manually).
I’m considering Pop!_OS seeing as its praised for its compatibility and easy switching.
Pop!_OS is a nice distro and it should work well for you if you like the UI. There also many other good distros if you want to play around a bit. You can easily test them using a Live ISO.
What’s the situation with gaming look like? I know gaming on Linux has been a HIGHLY discussed topic for a while, is it easy to play any (non triple-A) steam game? I’m nowhere near involved in computer science, I’d just consider myself more stubborn than most end-users so I can persevere through some basic problems.
I’d say that you can expect almost all games to work. The main exception are games with anti-cheat that decide not to support Linux. In my case, there has only been one game in the last two years that didn’t work (War Thunder crashes a lot more than on Windows). Playing AAA games is generally not an issue. You can check https://www.protondb.com/ for specific games.
I’m not quite sure what you’re trying to do here. Are you
If you’re trying to do the second one, there’s a useful guide on it here: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount. The first one should be even simpler, you can just replace the volumes in the compose file by bind mounts (basically, just this step of the tutorial: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount#modifying-docker-compose).