An AI robot to look for sensors that can be already read since decades? What is that marketing bullshit?
Yes, there will still be the aosp repository as open-source. It will have some lag, but still there. Thus said, Google has moved a lot of things into the Google Play services over the years (closed sources). So, who knows what’s next! Let’s praise that some companies inject money / devs into postmarketos!
This! Debian with Gnome or others is the answer. Take an afternoon to make it yours, then forget it. You can use backported kernels on Debian, to support newer hardware. Try this or upgrade to Debian 13 right now by changing the sourcefile to trixie instead of bookworm. Note : if you use Gnome, let gnome-software handle the updates for you (there’s an equivalent for kde). If you use others, configure unattented-upgrades for automatic updates.
As a 6700XT owner, I use 4k@60Hz (my screens can’t do better anyway). Does that mean I would need to use DisplayPort for better output in the future?
For reference, I have a 6700XT on a 4k videoprojector, and it’s fluid for 4k video and games (but it’s a gaming card). The drivers are excellent and the card is stable. Thus said, I read some web videos through mpv, which is more optimized. On Youtube 4k, it works as well. I’ve tried 8k downsized and it was bit laggy, so I don’t think a 6400 is enough for 8k video. I also had to buy a HDMI cable with more throughput! Videos aside, I think it’s okay for the display only (texts and images), but wait for another reviewer because the 6400 is less powerful, so I can’t confirm. However, if it works on Windows, it will work on Linux.
Just take a deep breath and imagine you’re a pinguin, it’ll be fine :)
deleted by creator
No, he said Breath as a service, which is funny!
Which we will rebrand “Bullshit as a service”!
No, people didn’t do such things before, I disagree. People got out, of course, but it had greatly increased market view for events, because random people around could get the information. Before that, it was just displays on the walls, local newspapers, etc, but the potential viewers are way less.
I’m not so sure. Facebook was a great tool to create local communities at first. Then it became greedy and changed the algorithm for ads and being attention driven. If you remove facebook (which I don’t use since months), it’s harder to find what’s new around you, and get out to cool events. Especially on the countryside.
gammastep
I’m glad that it has fixed your problem. Enjoy :)
Use virt-manager (with KVM). Learn how to install guest tools, then enjoy the performance!
Activate it as shown in the comments!
Have you checked the flags in wpa_supplicant? Some routers have non-default encryption schemes.
From my notes, use these USE flags as a test: net-wireless/wpa_supplicant wps wep ap fasteap eap-sim tkip uncommon-eap-types
I’m pretty sure this is your problem :)
And then I praise microg / LineageOS
That’s what I was wondering, thank you! I’m not confident that it will come to Europe and I unfortunately cannot afford to buy a car that won’t be commonly supported by garages!
Do you know where it’s at? It was supposed to come to US by 2022, and I’m wondering about Europe…
You have to use two swaps if you already use one swap, because one will be used when the system is on, but the second will be used to set the RAM content + the 1st content into SWAP (if any), otherwise, it would fail.
Then, find the hibernation swap uuid:
sudo swapon --show lsblk -o name,uuid
Then
# /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=xxxx" #/etc/initramfs-tools/conf.d/resume resume=UUID=xxxx # bash sudo update-grub sudo update-initramfs -k all -u # to hibernate on lid switch # /etc/systemd/logind.conf HandleLidSwitch=hibernate
Then reboot :)
Note: this method works wonderfully, I use it personally. Just be aware that the hibernation swap content is not encrypted, so you’re vulnerable if your laptop is stolen while hibernated.