• 432 Posts
  • 1.43K Comments
Joined 2 years ago
cake
Cake day: July 19th, 2023

help-circle
  • I usually have to listen to a song several times before it fully “clicks” if I like it or not, so music streaming subscription is great for being able to grab any song I think I might like and throw it in trial playlist. Back when I bought/acquired music, I would skip over most music I might like because the effort wasn’t worth it for a song I wasn’t sure if I liked or not. So streaming has worked really well for me for music discovery at least.

    On the bright side, I’m still getting my $8 a month early adopter price for Google music all access (now YouTube music).





  • I’m bouncing between several games right now:

    • Trails in the Sky First Chapter - the trails series is one I’ve always wanted to get into, so the recent remake of the first game seemed like a great place to start. Runs great on deck. Unfortunately they’re trying a new publisher (Gung-ho) for this version of the game, and they didn’t discount the game for regional pricing making it too expensive for many countries. Russia was one of the only countries with typical regional pricing, but after people pointed that out, Gung-ho decided to remove it from same in Russia rather than adjust pricing elsewhere. It’s a great game from a great developer, and it feels like some controversy over the publisher’s handling of the game is greatly hurting how it performs. It has a pretty lengthy (~10 hours) demo to try, if you’re interested.

    • Sonic Racing Crossworlds - MKW was kinda disappointing (and also not on the Deck). Crosswords has been really fun actually and is scratching that itch. Runs really well on the deck, the only negative is it requires Internet when first launched (after that initial check you can go offline and still play single player or split screen multiplayer though).

    • Cloverpit - this is from the same devs as Yellow Taxi Goes Vroom, which is why I picked it up. It’s basically slot machine Balatro, with a horror theme (you’re locked in a room, have to earn money through gambling to make deadline amounts, miss the deadline and the floor opens dropping you to your death). Apparently the launch has been very successful (300k copies sold in 3 days), with a lot of YouTubers covering it.









  • Valve originally expected to lose money on every Steam Deck sold, but thanks to high volume of units sold and other factors this ended up not being the case. Even with tariffs affecting that bottom line, I think the Decks still ended up being more profitable than they ever expected and they can afford to do sales like this, even if they potentially result in hardware being sold at a loss.

    Speaking of which, @Railcar8095@lemm.ee you told me 6 months ago to ping you if tariffs come into effect and the price of the deck doesn’t increase.





  • Fubarberry@sopuli.xyzMtoSteam Deck@sopuli.xyzFSR is missing from *** menu
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    26 days ago

    It’s no longer called FSR, it’s now “Sharp” scaling filter.

    To enable it, the game first needs to be running at a lower resolution than the display. You can either set the resolution lower than 1280/800 in game settings or in steam properties for that specific game. Once you’re in the game, press the QAM button (the “. . .” button), go to performance menu (circle with a lightning bolt), enable advanced view, then scroll down to the bottom. There’s “Scaling Mode” and “Scaling Filter”.

    Scaling mode controls how it stretches the screen:

    • auto - keeps the aspect ratio (max of x2 scaling)
    • integer - scales while preserving pixel ratio, this makes it the best option for pixel art games
    • fill - will fill the whole screen while keeping aspect ratio the same. If the game isn’t 16:10 ratio, it will clip off part of the video.
    • stretch - fill whole screen, stretch to fit. Ignores aspect ratio, so can distort image.
    • fit - preserves aspect ratio, scales to screen (like auto but no max scaling amount I think)

    Scaling filter controls how it scales the game up:

    • Linear - basic scaling, minimal performance impact
    • Pixel - use this for pixel art games
    • Sharp - previously called FSR, will add detail and sharpen the image. When you enable this, it will also add a sharpness slider beneath the scaling filter slider. Using this when upscaling to a much higher resolution display (like a 4k TV) can cause a noticeable performance hit, I recommend capping the max external display resolution to 1080p in the Steam>Display settings if you notice performance issues with this.










  • Wine is a compatibility layer, it works as a translator to let windows programs run on linux. You can think of it like having a translator who allows two people with different languages to talk to each other and work together.

    WinBoat is completely different, this is actually running full windows in the background, and then only displaying the apps you want from it. There will be significantly more system resources used, and you won’t be able to run windows apps until the windows VM has started in the background, adding a startup delay. However the advantage is that it will support more software than wine does, with fewer issues.

    Wine will always be the better option when it works, but for stuff that doesn’t work this is a decent option.