And here are the changes I made to /etc/X11/gdm/gdm.conf to get it working: # diff -u gdm.conf.orig gdm.conf --- gdm.conf.orig 2003-01-25 19:40:01.000000000 -0500 +++ gdm.conf 2004-08-26 15:49:36.000000000 -0400 @@ -33,7 +33,7 @@ # issues ranging from some things not being reset in the X server to # pam issues with the slave. It is likely that this feature may be removed # in the future and we're always going to do server restarts. -AlwaysRestartServer=true +AlwaysRestartServer=false # The gdm configuration program that is run from the login screen, you should # probably leave this alone Configurator=/usr/bin/gdmsetup --disable-sound --disable-crash-dialog @@ -88,9 +88,9 @@ UserAuthFBDir=/tmp UserAuthFile=.Xauthority # The X server to use if we can't figure out what else to run. -StandardXServer=/usr/X11R6/bin/X +StandardXServer= # The maximum number of flexible X servers to run. -FlexibleXServers=5 +FlexibleXServers=0 # the X nest command Xnest=/usr/X11R6/bin/Xnest -name Xnest # Automatic VT allocation. Right now only works on Linux. This way @@ -128,7 +128,7 @@ # Distributions: Ship with this off. It is never a safe thing to leave # out on the net. Alternatively you can set up /etc/hosts.allow and # /etc/hosts.deny to only allow say local access. -Enable=false +Enable=true # Honour indirect queries, we run a chooser for these, and then redirect # the user to the chosen host. Otherwise we just log the user in locally. HonorIndirect=true @@ -260,14 +260,14 @@ # This will enable debugging into the syslog, usually not neccessary # and it creates a LOT of spew of random stuff to the syslog. However it # can be useful in determining when something is going very wrong. -Enable=false +Enable=true
[servers] # These are the standard servers. You can add as many you want here # and they will always be started. Each line must start with a unique # number and that will be the display number of that server. Usually just # the 0 server is used. -0=Standard +#0=Standard #1=Standard # Note the VTAllocation and FirstVT keys on linux. Don't add any vt<number> # arguments if VTAllocation is on, and set FirstVT to be the first vt @@ -285,17 +285,17 @@ # Definition of the standard X server. [server-Standard] name=Standard server -command=/usr/X11R6/bin/X -flexible=true +command= +#flexible=true # To use this server type you should add -query host or -indirect host # to the command line [server-Terminal] name=Terminal server # Add -terminate to make things behave more nicely -command=/usr/X11R6/bin/X -terminate +command= # Make this not appear in the flexible servers (we need extra params # anyway, and terminate would be bad for xdmcp) -flexible=false +#flexible=false # Not local, we do not handle the logins for this X server handled=false Mark Post -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Richard Pinion Sent: Thursday, August 26, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Re: Slack/390 Thanks I'll give that a try! ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
