Page 1 of 1

Dual screen?

Posted: 28 Aug 2013, 17:19
by Rob128
Hi,

I am interesting in trying out kiosk edition but have a specific use case which would require two browsers pointing to separate urls (one on each screen).

Would it be possible to configure the product to either open 2 browser windows or run 2 instances of Firefox? (one on screen 1 and the other on 2)

Any thoughts or assistance would be appreciated.

Thanks,
Rob

Re: Dual screen?

Posted: 28 Aug 2013, 20:34
by francois
Are you talking about two different monitors or only of two different instances of firefox on the same monitor?

Dual display thru xrandr might be implemented in the next edition of porteus, if there is some demand, see fanthom writings:
http://forum.porteus.org/viewtopic.php?f=104&t=2259
... i'll introduce 'set screen size' feature in the wizard for kiosk-2.0.5.
For starting two different instances of firefox on the same monitor, there are commands to do that, so you could have a script to launch them:
https://developer.mozilla.org/en-US/doc ... ne_Options

An example would be:
# two-firefox-windows.sh
# script to start two instances of firefox
firefox https://www.google.ca/
firefox http://forum.porteus.org/

Have a look for customization at:
http://www.porteus.org/component/conten ... d-faq.html
http://files.porteus.org/PorteusKioskEd ... ble-v4.pdf

This link on starting firefox could be also of interest for you:
http://kb.mozillazine.org/Opening_a_new ... er_profile
It even refers to some other link where you can set the position and size of the firefox windows:
http://kb.mozillazine.org/Command_line_arguments

You should put the above script into rootcopy folder, see:
http://www.porteus.org/component/conten ... ctory.html

I hope it helps. :)

Re: Dual screen?

Posted: 31 Aug 2013, 16:50
by francois
Sorry that I have scarred you. You may ask additional questions and have a lot more help if you do not sort it out> :)

Re: Dual screen?

Posted: 07 Oct 2013, 15:10
by Rob128
Hi Francois,

Very sorry about the lack of response, the project had been put on hold and I did not receive an alert that there was a reply to the topic for some reason.

Thanks you for your very helpful answer, we are looking at moving forward again so I will review your suggestions and let you know if I have further questions.

Thanks again,
Rob