|
|
请问gforce4 mx420 的显卡能启动fc6系统自带的3d效果么
我已经安装好了显卡驱动,进系统的时候能看见nv标志,
glxinfo也正常
[shael@localhost ~]$ glxinfo|grep "direct rendering"
direct rendering: Yes
[shael@localhost ~]$
下面是我的xorg.conf
- # Xorg configuration created by pyxf86config
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
- ModulePath "/usr/lib/xorg/modules"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us"
- EndSection
- Section "Device"
- Identifier "Videocard0"
- Driver "nvidia"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1024x768" "1600x1200"
- EndSubSection
- EndSection
复制代码
所以我想是不是我的显卡太差了,启动不了3d效果?:help |
|