nvidia 8600GT ,就遇到了这个问题,遇到的情况就是在每次启动的时候就会提示如下信息:
Ubuntu is running in low-graphics mode
your screen and graphics card could not be detected correctly.
to use higher resolutions, visual effects or multiple screens,
you have to configure the display yourself.
your screen and graphics card could not be detected correctly.
to use higher resolutions, visual effects or multiple screens,
you have to configure the display yourself.
搞的我很郁闷,后来经过刘周平的提示,说这个只能从官方下载显卡驱动来安装,我就小试
了一下,就成功了。在这记录下来希望能帮助到那些遇到这个问题的朋友们。
首先确认自己电脑的显卡型号
如果已经知道自己的型号,那这一步就没有意义了。如果不知道可以通过一下命令查看自己的硬件信息。
sudo lshw -short
在显示的内容中寻找“display”这个类型,就可以找到自己的显卡型号了。
然后去nvidia的官网驱动下载页面:
填入刚才查看到的显卡的型号,我的是 /0/100/1/0 display G84 [GeForce 8600 GT]
所以在那个页面填写下面信息(选择自己的信息,Operating System这一项会自己获取,我们就不用选择了)
Product Type : GeForce
Product Series : GeForce 8 Series (这个根据自己的显卡型号选取)
Operating System : Linux 32-bit
Language : Chinese(simplified)
然后就一直是点,下载,同意并下载之类的。最后会到这样一个页面,地址是 ××××.sh,好,就是这
个了。然后下载下来
zhou@zhou:~$ wget (这块的地址换上自己的)
下载后就到下载的页面去执行这个。
要记住执行这个的时候是在字符界面去执行:(alt+shift+F2 进入到字符界面,或者使用命令
zhou@zhou:~$ sudo /etc/init.d/gdm stop )
然后执行安装驱动
zhou@zhou:~$ bash NVIDIA-Linux-x86-195.36.24-pkg1.run
然后就是安装就行了。
安装完成后重新启动图形界面就好:
zhou@zhou:~$ sudo /etc/init.d/gdm start
怎么样,是不是好了?