rotopenguin
A camera isn't very flattering while it's straining like heck to expose something. To the eye, it's not that bad.
I definitely feel a little jealous of OLED whenever there's a "black" loading screen, but once the game gets going I forget about it. I had the OG gameboy, I have had some outrageously bad screens in my time. This LCD can still do reasonably vivid color, has very low color shift when you tilt it, and I can't make out the pixels. I have some better screens around, but the difference in the quality of my experience with any of my modern screens is pretty small.
Go into desktop mode's Discover Store, and get Space Cadet Pinball
Final Profit. Talos Principle 2, and now I get enough of the mechanics to go back and do a lot of Talos Principle 1.
I haven't had much luck with XQ. I don't believe that Bluetooth can reliably find enough bandwidth for it, unless you're willing to blow up a few neighbor's WiFi points/baby monitors/microwaves/weather radar stations.
You have to use a phone app to do it, never found it to be worth the bother.
The joke is that autism and kissing absolutely do not go together.
Fun fact to keep in mind about your MX4 - if you use the "pair with two devices simultaneously" feature, the headphones shut off their LDAC support. All you get is the baseline audio codec. Nice, huh?
Oop. Look up. I changed the parent post, maybe this time it'll work?
Try putting a script like this in /lib/systemd/system-sleep/. Make sure it is executable.
#!/bin/sh
case $1 in
pre)
bluetoothctl power off
;;
post)
bluetoothctl power on
;;
esac
What I said before, looks like a dead end.
~~Start with "cat /proc/acpi/wakeup" and "lspci". My LCD deck doesn't have the new BT chip with wakeup, but I think it might go like this~~
~~Look at lspci, find the Bluetooth there (Maybe it's just part of the wifi?). Note its PCI address, and find a value in /proc/acpi/wakeup that corresponds to that. Take the name from the first column of /proc/acpi/wakeup, and do something like "echo GPPn | sudo tee /proc/acpi/wakeup" . If this works, then you'll want to (a) make a slightly more permanent version of this per the arch wiki, and (b) remember to undo that when Valve finally gets around to doing a proper control for this.~~
https://wiki.archlinux.org/title/Power_management/Wakeup_triggers
I already laid out 90% of what I know ;p
It's in apt, it's also available as a checkbox in Lutris & Heroic. I suppose it could also be squirted into the launch %command% of a linux-native Steam game? If the game is running in Steam, in Proton, then I don't see how gamemode could sneak in there.
Try feral gamemode? It should at least tell the powerstates to bugger off.