我最近在定期更新后关闭了计算机上的 xserver。我已卸载并重新安装
nvidia-current
没有成功。看来我已经重新安装了 xserver。我该如何实现这一点?
谢谢,麻烦您了。
答案1
方法 :1
重新安装 X 服务器的一个简单方法是:
Restart the PC with the live ubuntu disk. Choose safe graphics mode. Open a terminal cd to /etc/X11 cp xorg.conf to /media/usbdrive open gftp upload the xorg.conf file to a server restart PC without the live disk ctrl-alt-f1 login cd /etc/X11 sudo rm xorg.conf then wget www.yourserver/xorg.conf startx
您将能够顺利启动 X,因为安全图形模式下的 Live CD 会自动确定您的 X 设置。
方法 :2
如果你只需要工作配置,而不是整个 Xserver?那么,备份你的/etc/X11/xorg.conf
并执行
sudo dpkg-reconfigure xserver-xorg
方法 :3
如果你确实需要重新安装整个 Xserver,请尝试
sudo apt-get install --reinstall xserver-xorg
享受!
答案2
事实证明,我的 nvidia-current 运行存在一些问题,以下命令让我回到非加速 gui,然后我能够通过 gui 重新安装 nvidia-current。
从终端:
sudo apt-get remove --purge nvidia-*
然后通过 Ubuntu 设置重新安装 nvidia 驱动程序。
答案3
这确实对我有用。
sudo ubuntu-drivers autoinstall
我的一些 nvidia 驱动程序不是最新的。我不知道有多个 nvidia 驱动程序需要更新。
答案4
sudo apt-get install --reinstall xserver-xorg
使壁纸和鼠标可见。但要看到其他所有内容,我必须使用
sudo service gdm restart
这让我进入了登录页面。如果机器无法识别你的密码,请确保/tmp
每个人都可以写入。它还应该有粘性位(1
以八进制开头)
sudo chmod 1777 /tmp