You are not logged in.
Pages: 1
Hi all,
I have a twin monitor setup. Every Application I start appears on the primary screen which is okay. However there are some applications that I would like to start as a window or fullscreen (games, movies) directly on my secondary monitor. Is this possible and if yes, how?
Regards
Offline
From this thread.
You can start individual apps in the different display using the --geometry parameter. For example, to display xfce4-terminal on the second display:
xfce4-terminal --geometry 134x24+1400+200
...(where +1400 will be located in the second monitor's viewport) or this might work as well:
DISPLAY=:0.1 xfce4-terminal
Offline
And welcome to the forum!
Offline
Thank you for the welcome and the quick reply.
Passing the --geometry parameter of cource only works for programs that support this switch.
DISPLAY=:0.1 unfortunately doesn't work at all for games or for mpv. mpv says no video output . How do I assign the secondary monitor to DISPLAY=:0.1?
Besides that any other ideas?
Offline
mpv has a "--screen" option that lets you specify which screen to display on.
For games, you might be able to get devilspie to work, or have a look at hax11.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thx for the cool tip with the mpv screen option. Works like a charm. I'll also give devilspie a shot for games.
Offline
Pages: 1
[ Generated in 0.007 seconds, 8 queries executed - Memory usage: 534.29 KiB (Peak: 535.13 KiB) ]