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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot
Posted by Tobias Kraze to makandra dev (2016-11-23 12:19)