~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/scripts/vnc-dimensions.conf

  • Committer: Robert Ancell
  • Date: 2013-08-22 03:18:34 UTC
  • Revision ID: robert.ancell@canonical.com-20130822031834-50l2i7tedbs1lre3
Backport test improvements from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check you can set the dimensions for the VNC server
 
3
#
 
4
 
 
5
[LightDM]
 
6
start-default-seat=false
 
7
 
 
8
[VNCServer]
 
9
enabled=true
 
10
port=9999
 
11
width=1440
 
12
height=900
 
13
depth=16
 
14
 
 
15
#?RUNNER DAEMON-START
 
16
#?*WAIT
 
17
 
 
18
# Start a VNC client
 
19
#?*START-VNC-CLIENT ARGS="::9999"
 
20
#?VNC-CLIENT START
 
21
#?VNC-CLIENT CONNECT SERVER=::9999
 
22
 
 
23
# Xvnc server starts
 
24
#?XSERVER-0 START GEOMETRY=1440x900 DEPTH=16 OPTION=FALSE
 
25
 
 
26
# Daemon connects when X server is ready
 
27
#?*XSERVER-0 INDICATE-READY
 
28
#?XSERVER-0 INDICATE-READY
 
29
#?XSERVER-0 ACCEPT-CONNECT
 
30
 
 
31
# Negotiate with Xvnc
 
32
#?*XSERVER-0 START-VNC
 
33
#?VNC-CLIENT CONNECTED VERSION="RFB 003.007"
 
34
#?XSERVER-0 VNC-CLIENT-CONNECT VERSION="RFB 003.003"
 
35
 
 
36
# Greeter starts and connects to remote X server
 
37
#?GREETER-X-0 START XDG_SESSION_COOKIE=ck-cookie-x:0
 
38
#?XSERVER-0 ACCEPT-CONNECT
 
39
#?GREETER-X-0 CONNECT-XSERVER
 
40
#?GREETER-X-0 CONNECT-TO-DAEMON
 
41
#?GREETER-X-0 CONNECTED-TO-DAEMON
 
42
 
 
43
# Clean up
 
44
#?*STOP-DAEMON
 
45
#?GREETER-X-0 TERMINATE SIGNAL=15
 
46
#?XSERVER-0 TERMINATE SIGNAL=15
 
47
#?RUNNER DAEMON-EXIT STATUS=0