Try executing xrandr
to list your displays (I have them named like VGA1
and LVDS1
; they will appear as VGA1 connected ...
in xrandr
's output), and then make output the same on each of two displays:
xrandr --output VGA1 --same-as LVDS1
Ich benutze die SUN Presenter Openoffice Extension mit einem Ubuntu-Laptop in Twinview. es funktioniert gut: Ich habe den Videoprojektor mit meiner Präsentation und meinen Laptopbildschirm mit den Dias (und Zeit ...). Mein Problem ist, wenn ich eine Mono-Screen-Anwendung wie Firefox, gnome-terminal, präsentieren möchte. Es wird nur auf einem Monitor angezeigt. Dies ist nicht wirklich effizient, wenn Sie interaktiv sein möchten.
Gibt es eine Möglichkeit, diese Anwendungstypen sowohl auf dem Display anzuzeigen als auch mit beiden zu interagieren?
Vielen Dank
Try executing xrandr
to list your displays (I have them named like VGA1
and LVDS1
; they will appear as VGA1 connected ...
in xrandr
's output), and then make output the same on each of two displays:
xrandr --output VGA1 --same-as LVDS1