|
|
C61V的板
NVIDIA-Linux-x86-1.0-9629-pkg1.run
安装如下:
1)
YaST -> Software -> Change installation Source -> Add
Protocol: HTTP
Server Name: : download.nvidia.com
Directory on Server: /opensuse/10.2
YaST -> Software -> Install and Delete Software
to install the NVIDIA driver. Select the following packages:
x11-video-nvidia
nvidia-gfx-kmp
2)
init 3
./NVIDIA-Linux-x86-1.0-9629-pkg1.run
sax2 -r -m 0=nvidia
“激活3D加速”虽然是灰色的,但己经选上了,glxgears 平均1520fps
但是打开XGL,显示
视频卡:nVidia Corporation GeForce 6100 nForce 400
你的图形卡不在xgl的数据库中。
显示3D加速:!已禁用
桌面效果:已禁用
“不知道 Xgl 是否支持您的图形卡,并且当前未配置它支持 3D 加速。无法启用 Xgl。
如果能在此卡上启用 3D 加速,则它可以运行 Xgl。
您可用 SaX2 配置工具来解决这个问题。如果要运行 SaX2 来试试,请按下面的按钮。”
按运行SaX2结果还是不行,是驱动有问题?
附上
/etc/X11/xorg.conf内容
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Nov 1 19:48:08 PST 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CMO CMC 17" AD"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
ModeLine "800x600" 48.9 800 840 920 1040 600 601 604 627 +hsync +vsync
ModeLine "1280x1024" 107.0 1280 1360 1496 1712 1024 1025 1028 1059 +hsync +vsync
ModeLine "1152x864" 105.0 1152 1224 1352 1552 864 865 868 902 +hsync +vsync
ModeLine "1024x768" 81.8 1024 1080 1192 1360 768 769 772 802 +hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6100 nForce 400"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024_60 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 800x600 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection |
|