Read more

Giving a presentation with a dual screen layout on linux

Tobias Kraze
November 23, 2016Software engineer at makandra GmbH

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.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot
Posted by Tobias Kraze to makandra dev (2016-11-23 12:19)