The Linux Thread - The Autist's OS of Choice

  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Since Alpine are political morons who want to cut off their nose to spite their face, I might just have to drop back to OpenBSD for my smaller services. Theo's an asshole, but his shit works.
 
Since Alpine are political morons who want to cut off their nose to spite their face, I might just have to drop back to OpenBSD for my smaller services. Theo's an asshole, but his shit works.
Guess how Null handles it:
Imagine not using your enemy's technology to post about how they suck.

The Rust community hates us, but we're using it for Sneedforo. Arch uses Wayland, and I'm on Arch. The maintainer of Debian's PHP repositories (sury) literally blacklisted the entire IP range belonging to 1776 Hosting so I couldn't update my packages without a proxy, and neither could anyone else using my network as a customer. I still use PHP on Debian lmao.

Every line of open source code fuels the combine harvester of transgender tears and souls. As far as I'm concerned, Wayland is more complicit in being the Nazi club than XLIbre is.
If it still works, you don't have to change.
 

I think someone might have mentioned this here before. I can't remember. But actually looking at it. If this actually works as intended. I could see myself liking it.

It probably isn't going to be something new user friendly. But that's fine with me. I don't know if I will try it. But I'm considering giving it a spin.
 

I think someone might have mentioned this here before. I can't remember. But actually looking at it. If this actually works as intended. I could see myself liking it.

It probably isn't going to be something new user friendly. But that's fine with me. I don't know if I will try it. But I'm considering giving it a spin.
Unfortunately
kisslinux_archived.png
(a)
 
Fuck meme distros. If Linux Mint doesn't work well then you will only have luck with maybe arch or Gentoo and you'll have to deal with a learning curve, and if that's too much just go back to Windows as there will be no easy solution.
ya ive used most distros to some extent, most of them are junk
i ended up putting void linux xfce on this machine cause i haven't used void in a while and this thing is a piece of shit and needs every bit of resources it can get

if you try venom linux lmk i wanted to try it but i know almost nothing about it
 
Please consider me a complete retard when it comes to Linux, because I am.

Hey man, we all start somewhere. To keep things as concise as I can manage:

a) Linux Mint is the best starting point. This distro was shipping media codecs, the ATI and NVIDIA binary drivers, Java, and Adobe Flash as early as 2006. Tons of shit's available on it, the community's huge, it's never gonna be a 1:1 match to Windows, but it's the best option you have if you're willing to put up with mild inconveniences for something that stays out of your way.

b) The graphical tools on Mint are excellent. You can spend the vast majority of your time using the graphical tools in Mint, and it won't be unpleasant. Clunky in some menus? Sure. Are there some tasks that are easier to do via a terminal than through graphical interfaces? Sure. None of that shit matters if you're a noob. As long as you can update your system, install software, and do stuff like listen to podcasts, play your music, play vidya, and maybe stream shitty gameplay to your 2-3 friends on Twitch once in a blue moon via OBS, you're golden.

c) I completely jumped ship from Windows 11 to Linux Mint around September last year. I'd strongly recommend cloning your SSD or your HDD (whatever you have Windows installed on). Even if you don't roll back to Windows, it's always nice to plug in the cloned SSD via USB and pull the odd file here or there that you might need. Spares you the headache of dual booting (would not recommend unless you're a teenager with more time than sense), spares you the neurosis of regretting Linux but not having Windows anymore because you didn't back up.

d) If you really want to learn, or otherwise need to learn the command line, here's the one command I'd personally have you start with:

- sudo apt update && sudo apt upgrade -y

EXPLAIN:
sudo = superuser do; you're temporarily invoking admin privileges
apt = advanced package tool; this is the actual system that installs and removes software
update = update the repositories; repository = a catalogue of software that apt has access to, and can install packages from

&& = execute the next command after finishing the first command

sudo = you need temporary admin privileges again to properly upgrade the system
apt = see above
upgrade = self-explanatory
-y = that means "answer yes when prompted."

Run this once a day, or every other day. Reboot your system if you see a Linux kernel update (just roll with it; I'll explain why if you want me to).

e) Flatpaks are distribution-agnostic. Lots of developers have them as an option to avoid distro-specific packaging headaches. I would abstain from the Steam and OBS flatpaks specifically, however. I would opt for the version available through Mint's repositories. Flatpak Steam and Flatpak OBS are also available, but they're clearly marked as "Flatpak"

