Replies: 1 comment
-
There are a couple system problems I would rule out, which I suspect you already checked. If your extended desktop is not the resolution MPF expects, the multiple display will not work. Is the second and third monitors powered up when MPF starts? If your extended desktop monitor positions are different, it could also cause this problem. Also, if your MPF window is not the size of the extended desktop, (your MPF window is only full screen to your main monitor) this problem can happen. My config has a couple extra settings declared. I'll attach it in case its useful to you. kivy_config: |
Beta Was this translation helpful? Give feedback.
-
I did a fresh install of windows and MPF recently for my League of Legends pinball. GOt everything going again but the triple display that was previously;y working is now only displaying on the main monitor. It shows the 3 displays that are meant to go to across the monitors on the main. Here is the code that previously worked
window:
width: 2560
height: 3000
title: League of Legends
fullscreen: true
resizable: true
borderless: true
exit_on_escape: true
no_window: false
show_cursor: no
displays:
window:
width: 2560
height: 3000
display1:
width: 2560
height: 1440
display2:
width: 1920
height: 1080
display3:
width: 800
height: 480
slides:
slide_layout:
target: window
background_color: white #white for test
widgets:
- type: display
source_display: display1
width: 2560
height: 1440
x: right
y: 2400
anchor_x: right
slide_player:
mc_ready:
slide_layout:
target: window
Beta Was this translation helpful? Give feedback.
All reactions