LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 767|回复: 0

请问gforce4 mx420 的显卡能启动fc6系统自带的3d效果么

[复制链接]
发表于 2006-10-26 14:22:17 | 显示全部楼层 |阅读模式
请问gforce4 mx420 的显卡能启动fc6系统自带的3d效果么
我已经安装好了显卡驱动,进系统的时候能看见nv标志,
glxinfo也正常
[shael@localhost ~]$ glxinfo|grep "direct rendering"
direct rendering: Yes
[shael@localhost ~]$
下面是我的xorg.conf
  1. # Xorg configuration created by pyxf86config

  2. Section "ServerLayout"
  3.         Identifier     "Default Layout"
  4.         Screen      0  "Screen0" 0 0
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10. EndSection

  11. Section "Module"
  12.         Load  "glx"
  13. EndSection

  14. Section "InputDevice"
  15.         Identifier  "Keyboard0"
  16.         Driver      "kbd"
  17.         Option      "XkbModel" "pc105"
  18.         Option      "XkbLayout" "us"
  19. EndSection

  20. Section "Device"
  21.         Identifier  "Videocard0"
  22.         Driver      "nvidia"
  23. EndSection

  24. Section "Screen"
  25.         Identifier "Screen0"
  26.         Device     "Videocard0"
  27.         DefaultDepth     24
  28.         SubSection "Display"
  29.                 Viewport   0 0
  30.                 Depth     24
  31.                 Modes    "1024x768" "1600x1200"
  32.         EndSubSection
  33. EndSection
复制代码

所以我想是不是我的显卡太差了,启动不了3d效果?:help
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表