summaryrefslogtreecommitdiff
path: root/2005/flow-accounting-ols2005/OLS2005/gettys/gettys-abstract.tex
blob: 7d9eefc24c2b64c673bbbc7e6f6be89b5486510f (plain)
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

%         Registration                     The New X Input System             
%                                                                             
%  [2]Register/Submit Proposal James Gettys (jim.gettys@hp.com)               
%                                                                             
%            Content           A New X Window System Input System             

The X Window System, for historical reasons,   
has presumed a static configuration of screens 
and input devices such as keyboards, mice,     
joysticks, etc, configured by a file (the      
dread \texttt{xorg.conf} or \texttt{XF86Config} file), under     
control of a single individual.                

But USB input devices are now hot-pluggable,   
and users justifiably expect that they should  
be able to plug them into a running system and 
have them ``just work,'' without requiring       
rebooting the Linux/UNIX kernel or restarting  
the X server, having laboriously hand-edited   
an X server configuration file. Instead, the X 
server must move to a model where it is told   
what to do by external agents, and do so in a  
dynamic fashion, in response to a user's       
action.                                        

Additonally, projectors and other large        
displays, calling out to be used by more than  
one person at a time, are becoming             
econonomical. Input devices themselves must be 
able to be network devices, and the X server   
become a multi-user server, if this vision is  
to become a reality.                           

The issues faced break down into the following 
categories: 
\begin{itemize}
 \item fundamental X architectural      issues 
 \item XInput extension protocol issues 
 \item Integration with the desktop environment 
 \item X   server implementation infrastructure issues 
 \item Security and authentication 
 \item Device           discovery, authentication and association      
\end{itemize}

Hotplug of display screens present similar     
challenges, but such hardware is either rare   
(PCMCIA/CARDBUS displays) or not yet widely    
deployed (e.g.\ PCI-e), it is out of the scope  
of this paper.                                 

personal git repositories of Harald Welte. Your mileage may vary