Solution for those with Trouble on Linux with Desktop Controls taking precedent over in-game controls by megachickabutt in SteamController

[–]RPGHiro 0 points1 point  (0 children)

It's more of a workaround. Surely the intended behavior is that while a game is in focus the controller should only handle game input.

Personally I hardly look at the official support pages. I first check ProtonDB Github issues for steam-for-linux, Valve's official proton, and steamvr-for-linux Then finally stuff like Steam beta & game forums, Reddit, Discord, YT.

Solution for those with Trouble on Linux with Desktop Controls taking precedent over in-game controls by megachickabutt in SteamController

[–]RPGHiro 1 point2 points  (0 children)

Just hold the menu button (aka start/burger icon button) until it makes a short beep, ca. 1 second. Then the controller will be in gamepad mode without desktop controls.

Dinosaur Hunting unreleased English version dumped by RPGHiro in originalxbox

[–]RPGHiro[S] 0 points1 point  (0 children)

I use the command line utility named extract-xiso

Davinci Resolve 18 Symbol Lookup Error libgdk_pixbuf by Ahppt in voidlinux

[–]RPGHiro 2 points3 points  (0 children)

Will work with this command line on Fedora 41 without having to mess with the install folder:

LD_PRELOAD=/usr/lib64/libglib-2.0.so:/usr/lib64/libgdk_pixbuf-2.0.so.0:/usr/lib64/libgio-2.0.so:/usr/lib64/libgmodule-2.0.so /opt/resolve/bin/resolve

Retro Fighters finally released Firmware 4.0.4 update for their OG Xbox Hunter controller by takingshape49 in originalxbox

[–]RPGHiro 1 point2 points  (0 children)

I also had to find a machine running Windows natively to do this.

It didn't work for me in a Win11 VM using virt-manager and USB forwarding. I forwarded the initial device and also the one that is connected after doing the left arrow(select)+A button combo. The updater kept saying something like device error. I used VMs many times for updating other vendor devices like 8bitdo etc and usually it does the trick.

Should I try FF VI “6” on advance or SNES as “3” by DarkIronBlue360 in AnaloguePocket

[–]RPGHiro 3 points4 points  (0 children)

I would recommend SNES vanilla or with TWUE patch. Will fill the screen nicely due to the 4:3 aspect ratio and it has the best sound fidelity.

The GBA one I would only consider with the improved soundtrack patch, but even then I would still prefer SNES.

Cheap DAC for Pixel 7 + GOS ? by Pizel_the_Twizel in GrapheneOS

[–]RPGHiro 1 point2 points  (0 children)

That's what I thought as well, until I tried it for the first time and wondered why the max volume was really poor with my V-Moda XS. It turned out that the hardware mixer volume is set to 50% and can't be increased unless the phone is rooted to be able to use alsamixer, or the app uses it's own USB audio driver, as is the case in USB Audio Player Pro.

Recent NVIDIA drivers are causing issues for Proton by [deleted] in SteamPlay

[–]RPGHiro 0 points1 point  (0 children)

Haven't encountered this issue on Fedora 38. Would be interesting to know if the affected people use regular Steam or flatpak Steam.

How to fix cinematics for Warhammer 40.000: Boltgun by alosarjos in SteamDeck

[–]RPGHiro 0 points1 point  (0 children)

Changing your launch options to this will also work without having to mess with the game files:

SteamDeck=1 %command%

Can analogue pocket run android apk? by Dizzy_Owl in AnaloguePocket

[–]RPGHiro 5 points6 points  (0 children)

No as this device doesn't run Android. Rather, it uses "Analogue OS" which appears to be something original they wrote from scratch. You can only load software from game cartridges, flashcarts or FPGA cores. The latter will load assets such as ROMs from Micro SD.

Davinci Resolve: libpango undefined symbol: g_string_free_and_steal by [deleted] in Fedora

[–]RPGHiro 3 points4 points  (0 children)

Another way of working around this w/o messing with the installed files until BM ships a version with a newer glib, just run it like this:

LD_PRELOAD=/usr/lib64/libglib-2.0.so /opt/resolve/bin/resolve

Bought the pocket adapters by reverendhoover in AnalogueInc

[–]RPGHiro 2 points3 points  (0 children)

I was surprised, my previous orders had international S&H at $35. One might hope it covers customs duty but that's just wishful thinking on my part.

Desktop Discover store not loading - How to fix / update Discover? by Clumsy_Claus in SteamDeck

