nvidia驱动与linux最新内核不兼容的解决办法

前几天更新了一下Ubuntu的最新Linux内核,我发现原先的显卡驱动又不能正常工作了。其实这都已经习惯了,因为使用nVidia官方的驱动后更新内核总是要重装的。不过这一次重装以后,却没有出现熟悉的nVidia大Logo,而是以下的错误。

ERROR: Unable to load the kernel module ‘nvidia.ko’. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU installed in this system is not supported by this NVIDIA Linux graphics driver release.

阅读更多 »

联想Y450在Ubuntu系统下调整屏幕亮度

Ubuntu可以说是近年来最受欢迎的Linux系统了,这几年来坚持着每六月一个新版本的发布频率,加上国内社区用户的热情支持,以及本身就以普通用户为中心的易用性,使得我周围不少同学都开始使用起这个优秀的系统。

但相对而言,Linux系统在硬件驱动上的确不能和Windows相比。毕竟,开源的东西得到的硬件厂商的支持确实比较少,也就造成相关的硬件无法发挥其就有的性能。最明显的是当然是显卡驱动啦,我的小Y450安装了官方的驱动后在Ubuntu看720P的高清还是会有些锯齿,而在Windows下画质就要好得多。最近在下Avatar的高清版,这片子估计又只好在Windows下欣赏了。

虽然nVidia是对Linux系统显卡驱动支持得最好的,但在我的Y450上安装的时候还是出现了一些小问题,比如亮度无法用快捷键调节,而且每次重启后都会造成亮度过高,很伤眼睛。经过折腾了一阵子,终于找到比较好的解决方法。