dtlogin|Xsession/config: setup some env variables and fontpath for linux (and CSRG) systems.
What we really need are more fonts installed, like all of the xf 75dpi and 100dpi fonts. 100dpi looks much better than 75/72 dpi, especially on any display larger than 1024x768. Of course, in the far future, we should use the anti-aliased TT fonts everyone else uses these days anyway.
This commit is contained in:
@@ -68,7 +68,7 @@ Dtlogin*startup: Xstartup
|
||||
Dtlogin*reset: Xreset
|
||||
Dtlogin*setup: Xsetup
|
||||
|
||||
#if defined (__hpux) || defined (_AIX) || defined (sun) || defined (__osf__)
|
||||
#if defined (__hpux) || defined (_AIX) || defined (sun) || defined (__osf__) || defined(CSRG_BASED) || defined(linux)
|
||||
Dtlogin*failsafeClient: Xfailsafe
|
||||
#else
|
||||
Dtlogin*failsafeClient: /usr/bin/X11/xterm
|
||||
@@ -83,6 +83,9 @@ XCOMM Dtlogin.exportList: ODMDIR NLSPATH TZ ...
|
||||
Dtlogin.exportList: ODMDIR NLSPATH TZ
|
||||
#endif
|
||||
|
||||
#if defined(CSRG_BASED) || defined(linux)
|
||||
Dtlogin.exportList: NLSPATH LANG
|
||||
#endif
|
||||
|
||||
XCOMM #########################################################################
|
||||
XCOMM To specify the languages listed in the [Options] [Languages] menu.
|
||||
@@ -132,6 +135,10 @@ XCOMM To specify a default user PATH environment variable.
|
||||
XCOMM
|
||||
XCOMM Dtlogin*userPath: <path>
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED)
|
||||
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
|
||||
#endif
|
||||
|
||||
|
||||
XCOMM #########################################################################
|
||||
XCOMM To set a display to run the user's XDM $HOME/.xsession script as the
|
||||
@@ -163,6 +170,11 @@ XCOMM To specify how long the Login Manager waits to connect to an X-server.
|
||||
XCOMM
|
||||
XCOMM Dtlogin*openTimeout: <seconds>
|
||||
|
||||
#if defined(CSRG_BASED) || defined(linux)
|
||||
Dtlogin*openTimeout: 15
|
||||
Dtlogin*serverAttempts: 3
|
||||
Dtlogin*wakeupInterval: 20
|
||||
#endif
|
||||
|
||||
XCOMM #########################################################################
|
||||
XCOMM To specify how often the Login Manager "pings" a remote display to
|
||||
|
||||
Reference in New Issue
Block a user