Other News about gaming on Linux
Anno 117 Ubisoft Connect
Hi,
We got some Issuies with Anno 117 on Ubi Connect.
First the Game runs, but today we got on every launch a black Window.
So we try different Proton Versions and now get a failure at Startup:
"This Product cannot be activated right now, please try again later"
When i'm searching for it soneone told we have to wait 24h, can somebody assign that?
submitted by /u/ToraShelly[link] [comments]
My Pinebook Pro, the unlikely ARM Linux Gaming Machine
Since the Steam Frame was introduced, there’s been some hubbub about gaming on Linux ARM. It’s not an impossible task, and this summer I tinkered around with my laptop to test it out.
It’s my honour and shame to introduce my Pinebook Pro, a laptop I purchased mid-COVID as a cheap laptop with long battery life, and relatively solid build quality. Seriously, the promise of a linux-powered thin laptop with 10,000mAH battery and a nice, 14-inch 1080p IPS display seemed like a pretty solid deal at $199 at the time. I basically wanted a Chromebook that wasn’t locked to ChromeOS...
One day, after what seemed to be a routine Manjaro ARM update, I lost my ability to connect to WiFi. (and not in the weird only after reboots way that the Pinebook Pro works now, just a stupid update that messed with wpa_supplicant) I’d troubleshoot that, but every so often something similar would happen. Lost wifi, no audio, awful performance, limited video playback. It all led me to put the Pinebook Pro down for good.
I realized that Manjaro ARM and the Pinebook Pro just weren’t really ready for prime time, or even daytime. It was shelved for a future that didn’t really come along.
But eventually I pined for the PBP’s lovely keyboard screen, and sleek metallic build. I booted it back up, found out about Armbian and started enjoying it again. So much so that I wondered if it's possible to do more on this thing than just occasional browsing.
I’m here to say, yes, definitely it can be used for more, and my recent addiction to Balatro and other indie games have pushed me towards figuring out how to do potentially unholy or at least, unadvised things with my PBP.
Here’s how its going: I’ve been able to install Steam and can play an assortment of games on it. Things like Balatro, Lumines Remastered, Stardew Valley, Counter-Strike (1.6) and World of Goo. Some of these games don’t have ARM builds or even Linux builds, so it was quite a journey. It’s also worth pointing out that the games all don’t run particularly well, and require lowering options or resolution to get decent frame rates. They’re playable though!
I loathed the sluggishness of Steam though, so I found gaming refuge elsewhere. Lutris gave me a decent experience with my GOG library, and Legendary worked really well for all those Epic Games Store freebies I’ve been collecting over the years.
From my GOG library I’ve played: Quake 2 and 3, Medal of Honor: Allied Assault, Freedom Force, Bastion and Martial Law. Lutris and GOG is a nice experience because of all the scripts that can install mods or open-source versions especially for the id engine games. I struggled with Unreal engine games, Deus Ex would run well until I faced water and it would tank to 1 fps and become unplayable.
On Legendary, I tested out Wilmots Warehouse, Horizon Chase Turbo and Vampire Survivors. Overall, my experience suggested that 3D games that are 20-25 years old and indie 2D games work decently.
My secret weapons for all this are Box86 and Box64, along with Proton, Proton-GE and Proton-Sarek.
The path I took to get here to get here is a windy one, as I’m a relative newbie to Linux.
I started with a build of Armbian that I built - it was nothing special, just a Generic UEFI one with Gnome.
I removed Zram, and replaced it with a swapfile because the lack of ram meant the whole computer would crash and freeze when both ram and zram were full, which happened with launching steam.
sudo nano /etc/default/armbian-zram-config sudo fallocate -l 8G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile sudo nano /etc/fstab Add /swapfile none swap sw 0 0I would install mesa-utils and vulkan-tools
I’d install something called Pi-Apps, which did a good job of automating the install of Box86, Box64 and Steam.
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bashI also put
PAN_MESA_DEBUG="gl3, gofaster"
in etc/environment
and eventually I added
PAN_I_WANT_A_BROKEN_VULKAN_DRIVER=1
too (I think there is SOME Vulkan support on the Pinebook Pro/RK3399, and this would be the way to run it...)
It’s encouraged to reboot after installing box86, box64 and Steam so I did. Don’t want to jinx anything!
After reboot, I’d run and log into steam, set it up and download a default proton version.
I set up Steam to use an external drive, a microSD card in this case, where it downloaded the proton versions.
I had to tinker around in Steam to make it as lightweight as possible. The Pinebook Pro is limited with just 4 GB of RAM.
Afterwards, with patience, I could install and play some Steam games.
I used the PROTON_USE_WINED3D=1 %command% variable to use OpenGL renderer instead of DXVK
However, due to how slow Steam was, I wasn’t satisfied, and went on to Legendary.
I downloaded the standalone Binary, chmod+x, and installed it in my %PATH
After logging in and installing a game, I'd set up Legendary's config.ini to point to proton
Something like this:
[default] #gameid wrapper = "/media/user/SDCard/SteamLibrary/steamapps/common/Proton 8.0/proton" run no_wine = true [default.env] STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam/ STEAM_COMPAT_DATA_PATH =/media/user/SDCard/SteamLibrary/steamapps/compatdataThat allowed me to play a few games from Legendary.
I tried using Heroic Game Launcher and Lutris’ Epic Games Store, but both were finicky, and wouldn’t display properly.
Finally, I installed Lutris from Github. It picks up the Protons I installed from steam automatically, and there should be a way to install Proton-GE too in the wine section.
And thats it. However, not everything is perfect.
For whatever reason, the generic Armbian UEFI image doesn’t come with sound out of the box. I needed to mess with alsamixer to get audio, and even then, it doesn’t work properly with headphones or headphone detection. Other typical issues, like no external monitors apply here too.
I THINK I want newer Mesa drivers with better Panfrost support and features, but I just can’t do it. I tried backporting it, and it broke everything. So I’m wary of dealing with that again.
I also wish this thing had HW accelerated video decode. Then I could use Moonlight to stream from my desktop with confidence, and maybe use Kodi for media playback. That'd be great.
Obviously, performance isn’t top notch. I’m open to ideas on improving it. Some things worth mentioning: using a Pinebook Pro-specific Armbian image doesn’t work very well.
I’ve also looked into installing different armbian-bsp-cli and armbian-bsp-desktop versions for the pinebook-pro via Synaptic rather than the generic uefi ones, and I don’t think that made a significant difference. I’d love feedback on that.
Anyways, I present this post as evidence of my craziness. Indeed I was so preoccupied with whether I could, I didn’t think if I should.
Video evidence can be found here:
submitted by /u/es-ey-em-eye[link] [comments]
Fortnite on qemu kvm
Xbox Cloud Gaming on any Chromium-based browser doesn't detect Nacon Revolution X controller
I'm running Ubuntu on a Samsung Book. I can install Steam and use my Nacon Revolution X controller absolutely fine via USB. But if I want to use Xbox Cloud Gaming in a browser, specifically Chrome or Edge, it won't detect the controller. It doesn't matter if the browser is installed via a .deb or Flatpak or Snap.
The controller is detected in Firefox, but Xbox Cloud Gaming is not a great experience in that browser and I have regular freezing.
I've used the gamepad tester website in Chrome and Edge and my controller and its inputs are detected correctly.
Does anybody have any ideas how to get Xbox Cloud Gaming working on Ubuntu in Edge/Chrome?
submitted by /u/TheJackah[link] [comments]
Wochenendrückblick-2025-46 - Valve Hardware für 2026 angekündigt: Steam Machine, neuer Steam Controller und Steam VR Frame - Easy Red 2 2.0 als großen Meilenstein - Satisfactory mit Änderungen für das Steam Deck - OpenMW 0.50 verfügbar
Ein herzliches Willkommen zu unserem, bislang unglaublichsten, Linux-Gaming Wochenend-Rückblick Nr. 46 im Jahre 2025! Hier listen wir interessante und informative Neuigkeiten aus der Linuxspielewelt auf, die wir zwischen dem 08.11.2025 und dem 15.11.2025 (Redaktionsschluss ca. 16:00 Uhr) zusammengetragen haben.
Woche für Woche tragen für euch meldrian, Nascher, Xilef, Lucki, NoXPhasma und comrad zahlreiche News und Informationen aus der großen, weiten Linux-Gaming-Welt zusammen. Ihr habt Anregungen oder Anmerkungen? Lasst es uns wissen, entweder hier unten in den Kommentaren oder besucht uns im IRC (oder #holarse auf Libera.chat), im Matrix oder im Discord oder quatscht mit uns im Mumble (play.holarse.de, Server-Passwort ist 'holarse')!
Noch direktere News mit, von und über uns findet ihr im Übrigen auf unserem Mastodon im Fediverse-Kanal. Unsere Reviews landen hier und auf unserer Steam-Curator-Seite.
Frage der WocheSteht bei euch etwas aus der brandneuen Valve-Hardware-Reihe auf dem Wunschzettel?
Aktuelles- Der Holarse Linuxspiele-Adventskalender 2025 kündet sich so langsam an. Am 30. November 2025 geht es dabei schon los mit der ersten Verlosung zum 1. Advent und dann so richtig natürlich am 01. Dezember mit den Adventskalendertürchen. Wir haben wieder tolle native Linuxspiele für euch zusammengestellt. Was ihr dafür braucht: Wie immer nur ein Konto auf Holarse, damit ihr unter den News kommentieren könnt!
- Euro Truck Simulator 2 wird das "Nordic Horizons"-DLC am 27. November veröffentlichen. Link
- Steam Machine ist von Valve als neue Hardware für 2026 angekündigt worden. Ausgestattet mit SteamOS und dem neuen Steam Controller sowie der VR-Lösung Steam Frame wird es damit eine native Linux-Spielekonsole geben, die leistungsfähiger ist als das mobile Steam Deck. Link (Danke an NoXPhasma)
- Baldur's Gate II: Enhanced Edition ist doch wahrhaftig nun auch schon wieder 25 Jährchen jung. Wie schnell die Zeit vergeht! Hier ein kleines bisschen Text und ein Video dazu. Link
- Counter-Strike 2 mit irgendsonem e-sports Gedöns - "The StarLadder Budapest Major 2025" Link
- Dolphin -Team bekommt Zugriff auf ein Hospital Wii Fun-Center und geht auf Entdeckungsreise. Link
- Dota 2 veröffentlichte das digitale Schriftstück "Dota trifft Monster Hunter". Alles weitere erfahrt ihr, fein eingedeutscht, hier: Link
- Godot -Engine-Showcase zeigt, wie vielseitig die Engine ist - mit vielen Spielen mit Linux-Support. [ Link] (Danke an x2s)
- MegaMek lies von jemandem in die Tasten hauen. Heraus kam der Blogeintrag/Artikel "Retiring the Colors: Against the Bot". Link
- Thrive Progress Update vom 8. November. Link
- Bittersweet Birthday ist auf GOG und Steam mit Linux-Unterstützung veröffentlicht worden. Link
- Civilization VII hat mit Update 1.3.0 - Patch 1 von 12. November einige kleinere Änderungen erfahren die von den Spielern gemeldete Missstände beheben sollen. Link
- Counter-Strike 2 hat ein Update erfahren. U.a. enthalten, der Hub für das von StarLadder veranstaltete Budapest-Major. Auch spieletechnisch ist geschraubt worden. Changelog gibt es hier: Link
- Counter-Strike 2 baut ein, dass man endlich C4 platzieren kann, während man auf einem Teamkameraden steht. Endlich! Link
- Crusader Kings III erhält mit 1.18.1 wieder einige Stabilitäts-, Nutzbarkeits- und Balance-Anpassungen nach dem "All Under Heavens"-DLC-Update. Link
- Dominions 6: Rise of the Pantokrator behebt in 6.32 ein paar Abstürze, wenn berittene Einheiten mit Zaubereien rumhantieren. Link
- Easy Red 2 haut die große 2.0 raus mit einer Vielzahl an Änderungen, insbesondere am Animationssystem. Ausserdem wurde es Zeit für das große Release, da bislang alle Karten schon eine Überarbeitung erfahren haben. Zusätzlich gibts neue Missionen und Einheiten. Link
- Mewnbase fixt in v1.0.2 nach längerer Zeit einige Bugs und ermöglicht jetzt das Festnageln von Rezepten. Link
- Parkitect Update 1.12b3: "fixed a multiplayer desync" und "fixed some windows from Dinos & Dynasties clipping into walls". Außerdem Infos zur No Nut ... nee, Moment, November Build Challenge, so ists richtig. Link
- Retro Commander aktualisiert auf 2.29.156 und bringt ein neues AWACS-Flugzeug mit und zahlreiche andere Änderungen. Link
- Satisfactory , eigentlich ein Windows-Spiel, hat dennoch Änderungen bezüglich der Steam Deck-Unterstützung im Patch 1.1.1.7. Link
- Simon the Sorcerer Origins hatn Pätsch bekommen. Am 14. November gab es insgesamt 9 Anpassungen am Spiel, alle mit eigener kleiner Überschrift. Seht selbst: Link
- ZEPHON jetzt neu mit verbessertem "ICH STERBE!!!"-Sound von Caelem Cete! Als wäre das nicht schon aufregend genug gibts noch Anpassung am Balancing und Fehlerkorrekturen. Link
- ZEPHON hat noch ein paar Anpassungen in Sachen Balance, Fehlerkorrekturen und Modding. Changelog zu Version 1.2.9 gibt es hier: Link
- ZEPHON ist mit seinen Mini-Updates ein kleines bisschen nervig. Version 1.2.10 gab es auch noch. Bugfixes und "Improved AI usage of player actions / operations.". Link
- ZEPHON fummelt in 1.2.11 ein wenig am Balancing herum. Link
- City Game Studio Patch v1.25.0-rc7 Link
- Old World Old World November 12th Updated Test Build Link Changelog
- Ambermoon nach Update verbessert nicht nur die polnische Übersetzung sondern vereinfacht auch die Handhabung von Schlüsseln im Spiel. Viel mehr dürft ihr von Version 1.11.5 aber scheinbar nicht erwarten. Link
- Bright Nights und sein Geschwisterchen Dark Days Ahead sind spieltechnisch richtig krasse Goldschätze wenn man sich als Spieler zuvor von dem Gedanken einer hübschen UI verabschieden kann. Von ersterem gibt es eine neue Version 0.9.0. Neben vielen technischen Anpassungen darf man wohl wieder etwas mehr mit dem Feuer spielen. Ach du liebe Zeit ist das Changelog lang. Das lese ich (m.) nicht. Viel Spaß damit! Link
- Bright Nights mit der neuen Version v0.9.1. Link
- fheroes2 Version 1.1.12 ist da und bietet ersten rudimentären Support für einen Random Map Generator. Außerdem wurden Grundsteinchen zur Nutzung der Engine unter iOS gelegt. Link
- HyperRogue Version 13.1g "Added some improvements for the SteamDeck". Es erwarten euch jedoch nicht nur Anpassungen in diesem Bereich, 2-3 Sachen zusätzlich gibt es auch noch. Link
- Isleward Version 0.21.0.10 - "Fixed rust build" Link
- Isleward Version 0.21.0.9 - "You can no longer auto-attack other players with auto-move" :( Link
- Isleward Version 0.21.0.11 - ohne "ins-Gesicht-nei" Changelog. Link
- Odamex mit einem kleinem Maintenance-Release 11.2.0, um einen spielerseitigen Exploit zu beheben. Link
- OpenMW wurde in 0.50.0 veröffentlicht und ändert an der KI-Wegfindung, an der Grafik und am Gameplay ein paar Dinge. Es sollte aber weiterhin kompatibel mit den bisherigen Savegames sein. Link
- Open Realm Of Stars kommt in 0.28.0 mit neuer Musik, überarbeiteten Anzeigen für Schiffsdesign und Forschung, ausserdem eine neue Rasse, die pflanzlichen Mycolians. Link
- Unciv Version 4.18.13 ist ein verhältnismäßig kleines Update. Die broken minimap hat es mitunter gerichtet. Link
- Unreal Tournament enthält für uns Linuxer in dem Communitypatch v469e einen Vulkan-Treiber. Daneben gibt es aber noch eine ganze Liste an Anpassungen. Link Changelog
- VASSAL Modul "Target Arnhem, Across Six Bridges" wurde aktualisiert. Link
- Bazzite hebt Kernel, Mesa, Gamescope, KDE und HHD in der neusten Version 43.20251114: Stable an. Link
- Bazzite 43.20251114.1: Stable (F43.20251114) Link
- CnCNET Version 2.12.16 bietet "Correct world flags sprite" & "Support URL and UnixURL for localization". Das wars auch schon. Link Changelog
- LinuxGSM schwer technisch mit Update auf Version 25.2.0. Im Changelog steht dann so etwas wie "docs(tf2/hl2dm): Add note about unrestricted_maxplayers param for TF2/HL2DM maxplayers". Klar soweit? Link
- ludusavi gehört zu der Kategorie Tool bei der ich (m.) immer erst nachlesen muss was die macht ("Backup tool for PC game saves"). Version v0.30.0 am 9. November veröffentlicht. Viele zusätzliche CLI-Parameter wie es scheint. Link
- Wicked Engine Version 0.71.854 bietet Optimierungen sowohl im CPU- als auch GPU-Bereich. Außerdem initialen Support für freeBSD, oh la la! Link
- D7VK will DirectX 7-Support nach dem Vorbild von DXVK implementieren und damit die bestehende Wine verbessern. Link (Danke an comrad)
- Proton kommt in 10.0-3 heraus und hat wieder zahlreiche Korrekturen für Windows-Spiele dabei. Link
- RetroArch Version 1.22.0 - "Revert "Use RETRO_SAVESTATE_CONTEXT_RUNAHEAD_SAME_INSTANCE for rewind…" Link Changelog
- RetroArch hat in 1.22.1 wieder an vielen, vielen Ecken und Enden gedreht. Schaut ins Changelog. Link Changelog
- Wine hat im Entwicklungsrelease 10.19 einige technische Internas angepasst. Link
- Steam Deck Steam Deck Beta Client Update: November 10th Link
- Steam Deck Steam Deck Beta Client Update: November 14th Link
- Steam Client Beta Steam Client Beta - November 10th Link
- Steam Client Beta Steam Client Beta - November 10th Link
- Steam Client Beta Steam Client Beta - November 14th Link
- Steam Client Beta Steam Client Beta - November 14th Link
- Godot Engine Dev snapshot: Godot 3.7 dev 1 Link
- Godot Engine Dev snapshot: Godot 4.6 dev 4 Link
- xone baut in v0.4.10 Corsair-Gamepad-Support ein. Link
- xone erfuhr ein Update auf 0.4.11 was wie folgt gechangelogt wird: "Disable dongle autosuspend" und ""Assign SNs as unique IDs to gip clients". Mehr kommt da nicht. Link
- GOG haut auch einen "Polnischen Week-Sale" raus. Link
- GOG veranstaltet einen Publisher Sale zu Daedalic Entertainment. Link
- Steam veranstaltet vom 10. bis zum 17. November das Steam Animal Fest mit tierischen Spielen. Link
Wir stellen für folgende Spiele einen oder mehrere Gameserver über unseren Server play.holarse.de und dem Server-Passwort holarse zur Verfügung. Den Status und die Version der Spielserver könnt ihr über unser Dashboard einsehen.
Spiel Port Anmerkung 7 Days To Die 26900 ARK: Survival Evolved 7777 TheIsland/PVE ECO 3000 Factorio 34197 Neue Karte mit Space Age DLC Minecraft 25565 Whitelist-Only, Karte Voxelibre (ehem. MineClone 2) 30009 Whitelist-Only, Karte (im Incognito-Mode öffnen wg. TLS) OpenRA (Tiberian Dawn) 1237 Release OpenRA (Red Alert) 1236 Release OpenHV 1234 stable Version OpenHV 1235 neueste (Vorab-)Version Stendhal Valheim 2456 Linux-Streamer und Linux-Gaming-Youtuber- As Reiter spielt ausschließlich unter Linux sowohl Open Source, nette Indietitel aber auch Windows-Spiele unter Proton. Youtube-Link
- Corben78, VR-, Sci-fi- oder Horrorspiele unter Linux. Twitch-Link
- derhass bezeichnet sich - paradoxerweise - selbst nicht als Streamer, streamt aber ab und an! Hauptsächlich Overload Multiplayer. Aber immer Linux. Twitch-Link
- GTuxTV spielt gerne neue Titel und bedient sich allem, was Wine und Proton aber auch nativ zu bieten hat. Youtube-Link
- hatniX zockt an 5 Abenden in der Woche (Mi - Mo) stets zur Prime Time bis spät in die Nacht nativ oder via wine Spiele unter Linux und bezieht seinen "hatclan" per Chat mit ein. Was gespielt wird findet sich stets gepflegt im aktuellen Streamplan (hatnix.net-Link).
- Nerdgrrrl, Linuxgamerin mit Schwäche für Zombies. Twitch-Link
- Open Source Games stellt hauptsächlich, wie der Name schon vermuten lässt, Open Source Spiele vor. Youtube-Link
- opensource_gaming: Nicht zwingend Linux-Only aber dafür Open Source. Zu sehen auf Twitch-Link.
- Z-Ray Entertainment spielt alles unter Linux, was nicht bei drei auf den virtuellen Bäumen ist. Twitch-Link
Das war's wieder einmal von uns, viel Spaß beim Linuxgaming in der kommenden Woche und bis zum nächsten Drückblick.
Euer Holarse-Team
MultimediaIs there any kind of a "ProtonDB for Legion Go S" project ?
Of course, ProtonDB itself is helpful, because if it runs on the Deck, chances are it'll run smoothly on the LeGo S, but the opposite isn't necessarily true. And each handheld have its own differences, like the lack of trackpads and community controller layouts for instance.
submitted by /u/Ryo_le_Ryu[link] [comments]
How to activate HDR only on games?
I am using Bazzite with latest updates. Proton-GE with launch options "PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1" in game recognize HDR is enabled but my monitor does not. If I enable HDR on KDE display settings it works, my monitor goes to HDR mode but I don't want to use HDR on my desktop. Also with Steam Proton games recognize HDR with launch options "SDL_VIDEODRIVER=wayland ENABLE_HDR_WSI=1", yet again not my monitor.
submitted by /u/ghastlymemorial[link] [comments]
Trying gaming on bazzite
Hi I’m new to Linux and I have installed bazzite on my old spare desktop pc but I’m having a issue, I have installed 3 games, Skyrim, fallout New Vegas and Red Dead Redemption 1. I can run the games from steam on desktop mode but as soon as I go in game mode I just get a black screen then I get the bazzite startup screen again then back to steam home page. I have tried messing with the different version of proton including proton experimental and proton GE latest I’m guessing it has something to do with the fact these 3 games have some kind of separate launcher but I’m just stumped at this point I spent all night last night and most of today trying to sort it out but I’m at the point now where google wont give me the answers.
If it helps here is my pc hardware: Intel i5 3470 16gb ddr3 ram AMD Radeon RX 580 8gb I also have the os installed a 1TB HDD I dunno if I should have it installed on a SSD or not but I doubt that will stop the games from running.
Any help would be much appreciated
submitted by /u/Queasy_Group6455[link] [comments]
Audio Lost during Gaming
When I play either Age of Wonders 4 or Monster Hunter Wilds, sometimes the audio is gone. And this audio lost persist outside the game. I can't hear any sound when watching YouTube or listening to music. The only way to fix it is to restart my PC.
Do you know why this problem happen and how to prevent it?
My specs:
OS: Pop!_OS 22.04 LTS
Processor: AMD® Ryzen 7 5700g with radeon graphics × 16
Graphic Card: AMD® Radeon rx 6700 xt
submitted by /u/Kanata-EXE[link] [comments]
Does anyone have a clue about this issue and how to solve it? I searched the help pages on Steam but it didn't help.
I recently migrated to Linux (Bazzite) and have been able to configure Steam for each user session, one for each member of the family, with Steam booting into the corresponding Steam family account.
I've been able to change the language for each account, except for one: my youngest kid's. The only one who absolutely doesn't speak English.
I tried restarting Steam, Bazzite, and the computer itself. I also tried to see if it was something age-related that I could tweak from my account via family settings, but no. And I didn't have any issue with my other child's account.
Here, I cannot even click the button. It's not grayed out or anything, it just does nothing. Normally, there's a button with "English" on it and if you click it, a drop-down menu appears. Here the button's there but it's unresponsive.
If it's of any help, the language I'm trying to set up is the same as the OS one (French).
submitted by /u/Ryo_le_Ryu[link] [comments]
Error when launching Unreal Engine games with the latest Proton version(s) "!status && "vkQueuePresentKHR""
First, some technical details out of the way:
- OS: Bazzite, should be latest version.
- CPU: Ryzen 5600x
- GPU: Intel Arc A770 16 GB
- RAM: 32 GB DDR 4
- MESA: 25.2.7
When attempting to launch an Unreal Engine game with Proton version above 9.0-4, or Proton Experimental, or above GE-Proton 10-1 I get this crash and error:
!status && "vkQueuePresentKHR"
I've searched for this error and only found some old threads pointing to Steam Overlay being a problem. However, disabling Steam Overlay does not stop this issue.
Some of the UE games I play function on lower versions of Proton, others refuse to launch at all.
What could be causing this issue? What would I do to fix it?
submitted by /u/Tattorack[link] [comments]
Garry's Mod on 6 fps with no addons on flatgrass
I play with small set of addons but recently I started to have weird performance problem that I always get 6 fps.
So I disabled all addons but issue is still same. Although these are still installed, just disabled.
FPS is fine on main menu before joining any map. but when I open flatgrass for example, I only get 6 fps.
And when I disconnect from game, it's still 6 fps afterward.
Interesting I discovered is that when this happens, both CPU and GPU usage is really high. It's using 100% of one of 4 cores I have and it's using 100% of GPU.
Even though it shouldn't be. I don't have any addons and map is just flatgrass.
Entire PC starts to lag because of this.
I have 24GB ram with NVIDIA GTX 1060 with 3GB Vram.
CPU is I5 7600
I am using x86-64 branch with Chromium fix with multi core rendering. I tried disabling multi core rendering but it was same.
Edit:
Sometimes switching resolution fixes it?
[link] [comments]
WOW on Steam Or Lutris
Tried both so far. BattleNet setup froze on Lutris at the end, but it seems like it installed fine.
Launching both, I login and get to home page but get the oops message on both...
I don't have any games on Battlenet and was looking to try out WOW. I can go to the Shop, click the starter WOW and click play for free but that also takes me to this same screen when using Steam, with Lutris it locks up when I click the Play for free button.
submitted by /u/jwlewis777[link] [comments]
directx12 problem after update
"no directx 12 adapter or runtime found. please install latest directx runtime or install a compatible directx 12 video card" this is a message i get after trying to open rdr2 after i updated my system. Also warframe does not open after the update. Yesterday i played both games but after the update they do not work. anyone have any idea what could help. I'm running fedora kde.
submitted by /u/seppezz1[link] [comments]
Switching to RX9060XT from 3060 ti for linux
Hello, as the title says, Im thinking about switching to RX9060XT from 3060 ti (i found a pretty good deal for it). Do you think its worth the upgrade? I tried bazzite with 3060 ti but some of the games has pretty low fps even with different proton and driver versions. My cpu is amd 5600x with 16 gb ram and I game at 1440p
submitted by /u/Adventurous-Hunter98[link] [comments]
Anno 117
The game runs perfectly on Kubuntu 25.10 with Proton Experimental... No other stuff needs to be done. Thanks Gabe!
submitted by /u/Am4ranth[link] [comments]
Poor gaming performance compared to Windows with Intel Arc iGPU on Linux
Hello everyone!
Can anyone help? I have a Intel laptop, and the problem is that in games the FPS is higher on Windows than on Linux. For example, in Disco Elysium I get 80+ FPS on Windows, while on Linux it's around 30 with the same graphics settings. It's the same issue with other games. The Steam FPS overlay also shows that the GPU is being used at 0%.
Specs:
- HUAWEI FLMH-XX-PCB laptop
- Intel Core Ultra 5 125H
- IGPU Intel Arc integrated GPU (Meteor Lake-P)
- Fedora 42
I’ve tried Steam both via Flatpak and native, Proton GE and Proton Experimental, and different distros (Arch, Fedora, Bazzite) — the problem persists everywhere.
submitted by /u/kodersha[link] [comments]
cp2077 is installed on ntfs drive and it's running, dirt 2.0 is not. wtf
I've installed cp2077 (heroic) on my secondary ntfs drive, and it runs like a charm, but dirt 2.0 (steam) will not.
I'm getting frustrated lately about gaming on linux and I'm thinking about going back to windows :( any suggestions?
submitted by /u/akoyo10[link] [comments]
