This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Racerrom: | |
| Seems X.org is better | |
| SealHUD ads frametime issues, dont use. | |
| Disable Composer, KDE with wayland seems to never respect that, use X.org with XFCE | |
| On OBS advanced recording setting, set you should have listed Navi 21 VAAPI device (for 6900XT) | |
| Rate Control needs to be CQP at 18 (dynamic, avoids cornering stutters.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ///You still need to add the icons to the dash images. | |
| car = lcase($prop('CarModel')) | |
| if (car.includes('bmw')) { | |
| return 'BMW'; | |
| } | |
| if (car.includes('mercedes')) { | |
| return 'mercedes'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| game=$(ps -aux | grep SteamLaunch | grep -oP 'AppId=\K\d+') | |
| if [[ -z "$game" ]]; then | |
| echo "Game variable is empty, no game running, you should not run this script before running the game, | |
| otherwise it will lock the gameprefix and steam wont be able to start it. Exiting." | |
| sleep 2 | |
| exit 1 | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vim ~/.local/share/Steam/steamapps/compatdata/211500/pfx/drive_c/users/steamuser/Documents/My\ Games/SimBin/RaceRoom\ Racing\ Experience/UserData/graphics_options.xml | |
| <fovScale type="float32">0.60000002</fovScale> | |
| In my case 0.60 is a good enough fov. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Steam launch: | |
| LD_PRELOAD=/usr/lib64/libgamemode.so.0 gamemoderun mangohud %command% | |
| Workaround to serve brand logos locally(very specific to a test simhub dashboard): | |
| python3.13 -m http.server 8000 --directory /home/srlemke/Downloads/brandlogo & LD_PRELOAD=/usr/lib64/libgamemode.so.0 gamemoderun mangohud %command% | |
| What set and use, 6900XT: | |
| in Settings.JSON set | |
| "CEF Mode": 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The tutorial works, but in most of my test on simracing this leads to some kind of stutter. | |
| In general its better to use the default resolutions for simracing at least in my monitor. | |
| If your customm resolution is not for simracing then this totally works. | |
| Needed to find current monitor, Install: | |
| edid-decode | |
| Find your monitor, thats annoying, I know mine is this, yours is probably somewhere in this path to: | |
| edid-decode /sys/class/drm/card1-DP-1/edid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Note, to be able to move widgets in wayland check: "Enable X11 Platform Plugin Override" on tinypedal | |
| compatibility settings and restart it. | |
| -> Now to install && run: | |
| zypper in python313-pyside6 python313-pyxdg python313-psutil | |
| Clone it recursivelly: | |
| git clone --recursive https://github.com/s-victor/TinyPedal.git | |
| Make sure to place dll from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install: mangohud gamemode | |
| #You need to unlock the card for over/under-clocking work, add this as grub boot kernel argument: | |
| amdgpu.ppfeaturemask=0xffffffff | |
| #To not lose it when updating kernel: | |
| vim /etc/default/grub | |
| GRUB_CMDLINE_LINUX_DEFAULT="mitigations=off amdgpu.ppfeaturemask=0xffffffff" | |
| #Create and secure 1 directory to store 2 scrips: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updated: 26.Nov.2025 - working again after some adjustments! | |
| Reading is annoying some times, but read before start pasting commands. | |
| This installs simhub per game, so you have to install it for each game. | |
| All commands in a terminal as regular user, never as root. | |
| Info: Linux games are isolated 'Compatibility Vessels' per game, it may look weird, but after understanding it better its | |
| quite handy, if something goes wrong you just delete the whole 'vessel' and start from scratch, as if windows was reinstalled. | |
| The vessel for each game has an unique ID. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winetricks -q dotnetdesktop6 | |
| #Download AMSCM from: | |
| https://www.overtake.gg/downloads/automobilista-2-content-manager.59727/ | |
| wine AMS2CM.msi (Do not forget to install CLI that you have to select in the AMS2CM installer) | |
| #Double check the path on the bellow file, this is the most important: | |
| vim /home/slemke/.wine/drive_c/Program\ Files/AMS2CM/Config.yaml | |
| Path: Z:\home\slemke\.steam\steam\steamapps\common\Automobilista 2 |
NewerOlder