From: Jeremy G. <j....@lo...> - 2005-01-21 00:58:34
|
Thanks for the help, but I am still getting cannot connect to 0.0 for the second monitor and keyboard setup. -Jeremy On Thu, 2005-01-20 at 14:36 +0100, Svetoslav Slavtchev wrote: > why don't you try : > --- not sure, hope it helps --- > # Automatic VT allocation. Right now only works on Linux. This way > # we force X to use specific vts. turn VTAllocation to false if this > # is causing problems. > #FirstVT=7 > VTAllocation=false > # Should double login be treated with a warning (and possibility to change > # vts on linux systems for console logins) > > ...... those should be ok ------------------------------- > 0=Standard0 > 1=Standard1 > ...... > [server-Standard0] > name=Standard server 0 > command=/usr/X11R6/bin/X :0 -config xf.conf -layout Layout0 -deferglyphs 16 > vt7 > flexible=true > > [server-Standard1] > name=Standard server 1 > command=/usr/X11R6/bin/X :1 vt17 -config xf.conf -layout Layout1 > -deferglyphs 16 vt17 > flexible=true > ................. > ################### > > last line should have only a single vt17 at the end > > best, > > svetljo > |