精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● FreeBSD>>系统设置>>软件安装与设置>>X-Window>>在GeForce2 Go或GeForce4下配置xwindows(转)

主题:在GeForce2 Go或GeForce4下配置xwindows(转)
发信人: weekend(笨刚)
整理人: zhcharles(2003-04-05 23:52:58), 站内信件
首先,你必须要有最新的ports树。然后下载nv.tar.gz
该补丁只能用于XFree86-Server-4.2.0或更新的版本。

先建立好XFree86,然后建x11-servers/XFree86-4-Server port。
    # cd /usr/ports/x11-servers/XFree86-4-Server
    # make clean
    # make patch
    # cd work
    # tar -xzf /path/to/nv.tar.gz
    # cd ..
    # make all
       
注意,如果你已经安装过XFree86-4-Server,你得先卸载它。
    # make deinstall
    # make reinstall
如果是新的安装,则
    # make install
就可以了。 

如果你的XF86Config[-4]部分有
    Section "Device"
      Driver      "nv"
      ...
    EndSection
样子,xf86cfg就可以识别该显卡了。

作者在Dell Inspiron 8100(GeForce2 Go) ,Toshiba 3000-514 and Toshiba 3005-514,以及GeForce4 MX 440卡上测试通过。

[关闭][返回]