summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-09-15 15:22:02 +0200
committerHans de Goede <hdegoede@redhat.com>2010-09-15 15:22:02 +0200
commit0f3898f55d8fe507dcdc5f4dcda3e83ab5a931d4 (patch)
tree53e8ca94774e9fe65f9b59ffc90df0c5938cc1e3 /TODO
parent73cc214875d0c03a98a60091526f1c9cd1ce1de3 (diff)
vdagent (client) Get resolution from the X-server
Get the resolution from the X-server and send it to vdagentd which needs it for the size of the uinput device. Also notify vdagentd if the resolution changes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index b9b7feb..9dcd791 100644
--- a/TODO
+++ b/TODO
@@ -14,3 +14,8 @@ vdagent!
One possible option is to ask ConsoleKit who the current Console
owner is and then only send messages to / accept messages from
agents whose unix domain socket has the same uid.
+
+Various small things:
+-don't go burn 100% cpu when a client disconnects
+-make virtio communication non blocking
+-make uinput communication non blocking