Set the root user logon GUI in Ubuntu 13.04

Source: Internet
Author: User

The GUI for setting root User Logon in Ubuntu 13.04 is similar to that for using root in Ubuntu 12.10.

Related reading: Set the root user logon GUI in Ubuntu 12.10

First switch to the root user, sudo su root

1. First set a root password, passwd root

2. Back up Lighttpd.

Cp-p/etc/lightdm. conf/etc/lightdm. conf. bak

3. Edit lightdm. conf.

Gedit/etc/lightdm. conf

5. Add:

Greeter-show-manual-login = true

After modification:

[SeatDefaults]
Greeter-session = unity-greeter
User-session = ubuntu
Greeter-show-manual-login = true

Restart logon. You can enter root.

NOTE: If there is no sound after the root user logs on, check again as follows:

The root cause of this problem is that pulseaudio is not started after root logon.

Login as root, then:

Add root to the pulse-access group:

Usermod-a-G pulse-access root

Start pulseaudio

Pulseaudio -- start -- log-target = syslog

My lightdm. conf is as follows:

[SeatDefaults]
Autologin-guest = false # logon from guest is not allowed
Autologin-user = root # automatically log on as root
Autologin-user-timeout = 0
Autologin-session = lightdm-autologin
User-session = ubuntu
Greeter-session = unity-greeter
Greeter-show-manual-login = true # manually enter the user name and password for logging on to the system

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.