So pdfpc on git (which is forked and improved version of the pdf-presenter-console) is the closest thing I found.
Features
Except for reading out notes in Beamer-Presentations It has all the features I looked for. Regular slides on the projector, view of the next slide and the current one on the laptop. It pre-caches the slides for fast switch and can provide an overview with thumbnails for each slide (quick selection). It also plays videos. With the n one can edit notes that are stored in a textfile in the same directory as the pdf. The latest version supports LaTeX-Beamer notes now but doesn't have a stable release yet, which means you have to pull it from git (see edit below).
Usage
To use, one has to invoke pdfpc with a PDF file like this in terminal:
pdfpc presentation.pdf
Of course once can add it to the list of applications to open pdfs with in your file-manager to make it easier. There command line options to interchange screens, set the timer hand have it coutn down instead of up.
The rest is straight forward and documented in the man pages. Ubuntu man-pages are outdated so one should consult the man pages on the site. I made request for importing LaTeX-Beamer notes.
Installation / Compilation
For Windows PCs it might be a pain in the rear to compile, since the requirements state:
- Vala Compiler Version >=0.11.0
- Gnu compiler collection
- CMake Version >=2.6
- Gtk+ 2.x
- libPoppler with glib bindings
Which is a handful to install and get running. For Ubuntu
and other Debian users it's a piece of cake as there are packages in the repositories.
Edit:
This is how the Latex-Beamer \notes{} thing turned out:
Hi!
[...] Die aktuelle git Version unterstütz beamer Notes, mit
--notes={left,right,top,bottom} (erst seit ein paar Tage! [sic]). Ich hoffe bald auch eine stabile Version rausgeben zu können.
Gruß,
David
Translation:
Hi
[...] the current git version supports beamer notes (for a few days now).
Just use --notes={left,right,top,bottom}. I hope I will be able to release
a stable version soon.
Regards, David
beamermanual explains how to set up for dual screen presentations. In my documentation it's explained in Section 19.3. Also see this PracTeX journal article. – Marc van Dongen Nov 28 '12 at 11:43