[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kdm [] XFree86 [XF86Config-4]



On Thu, Apr 25, 2002 at 05:59:35PM +0200, Davi Leal wrote:
> Hi all,
> 
> Is it possible run a kdm on Atl+F7 and another on Alt+Fn?. Any pointer to
> how do it?.
> 
> The idea is to use the same monitor, keyboard and mouse on Alt+F7 to one
> user and on Alt+Fn to another user, but not at the same time. Note that if I
> move the mouse only the console which is on the monitor-display (Alt+F7 or
> Alt+Fn) must process the mouse event.
> 
> 
> Debian GNU/Linux (sid)
> 
> Regards,
> Davi
> 

Here is the /etc/kde2/kdm/Xservers file that will create two displays.
Always create a backup before attempting something like this.

# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea 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
#
# When adding X servers, please keep the following things in mind:
# - For each X server other than :0, the display number must be on the command
#   line.
# - This is the place to add the -bpp option to the command line.
# - It is wise to add the vtXX option to each local X server, since this is
#   the only sure way of knowing in advance which X server attaches to which
#   console.
# - See the Xserver(1) manpage for a description of X server options.
#
# Examples for multiple local X displays:
# :0 local /usr/X11R6/bin/X :0 vt9 -bpp 16
# :1 local /usr/X11R6/bin/X :1 vt10 -bpp 8
:1 local@tty1 /usr/X11R6/bin/X :1 vt8 -dpi 85 -nolisten tcp
:0 local@tty1 /usr/X11R6/bin/X :0 vt7 -dpi 85 -nolisten tcp


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: