SDL's kmsdrm mode with multiple connectors: How do I specify which DRM display gets the output? #143
phaserblast
started this conversation in
General
Replies: 1 comment 1 reply
-
At least for me the names of the screens are screen0, screen1, etc. To
pass to -screen or to put in the screen entry of mame.ini.
OG.
…On Thu, Sep 19, 2024 at 10:24 PM phaserblast ***@***.***> wrote:
Linux user here. I see in SDL's SDL_kmsdrmvideo.c source that all DRM
connectors are enumerated and added to the list of SDL displays. But, how
do I tell MAME which output to use? I've tried various combinations of
-screen 0,1,2 etc. and MAME always renders to the first connector it finds.
Is there a way to force it to use a particular SDL display?
—
Reply to this email directly, view it on GitHub
<#143>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGSF4JKHCCTBQVGAGG2DJTZXMXILAVCNFSM6AAAAABOQVXMRWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGIYDQNRRHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Linux user here. I see in SDL's SDL_kmsdrmvideo.c source that all DRM connectors are enumerated and added to the list of SDL displays. But, how do I tell MAME which output to use? I've tried various combinations of -screen 0,1,2 etc. and MAME always renders to the first connector it finds. Is there a way to force it to use a particular SDL display?
Beta Was this translation helpful? Give feedback.
All reactions