On Mon, 11 May 1998, Marcelo E. Magallon wrote: > On Mon, May 11, 1998 at 06:56:30PM +0100, Tomas Bautista wrote: > > Pues eso. El mensaje de error que sale es: > > yo tengo: > > $ ls -ld /etc/X11/X /usr/X11R6/bin/X > lrwxrwxrwx 1 root root 16 May 5 07:59 /etc/X11/X -> > /usr/X11R6/bin/X > -rwsr-xr-x 1 root root 4880 Apr 26 19:58 /usr/X11R6/bin/X > > $ cat /etc/X11/Xserver > /usr/bin/X11/XF86_SVGA > Console > > The first line in this file is the full pathname of the default X server. > The second line shows who is allowed to run the X server: > RootOnly > Console (anyone whose controlling tty is on the console) > Anybody
Gracias, Marcello. El /usr/sbin/xbase-config ten�a errores, y es que todas las l�neas de este script donde dice if [ $echoflag = 1]; then echo; fi debe decir if [ $echoflag = 1 ]; then echo; fi (S�... el espacio entre `1' y el `]' que falta...) De todos modos, no s� por qu� he tenido que editar el /etc/X11/Xserver a mano: antes no lo hab�a hecho y funcionaba... Tom�s. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> _____ Tomas Bautista. Phone: +34 928 451275 -- Fax: +34 928 451243 / ___)_ E-mail address: [EMAIL PROTECTED] | (___ \ Home page URL: <http://www.cma.ulpgc.es/users/bautista> \_____) | Centre for Applied Microelectronics, CAD Division. (_____/ University of Las Palmas de G.C. Campus de Tafira, pab. A. E-35017 Las Palmas, Canary Is. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

