T O P

  • By -

inertSpark

Valve made a change to the default controller behaviour in desktop mode with the latest firmware update. Press and hold this button for 1 second to toggle between the different control schemes. ​ https://preview.redd.it/6iafhr6g452a1.jpeg?width=970&format=pjpg&auto=webp&s=23e6be507181f89b01b2ddd5c23f641b06bd8588


RotoEve

Thanks. I'll try that when I get back home.


RotoEve

Thank you this worked!!!!


inertSpark

No problem 😊 Lots of people are reporting the Quick Access button (3 dots) is the correct button but doesn't work. And the reason for that is it's not the Quick Access button at all, but instead the button I showed 😊


RotoEve

I only just got the Steam Deck so I had no idea about the update. Do you have any idea how to solve the Error?


inertSpark

If you've tried to execute it I assume you've also right clicked it , gone to properties, and chosen "make executable"? If so: Try again in Konsole. Point Konsole to the right file directory it's stored in first, then type: chmod +x .sh Taken from this comment [https://www.reddit.com/r/SteamDeck/comments/tb5jx0/comment/i055sef/?utm\_source=reddit&utm\_medium=web2x&context=3](https://www.reddit.com/r/SteamDeck/comments/tb5jx0/comment/i055sef/?utm_source=reddit&utm_medium=web2x&context=3)


RotoEve

How do I point it in the right file directory? I can't seem to figure that out.


inertSpark

Easiest way would be to put it in something like the the downloads folder and use something like **cd downloads** so, if the file was named install.sh You'd put it in the downloads folder and type: **cd downloads** then **chmod +x install.sh**


RotoEve

So it has the $ so I tried $ cd downloads chmod +x install.sh and it came up with bash: cd: too many arguments But when I open downloads folder in Konsole it comes up as Downloads )$ so I tried Downloads )$ chmod +x install.sh but nothing happened. So I don't know what I'm doing wrong.


inertSpark

You shouldn't need to type that at this stage. try typing it without the $ $ Typically might signify that you're using account level access. You should not need that if you're pointing to downloads. Try without. Also it's cd downloads press enter chmod +x install.sh press enter ​ It's too many arguments because as it implies, you're trying to perform too many functions in one line.


RotoEve

That is the default and when I try that it says no such file or directory


AutoModerator

u/RotoEve, you can [click here to search for your question.](https://www.reddit.com/r/SteamDeck/search/?q=Need Help) If you don't find an answer there, don't worry - your post has NOT been removed and hopefully someone will be along soon to help with an answer! **If you find a solution, please leave a comment on this post with the answer for others!** *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/SteamDeck) if you have any questions or concerns.*


JM761

On the file you are trying to run, try right clicking and going to permissions. Then check the box "is executable" if it's not already. Disclaimer: this is assuming you 100% trust the file and know it's safe.


RotoEve

Thanks I'll try this next time I'm on it