[PC-BSD Commits] r156 - in pcbsd/trunk/system-overlay: etc etc/pam.d usr/local/share/config/kdm
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 6 17:42:28 PDT 2007
Author: kris
Date: 2007-04-07 01:42:28 +0100 (Sat, 07 Apr 2007)
New Revision: 156
Added:
pcbsd/trunk/system-overlay/etc/pam.d/
pcbsd/trunk/system-overlay/etc/pam.d/kde-np
pcbsd/trunk/system-overlay/etc/ttys
Modified:
pcbsd/trunk/system-overlay/usr/local/share/config/kdm/kdmrc
Log:
More updates to enable KDE to run on new ISO's
Added: pcbsd/trunk/system-overlay/etc/pam.d/kde-np
Added: pcbsd/trunk/system-overlay/etc/ttys
Modified: pcbsd/trunk/system-overlay/usr/local/share/config/kdm/kdmrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/share/config/kdm/kdmrc 2007-04-06 03:59:29 UTC (rev 155)
+++ pcbsd/trunk/system-overlay/usr/local/share/config/kdm/kdmrc 2007-04-07 00:42:28 UTC (rev 156)
@@ -57,10 +57,10 @@
StaticServers=:0
# List of on-demand displays. See StaticServers for syntax.
# Default is ""
-ReserveServers=:1,:2,:3
+ReserveServers=
# Where KDM should store its PID (do not store if empty).
# Default is ""
-PidFile=/var/run/kdm.pid
+PidFile=/var/run/xdm.pid
# Whether KDM should lock the PID file to prevent having multiple KDM
# instances running at once. Do not change unless you are brave.
# Default is true
@@ -140,11 +140,11 @@
[Shutdown]
# The command (subject to word splitting) to run to halt the system.
-# Default is "/sbin/shutdown -h now"
-HaltCmd=/sbin/shutdown -p now
+# Default is "/sbin/shutdown -p now"
+#HaltCmd=
# The command (subject to word splitting) to run to reboot the system.
# Default is "/sbin/shutdown -r now"
-RebootCmd=/sbin/reboot
+#RebootCmd=
# Whether it is allowed to shut down the system via the global command FiFo.
# Default is false
#AllowFifo=true
@@ -201,7 +201,7 @@
# The KDE frontend does not use this file, so you do not need it unless you
# use another background generator than krootimage.
# Default is ""
-#Resources=
+Resources=/usr/local/share/config/kdm/Xresources
# The xrdb program to use to read the above specified recources.
# Subject to word splitting.
# Default is "/usr/X11R6/bin/xrdb"
@@ -241,7 +241,7 @@
# Note that enabling this makes circumventing screen lockers other than
# KDE's built-in one possible!
# Default is false
-AutoReLogin=false
+#AutoReLogin=true
# Allow root logins?
# Default is true
AllowRootLogin=false
@@ -283,29 +283,32 @@
# Whether KDM's built-in utmp/wtmp/lastlog registration should be used.
# Default is true
#UseSessReg=false
+# Create X-authorizations for local displays.
+# Default is true
+Authorize=true
# Greeter config for all displays
[X-*-Greeter]
# Widget style of the greeter. "" means the built-in default which currently
# is "Plastik".
# Default is ""
-GUIStyle=Plastik
+#GUIStyle=Windows
# Widget color scheme of the greeter. "" means the built-in default which
# currently is yellowish grey with some light blue and yellow elements.
# Default is ""
-ColorScheme=Plastik
+#ColorScheme=Plastik
# What should be shown in the greeter's logo are:
# "None" - nothing
# "Logo" - the image specified by LogoPixmap
# "Clock" - a neat analog clock
# Default is Clock
-LogoArea=None
+LogoArea=Logo
# The image to show when LogoArea=Logo.
# Default is ""
-LogoPixmap=
+LogoPixmap=/usr/local/share/apps/kdm/pics/kdelogo.png
# The relative coordinates (X,Y in percent) of the center of the greeter.
# Default is "50,50"
-GreeterPos=50,50
+#GreeterPos=30,40
# The screen the greeter should be displayed on in multi-headed and Xinerama
# setups. The numbering starts with 0. For Xinerama, it corresponds to the
# listing order in the active ServerLayout section of XF86Config; -1 means
@@ -321,19 +324,19 @@
# - %m -> the machine (hardware) type
# - %% -> a single %
# Default is "Welcome to %s at %n"
-GreetString=
+#GreetString=K Desktop Environment (%n)
# Whether the fonts used in the greeter should be antialiased.
# Default is false
-AntiAliasing=true
+#AntiAliasing=true
# The font for the greeter headline.
# Default is "Serif,20,bold"
-GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0
+#GreetFont=Serif,20,5,0,50,0
# The normal font used in the greeter.
# Default is "Sans Serif,10"
-StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0
+#StdFont=Sans Serif,10,5,0,50,0
# The font used for the "Login Failed" message.
# Default is "Sans Serif,10,bold"
-FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0
+#FailFont=Sans Serif,10,5,0,75,0
# What to do with the Num Lock modifier for the time the greeter is running:
# "Off" - turn off
# "On" - turn on
@@ -342,24 +345,24 @@
#NumLock=Off
# Language and locale to use in the greeter, encoded like $LC_LANG.
# Default is "en_US"
-Language=en_US
+#Language=de_DE
# Enable autocompletion in the username line edit.
# Default is false
-UserCompletion=false
+#UserCompletion=true
# Enable user list (names along with images) in the greeter.
# Default is true
-UserList=true
+#UserList=false
# User selection for UserCompletion and UserList:
# "NotHidden" - all users except those listed in HiddenUsers
# "Selected" - only the users listed in SelectedUsers
# Default is NotHidden
-ShowUsers=NotHidden
+#ShowUsers=Selected
# For ShowUsers=Selected. @<group> means all users in that group.
# Default is ""
-SelectedUsers=
+#SelectedUsers=root,johndoe
# For ShowUsers=NotHidden. @<group> means all users in that group.
# Default is ""
-HiddenUsers=
+#HiddenUsers=root
# Special case of HiddenUsers: users with a non-zero UID less than this number
# will not be shown as well.
# Default is 0
@@ -371,14 +374,14 @@
# If false, the users are listed in the order they appear in /etc/passwd.
# If true, they are sorted alphabetically.
# Default is true
-SortUsers=true
+#SortUsers=false
# Specify, where the users' pictures should be taken from.
# "AdminOnly" - from <FaceDir>/$USER.face[.icon]
# "PreferAdmin" - prefer <FaceDir>, fallback on $HOME
# "PreferUser" - ... and the other way round
# "UserOnly" - from the user's $HOME/.face[.icon]
# Default is AdminOnly
-FaceSource=PreferAdmin
+#FaceSource=PreferUser
# The directory containing the user images if FaceSource is not UserOnly.
# Default is "/usr/local/share/apps/kdm/faces"
#FaceDir=/usr/share/faces
@@ -397,14 +400,14 @@
# "ThreeStars" - <literal>***</literal> is shown for every typed letter
# "NoEcho" - nothing is shown at all, the cursor does not move
# Default is OneStar
-EchoMode=OneStar
+#EchoMode=NoEcho
# If true, krootimage will be automatically started by KDM; otherwise, the
# Setup script should be used to setup the background.
# Default is true
-UseBackground=true
+#UseBackground=false
# The configuration file to be used by krootimage.
# Default is "/usr/local/share/config/kdm/backgroundrc"
-BackgroundCfg=/usr/local/share/config/kdm/backgroundrc
+#BackgroundCfg=
# Hold the X-server grabbed the whole time the greeter is visible. This
# may be more secure, but it will disable any background and other
# X-clients started from the Setup script.
@@ -416,11 +419,11 @@
# Warn, if display has no X-authorization (local auth cannot be created,
# XDMCP display wants no auth, or display is foreign from StaticServers).
# Default is true
-#AuthComplain=false
+AuthComplain=true
# Random seed for forging saved session types, etc. of unknown users.
# This value should be random but constant across the login domain.
# Default is 0
-ForgingSeed=1113045471
+ForgingSeed=1175906847
# Specify conversation plugins for the login dialog. Each plugin can be
# specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
# or as a full pathname.
@@ -466,7 +469,7 @@
# Additional arguments for the X-servers for local sessions.
# This string is subject to word splitting.
# Default is ""
-ServerArgsLocal=-nolisten tcp
+ServerArgsLocal=
# Additional arguments for the X-servers for remote sessions.
# This string is subject to word splitting.
# Default is ""
@@ -481,8 +484,7 @@
# The signal needed to terminate the local X-server.
# Default is 15 (SIGTERM)
#TermSignal=15
-# Create X-authorizations for local displays.
-# Default is true
+# See above
#Authorize=false
# Which X-authorization mechanisms should be used.
# Default is "MIT-MAGIC-COOKIE-1"
@@ -496,16 +498,16 @@
AllowShutdown=All
# Enable password-less logins on this display. USE WITH EXTREME CARE!
# Default is false
-NoPassEnable=true
+#NoPassEnable=true
# The users that do not need to provide a password to log in. NEVER list root!
# "*" means all non-root users. @<group> means all users in that group.
# Default is ""
-NoPassUsers=
+#NoPassUsers=fred,ethel
# Greeter config for local displays
[X-:*-Greeter]
# See above
-PreselectUser=None
+PreselectUser=Previous
# See above
FocusPasswd=true
# Specify whether the greeter of local displays should start up in host chooser
@@ -524,9 +526,6 @@
# Show the "Restart X Server"/"Close Connection" action in the greeter.
# Default is true
AllowClose=false
-# The user to preselect if PreselectUser=Default.
-# Default is ""
-DefaultUser=
# Core config for 1st local display
[X-:0-Core]
@@ -562,5 +561,6 @@
[X-:0-Greeter]
# See above
#PreselectUser=Default
-# See above
+# The user to preselect if PreselectUser=Default.
+# Default is ""
#DefaultUser=johndoe
More information about the Commits
mailing list