Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pimiga [2021/08/15 23:14] – admin | pimiga [2021/08/16 00:20] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ===== Prepartions ===== | ===== Prepartions ===== | ||
| < | < | ||
| Line 24: | Line 24: | ||
| ===== Links ===== | ===== Links ===== | ||
| - | * raspios_lite_arm64 - https:// | + | * raspios_lite_arm64 - https:// |
| * AmiBerry - git clone https:// | * AmiBerry - git clone https:// | ||
| * SDL version 2.0.16 (stable) - https:// | * SDL version 2.0.16 (stable) - https:// | ||
| * SDL_ttf 2.0 - https:// | * SDL_ttf 2.0 - https:// | ||
| * SDL_image 2.0 - https:// | * SDL_image 2.0 - https:// | ||
| + | |||
| + | ===== Other ===== | ||
| + | ==== Minimal X Server ==== | ||
| + | < | ||
| + | sudo apt install xserver-xorg xinit xserver-xorg-video-fbdev lxde lxde-common | ||
| + | </ | ||
| + | |||
| + | ==== Troubleshooting ==== | ||
| + | * SDL2 on Raspberry Pi without X? - https:// | ||
| + | * Could not initialize SDL : No available video device Don't move - https:// | ||
| + | * SDL2: Could not create window: No available video device - https:// | ||
| + | * Good default for XDG_RUNTIME_DIR? | ||
| + | * What is XDG_RUNTIME_DIR? | ||
| + | |||