f) Git gud.
 
I'm running Linux Mint 22.2, I'm already comfortable in it... Now I'm tempted to jump ship to LMDE. Why, God, why is there no Mint Devuan project?!

I think you may be able to find an MX Linux respin using the Cinnamon Desktop, the MX project really goes out of their way to encourage the collaborative production of community respins.
 
maybe someone can help me here

(Mint 22.2) inxi -G is showing my GPU drivers as N/A, currently running on llvmpipe. I've used the driver manager to install the recommended drivers and mokutil says secure boot is disabled but the drivers still don't seem to load. I'm not entirely sure what to do here.
 
maybe someone can help me here

(Mint 22.2) inxi -G is showing my GPU drivers as N/A, currently running on llvmpipe. I've used the driver manager to install the recommended drivers and mokutil says secure boot is disabled but the drivers still don't seem to load. I'm not entirely sure what to do here.
What GPU is it? If it's Nvidia you can usually install the GPU drivers right off their website as a fail-safe
 
maybe someone can help me here

(Mint 22.2) inxi -G is showing my GPU drivers as N/A, currently running on llvmpipe. I've used the driver manager to install the recommended drivers and mokutil says secure boot is disabled but the drivers still don't seem to load. I'm not entirely sure what to do here.
If it's a relatively new GPU, you may need to update the kernel. I think Mint 22 defaults to kernel 6.8 but you can update to 6.14. Mint makes it easy to update Kernels, just launch the Linux kernel selector in the update manager. It's under the view menu there.
 
What GPU is it? If it's Nvidia you can usually install the GPU drivers right off their website as a fail-safe
If it's a relatively new GPU, you may need to update the kernel. I think Mint 22 defaults to kernel 6.8 but you can update to 6.14. Mint makes it easy to update Kernels, just launch the Linux kernel selector in the update manager. It's under the view menu there.
I'm using a 3070TI. I'm currently running a dual-boot setup and I have to manually select Linux kernel 6.14.0-1011-nvidia in GRUB in order to even get internet. By default it seems to use 6.14.0-1017-gcp. I'm not entirely sure how related those issues are but it's worth a mention either way.
 
I'm using a 3070TI. I'm currently running a dual-boot setup and I have to manually select Linux kernel 6.14.0-1011-nvidia in GRUB in order to even get internet. By default it seems to use 6.14.0-1017-gcp. I'm not entirely sure how related those issues are but it's worth a mention either way.
Maybe the drivers are being blacklisted. I've had issues where when I update the kernel it blacklists my wifi driver and refuses the load the driver. Check /etc/modprobe.d blacklists to see if the Nvidia driver and network driver are being blacklisted in dkms.conf
 
Maybe the drivers are being blacklisted. I've had issues where when I update the kernel it blacklists my wifi driver and refuses the load the driver. Check /etc/modprobe.d blacklists to see if the Nvidia driver and network driver are being blacklisted in dkms.conf
There's nothing in dkms, but there's a KMS config that was generated by the drivers. Can't access it right now but I'll check later.

I'll also add that this all started after Linux opened into tty1 and froze when I tried to change into the normal login screen. I reinstalled the drivers on a different kernel version and it seems to have fixed that but now it's gotten me here without a working GPU driver. And I still have to manually select a specific kernel version otherwise it looks like all the device drivers shit the bed (and I suspect other shit too cause my internet cuts out), not just the GPU drivers.
 
Last edited:
So Bazzite sucks.
I recently tried it and had a couple weird display hiccups but once I got past that, I could not get it to run DCS past a black window.
Wiped it and just put Mint back in place, installed everything the same way, using Proton-GE for DCS and it worked first try. Apparently Bazzite/Fedora needs additional setup to make things work right with AMD GPUs or something.

Love live Mint.
 
By default it seems to use 6.14.0-1017-gcp.
manually select a specific kernel version
GCP means "Google Cloud Platform" which is for a virtual machine running in Google's Cloud. It's surprising it will boot at all but it certainly won't have any drivers for a 'real' network card or GPU.
You'll likely want "generic" or "amd64" And then likely need to make sure to install the dkms package for nvidia as well as the headers for the installed kernel, likely "linux-headers-" followed by data matching the installed kernel.

It should usually just work, but as you somehow got a GCP kernel I'm not sure what happened there.
 
Back
Top Bottom