ubuntu 10.04 server 网卡驱动 图形界面问题日志
网卡问题
1. Sanshin git server is DELL PowerEdge R720 , use broadcom 5720 network adapter.
2. Ubuntu 10.04 don’t have the exact network adapter, so we install 12.04 version of Ubuntu
界面问题
3. We install the server version of Ubuntu , it’s basically doesn’t include GNOME UI, so you can only use command to control the system, so you have to install GNOME to use the graphic interface.
4. I install the GNOME and Unity for the ubuntu server, but none of them can work , I will check later.
安装xinit后,startx提示fail to load session 'GNOME',参考http://ubuntuforums.org/showthread.php?t=1750430
sudo apt-get update
sudo apt-get upgrade #see if the package is held back
sudo apt-get purge gnome-session
sudo apt-get install gnome-session
startx
之后提示failed to load session 'ubuntu',参考点击打开链接
安装上apt-get install unity-2d-launcher gnome-session
安装gdm
sudo apt-get update
sudo apt-get install gdm
如果还不行,是因为缺少deskTop
http://www.apkbus.com/blog-1782-48933.html
命令如下
sudo apt-get update
sudo apt-get install ubuntu-desktop(我执行到这里就可以了)
sudo apt-get -f install
sudo dpkg-reconfigure ubuntu-desktop
sudo reboot
sudo apt-get install gnome-session
sudo apt-get install lightdm
sudo apt-get install unity-greeter
sudo dpkg-reconfigure lightdm
Ubuntu下轻松切换GDM, LightDM , KDM
本篇文章来源于 Linux公社网站(www.linuxidc.com) 原文链接:http://www.linuxidc.com/Linux/2011-07/39491.htm
更多推荐
所有评论(0)