]> git.pld-linux.org Git - packages/X11.git/commitdiff
uzupelnienia
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 16 Jun 1999 15:34:19 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xdm.pamd -> 1.3
    xfs.config -> 1.1

xdm.pamd
xfs.config [new file with mode: 0644]

index 991b106524ad1ffcc3a3a66c1da33577067ebe09..a0fc1ab06f3ecfe79f508030c9a25c977042d8bd 100644 (file)
--- a/xdm.pamd
+++ b/xdm.pamd
@@ -5,4 +5,5 @@ account    required     /lib/security/pam_pwdb.so
 password   required    /lib/security/pam_cracklib.so
 password   required    /lib/security/pam_pwdb.so md5 shadow use_authtok
 session    required    /lib/security/pam_pwdb.so
+session    required    /lib/security/pam_env.so
 session    optional    /lib/security/pam_console.so
diff --git a/xfs.config b/xfs.config
new file mode 100644 (file)
index 0000000..cb4ed4b
--- /dev/null
@@ -0,0 +1,33 @@
+#
+# Default font server configuration file for Red Hat Linux 6.0
+#
+
+# allow a max of 4 clients to connect to this font server
+client-limit = 4
+
+# when a font server reaches its limit, start up a new one
+clone-self = off
+
+# alternate font servers for clients to use
+#alternate-servers = foo:7101,bar:7102
+
+# where to look for fonts
+# Some of these are commented out, i.e. the TrueType and Type1
+# directories in /usr/share, because they aren't forced to be
+# installed alongside X.
+#
+catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
+       /usr/X11R6/lib/X11/fonts/75dpi:unscaled,
+       /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
+       /usr/X11R6/lib/X11/fonts/misc,
+       /usr/X11R6/lib/X11/fonts/Type1,
+       /usr/X11R6/lib/X11/fonts/Speedo
+
+# in 12 points, decipoints
+default-point-size = 120
+
+# 100 x 100 and 75 x 75
+default-resolutions = 75,75,100,100
+
+# how to log errors
+use-syslog = on
This page took 0.029384 seconds and 4 git commands to generate.