[Linux] Ubuntu12.10 root User Logon Settings

Source: Internet
Author: User

[Linux] Ubuntu12.10 root User Logon Settings 1. root logon problem: ubuntu12.10 by default, root user logon is not allowed. Only common user and guest logon can be seen in the logon window. Solution: 1) switch to the superuser mode (set the superuser password: sudo passwd root) su 2) and run vi/etc/lightdm. conf added: greeter-show-manual-login = true allow-guest = false. The entire configuration file after modification is: [html] [SeatDefaults] greeter-session = unity-greeter user-session = ubuntu greeter-show-manual-login = true # manually enter the user name and password for logging on to the system. allow-guest = false # logon from guest is not allowed. 3) restart ubuntu. The "login" option will be available in the logon window. At this time, we can log on through the root account. 2. The root cause of this problem is that pulseaudio is not started after root login. Add the root user to the pulse-access group: sudo usermod-a-G pulse-access root, then modify the configuration file/etc/default/pulseaudio, and set PULSEAUDIO_SYSTEM_START to 1.

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.