How to disable the graphic interface of Ubuntu10.10 desktop Edition

Source: Internet
Author: User
The new Ubuntu10.10 system was released this year. The method for closing the graphic interface is really different from that before. The reason is that, in sysv-rc-conf, the system does not start the running of the agent. I was surprised when I finally found the method. In the original version of Maverick, GRUB was used to control the startup mode completely. Modify the GRUB configuration file (grub. conf is not recommended) sudovi/etc/default/grub to find this line: GRUB_CMDLINE

This Ubuntu 10.10 system was released this year. The method of disabling the graphic interface is really different from that before. The reason is that, in sysv-rc-conf, the system does not start the running of the agent. I was surprised when I finally found the method. In the original version of Maverick, GRUB was used to control the startup mode completely.

Modify the GRUB configuration file (grub. conf is not recommended) sudo vi/etc/default/grub find this line: GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
Changed to: GRUB_CMDLINE_LINUX_DEFAULT = "text"
Save and restart sudo update-grub.

As for why GRUB should be changed, I think it's all about people who want to close the graphic interface. These things should have been seen elsewhere.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.