this post was submitted on 16 Apr 2025
113 points (98.3% liked)

Buy European

5519 readers
630 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat


Rules:

  • Be kind to each other, and argue in good faith. No direct insults nor disrespectful and condescending comments.

  • Do not use this community to promote Nationalism/Euronationalism. This community is for discussing European products/services and news related to that. For other topics the following might be of interest:

  • Include a disclaimer at the bottom of the post if you're affiliated with the recommendation.

  • No russian suggestions.

Feddit.uk's instance rules apply:

  • No racism, sexism, homophobia, transphobia or xenophobia
  • No incitement of violence or promotion of violent ideologies
  • No harassment, dogpiling or doxxing of other users
  • Do not share intentionally false or misleading information
  • Do not spam or abuse network features.
  • Alt accounts are permitted, but all accounts must list each other in their bios.

Benefits of Buying Local:

local investment, job creation, innovation, increased competition, more redundancy.

European Instances

Lemmy:

Matrix:


Related Communities:

Buy Local:

Continents:

European:

Buying and Selling:

Boycott:

Countries:

Companies:

Stop Publisher Kill Switch in Games Practice:


Banner credits: BYTEAlliance


founded 2 months ago
MODERATORS
 

This is my website. It is not commercial.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] anamethatisnt@sopuli.xyz 4 points 5 days ago (1 children)

Distributions can be hit or miss depending on the user and hw for sure.
Mint 22.1 still runs Kernel 6.8 whoch means you'll be hitting the terminal to either upgrade to mainline kernel or add extra repositories for the latest drivers if you have f.e. an AMD Radeon 9070.

[โ€“] Libb@jlai.lu 4 points 5 days ago* (last edited 5 days ago) (1 children)

Mint 22.1 still runs Kernel 6.8 whoch means youโ€™ll be hitting the terminal to either upgrade to mainline kernel

The last two major updates of Mint were done through some GUI. There were a few warnings (about a few extra apps I had installed) but everything was done through that app and went smoothly. Edit: and so quickly (yeah, I'm looking at you, macOS)

or add extra repositories

I don't think I use extra repositories but I did add two PPAs and did it through the GUI 'Software Sources' that comes with Mint. I just checked, it also offers the option to add 'Additional repositories', if that means 'extra'?

[โ€“] anamethatisnt@sopuli.xyz 4 points 5 days ago (2 children)

Re: Kernel Version. The latest Linux Mint 22.1 still runs Kernel Version 6.8, if you want a newer one than that you must add it yourself without depending on Mints own updates.

Re: PPAs and repositories.
Might be that there is an option through GUI to add the kisak/kisak-mesa and get the latest Mesa drivers, but I've not found a single guide that mentions how to do it through GUI.

[SOLVED]Can't get a singe game to run on Mint or POP
Original Post here:

Hi guys, itโ€™s me again.

My issues is that no windows game on Steam will run. With any launch option or proton version (tried about 10). Most just doesnโ€™t open at all. (Click play, nothing happens)

Solution: Pop!_OS and Linux Mint doesnโ€™t have a kernel new enough to support the Mesa 25 drivers needed for my 9070XT. These commands in the terminal was the fix for this:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

https://sopuli.xyz/post/25130506

My point was that if the distro had instead been say Nobara (Fedora-based gaming-focused distro made by GloriousEggroll for ease of use for his dad) then no fix would've been needed at all as it already run new enough linux kernel and come prepackaged with all the goodies a gamer need.

[โ€“] ClassyHatter@sopuli.xyz 5 points 4 days ago

There is an application called Mainline, or Ubuntu Mainline Kernel Installer, which should work on every Ubuntu based distro. It lets you install kernels up to the very latest one (currently 6.14.2). It has a GUI, or you can just enter sudo mainline install-latest in terminal to install the latest kernel.

Here's a guide how to install it: https://ubuntuhandbook.org/index.php/2020/08/mainline-install-latest-kernel-ubuntu-linux-mint/

If you are gaming, it's recommended to use the latest kernel. Newer kernels not only provides support for newer hardware, but can also improve performance.

[โ€“] Libb@jlai.lu 4 points 5 days ago

I'm not much of a gamer (I play chess, though), I only wanted to say I needed no 'fix' nor terminal in order to get my Mint to update to its latest versions ;)