diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-05-07 02:03:09 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-05-07 02:03:09 +0000 |
commit | 088ff8dba8a807cb4ed0e7a5f5bfc4b784cec2a7 (patch) | |
tree | e3100c3906179e7c80a13655467ba847e066ef79 /docs | |
parent | 0082acce310ca07065fbaf6e6d33134fb76e8dac (diff) | |
download | gdm-088ff8dba8a807cb4ed0e7a5f5bfc4b784cec2a7.tar.gz |
Update background property documentation.
2007-05-04 Frederic Crozat <fcrozat@mandriva.com>
* C/gdm.xml:
Update background property documentation.
svn path=/trunk/; revision=4887
Diffstat (limited to 'docs')
-rw-r--r-- | docs/C/gdm.xml | 21 | ||||
-rw-r--r-- | docs/ChangeLog | 5 | ||||
-rw-r--r-- | docs/es/gdm.xml | 4 | ||||
-rw-r--r-- | docs/uk/gdm.xml | 4 |
4 files changed, 32 insertions, 2 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml index f5944966..73249a27 100644 --- a/docs/C/gdm.xml +++ b/docs/C/gdm.xml @@ -6557,6 +6557,27 @@ homogeneous="bool"> If no item node has "background" property set, then the background is not modified when greeter exits. </para> + + <para> + To use a different background for login transition than the one + used for login, insert a "item" node with "background" property set to "true" to draw login transition background before "item"e; node (without any "background" property) used for greeter background. For instance : + </para> +<screen> +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE greeter SYSTEM "greeter.dtd"> + <greeter> + + <item type="rect" background="true"> + <normal file="background_for_login.svg"/> + <pos x="0" y="0" width="100%" height="100%"/> + </item> + <item type="rect"> + <normal file="background_for_greeter.svg"/> + <pos x="0" y="0" width="100%" height="100%"/> + </item> +[...] +</greeter> +</screen> </sect3> <sect3 id="positionnodes"> diff --git a/docs/ChangeLog b/docs/ChangeLog index 7e2ea3ed..1df5a3cd 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,8 @@ +2007-05-04 Frederic Crozat <fcrozat@mandriva.com> + + * C/gdm.xml: + Update background property documentation. + 2007-04-28 Changwoo Ryu <cwryu@debian.org> * Makefile.am (SUBDIRS): Removed "ko". diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml index fb75773e..67e9cc26 100644 --- a/docs/es/gdm.xml +++ b/docs/es/gdm.xml @@ -778,7 +778,9 @@ PostSession/ session files to specify additional arguments to be passed to the X server. For example, the entry <filename>X-Gdm-XserverArgs=-depth 16</filename> will start the - X server with a color depth of 16 bits. + X server with a color depth of 16 bits. Any such additional arguments + are ignored when using a Nested display (when GDM is launched in a + window). </para> <sect2 id="scriptdirs"> diff --git a/docs/uk/gdm.xml b/docs/uk/gdm.xml index 6cca5148..06f5caf0 100644 --- a/docs/uk/gdm.xml +++ b/docs/uk/gdm.xml @@ -1216,7 +1216,9 @@ PostSession/ session files to specify additional arguments to be passed to the X server. For example, the entry <filename>X-Gdm-XserverArgs=-depth 16</filename> will start the - X server with a color depth of 16 bits. + X server with a color depth of 16 bits. Any such additional arguments + are ignored when using a Nested display (when GDM is launched in a + window). </para> <sect2 id="scriptdirs"> |