the way SteamOS works is extremely different to how a regular Arch Linux runs so I wouldn’t really conclude anything from that
it just shows how little the underlying distro matters
Kein Bot
the way SteamOS works is extremely different to how a regular Arch Linux runs so I wouldn’t really conclude anything from that
it just shows how little the underlying distro matters
it is kinda wild that people abandon Windows 7 because of Steam and not because Microsoft stopped patching it several years ago
Ubuntu was chosen because Proton is officially supported in Ubuntu.
I don’t think Steam actually recommends any distro since some time anymore
chances are you already used the external nvidia kernel module prior
the dkms package is just the “catch all” way which works on most setups
(at least on Arch Linux)
it doesn’t matter if you use paru, yay or heck makepkg if you are compiling packages with hilariously large sources like for example webbrowser (librewolf, brave, ungoogled-chromium, firedragon take each like ~30 GB) without pruning the build cache afterwards
even consumer SSDs have around 1500 TBW (Terrabytes written) per TB until warrenty excludes any failure
which means you could write for example every day for 10 years 400 GB on a 1 TB SSD
this is already a very low estimate, most SSDs do better
anyway OP mentioned enterprise SSDs which can write 1.0x or 2.0x it’s own size every day for 10 years
afaik linux and windows shows different GPU memory clock speeds but it’s basically the same (1:2 conversion)
most likely because bigger number = better?
my AMD 6000 cards does the same
the most honest reason I read about is probably that former Twitter user who felt out of place on Mastodon or other Activitypub servers because the “Nerds” who care about privacy and decentral systems which were already on it have a different microblogging culture and they didn’t want adept
so now a new competitor gets traction because the people who felt out of place on Mastodon can relife the Twitter experience from over a decade ago
the fake exclusivity even make you feel special despite the lack of features
typically it’s based on the last kernel release of the year which gets promoted to LTS, not because of certain features
Some people hate it for not following the unix philosophy of doing one thing and doing it well, but at this point nothing does except stuff like
cat
.
you can actually write iso images to thumb drives with cat
cat linux.iso > /dev/disk/by-id/usb-My_flash_drive
using external kerner driver (“out of tree”) come with caveats you need to take care of
typically most linux distros will do this completely transparent but certain usecases will be more complicated
espcially if you install packages outside of your linux distro repository like a newer kernel version or an older Virtual Box version
if you just need software to set up virtual machines you might look into Gnome Boxes or virt-manager which don’t require external kernel modules like Virtuap Box to work
anyway these issues typically happen on Ubuntu based distros (like Linux Mint) because your linux kernel is to new for the Virtual Box version (or the Virtual Box version is simply too old)
the amount of plugins are also amazing
convert non-lossy files automatically to aac? fetch lyrics? push updates to mpd/sonos/jellyfin?
If you care about DoT or DoH Adguard Home will support it out of the box (which is why I use it)
you can make pi-hole also support DoH/DoT albeit little bit more complicated with an extra service like stubby/unbound
otherwise it really doesn’t matter, both are open source and easy to setup for unencrypted dns requests
this only happens if you install proprietary drivers manually and not through the software center (or package manager for the cli folks) on almost every given linux distro
this is why no sane linux user recommends installing download scripts from websites, you rely instead on your package manager to handle everything
I just use docker/podman containers on my Arch Servers, not a single time I needed to rely on distrobox for anything
AMD just doesn’t have any official gui setting software on Linux
third party tools like CoreCtrl will help you with some settings like overclocking, undervolting, etc. and for basic settings your desktop environment of choice already give you control over resolution/framerate/gamma/whatever
for an ingame overlay and fps limiting take a look at mangohud
there is also a lot of confusion because there are different software names for kernel driver (i.e. amdgpu) and userspace driver (i.e. Mesa) with additional varieties on top like vulkan-radeon and amdvlk (which is included in amdgpu-pro and typically worse)
luckily most people don’t really need to care about that since most linux distro already give you the best gaming choice out of the box and updating your system will also update your amd driver
Odroid has both ARM and Intel boards in their lineup
additionally you don’t need to jump across several hops to flash custom roms on Pixel phones (or tablets)
it’s easy as using a web browser
meanwhile custom roms on Xiaomi or Samsung are a huge pita to setup and require almost shady looking korean or chinese (windows) applications
there is no way you are missing udev
Arch Linux (and Manjaro) have it inside the systemd package (which you already has as stated from pacman Paketänderungen werden verarbeitet … (1/1) Reinstalliert wird systemd
)
the thing you are probably is missing are android specific udev rules
Arch Linux has them inside the package android-udev
but I don’t really know if Manjaro does the same
https://wiki.archlinux.org/title/Android_Debug_Bridge#Usage
try to connect your phone via adb before you try anything with Godot or Android Studio for that matter
Ich würde dir aber empfehlen vorher mal einen Neustart zu machen, es fehlen wohl kernel modules bei dir (?) was wohl auf ein Kernel update ohne kernel modules reload (oder noch einfacher: ein Neustart) schließt
Valve releases Steam as Flatpak too