V
V
Valentin2014-10-27 08:43:31
Google Chrome
Valentin, 2014-10-27 08:43:31

How to deploy chrome / chromium in fullscreen to two displays at once in linux?

Given:
1. kiosk (--kiosk mode)
2. two matrices.
3. ubuntu 12.04
Issue:
--fullscreen and --kiosk deploy chrome to only one monitor. And I need two. Judging by the fact that any application behaves this way, these are the xserver settings.
The task is to display web content deployed on both screens, because he is made for them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valentin, 2014-10-27
@nowfine

Empirically found solution.
>startx -- -nocursor &
>xrandr -d :0 --verbose --fb 2732x768 --output eDP1 --primary --pos 0x0 --output VGA1 --right-of eDP1 --pos 1366x0
>chrome --kiosk --incognito --disable-translate --window-size=2732,768
>xdotool mousemove 100 100
>xdotool click 1
cut out all display and windows managers.
Any window expanded in fullscreen is displayed only on one monitor, but as soon as you click on it, everything immediately becomes as I wanted. To emulate clicks, I used xdotool. xrandr - This is a tool for managing Xserver screens
, the commands are given, only for a general description of the algorithm, they are separated in time and in different init scripts 8)
Before production, more sawing and sawing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question