~brian-murray/lightdm/bug-967229

« back to all changes in this revision

Viewing changes to tests/scripts/plymouth-active-vt.conf

  • Committer: robert.ancell at canonical
  • Date: 2011-02-12 00:48:57 UTC
  • Revision ID: robert.ancell@canonical.com-20110212004857-45gpv6k0m0uf0liv
Update changelog link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Check Plymouth quits when X server is started.  Plymouth is on an active VT so it handshakes with the X server.
3
 
#
4
 
 
5
 
[LightDM]
6
 
minimum-display-number=50
7
 
 
8
 
[test-plymouth-config]
9
 
enabled=true
10
 
has-active-vt=true
11
 
active=true
12
 
 
13
 
#?RUNNER DAEMON-START
14
 
 
15
 
# Check if Plymouth is running
16
 
#?PLYMOUTH PING ACTIVE=TRUE
17
 
#?PLYMOUTH HAS-ACTIVE-VT=TRUE
18
 
#?PLYMOUTH DEACTIVATE
19
 
 
20
 
# X server starts
21
 
#?XSERVER :50 START
22
 
#?XSERVER :50 INDICATE-READY
23
 
 
24
 
# Plymouth quits but keeps image in framebuffer
25
 
#?PLYMOUTH QUIT RETAIN-SPLASH=TRUE
26
 
 
27
 
# LightDM connects to X server
28
 
#?XSERVER :50 ACCEPT-CONNECT
29
 
 
30
 
# Greeter starts
31
 
#?GREETER :50 START
32
 
#?XSERVER :50 ACCEPT-CONNECT
33
 
#?GREETER :50 CONNECT-XSERVER
34
 
#?GREETER :50 CONNECT-TO-DAEMON
35
 
#?GREETER :50 CONNECTED-TO-DAEMON
36
 
 
37
 
# Cleanup
38
 
#?*STOP-DAEMON
39
 
# Don't know what order they will terminate
40
 
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
41
 
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
42
 
#?RUNNER DAEMON-EXIT STATUS=0