On Thursday 11 August 2005 15:23, Darrin Chandler wrote: > Dave Feustel wrote: > > >Keep in mind that xdm does not at all do what I thought it did. > >If using xdm does not permit simultaeneous multiple instances of KDE > >on my computer, then I see no advantage to using xdm. > > > > > From a message by Branden Robinson <[EMAIL PROTECTED] <mailto:[EMAIL > PROTECTED]>>: > ---------------------------- > /etc/X11/*xdm*/Xservers determines what X servers are managed by *xdm*. > > 2 login screens on the local machine, both managed by *xdm*, is pretty > straightforward. > > :0 local /usr/bin/X11/X :0 vt7 -bpp 32 > :1 local /usr/bin/X11/X :1 vt8 -bpp 32 > > Simply put something like above two lines in /etc/X11/*xdm*/Xservers. > Some of the options to the X server (the part after /usr/bin/X11/X) may > be wrong or redundant in your case. > ---------------------------- > > You can probably leave off the rest of the lines after the vtX, and > substitute > your own vtX (vt2, vt3, etc.)
Here is the OpenBSD 3.7 content of /etc/X11/*xdm*/Xservers which states that additional entries can only be added on a per display, not per screen basis. Of course this may not be correct. /etc/X11/xdm}cat Xservers # $Xorg: Xserv.ws.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ # # Xservers file, workstation prototype # # This file should contain an entry to start the server on the # local display; if you have more than one display (not screen), # you can add entries to the list (one per line). If you also # have some X terminals connected which do not support XDMCP, # you can add them here as well. Each X terminal line should # look like: # XTerminalName:0 foreign # :0 local /usr/X11R6/bin/X vt05 /etc/X11/xdm}

