Dan Nicholson a écrit :
On Tue, Oct 7, 2008 at 2:33 PM, Christophe Lohr <christophe lohr cegetel net> wrote:Hi, I would like my gdm to manage both an xorg server (that needs a virtual terminal) and a VNC X server (that does not need a virtual terminal). To prevent gdm to launch Xvnc with a "vt{num}" option, I set "VTAllocation=false" in gdm.conf The counterpart is that now, xorg allocates itself its VT.You can add the Xorg command line option -novtswitch. That just makes X initialize on the current VT, I believe.
I do not have a real problem when xorg allocates his own virtual terminal, but it seems to me that it is "better" when gdm do the job. So I wonder how to configure gdm to specify which servers need gdm to allocates a virtual terminal, and what are the servers that do not need it.
Regards