

I have a been using it for 2 years and I was playing games without any problems. Thus said, I agree that they need to setup nvidia drivers if they are unlucky to have one.


I have a been using it for 2 years and I was playing games without any problems. Thus said, I agree that they need to setup nvidia drivers if they are unlucky to have one.


Don’t go onto specialized distro. Just use the main ones like Mint (which is based on Ubuntu, which is based on Debian). I would say that Debian is the best one, but it needs to read some docs if you have a Nvidia Graphic card (but if not, it should be easy and super stable). Bazzite, Nobara, etc, are based on distro that are quickly changing (Fedora or Arch), which are really nice in their own way, but as a beginner, you need stability first!
Try this : https://www.linuxmint.com/edition.php?id=325 It is Linux Mint, but directly based on Debian instead of Ubuntu!


If you don’t need to do 3D work, you can still use a virtual machine with kvm, it is really fast! (then ditch Windows :) )


11 > 12 > 13 is way safer!


It’s not good for your mental health to get news that have only a point of view. Always look both sides to make your own mind!


Wonderful project!
I think you’ve tried a distribution for advanced users… Something like Debian would not have triggered that! Also note that regarding dual boot, most of the time, Microsoft can be in cause (if you’re not using UEFI, if you have secure boot, and others).
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.


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 have a 6700XT and was using Debian Testing (it was trixie), it was super stable, then it became to be extremely unstable around april 2025. I think it was a mix a buggy mesa update and a buggy kernel update. It was so awful that I had to remove Debian :( (multiple full freeze a day). I went full Gentoo and it was super stable. I tried trixie again some days ago and it was still extremely unstable, unfortunately… (only on this machine, the others work fine). Mesa 25.3 has fixed a “turn page flip error” on these cards, but not everything is smooth.