Kodi Community Forum
How to start XBMC on a second screen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: How to start XBMC on a second screen (/showthread.php?tid=45467)



How to start XBMC on a second screen - kaloschke - 2009-02-14

Hi,
I don't know, how to start XBMC on my lcd in fullscreenmode and not on my monitor. Any suggestions?

Thank you
Kaloschke


- SlaveUnit - 2009-02-14

Search.


- kaloschke - 2009-02-14

Thanks for your helpfull answer. Usually I search bevor I quote! Maybe I have used unsuitable words. Anyway, I found nothing.
Greetings Kaloschke


- neurosis13 - 2009-02-14

the app needed is called ultramon.
should work nicely for you, try it.
:-)


- kaloschke - 2009-02-15

Hi,
thank you for your suggestion. This is shareware and cost 40 bucks. Is there any other solution?
Greetings Kaloschke


- RandomXBMCUser - 2009-02-15

the easiest way I've found to get around the problem is to use 12noons display changer (http://www.12noon.com/)

and switch primary and secondary monitors through a batch file, mine looks like this:

Code:
"C:\Program Files\HTPC\ResChange\dccmd.exe" -monitor="\\.\DISPLAY2" -more -primary

"C:\Program Files\HTPC\ResChange\dccmd.exe" -monitor="\\.\DISPLAY1" -apply -secondary -lx=-1280 -ty=128
"C:\Program Files\HTPC\XBMC Media Center\XBMC.exe"
"C:\Program Files\HTPC\ResChange\dccmd.exe" -monitor="\\.\DISPLAY1" -more -primary
"C:\Program Files\HTPC\ResChange\dccmd.exe" -monitor="\\.\DISPLAY2" -apply -secondary -lx=1280 -ty=128

of course, you'll have to manipulate it to fit your situation.