Bug#266106: kdm: no keyboard and starting on wrong console (2/4)
From
Nathaniel W. Turner@1:229/2 to
All on Wed Aug 18 19:30:20 2004
[continued from previous message]
# Default is /var/lib/kdm
#DataDir=/var/lib/kdm
# The directory kdm should store users' .dmrc files in. This is only needed
# if the home directories are not readable before actually logging in (like
# with AFS). Default is ""
#DmrcDir=/nfs-shared/var/dmrcs
[Xdmcp]
# Whether KDM should listen to XDMCP requests. Default is true.
Enable=false
# The UDP port KDM should listen on for XDMCP requests. Don't change the 177. #Port=177
# File with the private keys of X-terminals. Required for XDM authentication.
# Default is ""
#KeyFile=/etc/kde3/kdm/kdmkeys
# XDMCP access control file in the usual XDM-Xaccess format.
# Default is /etc/kde3/kdm/Xaccess
# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to
# do this best.
Xaccess=/etc/kde3/kdm/Xaccess
# Number of seconds to wait for display to respond after the user has
# selected a host from the chooser. Default is 15.
#ChoiceTimeout=10
# Strip domain name from remote display names if it is equal to the local
# domain. Default is true
#RemoveDomainname=false
# Use the numeric IP address of the incoming connection instead of the
# host name. Use this on multihomed hosts. Default is false
#SourceAddress=true
# The program which is invoked to dynamically generate replies to XDMCP
# BroadcastQuery requests.
# By default no program is invoked and "Willing to manage" is sent. Willing=/etc/kde3/kdm/Xwilling
[Shutdown]
# The command to run to halt the system. Default is /sbin/halt HaltCmd=/sbin/halt
# The command to run to reboot the system. Default is /sbin/reboot RebootCmd=/sbin/reboot
# Whether one can shut down the system via the global command FiFo.
# Default is false
#AllowFifo=true
# Whether one can abort still running sessions when shutting down the system
# via the global command FiFo. Default is true
#AllowFifoNow=false
# Offer LiLo boot options in shutdown dialog. Default is false
UseLilo=false
# The location of the LiLo binary. Default is /sbin/lilo
LiloCmd=/sbin/lilo
# The location of the LiLo map file. Default is /boot/map
LiloMap=/boot/map
# Rough estimations about how many seconds KDM will spend at most on
# - opening a connection to the X-server (OpenTime):
# OpenRepeat * (OpenTimeout + OpenDelay)
# - starting a local X-server (ServerTime):
# ServerAttempts * (ServerTimeout + OpenDelay)
# - starting a display:
# - local display: ServerTime + OpenTime
# - foreign display: StartAttempts * OpenTime
# - xdmcp display: OpenTime (repeated indefinitely by client)
# Core config for all displays
[X-*-Core]
# How long to wait before retrying to start the display after various
# errors. Default is 15
#OpenDelay=
# How long to wait before timing out XOpenDisplay. Default is 120
#OpenTimeout=
# How often to try the XOpenDisplay. Default is 5
#OpenRepeat=
# Try at most that many times to start a display. If this fails, the display
# is disabled. Default is 4
#StartAttempts=
# Ping remote display every that many minutes. Default is 5
#PingInterval=
# Wait for a Pong that many minutes. Default is 5
#PingTimeout=
# Restart instead of resetting the local X-server after session exit.
# Use it if the server leaks memory, etc. Default is false #TerminateServer=true
# The signal needed to reset the local X-server. Default is 1 (SIGHUP) #ResetSignal=
# The signal needed to terminate the local X-server. Default is 15 (SIGTERM) #TermSignal=
# Need to reset the X-server to make it read initial Xauth file.
# Default is false
#ResetForAuth=true
# Create X-authorizations for local displays. Default is true
Authorize=true
# Which X-authorization mechanisms should be used.
# Default is MIT-MAGIC-COOKIE-1
#AuthNames=
# The name of this X-server's Xauth file. Default is "", which means, that
# a random name in the AuthDir directory will be used.
#AuthFile=
# Specify a file with X-resources for the greeter, chooser and background.
# The KDE frontend doesn't care for this, so you don't need it unless you
# use an alternative chooser or another background generator than kdmdesktop.
# Default is ""
#Resources=/etc/kde3/kdm/Xresources
# The xrdb program to use to read the above specified recources.
# Default is /usr/X11R6/bin/xrdb
#Xrdb=
# A program to run before the greeter is shown. You should start kdmdesktop
# there. Also, xconsole can be started by this script.
# Default is ""
Setup=/etc/kde3/kdm/Xsetup
# A program to run before a user session starts. You should invoke sessreg
# there and optionally change the ownership of the console, etc.
# Default is ""
Startup=/etc/kde3/kdm/Xstartup
# A program to run after a user session exits. You should invoke sessreg
# there and optionally change the ownership of the console, etc.
# Default is ""
Reset=/etc/kde3/kdm/Xreset
# The program which is run as the user which logs in. It is supposed to
# interpret the session argument (see SessionsDirs) and start an appropriate
# session according to it.
# Default is /usr/X11R6/bin/xterm -ls -T
Session=/etc/kde3/kdm/Xsession
# The program to run if Session fails.
# Default is /usr/X11R6/bin/xterm
#FailsafeClient=
# The PATH for the Session program. Default is
# /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games UserPath=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
# The PATH for Setup, Startup and Reset, etc. Default is
# /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin SystemPath=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
# The default system shell. Default is /bin/sh
#SystemShell=/bin/bash
# Where to put the user's X-server authorization file if ~/.Xauthority
# cannot be created. Default is /tmp
#UserAuthDir=
# If "true", KDM will automatically restart a session after an X-server
# crash (or if it is killed by Alt-Ctrl-BackSpace). Note, that enabling
# this opens a security hole: a secured display lock can be circumvented
# (unless you use KDE's built-in screen lock). Default is false AutoReLogin=false
# Allow root logins? Default is true
AllowRootLogin=false
# Allow to log in, when user has set an empty password? Default is true AllowNullPasswd=false
# Who is allowed to shut down the system. This applies both to the
# greeter and to the command FiFo. Default is All
# "None" - no "Shutdown..." button is shown at all
# "Root" - the root password must be entered to shut down
# "All" - everybody can shut down the machine (Default)
AllowShutdown=Root
# Who is allowed to abort all still running sessions when shutting down.
# Same options as for AllowShutdown. Default is All
#AllowSdForceNow=Root
# The default choice for the shutdown condition/timing.
# "Schedule" - shutdown after all sessions exit (possibly at once) (Default)
# "TryNow" - shutdown, if no sessions are open, otherwise do nothing
# "ForceNow" - shutdown unconditionally
#DefaultSdMode=ForceNow
# If this is false the user must select the shutdown condition/timing already
# in the shutdown dialog. If this is true he won't be bothered with the options,
# but will be asked what to do if sessions are actually open. Default is true
# NOTE: the interaction is currently not implemented. If this is set to true,
# a normal forced shutdown will happen (without caring for the AllowSdForceNow # option!), i.e., KDM will behave exactly as before KDE 3.0. #InteractiveSd=false
# The directories containing session type definitions in .desktop format.
# Default is /usr/share/apps/kdm/sessions
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)