init --help
# entrar a una tty solo texto
sudo init 2 3 4
#revisar si SSDM esta corriendo o GDM
sudo systemctl status sddm
sudo systemctl start sddm
sudo systemctl enable sddm
#revisar si xorg esta corriendo
btop > filter > sddm o xorg
#instalar servidor grafico xorg
sudo apt install xserver-xorg
#Reiniciar servidor grafico y display manager
sudo systemctl status display-manager
sudo systemctl restart display-manager
#salir de la tty
sudo init 1 #modo rescue
exit
#salir de la tty otras distros linux mint
sudo apt update && sudo apt install xinit
startx
Created
April 26, 2025 07:08
-
-
Save nullx5/e064fd7fb35c986f09b00ec5a96da9d5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment