TLDR - What you can do to make your computing more European
TLDR - What you can do to make your computing more European
Too long, didn't read - Better Tech
This is my website. It is not commercial.
TLDR - What you can do to make your computing more European
Too long, didn't read - Better Tech
This is my website. It is not commercial.
You're viewing a single thread.
Firefox
I explained that here: https://better-tech.eu/web/article/switch-browsers/ In short, this is the only thing where I believe keeping the web open by using Firefox is more important than using a "European" browser like Vivaldi. If everyone uses a Chrome-based browser, we will end up in an IE6-like situation where it will be extremely hard to create a 100% European browser and get any traction.
Why Ubuntu only?
There are more options here: https://better-tech.eu/infra/article/operating-systems/
Cloud
Cloud computing is always going to be a technical subject, but this is also the part where I still have to do a lot of work and add a lot of content. Maybe I need to make separate pages for home users and for companies to make the information more accessible.
Btw, Infomaniak is mentioned here: https://better-tech.eu/cloud/article/workspace/
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.
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'?
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.
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.
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 ;)