summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-12-21 02:22:37 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-12-21 02:22:37 +0000
commit3d36e44966611733172799ebaa8ecb8d021309eb (patch)
tree74e48c84785f75fc678eb33a0dd5081732e4a6b4 /config
parent11c28082c288b2a0aad2ef182ee738965b93ed08 (diff)
downloadgdm-3d36e44966611733172799ebaa8ecb8d021309eb.tar.gz
Add new priority configuration option for setting xserver priority.
2005-12-21 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.[ch], daemon/gdmconfig.c, daemon/server.c: Add new priority configuration option for setting xserver priority. * config/gdm.conf.in, docs/C/gdm.xml: Updated docs with information about the new priority [server-foo] configuration option. * configure.ac, gdm.spec.in: Fix gtk dependency so 2.6.0 is listed as the requirement. * gui/Makefile.am: Add X_LIBS when building GUI programs. * gui/misc.c: Add needed stdio.h include.
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index fac0edd1..33889364 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -511,6 +511,13 @@ Gestures=false
name=Standard server
command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@
flexible=true
+# Indicates that the X server should be started at a different process
+# priority. Values can be any integer value accepted by the setpriority C
+# library function (normally between -20 and 20) with 0 being the default. For
+# highly interactive applications, -5 yields good responsiveness. The default
+# value is 0 and the setpriority function is not called if the value is 0.
+
+#priority=0
# To use this server type you should add -query host or -indirect host to the
# command line.