registrosvarios
Usuario (Colombia)
Paso1 Instalar Entorno Grafico yum groupinstall "GNOME Desktop Environment" yum groupinstall "X Window System" yum install firefox yum install system-config* Paso2 Al finalizar la instalacion de todo lo anterio, lanzamos el entorno grafico con: startx Paso3 Una vez ingresemos al entorno grafico, ingresamos a modificar el siguiente archivo. /etc/inittab allí encontrará mas o menos la sigueinte informacion # Default runlevel. The runlevels used by RHS are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) # id:3:initdefault: debe modificar la linea del "id" para que quede de la sigueinte forma: # Default runlevel. The runlevels used by RHS are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) id:5:initdefault: Paso4 Reiniciarl el sistema y disfrutar del entorno grafico, probado en centos basico y elastix fuentes: http://prevedis.blogspot.com/2011/01/instalarle-un-escritorio-kde-elastix.html y experiencia propia