frozen

joined 1 year ago
[–] frozen@lemmy.frozeninferno.xyz 82 points 5 months ago (34 children)

If you're using Wayland, you can go to Settings -> Colors & Themes -> Login Screen (SDDM) and click "Apply Plasma Settings..."

If you're using X11, it looks like you'll have to resort to hacky scripts, unfortunately.

Source: https://discuss.kde.org/t/how-to-change-monitor-layout-and-orientation-in-sddm/3377

[–] frozen@lemmy.frozeninferno.xyz 7 points 5 months ago (1 children)

I'm curious, my playthroughs of both the original and the remake were so long ago - but does D-pad movement buy the player anything? I agree it's rather silly that it's not an option, but I don't remember being hampered by the control scheme in any way.

[–] frozen@lemmy.frozeninferno.xyz 2 points 5 months ago

I believe you can thank Taylor Hawkins for that. I know he was her tour drummer, but I'm pretty sure he wrote drum parts during his time with her, as well.

[–] frozen@lemmy.frozeninferno.xyz 1 points 6 months ago (1 children)

So that file can go anywhere you want, but ~/bin is a good spot (or ~/.bin if you like a tidy home folder). You can name it whatever you want, but I'd personally name it steam.sh. And then in the Buddy settings, use that file as your new Steam binary.

[–] frozen@lemmy.frozeninferno.xyz 1 points 6 months ago (3 children)

What issues are you having? I may be able to help.

[–] frozen@lemmy.frozeninferno.xyz 5 points 6 months ago* (last edited 6 months ago)

There's a host app that runs on the host machine alongside Sunshine that reads your Steam library, and the Deck plugin adds an icon on each game's banner on your Deck. When you click the icon, the plugin communicates with the host app and then automatically starts a Moonlight/Sunshine session that then starts up the game you were on. You only have to add one "app" to Sunshine and set up the MoonDeckBuddy app on the host, and then you have streaming for your entire library available.

[–] frozen@lemmy.frozeninferno.xyz 2 points 8 months ago (1 children)

That's fair if you go into desktop mode a lot.

[–] frozen@lemmy.frozeninferno.xyz 2 points 8 months ago

It's still usable, for sure. The Bazzite team back ported the WiFi and BT patches, so those function. But if you rely on reducing refresh rate to save battery like I do, that can be a big one.

The audio issue isn't too big of a deal, you just have to do a full reboot to go back into game mode. Just takes a few extra seconds.

But if you already have an LCD, I see the wisdom in waiting for the team to iron out OLED support.

[–] frozen@lemmy.frozeninferno.xyz 5 points 8 months ago (5 children)

Mainline is also missing some OLED patches around changing the panel refresh rate and audio cutting out when switching from desktop back to game mode, last I recall. Those are the issues holding me back from installing Bazzite on my OLED.

[–] frozen@lemmy.frozeninferno.xyz 5 points 8 months ago* (last edited 8 months ago) (1 children)

I could go in-depth, but really, the best way I can describe my docker usage is as a simple and agnostic service manager. Let me explain.

Docker is a container system. A container is essentially an operating system installation in a box. It's not really a full installation, but it's close enough that understanding it like that is fine.

So what the service devs do is build a container (operating system image) with their service and all the required dependencies - and essentially nothing else (in order to keep the image as small as possible). A user can then use Docker to run this image on their system and have a running service in just a few terminal commands. It works the same across all distributions. So I can install whatever distro I need on the server for whatever purpose and not have to worry that it won't run my Docker services. This also means I can test services locally on my desktop without messing with my server environment. If it works on my local Docker, it will work on my server Docker.

There are a lot of other uses for it, like isolated development environments and testing applications using other Linux distro libraries, to name a couple, but again, I personally mostly just use it as a simple service manager.

tldr + eli5 - App devs said "works on my machine", so Docker lets them ship their machine.

[–] frozen@lemmy.frozeninferno.xyz 1 points 8 months ago (1 children)

KotOR's console controls can be a bit awkward at times. I haven't played it on Switch, but I originally played it when it released on the OG Xbox. I assume the control scheme is similar. And the graphics are going to be dated, but that's a given for a game from '03. But other than that, I'm sure it'll be a fantastic experience, especially for a die-hard Star Wars fan. It's still my top game of all time, and if you can play it on PC with some graphical enhancement mods, it still holds up really well nowadays.

[–] frozen@lemmy.frozeninferno.xyz 2 points 8 months ago (3 children)

Aspyr's KotOR port was considered pretty good, I believe. I was disappointed in their Civilization series ports for Linux because their netcode was incompatible with the Windows versions, which is baffling to me, considering Linux users are already siloed so much in other ways. But the games ran okay, so it wasn't all bad.

But yeah, I haven't really heard any good updates or news come out of Aspyr for a while. If I recall correctly, they were the original devs for the KotOR remake, which was going to be their first game from the ground up from a technical perspective. But they had that taken away from them after working on it for a year or two, which is crazy. It must've truly been awful.

 

I successfully set up a selfhosted Lemmy instance using docker and subscribed to various lemmy.ml communities. But !android@lemmy.ml and !firefox@lemmy.ml specifically aren't loading any posts or (I assume) comments.

I don't see any errors in the container logs either. Any help is appreciated!

view more: ‹ prev next ›