[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SOS... Modo gráfico deshabilitado.



Hola,

Estaba tratando de resolver el cambio de la interfaz gráfica a texto y use un comando para versiones anteriores de debian,

update-rc.d gdm3 disable

Y ahora no logro levantar la interfaz gráfica. Hice lo siguiente, pero nada...

update-rc.d gdm3 enable

No funciona  '<

La forma correcta es:

To change boot target to the text mode:

sudo systemctl set-default multi-user.target

Reboot the system using the reboot command:

sudo systemctl reboot

How to switch boot target to GUI (graphical UI).

Find which target unit is used by default:

systemctl get-default

To change boot target to the GUI mode:

sudo systemctl set-default graphical.target

Make sure you reboot the Linux box using the reboot command:

sudo rebootPero ya metí la pata, y necesito revertir esto,

update-rc.d gdm3 disable

--
Saludos,
Luis


Reply to: