Package dogtail :: Module sessions :: Class XServer
[hide private]
[frames] | no frames]

Class XServer

source code

object --+    
         |    
Subprocess --+
             |
            XServer

Instance Methods [hide private]
 
__init__(self, server='/usr/bin/Xorg', xinitrc='/etc/X11/xinit/Xclients', resolution='1024x768x16')
resolution is only used with Xvfb.
source code
 
start(self) source code

Inherited from Subprocess: stop, wait

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
findFreeDisplay() source code
Properties [hide private]
  cmdList

Inherited from Subprocess: exitCode

Inherited from object: __class__

Method Details [hide private]

__init__(self, server='/usr/bin/Xorg', xinitrc='/etc/X11/xinit/Xclients', resolution='1024x768x16')
(Constructor)

source code 

resolution is only used with Xvfb.

Overrides: object.__init__

start(self)

source code 
Overrides: Subprocess.start

Property Details [hide private]

cmdList

Get Method:
unreachable.cmdList(self)