Kein Bot

  • 0 Posts
  • 33 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)






  • People who deeply care about this typically use a distro which has a strong stance on FLOSS software like Debian or Fedora
    Arch Linux is more free on this as long as the user gets a more conveniant way to install everything (even proprietary software)

    the Arch Linux way however is also reading every PKGBUILD (where the license is stated) before installing and if you need to have an easier way to search through licenses just programatically solve this yourself i.e. by using https://github.com/archlinux/aur and going through all branches with a script



  • 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
    12
    ·
    edit-2
    10 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


  • EddyBot@feddit.detoLinux@lemmy.mlUnderclock AMD GPU
    link
    fedilink
    English
    arrow-up
    29
    ·
    10 months ago

    I did install the driver from AMDs website but otherwise I’m pretty much at a loss.

    thats actually your first issue, don’t do that if you want to use it for gaming
    the amd driver included in your linux kernel out of the box is already the best option for gaming

    anyway checkout https://gitlab.com/corectrl/corectrl
    which allows you to restrain the power usage (which is probably your issue?) and/or underclock the GPU
    you can run Corectrl at boot so it automatically applies its settings