酒类分类:“Ubuntu is running in low-graphics mode”的错误

来源:百度文库 编辑:九乡新闻网 时间:2024/05/02 08:43:29
Ubuntu10.04 安装工具是,python有些问题,sudo apt-get remove python,然后又重新安装后,系统出现问题,
出现“Ubuntu is running in low-graphics mode”的错误
sudo apt-get update
sudo apt-get -d install --reinstall gdm
sudo apt-get remove --purge gdm
sudo apt-get install gdm

sudo dpkg-reconfigure -phigh xserver-xorg
如果apt-get install出现 could not resolve错误,检查网卡
ifconfig -a 发现
eth0      Link encap:Ethernet  HWaddr 00:0C:29:67:18:52
          inet addr:。。。。Bcast:。。。。。Mask:255.255.254.0--------这一行没有
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:290 errors:0 dropped:0 overruns:0 frame:0
          TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:50206 (49.0 KiB)  TX bytes:7389 (7.2 KiB)
          Interrupt:16 Base address:0x1080
用dhclient eth0自动获取ip,然后在进行上述命令

然后sudo reboot,重启后可以进入图形界面

更彻底的办法可以
sudo apt-get install ubuntu-minimal ubuntu-standard ubuntu-desktop

sudo reboot #重启


(X Server的设置文件都是默认放置在/etc/X11目录下,X Server的设置文件是/etc/X11/xorg.conf
版本号查询 X -version
提供的屏幕字体:/usr/share/X11/fonts/
显卡的芯片组:/usr/lib/xorg/modules/drivers/)