nvidia-glx在debian下的安装

  一些较新的nvidia显卡(特别是主板整合)需要安装nvidia-glx这个包使得X界面正常启动。不过最近SID里做apt-get install nvidia-glx会遇到以下错误:

nvidia-glx: Depends: nvidia-kernel-100.14.19 but it is not installable

  临时解决方案如下:

#apt-get install nvidia-kernel-source nvidia-kernel-common nvidia-settings nvidia-xconfig module-assistant
#cd /usr/src
#tar -zvxf nvidia-kernel-source.tar.gz
#CC=/usr/bin/gcc-4.2 module-assistant --unpack-once build nvidia
#dpkg -i nvidia-kernel-2.6*.deb

Technorati Tags: ,

Leave a Reply

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).