this post was submitted on 04 Jan 2025
259 points (98.5% liked)

Technology

60298 readers
3194 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nyan@lemmy.cafe 24 points 3 days ago (2 children)

Not in the way you're hoping for. Proton is a wine offshoot, which means it's exclusive to x86 and x86_64 arches. You could perhaps get it to run by installing qemu and setting it up to run x86_64 binaries, but even if that worked you'd likely end up with single-digit FPS in most games.

Based on what Gentoo currently has keyworded, you should be able to get a solid useful desktop—KDE or Gnome (or sway, if that's your preference), Firefox, Libreoffice, Gimp, VLC, and other popular basics—but I wouldn't expect games or other proprietary software for a while yet, if ever.

[–] greybeard@lemmy.one 2 points 3 days ago

There are translation layers to run x86/64 code on ARM, I don't know how easy it will be to do the same work on RISCV, but I'm guessing if the will is there, the code will follow. But I've yet to see a RISC-V chip that gets close to the performance if a modern ARM or x86 laptop/desktop class device, so that translation might be useful to help close gaps, but I doubt anyone is going to be doing real gaming on RISC-V this year.

[–] sugar_in_your_tea@sh.itjust.works 1 points 3 days ago (1 children)

FOSS games like Super Tux probably work though. But Steam won't.

[–] nyan@lemmy.cafe 2 points 3 days ago

There are a few open-source games that appear to work already, yes, including supertuxcart and nethack. And someone will surely port Doom to it soon if they haven't yet.