Solucionado! Parace una pavada, pero perdí un día con esto. Resulta que el monitor que tenía conectado tiene un cable interno cortado, el del color verde, y a pesar de que podía utilizarlo perfectamente, eso era suficiente para que el chip de video INTEL no reconociera ningún monitor, a pesar de enviar video. Por lo tanto jamás iba a arrancar X.
En inglés, el servidor sin monitor se lo conoce como "headless", y en este estado nunca funciona X. Para evitar esto, es decir, para que arranque X aunque no halla ningún monitor conectado, debe agregarse a la sección de DRIVERS del archivo xorg.conf la opción NoDCC o algo parecido, no lo recuerdo ahora. Saludos El 14/07/2011 01:32 p.m., Normando Hall escribió: > Me olvide de decir que realvnc sigue funcionando correctamente y sigo > viendo el escritorio desde X. > > La salida de startx me da: > > [root@tracker sbin]# startx > xauth: creating new authority file /root/.serverauth.5382 > > > X Window System Version 7.1.1 > Release Date: 12 May 2006 > X Protocol Version 11, Revision 0, Release 7.1.1 > Build Operating System: Linux 2.6.18-53.el5 x86_64 Red Hat, Inc. > Current Operating System: Linux tracker.com 2.6.18-238.12.1.el5 #1 SMP > Tue May 31 13:22:04 EDT 2011 x86_64 > Build Date: 20 April 2011 > Build ID: xorg-x11-server 1.1.1-48.76.el5_6.4 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 14 13:01:51 2011 > (==) Using config file: "/etc/X11/xorg.conf" > (EE) intel(0): No valid modes. > (EE) Screen(s) found, but none have a usable configuration. > > Fatal server error: > no screens found > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" > after 0 requests (0 known processed) with 0 events remaining. > > > > > > > > > El 14/07/2011 11:40 a.m., Normando Hall escribió: >> Hola amigos de la lista. >> >> Bueno, eso, configuré vnc server y funciono de maravillas, pero al >> reiniciar el servidor, el monitor conectado al mismo me informó que no >> es posible arrancar X. >> >> Puede ser que vnc server me halla tomado el screen 0 y por ello no pueda >> utilizar arrancar X para el monitor conectado al servidor directamente? >> >> Ya he realizado varios procedimientos comunes y nada. >> >> Estaré muy agradecido de cualquier ayuda que puedan suministrarme para >> solucionar este problema. >> >> Pego la configuracion de xorg: >> >> [root@tracker ~]# cat /etc/X11/xorg.conf >> # Xorg configuration created by system-config-display >> >> Section "ServerLayout" >> Identifier "single head configuration" >> Screen 0 "Screen0" 0 0 >> InputDevice "Keyboard0" "CoreKeyboard" >> EndSection >> >> Section "InputDevice" >> Identifier "Keyboard0" >> Driver "kbd" >> Option "XkbModel" "pc105" >> Option "XkbLayout" "es" >> EndSection >> >> Section "Device" >> Identifier "Videocard0" >> Driver "intel" >> EndSection >> >> Section "Screen" >> Identifier "Screen0" >> Device "Videocard0" >> DefaultDepth 24 >> SubSection "Display" >> Viewport 0 0 >> Depth 24 >> Modes "1024x768" "800x600" "640x480" >> EndSubSection >> EndSection >> >> >> Saludos >> >> _______________________________________________ >> CentOS-es mailing list >> [email protected] >> http://lists.centos.org/mailman/listinfo/centos-es >> >> > _______________________________________________ > CentOS-es mailing list > [email protected] > http://lists.centos.org/mailman/listinfo/centos-es > > _______________________________________________ CentOS-es mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos-es
