Adam

Results 132 comments of Adam

Pipewire with wireplumber is what I use, works fine for me. I'd always suggest it over pulseaudio because it's much better.

> What is the process of switching to pipewire, because the default is pulseaudio for bolt right? The "default" depends on what game you're playing and how it's programmed, but...

It's probably possible but I don't know anything about OpenBSD. Does it have POSIX headers? Does it support ELF binaries? (if not, RS3 won't be playable)

> I switched to CachyOS (clean install) and all my performance issues just vanished. It'd be nice to know what the exact change is that fixed your performance issue, but...

0.14 only downloads the libraries for your platform, so the 64-bit "GL*" ones. In 0.15, we added a bunch of 32-bit compat needed for running the official OSRS client through...

I've read a few other people saying they needed to use the proprietary AMD driver instead of mesa for good performance. That's generally not something I'd ever recommend doing, as...

hdos.jar downloads the getdown.txt and then uses it to create a child process for the game client, I have no control over what it does during that process. You'd have...

Not via Bolt. The main issue is that the login flow redirects to `localhost:80` so I'd have to bind to port 80, which on Linux generally requires root permissions. With...

The news posts are pulled from here: RS3: `https://secure.runescape.com/m=news/latestNews.json?maxItems=6` OSRS: `https://secure.runescape.com/m=news/latestNews.json?maxItems=6&oldschool=true` Adding this should just involve some Svelte work, so if someone wants to do this before I eventually get...

Did you have any thoughts on how you want to address this so far? I came across [this comment](https://github.com/flatpak/flatpak-builder/blob/4b8e9ce76678be537dce6adc43dc96904fb833b6/src/builder-git.c#L426-L432) saying that git fetch can't be shallow for arbitrary revisions, but...