

I recently learned that the option to hibernate goes away when Fedora is booted with SecureBoot. It was surprising to me, and might be good to know for you, that’s why I’m mentioning it.


I recently learned that the option to hibernate goes away when Fedora is booted with SecureBoot. It was surprising to me, and might be good to know for you, that’s why I’m mentioning it.


She answered that in her blog post that the Phoronix article links to:
Which GPUs does this work with? Is it only AMD GPUs?
Whether or not your GPU can benefit from it depends on the kernel driver - more specifically, whether it sets up the dmem cgroup controller.
amdgpu and xe both have support for the dmem cgroup controller already. In theory, Intel GPUs running the xe kernel driver should benefit as well, although I’m not sure anyone tested this yet.
For nouveau, I have sent a patch for dmem cgroup support to the mailing lists. This patch is also included in my development branch, so if you use my AUR package it should work. In other cases, you will need to wait for the patch to be picked up by your distribution, or apply it yourself.
The proprietary NVIDIA kernel modules do not support dmem cgroups yet, so this won’t work there.


deleted by creator
my workflow does not work at all with the secondary screen switching in sync with the primary screen
Same here. My workaround so far has been to put the windows that belong on the secondary to the “Keep Window on All Desktops” mode.


That literally what the link provides


Steam is different from the Google or Apple stores, because they aren’t the gatekeeper of a platform.
But yeah maybe 30% is a bit high for games that don’t use any of the steam features, just the payment processing, review section and download servers.


I forgot about that game. What was it again? Some sort of shooter moba?


you can only run executables on the primary boot partition
lol
Have you tried asking ChatGPT or Gemini ?
lmao


Emergency thermal shut-off is a very common function in various pieces of computer hardware. And if throttling doesn’t help it should indeed shut down, rather than cause damage.


Two that I run for our little group outside the ones you mention are Space Engineers and Valheim
Edit: Space Engineers is a little annoying though, you either have to use some emulated / translated setup, (I think I saw some being cobbled together by others), or you have to run a Windows Server VM.


Yes there is also device managment for them. Our company uses Jamf. Not sure how it compares to AD group policies in power but some restrictions, settings and updates get pushed on the regular.


So much.
I have installed various pieces of third party software to fix some of them, but still, those are things I dislike about macOS.


No, instead I’m forced to use macOS at work.
And Microsoft Teams, which is terrible, but somehow still better than Cisco Webex, which we had before.


Here’s a made up example. Suppose you have a choice between compressing a game:
- to 10 GiB, and it takes 2min to unpack it in a certain machine
- to 3 GiB, and it takes 8min to unpack it in a certain machine
The download size difference of 7 GiB only costs me another 60-80s to download as long as the Steam servers are serving well. So funny enough the first option would be better for me.


some analysts suggested to Ars that Valve could and should aggressively subsidize that hardware with “loss leader” pricing that leads to more revenue from improved Steam software sales
Name and shame:
What a stupid idea. These forced comparisons to consoles lead people way astray.
Obviously the strategy of a closed ecosystem vendor who can expect to sell new software for each generation of hardware wont at all work for the vendor of a device in an open ecosystem who must expect people to play their pre-existing libraries, and who must expect that people could buy their hardware for literally any other computer use than the software they sell.


Since you mentioned GOG, another relevant thing about them is their game preservation initiatives. Games that get the Good Old Game stamp from them get some engineering effort to be packaged in a runnable way.


That reminds me of something similar my ISP said. “Don’t be afraid of the bandwidth”, if you give your customers more bandwidth they aren’t actually going to fill it, they’ll still run roughly the same downloads just more quickly.
Here it’s at 12:10 in this video archive of their talk at RIPE: https://ripe84.ripe.net/archives/video/797/
And here when they gave the same talk at SwiNOG they also mentioned how their network ring in Wintherthur is still pretty much equally loaded after 10G and 25G home connections became available: https://youtu.be/wXmJCzMeIBo?t=1195
That was actually preinstalled by IT at my workplace! It’s a pretty nice little archiver. Seconded.
To make the desktop experience bearable: AltTab, Forklift, Rectangle, Ukelele, MonitorControl, Amphetamine, Firefox, Thunderbird, qView and duti to set the latter three up as the defaults.
As a package manager I’m pretty happy with nix-darwin, now I get all the CLI tools there, and what isn’t packaged, like wireshark for example, I get through my nix-controlled homebrew.
Coming from a Linux userland you might want to replace some coreutil packages with their GNU variants. I ran into one case where the GNU grep was much faster than the BSD version preinstalled in macOS for example.
What I haven’t found a good solution to yet is Filesystem support. Both NTFS and ext4 are missing. I currently have a Linux VM just for that. I think Paragon sells a driver, have been meaning to look into it more, but haven’t.
Edit: To be fair to macOS the App called Preview is a pretty good PDF reader in my view.
PS: If you ever need to use dd on macOS, be aware that there are /dev/rdisk handles instead of /dev/disk for the un-buffered access. Its significantly faster for dd shoveling.
PPS: You will probably have to turn off what they call “natural” scroll. macOS inverts the default for some reason.
That’s not what I ready unfortunately. When booted in secureboot, the kernel enters lockdown mode which disables all hibernation, regardless of the swap being encrypted or plain text.
It seems there are two kernel patches available to enable hibernation in lockdown mode, but not in mainline.
This one is more of an admin override, where you take the risk of root replacing the swap contents
https://gist.github.com/kelvie/917d456cb572325aae8e3bd94a9c1350
And this one is complicated but uses the TPM to ensure only the kernel, not root, can write the hibernation image in a way that causes it to be trusted on waking, so there is no reduction in assurance compared to clean booting a signed kernel with secureboot:
https://mjg59.dreamwidth.org/55845.html
But that’s all too much for me, I intend to turn it off again.