summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-01 14:19:04 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-01 14:19:04 -0400
commit9d27e31dca8e0bddbf82ef2f19064160cff3a59e (patch)
tree887e39b40c21ae345a6612d9de58ef0afe5ab1e3
parentbcf3514b99431b6935ea568b59d94f266ccd7aeb (diff)
Add a TODO list.
-rw-r--r--src/vesa.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vesa.c b/src/vesa.c
index b23a04e..ffe40c5 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -31,6 +31,14 @@
* Adam Jackson <ajax@redhat.com>
*/
+/*
+ * TODO:
+ * - PanelID might give us useful size hints.
+ * - Port to RANDR 1.2 setup to make mode selection slightly better
+ * - Port to RANDR 1.2 to drop the old-school DGA junk
+ * - VBE/SCI for secondary DDC method?
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif