• 0 Posts
  • 10 Comments
Joined 7 months ago
cake
Cake day: February 9th, 2025

help-circle
  • Thanks. I understand better, but I feel like I would just use one of the rear buttons as “disable gyro” if I were to use that kind of setup.

    Your last idea is interesting, but again, there are back buttons for thing like that. Also, how are you even hitting the D-pad when your thumb is on the left stick? I don’t see why you would need to change what the D-Pad does based on whether or not your thumb is on the left stick because to hit the D-pad, your thumb is always not on the left stick.

    When I played Horizon Zero Dawn, I had gyro activate on left trigger, like you are saying, and it was very nice. I was so used to playing BotW that I couldn’t play any other way.



  • I ended up sticking my windows NVMe in an external enclosure so I can still boot from it, if needed. You just have to change a couple registry keys first, so it loads the USB driver earlier in boot to allow it to boot off of an external drive.

    I can even boot the drive as a VM using QEMU for something quick. You just had to be careful you don’t accidentally mount the drive at the same time QEMU is using it.



  • I ended up sticking my windows NVMe in an external enclosure so I can still boot from it, if needed. You just have to change a couple registry keys first, so it loads the USB driver earlier in boot to allow it to boot off of an external drive.

    I can even boot the drive as a VM using QEMU for something quick. You just had to be careful, you don’t accidentally mount the drive at the same time QEMU is using it.


  • I ended up sticking my windows NVMe in an external enclosure so I can still boot from it, if needed. You just have to change a couple registry keys first, so it loads the USB driver earlier in boot to allow it to boot off of an external drive.

    I can even boot the drive as a VM using QEMU for something quick. You just had to be careful, you don’t accidentally mount the drive at the same time QEMU is using it.



  • It comes with a free Portal-universe game that teaches you how all the controls work. It’s fun. Play it immediately. It will teach you that the thumbsticks are capacitive. Turns out that’s a useless feature, so just get some nice thumbstick caps that make them larger, more rubbery, and more comfortable.

    I highly recommend a 180° USB-C adapter to use the power cord while playing. It makes the cord angle down instead of up, which feels more natural. Plus, I feel like it would be gentler on the cord and USB-C port if the cord got tugged hard when plugged into an adapter instead of directly into the Steam Deck.

    Plus, with a 180° adapter, you can keep the Deck in it’s case while charging. Normally you can’t do this because the top of the Steam Deck faces the hinge of the case. But the adapter fits in the case OK and reroutes the wire downward. It definitely raises the deck up slightly, but you can still zip the case halfway closed. I do this because I live in a very small apartment with a high chance of knocking or spilling something onto the Steam Deck if I were just to leave it laying around.

    Fun fact: the touch pads don’t actually click when you press them like a button, but you will swear they do! The haptic feedback mechanism is incredibly good.

    Major Overheating Issue

    I don’t know how this is not a more widely complained-about problem.

    I paired a Nintendo Switch Pro Controller to my deck, played a game, then put the deck in its case while asleep. (You tap the power button and the deck goes to sleep.) Well, apparently, “Wake on Bluetooth” is enabled by default and you can’t turn it off! So, I threw my Nintendo Switch controller in a drawer, and of course a button got hit. It woke up my Steam Deck in it’s case. I had a game running, so the Steam Deck starts rendering the game and creating a lot of heat that is just being circulated within the case by the fan. The Deck got insanely hot!

    I noticed it sometime later only because I heard it make a sound. When I took it out, I used my infrared thermometer to measure the back of the deck, and it was over 140° F. Uncomfortable to touch! It would have sat there for hours like that if I hadn’t noticed.

    Solution: I had to install the Decky Loader plugin system in order to install a plugin that disables Wake on Bluetooth. I still don’t see any way to disable it without using Decky. Decky is pretty great though, and it has tons of cool plugins. Of course, you could also just turn off Bluetooth before putting this Steam Deck in its case, but if you forget, it’ll be a problem.




  • Is this the first time you’ve had the pleasure of using vi/vim? 😄 visudo is a command that locks the sudo file and just opens vi or vim. It’s not a text editor in and of itself.

    Vim is the source of the famous “how do you quit vim”, meme. (:q <Enter>, btw) The interface is completely nonintuitive and has modes. In “edit mode”, all the buttons do different edits to text or move the cursor. That must have been your experience: trying to type in edit mode and getting garbage. You have to enter “insert mode” to type using the I key. Commands to do things like save and quit are started by typing a colon in edit mode. You navigate in edit mode using HJKL as arrow keys.

    To avoid it, set your default editor to nano instead. Nano’s hotkeys are nonsensical to people coming from Windows, but at least they’re displayed on the screen at all times.

    $ export EDITOR=nano


  • Having to install apps manually and figure out dependencies myself because a popular piece of software only officially supports Ubuntu and Debian. No normal human would ever do this. They would go back to Windows. Hell, I still haven’t even gotten one piece of software to work on my new OpenSUSE system yet: Beyond Compare 4. [UPDATE: I got it from work. Either I was blind or they just added OpenSUSE instructions. ]

    Why are there so many package managers with such different syntaxes? And why does one repo maintainer decide to call a package “package” and another calls it “package4”? Or some entirely different name! It’s maddening. I’ve had to create empty proxy packages that translate package names just to install some RPM file. Again, the average person is not going to do this.

    In KDE plasma, the first thing most people do is set up Wi-Fi on their computer, but you need to set up KWallet first or else the password gets stored in some other dimension. I accidentally typed my Wi-Fi password wrong, and I couldn’t for the life of me figure out how to clear it out and make it ask me for the proper password when I try to connect. I even went into network manager and switched the network to say, “ask me every time”. It wouldn’t! It would just sit there and hang on “authenticating”. I never did figure it out. I ended up forgetting to encrypt my system partition, so I simply reinstalled the OS.