-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
44 lines (32 loc) · 1.8 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Disper
------
Disper is an on-the-fly display switch utility. It is intended to be used just
before giving a presentation with a laptop, when all one wants is that the
beamer, which has just been connected, is able to show whatever you prepared.
Disper gives you the option to either clone the all detected displays, or
extend the desktop to them. Resolutions are automatically detected. For
cloning, the highest resolution supported by all displays devices is chosen;
for extending every display device gets its highest supported resolution.
For special setups requiring more detailed control, one can still use the
standard display configuration utilites.
At the moment nVidia cards have the best support. XRandR is working, though
import/export is not complete. Contributions are welcome in this area.
Generally, one would bind 'disper -c' to a shortcut key (or if you rather
like to extend your desktop, use 'disper -e'). Without an external display
or beamer connected, you'll get your laptop's full resolution; when an external
display is present, it switches to clone mode after the keypress (or extend, if
you configured it that way).
In the future a graphical user interface may be added. For now I hope that it'll
save you some time at the beginning of presentations.
The initial development of this program was supported Frans and Linda
Reijnhoudt. A big thanks to them!
http://willem.engen.nl/projects/disper/
- Willem van Engen <[email protected]>
Orphan and forked
-----------------
As of 2018 (seems 2013), this poor package has seemed to lost an owner,
and an undefined return value for a ctypes function made all calls fail on most
current architectures.
But since otherwise it still works and is healthy, the package is patched and available
for all to enjoy.
- Alex Peyser <[email protected]>