ChinaUnix.net
相关文章推荐:

NVIDIA 移动 显卡

参照很多资料,准备安装Mx400驱动,网上下载最新的,1.0驱动,一切都正常,直到改了,XFconfig中的"nv",换成"nvidia"重启后提示的意思是加载不了nvidia,此模块没有找到.我的系统是linux3.0 as updata2,帮我,谢谢.[code][root@computer100 jinxing]# uname -r 2.4.21-15.EL [root@computer100 jinxing]# [/code]

by jinxingvenus - 多媒体与娱乐 - 2005-05-04 17:53:41 阅读(4091) 回复(9)

相关讨论

为什么到我这里就装不上了呢?AMD2000+SMP,980XL显卡,FC3, 总是KERNEL不匹配装不上,问是否到FTP.nvidia.COM去找,结果找不到,好象后来还提到什么"CC","PCC",怎么不自动编译内核呢? 请高手指点迷津

by lanxian - 多媒体与娱乐 - 2004-12-05 08:22:33 阅读(875) 回复(0)

下面是简单的步骤: 1. 从www.nvidia.com下载最新的驱程,现在是:nvidia-FreeBSD-x86-1.0-4365.tar.gz 2. 解压驱程到临时目录(如/tmp):#tar xzvf nvidia-FreeBSD-x86-1.0-4365.tar.gz /tmp 3. #cd nvidia-FreeBSD-x86-1.0-4365 #make setup 4. 修改 \"/etc/X11/XF86Config\"文件的\"Section Device\"部分 Section \"Device\" Identifier \"Card\" Driver \"nvidia\" # Rename \"nv\" to \"nvidia\" #ChipSet \"RIVA TNT2\" # Comm...

by catsup - BSD文档中心 - 2006-09-13 22:47:05 阅读(835) 回复(0)

下面是简单的步骤: 1. 从 www.nvidia.com 下载最新的驱程,现在是:nvidia-FreeBSD-x86-1.0-4365.tar.gz 2. 解压驱程到临时目录(如/tmp):#tar xzvf nvidia-FreeBSD-x86-1.0-4365.tar.gz /tmp 3. #cd nvidia-FreeBSD-x86-1.0-4365 #make setup 4. 修改 "/etc/X11/XF86Config"文件的"Section Device"部分 Section "Device" Identifier "Card" Driver "nvidia" # Rename "nv" to "nvidia" #ChipSet "RIVA TNT2" # Comment out Car...

by wsswh - BSD文档中心 - 2006-03-01 09:43:25 阅读(865) 回复(0)

主流显卡Linux系统驱动--nvidia篇 原创作者:曹元其 链接:http://www.ccw.com.cn/server/yyjq/htm2005/20051009_11GYG.htm 随着3D图形显示芯片的激烈市场竞争,S3、3Dfx、Matrox 、Trident等一些老牌3D显示芯片生产厂商已经渐渐退出了市场。nvidia、ATi、Intel三家生产厂商占有95%以上的 市场份额。在Linux安装3D显卡的驱动是有一定难度的。升级Linux驱动程序需要做一系列的决定,包括正确识别处理器配置...

by goodcjh2005 - 多媒体与娱乐 - 2006-04-17 09:05:51 阅读(4704) 回复(11)

我的是红旗redflag desktop 4.1,显卡nvidia fx5200,请问怎么安装显卡的驱动呢,我安装的时候总是说没有linux的kernel什么的东西,有什么详细的安装方法吗??请详细告知,非常谢谢!!!

by lfei - 多媒体与娱乐 - 2004-12-05 19:15:18 阅读(903) 回复(0)

我的XF86Config大家看看 Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "DevInputMice" "AlwaysCore" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" L...

by bubbles - 多媒体与娱乐 - 2004-04-07 10:14:28 阅读(1268) 回复(5)

You appear to be compiling the nvidia kernel module with a compiler different from the one that was used to compile the running kernel. This may be perfectly fine, but there are cases where this can lead to unexpected behaviour and system crashes. If you know what you are doing and want to override this check, you can do so by setting IGNORE_CC_MISMATCH. In any other case, set the CC envi...

by parabellum - 多媒体与娱乐 - 2003-07-26 16:11:04 阅读(1091) 回复(4)