Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rpi problem dispmanx #195

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lowlevel-1989
Copy link
Contributor

@lowlevel-1989 lowlevel-1989 commented Jul 27, 2022

++ 1. Fix problem dispmanx.
++ 2. update readme with graphics driver support.
++ 3. update readme with debugger support.
++ 4. update readme with keyboard support.

I don't know whether to document the configuration process in retropie or just leave the reference: https://retropie.org.uk/docs/Add-a-New-System-in-EmulationStation/

LinApple Driver Video

| --------------------------------------------------------------------------------------|
| driver name    | supported resolutions  | debugger panel (experimental) | keyboard    |
| -------------- | ---------------------- | ----------------------------- | ----------- |
| x11            | all                    | glitch graph or core dumped   | OK          |
| -------------- | ---------------------- | ----------------------------- | ----------- |
| fbcon          | max 1280x720 in rpi    | OK                            | OK          |
| -------------- | ---------------------- | ----------------------------- | ----------- |
| dispmanx       | 1920x1080         16:9 | OK                            | OK          |
|                | 1280x 720         16:9 | OK                            | OK          |
|                |  800x 600          4:3 | OK                            | OK          |
|                |  640x 480          4:3 | OK                            | OK          |
| -------------- | ---------------------- | ----------------------------- | ----------- |
| kmsdrm         | all                    | NONE                          | NONE        |
| --------------------------------------------------------------------------------------|

Warning: debugger panel only works in full screen.

@lowlevel-1989 lowlevel-1989 changed the title Fix rpi screen factor Fix rpi problem dispmanx Jul 27, 2022
@@ -53,6 +53,8 @@ Using LinApple
Clicking in the LinApple window will capture the mouse. It may be
released by pressing any function key.

~~~text
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this here to remove the table?

@@ -108,6 +111,27 @@ images only have files and you must find the correct application to
run. In this case you will need to execute BASIC commands to list the
files on the disk and run programs.

### LinApple Driver Video

~~~text
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed so that the below will format as a table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants