ok one more joke...
Linux Video Driver after an update repair starter kit

Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
ok one more joke...
Linux Video Driver after an update repair starter kit


Oh man I built my kernel and added some patches and oh boy did I fuck my install. Had to start it over, so annoying. Thankfully I had everything backed up took me an hour to get it all fixed.
Dishwasher breaks a plate - heck this stupid machine
Now if I break a plate -- oh well, stuff happens
Ever trigger OOM in alpine Linux in aarch64?
“Oh you broke weirdly…”
If I pay 100+ dollars for something I expected to ship with basic drivers. If it’s free, I’m un surprised if and when it rarely doesn’t have the drivers I need
Still new, trying Linux Mint Cinnamon. I don't think I can break it. It's super user friendly.
Don't worry. You can. Just keep tinkering. Get that Timeshift ready...
Mine breaks on its own once I sit down with my food to watch some videos.
I fucking swear it knows when I'm eating.
I probably have a faulty CPU, though. I wish there was an easy way to tell (after several flawless RAM tests and two different GPUs),
Start dmesg when you're eating, put it in the corner. You can cancel out murphys law with a watched pot never boils.
Thanks, I'll try that! Does it even save if the PC freezes solid? Because that's what usually happens.
It was a joke, but actually, yeah, it has a good chance.
When if freezes, whatever was going wrong will likely be all over the dmesg log. as long as it's just frozen, you'll likely see what was going on. there's usually at least some brief inkling before it explodes.
I put mint on My laptop at work and it took 3 months for anyone to ask me about it. My laptop is frequently used by 5 other people with zero Linux experience lol, and barely any real PC experience.
I put mint on my elderly moms pc. Basically no difference for her. Also less maintenance and issues, since all she does is use the browser, Libre Office writer and print.
That's awesome lol, if she can manage so can anyone else.
This might be the year lol
Because:
Indeed, last time I paid for windows was like windows 7. Only free upgrades since then.
But fixing a bug is not as simple as "fork it or help fix it", those are by far the most complicated options that only a tiny faction of users (can) take.
"help fix it" can be opening a good issue with instructions on how to recreate and details, it can be testing new features and fixes, or even paying someone some money to fix it for you and contribute to upstream. (Gitcoin, upwork etc.)
Eh, not always. For months after I started using Bazzite, Dolphin's Windows EXE thumbnailer didn't work. Should it have worked? Yeah. Why didn't it? Who fucking knows. Did it get fixed? Yes. How did it get fixed? New Plasma version I guess.
But you could find out all of those things by looking for the code and the PR that fixed it. You could also have debugged it, since source code is available. Not so on windows generally.
Thats the other thing: a glaring issue or bug with linux is likely to be fixed within a few days.
Ive had issues with microsoft in 2012 that still exist today
Linux Inc. does not spend billions of dollars ensuring you have no options but Linux.
It also doesn't exist, so that helps too.
My favourite Corporations are the ones that don't exist
Definitely true when learning Linux, but to be fair, things do break on their own. Example: just yesterday I updated fedora and it broke my network connections for my vms. I certainly didn’t do that, and it seems to be a repeating issue.
But you wanna know what the difference is?
Compare that to me updating win11 on a faster more capable computer a couple weeks ago:
Linux is great, not perfect, but great with great communities.
honestly wth is windows update even doing? takes my thinkpad from 2020 about 30 min to recompile my ENTIRE nixos setup from scratch. FROM SCRATCH, freshly formatted drive, 30 minites later an entirely functional DE with all apps i need installed.
How does windows manage to take longer, on better hardware, with something that should by all account be an easier cpu task? im baffled
100% agree. The windows fanbois always come out in force and defend Microsoft, they act like the abused in bad marriages defending their dirtbag husband who beats them /shrug
It’s not a problem with my computer. I didn’t do anything “wrong”. I clean installed win 11 on its own hard drive because 1) I own a retail copy and 2) my daughter is taking the lsat test and it requires windows or macOS. The install took hours. And the part that slowed it down was the update process. Ok no big deal, it’s a new install, i mean fedora fresh installs in like 15 minutes (and most of that is me clicking buttons), but whatever. So that’s it, it’s just a clean install of win11. Every month or so, I boot it up and hit the update button. It’s painful, every time. Yes I get it’s designed to slow roll in the background but come on - if I open up settings -> windows update and hit the update now button - then get to work already. It’s always a 20+ minute process. This last one was exceptionally long, but you get my point.
And these updates are always terrible, stuff breaks right away. After the last update the lock screen was all Asian characters. The rest of the OS was fine, just the lock screen changed. Dafuq? The recycle bin contents were all like hash file names. A year or two ago an update on my wife’s laptop wouldn’t proceed because the recovery partition that win11 itself created during install was too small. All other further updates wouldn’t go either because that one was stuck. Like grandma is going to resize partitions - granny’s computer is heading towards bot ville.
Anyways ya, windows sucks big hairy donkey balls now. 50% of that suckage comes from windows update. The other 50% comes from them shoving poo in your face every chance it gets.
I mean that's the whole deal for me. I can take it if I know I can fix it
There is no fixing microsoft
True freedom means responsibility. You should have the right to destroy yourself and your OS
One of the reasons I love Linux, actually.
Nobody to blame but myself, so let's start figuring this shit out I guess
You can dig as deep as you care to, all the way down to source code. And if you can't read code, you can learn to. If you don't want to spend the time, that's completely reasonable. But it's your choice.
me shily walking over to my timeshift snapshots after running
sudo chmod -R 775 /
Instead of with a dot...
NixOS
my system config is in git.
my home folder is in syncthing with a command to stop sync if a significant change is requested.
Sure is fucking hard to setup tho :)
Meanwhile i can't setup a fucking web project so indexing doesn't take 5 minutes 😭🤣
(seriously asking)
Why even use ./ if you can just use . and are not executing anything? Am I missing something? It seems like a bad habit.
(OK on my case of course the incentive to use dot is higher than slash because it needs shift contrary to dot)
Yeah every issue is basically a mystery that will lead you down a rabbit hole, be prepared to learn a lot of things and copy and paste code you do not fully understand, well if you are a layman like me