stuner

joined 2 years ago
[–] stuner@lemmy.world 2 points 4 weeks ago

I'm not quite sure what you're trying to do here. Are you

  1. Trying to create a new owncloud instance and put your data somewhere other than in /var, or
  2. Try to move the data location of an existing owncloud instance?

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).

[–] stuner@lemmy.world 6 points 1 month ago

The Windows filesystem: https://en.wikipedia.org/wiki/NTFS. Basically, don't try to share the game drive with Windows.

[–] stuner@lemmy.world 7 points 1 month ago* (last edited 1 month ago) (14 children)

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.world 9 points 1 month ago

The 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.world 9 points 2 months ago* (last edited 2 months ago) (1 children)

Yeah, 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.

[–] stuner@lemmy.world 14 points 2 months ago (2 children)

Yeah, that seems quite weird and not customer friendly at all. I was wondering if it has something to do with Steam's in-game purchase conditions (mostly the fee).

[–] stuner@lemmy.world 133 points 2 months ago (7 children)

Players can only access the lowest rank of competitive gameplay for free, and access to any higher levels costs a subscription fee of $2.50 a month. That's right, you'll need a subscription to play GeoGuessr on Steam, for some reason.

Not only is this price point bizarre for a game that you can literally just hop into similar browser versions and play for free, but [...]

GeoGuessr has required a subscription to actually play for a while now. I think they had a very limited Free tier until 2024, but it was not a great experience. The developers claim that they need to charge a subscription fee because they need to pay Google for the Streetview API access. To me, that seems plausible and would justify a subscription model (as opposed to a one-time purchase).

On the other hand, OpenGuessr seems to be a free alternative that offers a very similar game. That certainly seems like a better alternative if it's sustainable.

[–] stuner@lemmy.world 10 points 2 months ago* (last edited 2 months ago) (1 children)

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.

[–] stuner@lemmy.world 25 points 3 months ago

Both KDE Discover and Gnome Software offer similar functionality. You should also be able to use them without their respective shells.

[–] stuner@lemmy.world 8 points 4 months ago* (last edited 4 months ago)

I wanted to write the same thing. E.g., you can run this in bash to set the permissions for all .conf files to 600:

find /mnt/the/directory -iname "*.conf" -exec chmod 600 {} \;
[–] stuner@lemmy.world 1 points 4 months ago

Makes sense. But for an Arc B580 you'd probably want 6.12 or newer (according to https://www.phoronix.com/review/intel-arc-b580-gpu-compute). Unfortunately Linux Mint is not that great for running the very latest hardware (and especially GPUs).

[–] stuner@lemmy.world 4 points 4 months ago (2 children)

Is there a particular reason that you want to update your kernel? Generally, the best idea as a new user is to stick with the default kernel that your distro provides What Stable Kernel Should I Use. Given your hardware, I'd expect that kernel 6.8 should work fine for you.

view more: next ›