Count Regal Inkwell

Nerd|Furry|Linux User|Ace|BiRomantic|Taken <3

Leftist with an incorrigible love for fancy aesthetics (mostly Renaissance Italy/Victorian England) that might be incorrectly read as a monarchist because of that.

en.pronouns.page/@vinesnfluff

Unicorn, but also occasionally gryphon.

  • 11 Posts
  • 126 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle

  • Again

    COMPARED TO CONSOLES? That’s basically paradise.

    Modern, unhacked and unmodded Consoles are:

    1. Completely locked down, not only do they not let you install applications not approved by the manufacturer, in reality you can ONLY buy them from the manufacturer and you pay a hefty tax for that “privilege”.

    2. Feeding you ads and upsell attempts whenever you turn them on, as the UI has basically been redesigned to try to sell you more shit first and make getting to your actual games take a few extra steps

    3. Any undesired feature in a console’s OS is something you just have to accept and move on. Powerusers killing Windows bloat with third party tools is a time-honoured tradition that goes back to Windows 3.11

    I’m not saying Windows is good.

    I’m saying that for someone coming from a PlayStation or a traditional XBoXSeXxxx (I love making jokes out of this name), this whitelabelled ROG Ally machine would feel like finally being able to breathe. Just for the fact that you can use more than one storefront and install applications from wherever you want.

    Let me put it this way:

    Linux is an anarchist commune. True freedom.

    Windows is an American Style Capitalist Republic. Freedom*********** with a thousand asterisks more. BUT for someone coming from the North Korea that is playing on consoles (or using an iOS mobile device or…), it DOES feel like finally breathing free.




  • Yes and no

    I know how to turn it off on KDE Plasma Wayland which is the DE I use. Different WMs and DEs will do it differently. X11 will do it differently. I’m sure it can be done, I just have no idea how.

    With the controller connected, Plasma-Wayland reports the touchpad as like. A laptop touchpad. So you can shut it off by just going into its settings programme and turning it off like you would a laptop touchpad.

    … Unless of course you ARE using a laptop, at which point that would possibly turn off both your laptop’s actual touchpad as well as the one in the DS4.













  • Lutris is just for organization, and managing the Wineprefixes. I don’t even use it as an installer per se. I install manually with wine and then point Lutris to the right prefix and game executable.

    Anyway, the steps outright skipped are:

    • Having to unlock the FS for writing and set up SSH and (…) – This is a security liability if you CARE. I don’t, I just think it’s more effort than necessary.
    • Transferring the game folder from a PC to the Deck, since you just. Do it all inside the deck itself.

    It’s no big deal doing either of those, but I find it less of a hassle.

    My procedure for pirated games, on both PC and deck is:

    • On terminal, create a prefix by using export WINEPREFIX=. Like /home/myuser/Games/NameOfTheGame/pfx
    • Run winetricks -q corefonts – The fonts ensure the installer won’t have any rendering errors, plus running winetricks at least once forces wine to create the prefix’s folder structure.
    • Run the installer from the same terminal session, just doing wine Setup.exe
    • Usually install to /home/myuser/Games/NameOfTheGame/game for organisation’s sake, but this is unnecessary and requires dealing with Wine’s handling of your unix folders which is always slightly annoying.

    From here, you could launch the game directly through Steam, but then Steam would create its own prefix, and some games require fiddling around with the things installed on the wineprefix (or with envvars or…), which is why I use Lutris as a middleman, as it ensures the game will run on the prefix I created, and if anything is missing, I can winetricks it. Lutris even offers a ‘create Steam shortcut’ option to make it all look neat on the Deck’s console mode screen.