Ph Legay wrote (in a message from Thursday 29) > Hello, > > I stop the X server (init 3) then > > X -query my-target vt08 > > and I have a screen coming from "my-target" on the virtual terminal 8. > Thi is nice and This proouve that I have solve all authorization proglem > with xdm. > > Now, I want to do the same thing (X -query ...) but with my local X > server running on the vt07 (the default one). > > Of course, when launching the X -query my-target vt08, the X server says > : "Sorry a server is already running". > > I saw this configuration, so I know that I can have a vt07 with my local > X server and vt08 coming from my-target. > > How can I do this ? Your 2 X servers need to serve 2 different displays. Just specify the display name on the command line : X :0 vt07 X :1 -query my-target vt08 See the X(7) manual page for more details on display names and the Xserver(1) and XFree86(1) pages for detail on X command line options. Matthieu _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86