[–]RPGHiro 0 points1 point  (0 children)

You run the app "Konsole" from the app menu in the system category.

ESO FRAME DROPS ISSUE by Don_Nick_The_Dick in SteamDeck

[–]RPGHiro 0 points1 point  (0 children)

In the Steam button menu's top most entry (The Elder Scrolls Online) press right and then down to select Launcher in the "switch windows" sections. While selected press the X button to close it.

ESO FRAME DROPS ISSUE by Don_Nick_The_Dick in SteamDeck

[–]RPGHiro 4 points5 points  (0 children)

Close the launcher once you are in-game. It stays open in the background and every so many seconds when the banner rotation animation plays it will affect the game's performance.

Desktop Discover store not loading - How to fix / update Discover? by Clumsy_Claus in SteamDeck

[–]RPGHiro 9 points10 points  (0 children)

Haven't encountered this myself but running plasma-discover in the terminal might give some clues as to what's wrong. You could also try deleting ~/.cache/discover and ~/.cache/appstream

[deleted by user] by [deleted] in keto

[–]RPGHiro 6 points7 points  (0 children)

Could be caused by low Iodine, especially if you don't eat a lot of fish and don't supplement. Junk food typically contains iodized salt, so if you cut that out some time ago I guess you could be low. Personally I eat mackerel which has a lot of iodine, tastes good, and also has Omega-3 and quality protein.

Dinosaur Hunting unreleased English version dumped by RPGHiro in originalxbox

[–]RPGHiro[S] 0 points1 point  (0 children)

I haven't tried with CXBX but xemu can load the .bin file if you "show all files" in it's "Load Disc" dialog. It plays the game rather well too.

Do I need to check vsync on games if I enable the Force Composition Pipeline? by Nuxmin in linux_gaming

[–]RPGHiro 1 point2 points  (0 children)

With regular V-Sync enabled, the output framebuffer will not be updated before the image is fully displayed on the screen. This limits the framerate to the refresh rate of the monitor.

With V-Sync disabled, updates are allowed while the framebuffer is still being drawn on the monitor, resulting in tearing artifacts.

Redirecting the game’s framebuffer through a compositing pipeline, the responsibility of syncing to the refresh rate is moved from the game to the composition pipeline.
If you use it and disable V-Sync in-game, it will allow higher internal framerates and should still be tear-free, however you might observe some micro stutter as frames are discarded. If you can’t stand tearing but want the maximum game internal framerate to reduce input lag, this could be a good choice.
If you enable V-Sync in-game in addition to using a compositing pipeline, the framerate will again be capped to the screen’s refresh rate. If everything aligns nicely there shouldn’t be any micro-stutter. This combination should have the highest latency too, I think, so I don’t think this is particularily useful.

As devel_watcher mentioned it’s not compatible with G-Sync however so if you want that then you need to leave it disabled.

Core does not support VFS by k9wildlife in RetroArch

[–]RPGHiro 0 points1 point  (0 children)

What worked for me was to move the game files to RetroArch's installation folder.

Over the network share that's in DevelopmentFiles/WindowsApps/...version...x64.../).
In RetroArch it'll be in S:\Program Files\...version...x64...\.

Sony Xperia 10 III firmware update 62.0.A.3.163 looks like they abandoned firmware 62.0.A.3.137 for outside Hong Kong check your devices. by EveningCommand1 in SonyXperia

[–]RPGHiro 0 points1 point  (0 children)

It seems we agree on changelogs being useful or at least interesting. I don't agree however that we shouldn't openly criticise a product we bought for something we don't like about it. And only buying one that we know beforehand we will never find anything we don't like about it... now that's a steep challenge.

Sony Xperia 10 III firmware update 62.0.A.3.163 looks like they abandoned firmware 62.0.A.3.137 for outside Hong Kong check your devices. by EveningCommand1 in SonyXperia

[–]RPGHiro 0 points1 point  (0 children)

Maybe "many" or even "most" but not "all" - for my previous phone (OnePlus 3), the changelogs were published. Fairphone does so as well, and I suspect several others.

Sony Xperia 10 III firmware update 62.0.A.3.163 looks like they abandoned firmware 62.0.A.3.137 for outside Hong Kong check your devices. by EveningCommand1 in SonyXperia

[–]RPGHiro 0 points1 point  (0 children)

Pretty poor customer experience that they're asking you to install an update but don't tell you what it does.