Author Topic: Showing Attract Mode Displays on multiple monitors?  (Read 2453 times)

wrybread

  • Sr. Member
  • ****
  • Posts: 100
    • View Profile
Showing Attract Mode Displays on multiple monitors?
« on: March 07, 2018, 01:32:37 AM »
I have two different monitors, each a different resolution. I'm wondering if it's possible to show a Display on both simultaneously?

I've enabled multi monitor support, but currently it simply blacks out the secondary monitor.

I see the "fe.monitors()" function in the layout docs, but it's not very clear how to use it:

https://github.com/mickelson/attract/blob/master/Layouts.md#monitors

Is there some way to make a second instance of the RomList on monitor 2? Or some other clever way to mirror the RomList Display?
« Last Edit: March 07, 2018, 03:05:51 AM by wrybread »

wrybread

  • Sr. Member
  • ****
  • Posts: 100
    • View Profile
Re: Showing Attract Mode Displays on multiple monitors? (solved)
« Reply #1 on: March 11, 2018, 09:07:16 PM »
Solved by simply drawing elements outside the range (to the right) of monitor 2. Works great. The only problem is that it keeps the Display on monitor 2 when playing arcade games. If anyone knows how to mirror a MAME game on monitor 2, I'd love to hear it. (And running my displays in mirror mode isn't an option).