Only difference in info I can see is that display name ends with :0 instead of :0.0. Depending on your DE, you might fiddle with display settings there. Are you running X natively and not XWayland?
Already used these drivers on previous installation, was 525 iirc (Linux Mint), but also went from 530 to 535 on Arch and it persisted. Thing is problem started the exact day I also flashed BIOS firmware so it’s likely that it could come from there, but trying lts kernel now
It was from a GitHub Gist but idk which exactly it was, there are multiple. Keep in mind some files need to have copy-on-write deactivated (swapfile, VirtualBox disk images). The Arch Wiki mentions when copy-on-write should be turned off for a file
What do you mean with “birds part”? Learned from YouTube Videos, Arch Wiki, and experimenting on bare metal and in Virtualbox. Hardest part for me when installing Arch 1st time was partitioning and bootloaders
You might install an older kernel version from /var/cache/pacman/pkg
and then regenerate the initramfs. If not using NVIDIA, it’s very easy to have multiple kernels installed (e. g. linux, linux-lts) to have another option if one kernel causes trouble.
I’d generally recommend having the lts or mainline kernel additionally if you use custom kernels, like zen or self compiled
In the Gentoo wiki it is also mentioned that “While it is true that Btrfs is still considered experimental and is growing in stability, the time when Btrfs will become the default filesystem for Linux systems is getting closer.”. I don’t know how many distros out there use Btrfs by default (never distrohopped), but it seems to become much more widely adopted than zfs.
I wrote this more or less for fun; it is slightly more extensive than the installation guide geared for a more advanced setup. The wiki is mentioned in the article as well and is encouraged to be used too
The Bootloader itself cannot be encrypted afaik, but the Kernel and initrd can reside on a LUKS Volume (GRUB_USE_CRYPTODISK). But, in order to prevent having to input your passphrase twice, you need to use a keyfile, and I have no experience with that, so I have gone another route. I don’t think that a kernel and initrd necessarily need to be encrypted
Do you have GRUB installed into the ESPs fallback path? (esp/EFI/BOOT/BOOTX64.EFI) I haven’t tried grub-install --removable
yet, but maybe stuff got confused.
Had the problem only on one machine. Do you have, by chance, a MSI motherboard? Can’t myself think of other causes and having the kernel and initrd on btrfs instead of ext4 can’t be the problem?
Did grub-install /dev/sdX
, x86_64-efi and ESP get detected automatically and no errors were reported. Also created grub config. Will try in a few days again. Maybe I really overlooked something or had “bad luck”. Worked fine in a VM.
Could the BIOS firmware have a part in this or is the BIOS firmware irrelevant to the bootloaders functionality?
Element is a client for Matrix, a decentralized chat protocol featuring end-to-end-encryption. Lemmy seems to support DMs over the Matrix Chat protocol. Matrix is federated, so [email protected] can talk to [email protected].
Some fediverse apps can work together seamlessly, some can’t, and support seems to be growing over time. E. g. Mastodon users can comment on PeerTube, but Lemmy users can’t (not that I know of), but it’s not impossible that will change in the future. But, kbin for example integrates seamlessly into Lemmy.
Lemmy also has an API that clients can get information/content from. The Web frontend (lemmy.world) is one of them. Apps like wefwef and Jerboa also ask the Lemmy API for content and display it in their own way.
Just looked. First 1/2 loads were slow but after that it’s lighting fast! I think by not everyone establishing a Websocket connection and just loading once performance should increase a tad bit.
I assume that there is something that is O(N), which explains why wait time scales with community size (amount of posts, comments)
I think, for mass appeal lemmy will ultimatively need communities for popular topics (games, trends, etc.), which can bring in lots of new users. From what I’ve seen so far the topics are still rather niche, or can’t compete with identical communites on major platforms. When the traction starts getting big enough, it might just run on its own.
This comment is also more or less a test, trying out the platform.
This worked, Thanks!