Client on Steam Deck Manual: Difference between revisions
Jump to navigation
Jump to search
-ffs-PLASMA (talk | contribs) No edit summary |
-ffs-PLASMA (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
==Troubleshooting== | ==Troubleshooting== | ||
* Missing tahoma.ttf/verdana.ttf font error | |||
** Download the fonts [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms here] and put them in <pre>/home/deck/.local/share/Steam/steamapps/compatdata/<ID>/pfx/drive_c/windows/fonts</pre> | |||
* Flickering taskbar after MTA started (desktop mode) | * Flickering taskbar after MTA started (desktop mode) | ||
** Workarround for now, go to settings -> video tab and change resolution to 1280x720 windowed (DO NOT USE FULLSCREEN MODE) | ** Workarround for now, go to settings -> video tab and change resolution to 1280x720 windowed (DO NOT USE FULLSCREEN MODE) |
Revision as of 15:01, 11 August 2024
Prerequisites
- A Steam Deck with the default OS (SteamOS) installed
- A copy of GTA San Andreas, either through Steam or copied over into your SteamOS
- Multi Theft Auto installer (download latest Win10+ release here)
Troubleshooting
- Missing tahoma.ttf/verdana.ttf font error
- Download the fonts here and put them in
/home/deck/.local/share/Steam/steamapps/compatdata/<ID>/pfx/drive_c/windows/fonts
- Download the fonts here and put them in
- Flickering taskbar after MTA started (desktop mode)
- Workarround for now, go to settings -> video tab and change resolution to 1280x720 windowed (DO NOT USE FULLSCREEN MODE)
- MTA crashes when entering main menu after selecting fullscreen mode in video settings tab (D3D9.dll crash offset ED711)
- Manually revert this setting by going to
/home/deck/.local/share/Steam/steamapps/compatdata/<ID>/pfx/drive_c/Program Files (x86)/MTA San Andreas 1.6/MTA/config
and opening coreconfig.xml with KWrite application. Search for "display_fullscreen_style" and change the property from 0 to 1.
- Manually revert this setting by going to
- There was a problem validating your serial
- Follow the guide over here and setup the linux server on steamdeck
- Cannot start linux server on steamdeck due to missing libncurses5 file/lib
- Download the ncurses5-compat-libs here. After downloading, open terminal inside Downloads folder and run following commands:
sudo steamos-readonly disable sudo pacman -U ncurses5-compat-libs-6.2-1-x86_64.pkg.tar.zst sudo steamos-readonly enable