
#lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]
自己去下了官网的。run文件,初次安装很成功。但是激活了却不能使用。
于是卸载,该死的没有fglrx-uninstall.sh 成功就开始apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
于是导致安装官网驱动时提示,you have already install ,please uninstall the old one before U install
可是这时候再sudo fglrx-uninstall时已无效,无奈重启
悲剧来了,进不去图形界面~~很多时候我是无奈收场的~由于无从下手,只能重装。
不甘心,进入恢复模式,恢复后能进入文本界面,却不能startx,提示etc/x11/xinit/xserverrc: 3: exec: usr/bin/x: not found
无奈查了很多资料,最终由这个解决鸟,心情舒畅啊!!!!!!!!!!!!
地址:http://askubuntu.com/questions/237973/b ... t-be-found
其中采用了命令:
sudo apt-get install xserver-xorg
(觉得下面命令没多大用!不过可以试试)
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo reboot
于是可爱的 界面又回来鸟
