-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #953 from zoltanvb/rpi_guide_update
Minor additions to RPi and KMS.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
## Purpose | ||
KMS (Kernel Mode Setting) mode is a feature where RetroArch can use the OpenGL driver outside Xorg, running straight in the virtual terminal. It is a fairly obscure feature, but very powerful in a console scenario. | ||
KMS (Kernel Mode Setting) mode is a feature where RetroArch can use the OpenGL or Vulkan driver outside Xorg/Wayland, running straight in the virtual terminal. It is a fairly obscure feature, but very powerful in a console scenario. | ||
|
||
## Requirements | ||
To use KMS mode you need: | ||
|
||
- Recent version of MESA (9.0+) (dev) | ||
- libgbm 9.0+, libdrm (dev) | ||
- MESA version 9.0+ (including dev package) | ||
- Use of Vulkan requires KHR_Display extension, present from Mesa 21 onwards | ||
- libgbm 9.0+, libdrm (including dev package) | ||
- Open source driver which supports KMS | ||
- ./configure with flags "--enable-kms" and "--enable-egl" | ||
|
||
These require a fairly up-to-date distro. | ||
|
||
After compiling RetroArch, you should see this when running `retroarch --features`: | ||
|
||
KMS: | ||
KMS/EGL context support: yes | ||
|
||
If KMS mode is working correctly, RetroArch should start up outside Xorg as well. | ||
If KMS mode is working correctly, RetroArch should start up without any desktop environment as well, straight from the terminal. |
This file contains 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