Netinstall wrong desktop default: how do I change it?

3 Antworten [Letzter Beitrag]
Andres Muniz
Offline
Beigetreten: 10/28/2012

Hello,
I just went through my first net install a real easy process. But I made the mistake of installing graphic desktop enviorment and chose gdm by default. Due to some video card i just get noise.

How do I change it? Using the command line of course. I did install the command line enviorment.
--
Enviado desde mi teléfono con K-9 Mail.

Magic Banana

I am a member!

I am a translator!

Offline
Beigetreten: 07/24/2010

You can switch to a terminal with Ctrl+Alt+F1 (or F2 or F3 or ... or F6). After logging in, you can fix your problem. To remove all graphical applications, I would try to remove the "x11-common" package (and all packages that depend on it):
$ sudo apt-get remove --purge x11-common

lembas
Offline
Beigetreten: 05/13/2010

This will probably do it but for a more complete job of getting rid of the graphic desktop

sudo tasksel remove trisquel-desktop
Andresm

I am a member!

Offline
Beigetreten: 11/21/2010

thanks!

i just looked up tasksel awesome command, thanks!