mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Updated some information about tested operating systems.
This commit is contained in:
parent
d986fc7eaa
commit
5d8d3473bb
|
@ -180,8 +180,6 @@ Many bugs have been fixed, and numerous features that were only partially implem
|
|||
|
||||
**The issues below are relevant for ES-DE v1.0.1**
|
||||
|
||||
* On Ubuntu 20.10, the included VLC version 3.0.11.1-2 is broken so ES-DE will crash when attempting to play videos. This can be fixed by manually replacing the file /lib/x86_64-linux-gnu/libvlccore.so.9.0.0 with the corresponding file from version 3.0.9.2-1 from Ubuntu 20.04. Make sure that the /lib/x86_64-linux-gnu/libvlccore.so.9 symlink points to this file as well. Hopefully this issue will soon be patched in libVLC so that this manual workaround will not be required.
|
||||
|
||||
* The input configuration can be a bit glitchy on some devices, most notably the setup of trigger buttons for Xbox and PlayStation controllers. Once configured everything should work fine though. This configuration issue will hopefully be resolved in ES-DE v1.1 with the move to the SDL2 GameController API.
|
||||
|
||||
* Some screen tearing can be seen in the upper part of the screen when using the slide transitions with certain graphics drivers and resolutions. The issue is apparently more prevalent when running ES-DE at a lower resolution on 4K displays by using the --resolution command line option (which is only available on Unix). This problem will hopefully be resolved in ES-DE v1.2 when moving to the GLM library.
|
||||
|
|
|
@ -13,8 +13,9 @@ Although there are multiple forks of EmulationStation in existence, the goal of
|
|||
|
||||
The current version 1.0 has been tested on the following operating systems (all for the x86 architecture):
|
||||
|
||||
* Ubuntu 20.04
|
||||
* Ubuntu 20.10 *
|
||||
* Ubuntu 20.04 LTS
|
||||
* Ubuntu 20.10
|
||||
* Ubuntu 21.04
|
||||
* Linux Mint 20
|
||||
* Manjaro
|
||||
* Fedora 33 Workstation
|
||||
|
@ -28,8 +29,6 @@ The current version 1.0 has been tested on the following operating systems (all
|
|||
* Windows 10
|
||||
* Windows 8.1
|
||||
|
||||
***)** On Ubuntu 20.10, attempting to play videos crashes ES-DE due to a libVLC bug, refer to the _Known issues_ section in [CHANGELOG.md](CHANGELOG.md#known-issues) for a workaround.
|
||||
|
||||
At the moment Raspberry Pi is not supported, but this is planned for future releases. It may still be possible to compile and run ES-DE on this type of device, but as of v1.0 it's not actively used during development and therefore not tested.
|
||||
|
||||
The software comes preconfigured for use primarily with [RetroArch](https://www.retroarch.com), although this can be changed as all emulator settings are fully configurable, even on a per-game basis.
|
||||
|
|
|
@ -34,8 +34,9 @@ Getting started with ES-DE is easy, just make sure to install the software prope
|
|||
|
||||
The following operating systems have been tested (all for the x86 architecture):
|
||||
|
||||
* Ubuntu 20.04
|
||||
* Ubuntu 20.10 *
|
||||
* Ubuntu 20.04 LTS
|
||||
* Ubuntu 20.10
|
||||
* Ubuntu 21.04
|
||||
* Linux Mint 20
|
||||
* Manjaro
|
||||
* Fedora 33 Workstation
|
||||
|
@ -49,8 +50,6 @@ The following operating systems have been tested (all for the x86 architecture):
|
|||
* Windows 10
|
||||
* Windows 8.1
|
||||
|
||||
***)** On Ubuntu 20.10, attempting to play videos crashes ES-DE due to a libVLC bug, refer to the Known issues section in [CHANGELOG.md](CHANGELOG.md#known-issues) for a workaround.
|
||||
|
||||
The installation procedure is just covered briefly here and may differ a bit for your specific operating system, so in case of problems refer to your system documentation.
|
||||
|
||||
**Installing a Linux .deb package**
|
||||
|
|
|
@ -34,8 +34,9 @@ Getting started with ES-DE is easy, just make sure to install the software prope
|
|||
|
||||
The following operating systems have been tested (all for the x86 architecture):
|
||||
|
||||
* Ubuntu 20.04
|
||||
* Ubuntu 20.10 *
|
||||
* Ubuntu 20.04 LTS
|
||||
* Ubuntu 20.10
|
||||
* Ubuntu 21.04
|
||||
* Linux Mint 20
|
||||
* Manjaro
|
||||
* Fedora 33 Workstation
|
||||
|
@ -49,8 +50,6 @@ The following operating systems have been tested (all for the x86 architecture):
|
|||
* Windows 10
|
||||
* Windows 8.1
|
||||
|
||||
***)** On Ubuntu 20.10, attempting to play videos crashes ES-DE due to a libVLC bug, refer to the Known issues section in [CHANGELOG.md](CHANGELOG.md#known-issues) for a workaround.
|
||||
|
||||
The installation procedure is just covered briefly here and may differ a bit for your specific operating system, so in case of problems refer to your system documentation.
|
||||
|
||||
**Installing a Linux .deb package**
|
||||
|
|
Loading…
Reference in a new issue