Shadow#
Docs#
Install#
-
Create directory:
1mkdir -p ~/Games -
Install packages:
1apt install libva-glx2 intel-media-va-driver-non-free -
Download package from your account
-
Make it executable
1chmod +x ~/Games/Shadow.AppImage -
Download image to
~/Games -
Create run scripts
~/Games/run-shadow.sh1 2 3 4 5 6
cat <<EOF > ~/Games/run-shadow.sh #!/usr/bin/env bash allow_rgb10_configs=false ~/Games/Shadow.AppImage EOF chmod +x ~/Games/run-shadow.sh -
Create
~/.local/share/applications/shadow.desktop1 2 3 4 5 6 7 8 9 10
cat <<EOF > ~/.local/share/applications/shadow.desktop [Desktop Entry] Type=Application Name=Shadow Comment=Shadow Icon=~/Games/shadow.png Exec=~/Games/run-shadow.sh Terminal=false Categories=Application;Game; EOF
Known issues#
Error code: R-0x7F#
1 | |
Error code: L-100#
1 | |
Bad graphic#
- Run Shadow with env
allow_rgb10_configs=false:1allow_rgb10_configs=false ./Shadow.AppImage