Giving a presentation with a dual screen layout on linux

Posted Over 7 years ago. Visible to the public.

When giving a presentation with a projector it is sometimes better to use a dual screen layout instead of a cloned display. If you still want a preview of the projector screen on your primary screen, you can do this:

  1. Install x11vnc and a vnc viewer (e.g. xtightvncviewer).

  2. Connect the projector.

  3. In your system display settings, move the projector to the left or your primary screen (not strictly necessary, but I had weird clipping issues otherwise).

  4. Start a vnc server for your second display with

    x11vnc -clip xinerama0 -scale 0.8
    

    (or xinerama1 for the second screen etc).
    You can control zoom with the scale parameter.

  5. Show the screen using vncviewer. Enter localhost as the server.

  6. Get accustomed to how this behaves. Mouse movement is a bit weird, because your cursor will jump to your second monitor, as soon as you enter the vnc display.

Tobias Kraze
Last edit
Over 7 years ago
Tobias Kraze
License
Source code in this card is licensed under the MIT License.
Posted by Tobias Kraze to makandra dev (2016-11-23 11:19)