For me the X11 era continues for now (until the next version of xfce I expect) and the era of GNOME ended 23 years ago.
kbal
I’d appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.
- 1 Post
- 133 Comments
kbal@fedia.ioto
Linux@programming.dev•Looking for GPU recommendation for Linux compatibility, gaming, and programming
1·8 days agoLinux loads the “firmware” into the GPU on boot. It does need to be updated from time to time, separately from the driver and everything else. On my system it’s kept in /usr/lib/firmware/amdgpu. And bios updates can often fix weird bugs, usually worth doing.
kbal@fedia.ioto
Linux@programming.dev•Looking for GPU recommendation for Linux compatibility, gaming, and programming
11·9 days agoI don’t know, but one possibility to consider is that running amdgpu-pro (or its non-pro counterpart) might’ve done something that stops mesa from working if you didn’t completely undo everything it did.
kbal@fedia.ioto
Linux@programming.dev•Looking for GPU recommendation for Linux compatibility, gaming, and programming
11·9 days agoamdgpu fails to load
If you’re referring to the old “amdgpu pro” software, you probably don’t want to be using that. It isn’t necessary for the stuff you want to do, and I’m surprised to learn that it still exists at all — it’s still talked about as if it’s current on the arch wiki. Get rid of that, update the firmware package, run a recent kernel, and then figure out whatever specific thing you actually need for the AI stuff you’re trying to do such as rocm-related things.
kbal@fedia.ioto
Cybersecurity@sh.itjust.works•CISA: High-severity Linux flaw now exploited by ransomware gangs
6·11 days agoWhichever kernel debian bookworm has, the patch for this has most likely been applied to it. The larger risk is to organizations running ancient versions of RHEL or something that never get updated, e.g. because some hardware they need uses a shitty proprietary driver that supports only very specific kernel versions.
Edit: You can confirm that it’s been fixed in Debian here. Looks like it was patched for bullseye systems still running kernel 5.10 in June 2024.
kbal@fedia.ioto
Cybersecurity@sh.itjust.works•Canada says hacktivists breached water and energy facilities
5·12 days ago“Hacktivist” apparently now means “for-hire saboteurs working for Russia.”
Yeah by “do whatever you like” I mean install MO2, edit the registry, run dyndolod, mess around with system dlls, whatever. One thing I’ve just learned about that might be useful: https://github.com/SulfurNitride/NaK
The “immutable” thing shouldn’t be a problem I’d think. Games installed through e.g. steam aren’t affected by that — it just does its own thing creating a wine prefix for the game somewhere in your home directory. You should be free to do whatever you like in there.
kbal@fedia.ioto
Linux@programming.dev•Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug
11·19 days agodate -r reports current date instead of date specified by reference file
Seems like it was not simply a “difference compared to GNU coreutils” — it was just giving completely the wrong date.
kbal@fedia.ioto
Linux@programming.dev•Debian Technical Committee overrides systemd change
2·19 days agoReading more carefully I see that the real reason is "the /run directory is created as a tmpfs filesystem specifically for run-time files by systemd-tmpfiles.
I forgot that systemd had been allowed to take over /tmp and /run.
kbal@fedia.ioto
Linux@programming.dev•Debian Technical Committee overrides systemd change
13·19 days agoWhy on earth would the permissions on /var/lock be something for systemd to decide?
kbal@fedia.ioto
Linux@programming.dev•7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal
8·19 days agoGenerate Random Numbers
I prefer to generate random words (mostly for generating passwords):
alias randword='head -$[$SRANDOM % `wc -l /usr/share/dict/words | cut -f1 -d" "`] /usr/share/dict/words | tail -1'
kbal@fedia.ioto
Linux Gaming@lemmy.world•[SOLVED] I will pay you $20 to set up modded skyrim for me
2·19 days agoYou can adjust the dpi setting in winecfg to fix the font size, but in recent beta versions of proton I find it necessary to set it back to the default (and restart wine) to actually play the game.
There was one fairly popular fo4 mod that didn’t work for me, but the only skyrim one I found that seemed to have a problem with linux was nemesis, and that has now been replaced with pandora. All the other thousand or so mods I tried (currently using 600 or so) seem to work about as well as they do for anyone else.
kbal@fedia.ioto
Linux Gaming@lemmy.world•[SOLVED] I will pay you $20 to set up modded skyrim for me
2·20 days agoMO2 runs just fine for me. I don’t actually use it for Skyrim — I do that all manually — but it worked for e.g. Fallout 4 without me doing anything special. I just ran its installer the same way I’d run skse64_loader.exe using the same prefix as the game.
kbal@fedia.ioto
Linux@programming.dev•Bazzite surpasses 30k active users, gaining 5k users since two months ago 🎉
9·23 days agoNot bad considering it’s only been around for a couple of years.
I got to install Mint for a couple of people, which was fun. Haven’t done much of that since the heyday of the Linux User Group circa 2002.
kbal@fedia.ioto
Cybersecurity@sh.itjust.works•ID photos of 70,000 users may have been leaked, Discord says
82·1 month agoThey bought into the “age verification” scam.
kbal@fedia.ioto
Linux@programming.dev•Linux Fair DRM Scheduler Graduates Out Of The "RFC" Phase
94·1 month agoThat one is not at all unclear to regular readers of phoronix. Would you expect them to spell out what a “GPU” is as well? No harm in explaining it for others, but don’t blame the author.
That video came up in my youtube recommendations last night, and I watched it. Pretty good, although if you’ve used Windows in the past ten years there aren’t going to be any real surprises in there. It sucks for all the reasons people usually complain about, and it’s all getting worse lately.