blob: e28ef7dda3016128cd2f59c8d33df2cba766d91a (
plain) (
blame)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
Missing servers:
xmds wmds mmds mdsx
mdsw mdsm hwgamma swgamma
hwcursor swcursor cursorgamma coopgamma
host remote fb kbd
keytrans kkbdrate rat compositor
crtc seat dri drag
cursorshadow kill focus colour
state screensaver
Extra servers:
kbdbind ratbind gestures dcvs
decorator tile stack workspace
tray retro-crt kbd2rat multikey
keystick posmem nest mds
meta keybounce slowkey keycue
ratbarrier desktop
a speech-to-keyboard server
some server that hides the cursor when appropriate, such
as when the user starts typing
some server for drawing on the screen
some server for delaying video output from programs
(used if a video is not in sync with its audio, and is ahead)
cinerama: combines multiple output to one single output
transform: like xkeystone and xrandr --transform,
should transform the rat cursor too
kbdautorelease: server that automatically relases selected keys
when pressed, emulating the feature found on the
most keyboards for the pause-key. This is
primarily intended for keyboards that do not
have this feature on the pause-key.
Missing commands:
reg clip screenshot slay
chvt
conf Command line interface for reconfiguring servers
Need testing:
registry
clipboard
kkbd
kkbd, on a SPARC
vt
Fast lanes
Optimise use of mutexe by replace them with rwlocks (where appropriate)
Listen for `Command: reregister`
Register protocols
A facility is needed to lookup available compose sequences to any character,
it would be useful in character map programs so one can easier learn the
compose sequences for character that one uses often
Servers should be stored in LIBEXECDIR.
Implement reconnect_to_display()
Something is up with the test, it does not exit on Control+C
Make sure it is possible and easy to change window manager
and desktop environment online.
It should be possible to remap keyboard LED:s.
IPA keyboard layout
Add support for SIGINFO
mds-registry mds-server
If getpgrp() == tcgetpgrp(STDOUT_FILENO), a graphical program
should be able to commandeer a window (in particular a terminal
emulator) and return it when exiting.
How do we best avoid that hung clients freeze the display.
mds-hwgamma and mds-swgamma should be able to limit the
gamma ramps' convergence to help ensure that the screen is
always readable (optional feature). Soft limits are set
in argv, hard limits are set via #define:s at compile-time.
|