Recently, I wanted to know how I could turn of the startup sound on the Steam Deck. After a bit of searching I found that there is not an option for that, but since it's just a video, it can be replaced with a silent one.
There are 3 ways to replace the boot animation:
- Using a movie from the Steam Points Shop.
- Using the Animation Changer plugin for Decks Loader.
- Use an own movie.
In this walkthrough I want to explain how you can set your own movie as the startup movie.
Here are the steps:
- Open the Steam menu by pressing the Steam button or the B button.
- Select the Power option.
- Select Switch to Desktop.
- Open the file explorer. I'm assuming it's Dolphin.
- Select Home in the top left corner to go to your home folder.
- Open the hamburger menu in the top right and make sure the Show Hidden Files option is checked.
- Open the
.steamfolder. Next, open therootfolder and then theconfigfolder. - If you see an
uioverridesfolder, open it. Otherwise, create it first. - Inside the
uioverridesfolder should be amoviesfolder. If it's missing, create and then open it. You should now be in/home/deck/.steam/root/config/uioverrides/movies/. - Place the movie in this folder. It should be in the
webmfile format and be less than 30 second long. - Open the hamburger menu in the top right, uncheck Show Hidden Files, and close the file explorer.
- Double-click on Return to Gaming Mode or restart the Steam Deck.
- Open the Steam menu.
- Select Settings.
- Select Customization.
- Select your movie.
Now you should have your own movie show up when your Steam Deck starts.
Two more things.
- You can skip the startup movie by pressing any button on the front or top of the Steam Deck.
- You can create a movie out of a single image using
ffmpeg -loop 1 -t 5 -i startup.jpg startup.webm. Here,-loop 1means the same image will be used for every frame,-t 5means the movie will be 5 seconds long,-i startup.jpgis the input image, andstartup.webmis the output movie.
Top comments (0)