Kein Bot

  • 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle
  • If your AMD card is older than your latest linux distro release it’s plug and play, no driver installation required
    Wayland works pretty well on most desktop environments too

    beware fresh released AMD cards in combination with long term release distros like Debian stable, you most likely will need the driver from the AMD website (not recommended)







  • If we are talking Silverblue then podman is your pick for everything Flatpack “can’t”
    there is no big push for cli flatpack since this already a solved cause with containers for podman/docker/kubernetes

    however no matter how you approach this you will always have dependency security issues
    unless you built every flatpack/container yourself you are at the whim of the creator of it to keep every dependecy updated
    this is already a known vulnerability factor in the container sphere on topbl of the threat of 0-day exploits












  • EddyBot@feddit.detoLinux@lemmy.mlwhat amd driver do I use?
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    9 months ago

    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



  • 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