• 44 Posts
  • 251 Comments
Joined 4 months ago
cake
Cake day: April 2nd, 2025

help-circle
  • All the major desktop distros play games about as well as one another, assuming you set them up correctly.

    Choose a distro based on other criteria, like the release cadence and admin tools that you find most comfortable. If you don’t have any particular needs or preferences, I guess you could save 10 minutes by choosing a distro that installs Nvidia drivers by default, but it’s not going to run games appreciably better than the others.












  • It describes itself as a server-side application for playing music, but it can be used locally as well. For example, the Cantata music player uses mpd to handle music decoding and playback, but automates it in the background to keep the interface simple for the user. This separation of concerns allows Cantata to benefit from things like decoding improvements, security fixes, and new sound APIs (e.g. PipeWire) without having to reinvent the wheel.





  • You need to know the name of the file before you can download it.

    Indeed. And /favicon.ico might not be a Windows ICO file, but instead be a PNG, GIF, or some other image format. I thought that’s what you were (correctly) pointing out when you wrote “it doesn’t have to be an *.ico file”. In such cases, the HTTP Content-Type field tells what image format it is.

    If I were to blindly download /favicon.ico, I’d naturally get a 404 page:

    Ah, so it turns out you were thinking of cases where /favicon.ico doesn’t exist at all. That can also happen, but your suggestion to “try different file extensions” is not the answer, as you can see if you try to curl /favicon.png, /favicon.gif, etc. The correct approach is to parse a web page’s HTML in search of a favicon URL, which you did in your above reply, but that’s not the same thing as what you originally suggested.






  • who@feddit.orgtoKDE@lemmy.kde.socialRX 9060 XT not working
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    15 days ago

    If you want help, you’re going to have to give some detail about what “not working” means.

    The RX 9000 series is very new, so it’s likely that at least one of these components in the linux distros you’ve tried was not new enough to support that GPU:

    • The amdgpu driver (part of the kernel).
    • The GPU firmware (package names vary; probably linux-firmware package on Ubuntu).
    • Mesa.

    I suggest asking other RX 90xx users what linux distro/release they have found to support such new hardware out of the box, and trying one of those. Or if you know what you’re doing, grab a tarball of new firmware and install it manually.