Solaris NVIDIA Quadro FX 1700 显卡驱动安装

  | 转载时请务必以超链接形式标明文章原文链接和作者信息及本版权声明。
原文链接:http://www.liaojl.com/archives/2009/01/solaris-fx1700.html

Solaris 10 ×86系统,安装后显卡无法驱动,从NVIDIA官方网站下载驱动程序。

http://www.nvidia.com/object/solaris_display_100.14.19.html

安装驱动程序:

sh NVIDIA-Solaris-x86-100.14.19.run

进入/etc/X11目录,将xorg.conf.nvidia覆盖xorg.conf文件,然后根据显示器类型,设置分辨率。默认分辨率如下:

Identifier     "Screen 1"
Device         "** NVIDIA "
Monitor        "My Monitor"
DefaultDepth    24
SubSection     "Display"
    Viewport    0 0
    Depth       8
    Modes      "1280x1024" "1024x768" "800x600" "640x480"

根据显示器类型22寸Phlipes 220WS8,对Depth和Modes的值修改如下:

Identifier     "Screen 1"
Device         "** NVIDIA "
Monitor        "My Monitor"
DefaultDepth    24
SubSection     "Display"
    Viewport    0 0
    Depth       24
    Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"

重启系统。如果还是有问题,可以通过kdm-config工具来协助配置。

Leave a comment

Archives

Creative Commons License
This blog is licensed under a Creative Commons License.