davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Support for three or more displays #99

Closed herbmaster closed 9 years ago

herbmaster commented 9 years ago

You currently cannot specify which display should be used for the presentation. In my setup I have two monitors and one beamer attached to the box. One of the monitors is the primary display of course. When I start pdfpc the presentation window has the size of the second monitor which has a way bigger resolution than the beamer, so moving the window to the right output does not help.

Currently I work around this by disabling the second monitor with xrandr, then starting pdfpc and then enabling the display again. Preferably I would tell pdfpc the name of the beamer's display on command line or in a configuration file.

Is there any better way?