diff options
author | PRomain GAILLETON <root@nutyx.(none)> | 2010-05-30 06:18:44 +0200 |
---|---|---|
committer | PRomain GAILLETON <root@nutyx.(none)> | 2010-05-30 06:18:44 +0200 |
commit | 4e87e0e05326b4a1de72da67fad56f39e6eab992 (patch) | |
tree | 0b3665939d90cf8552c49f8918561a6101e1a3e5 /extra/arandr/arandr-0.1.3/TODO | |
parent | 1b5ca2f66e056b9fc67e864a526175d8b091e7a7 (diff) | |
download | nutyx-pakxe-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.gz nutyx-pakxe-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.bz2 nutyx-pakxe-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.xz nutyx-pakxe-4e87e0e05326b4a1de72da67fad56f39e6eab992.zip |
Ajout de arandr#0.1.3
Diffstat (limited to 'extra/arandr/arandr-0.1.3/TODO')
-rw-r--r-- | extra/arandr/arandr-0.1.3/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/arandr/arandr-0.1.3/TODO b/extra/arandr/arandr-0.1.3/TODO new file mode 100644 index 000000000..46ac768d2 --- /dev/null +++ b/extra/arandr/arandr-0.1.3/TODO @@ -0,0 +1,15 @@ + * add option to make layout default on startup by means of desktop environment integration + * implement missing xrandr 1.2 features: reflect, additional modes (for forcibly applying saved layouts so they are already active when an output is connected), fb, fbmm/dpi + * call xrandr without blocking + * receive notifications on changes (XRRScreenChangeNotify) + * useful resources: <http://www.mail-archive.com/sawfish-list@gnome.org/msg03630.html> (a patch to sawfish for xrandr event support), Xrandr.c (that defines XRRSelectInput), SelInput.c (compare XSelectInput /XRRSelectInput), ./eventdemo.py + * don't reset displays moved over edges; instead, move as far as possible + * allow setting dpi + * integrate related settings: (might end up writing a complete configuration manager, which is not my intention) + + * xsetwacom + * gnome-panel layout (is this 1.3's --primary?) + + * integrate new 1.3 features (projection matrix, panning) + * be more intelligent about future xrandr versions (cf debian #523903) + * read --props, parse edid (using parse-edid from read-edid), maybe even offer setting properties |