首页 > 系统 > Ubuntu > 正文

Ubuntu 12.10 怎么用Root登录

2020-05-27 13:17:34
字体:
来源:转载
供稿:网友

   1、先设定一个 Root 密码

  sudo passwd root

  2、root 登录

  su root

  3、备份 lightgdm

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

  4、编辑 lightdm.conf

  sudo gedit /etc/lightdm/lightdm.conf

  5、增加字符串

  greeter-show-manual-login=true

  如果 root 登录后还没声音,将 root 加到 pulse-access 组

  sudo usermod -a -G pulse-access root

  然后修改配置文件 /etc/init/pulseaudio.conf

  #start on runlevel [2345]

  去掉 #

  env DISALLOW_MODULE_LOADING=1 改为 0

  重启服务

  /etc/init.d/pulseaudio restart

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表