On Sat, 18 Jun 2011 08:18:50 -0400, Tom H wrote: > On Sat, Jun 18, 2011 at 7:25 AM, Camaleón <noela...@gmail.com> wrote:
>>> Examing the system, I found in /etc/X11/xinit/xserverrc >>> >>> exec /usr/bin/X -nolisten tcp "$@" >>> >>> where "$@" I suppose is the console-number. >> >> Mmm, I dunno what holds that variable "$@" but it has to be documented >> somewhere ("man startx" or "man xserver") :-? > > $@ is a bash positional parameter not an X-specific variable. Mmm, good but, what exactly holds? >>> But where does it get from? >> >> I've always thought that X server sets the first available vt for the x >> window system so I wonder why X server cannot dispose of vt7 to >> allocate the kdm/gdm session. > > I tried to look for its source some time ago and gave up quickly. I'm > not running GNOME so this is from memory: the parent process of "exec > /usr/bin/X ..." calls a variable of the form "/org/gnome/<something>". I > thought that it might be a gconf key that might hold the VT but I didn't > find it. I've made some findings. By reading this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588598 I followed the suggested steps and edited "/etc/gdm3/daemon.conf" (this is a wheezey system): [daemon] (...) FirstVT=9 Restarted and seems it worked: test@debian:~$ grep -i vt /var/log/Xorg.0.log [ 37.345] (++) using VT number 9 So at least we have found where we can set this under GNOME. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2011.06.18.15.41...@gmail.com