Open a application on the second Screen
up vote
0
down vote
favorite
I have one pc with one graphic card and two displays connected (one is a touchscreen).
Openbox is used a window manager.
I try to start two instances of the chromium-browser in the kiosk mode (--kiosk parameter).
The First instance should run on the normal screen and the second instance should run on the touch screen.
How i can move or start the second chromium-browser instance on the second screen ?
x-server openbox window-management chromium-browser
New contributor
add a comment |
up vote
0
down vote
favorite
I have one pc with one graphic card and two displays connected (one is a touchscreen).
Openbox is used a window manager.
I try to start two instances of the chromium-browser in the kiosk mode (--kiosk parameter).
The First instance should run on the normal screen and the second instance should run on the touch screen.
How i can move or start the second chromium-browser instance on the second screen ?
x-server openbox window-management chromium-browser
New contributor
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have one pc with one graphic card and two displays connected (one is a touchscreen).
Openbox is used a window manager.
I try to start two instances of the chromium-browser in the kiosk mode (--kiosk parameter).
The First instance should run on the normal screen and the second instance should run on the touch screen.
How i can move or start the second chromium-browser instance on the second screen ?
x-server openbox window-management chromium-browser
New contributor
I have one pc with one graphic card and two displays connected (one is a touchscreen).
Openbox is used a window manager.
I try to start two instances of the chromium-browser in the kiosk mode (--kiosk parameter).
The First instance should run on the normal screen and the second instance should run on the touch screen.
How i can move or start the second chromium-browser instance on the second screen ?
x-server openbox window-management chromium-browser
x-server openbox window-management chromium-browser
New contributor
New contributor
New contributor
asked 2 days ago
False
11
11
New contributor
New contributor
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago
add a comment |
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Suggest you begin with these parameters (which assumes monitor one is 1024x768, monitor two is 800x600, and you want to go to ipchicken.com) in the script which launches the second instance of chromium-browser. Your mileage may vary; substitute parameter values as needed.
--chrome-frame --window-size=1024,768 --window-position=1025,001 --app="https://www.ipchicken.com"
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Suggest you begin with these parameters (which assumes monitor one is 1024x768, monitor two is 800x600, and you want to go to ipchicken.com) in the script which launches the second instance of chromium-browser. Your mileage may vary; substitute parameter values as needed.
--chrome-frame --window-size=1024,768 --window-position=1025,001 --app="https://www.ipchicken.com"
add a comment |
up vote
0
down vote
Suggest you begin with these parameters (which assumes monitor one is 1024x768, monitor two is 800x600, and you want to go to ipchicken.com) in the script which launches the second instance of chromium-browser. Your mileage may vary; substitute parameter values as needed.
--chrome-frame --window-size=1024,768 --window-position=1025,001 --app="https://www.ipchicken.com"
add a comment |
up vote
0
down vote
up vote
0
down vote
Suggest you begin with these parameters (which assumes monitor one is 1024x768, monitor two is 800x600, and you want to go to ipchicken.com) in the script which launches the second instance of chromium-browser. Your mileage may vary; substitute parameter values as needed.
--chrome-frame --window-size=1024,768 --window-position=1025,001 --app="https://www.ipchicken.com"
Suggest you begin with these parameters (which assumes monitor one is 1024x768, monitor two is 800x600, and you want to go to ipchicken.com) in the script which launches the second instance of chromium-browser. Your mileage may vary; substitute parameter values as needed.
--chrome-frame --window-size=1024,768 --window-position=1025,001 --app="https://www.ipchicken.com"
answered 2 days ago
K7AAY
244319
244319
add a comment |
add a comment |
False is a new contributor. Be nice, and check out our Code of Conduct.
False is a new contributor. Be nice, and check out our Code of Conduct.
False is a new contributor. Be nice, and check out our Code of Conduct.
False is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482999%2fopen-a-application-on-the-second-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What exactly is your configuration? "screen" and "display" have very specific meanings in X Windows, and the ways to get an application to appear on different monitors depends on how your system is set up. See unix.stackexchange.com/questions/367732/…
– Andrew Henle
2 days ago