LinuxSir.cn,穿越时空的Linuxsir!

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

[求助]nvidia显卡表现太差,glxgears极低

[复制链接]
发表于 2010-9-11 04:10:17 | 显示全部楼层 |阅读模式
其实早在用gentoo的时候就表现不好,只不过到现在用archlinux时忍不住了才来问。在xp下玩3D的网游都没啥问题的,魔兽世界也跑的起来。现在玩个urban terror开1200*800的分辨率还不到15fps,还是没有bot,没有人的情况下。受不鸟了:yun::yun::yun:

glxgears最高才800fps左右,看到ubuntu论坛里的一个人同样的显卡有近3000的fps,几个其他论坛里的好多人也都同样近3000fps。这差距:Crying 2::Crying 2::Crying 2:

不说废话了。显卡信息:
  1. lspci |grep VGA
  2. 01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)
复制代码
驱动安装是
  1. pacman -S nvidia
复制代码
xorg.conf是自动生成的,就加了行nologo,不长,就贴这儿了:
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 256.53  (buildmeister@builder101)  Fri Aug 27 21:34:01 PDT 2010
  3. Section "ServerLayout"
  4.     Identifier     "Layout0"
  5.     Screen      0  "Screen0" 0 0
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7.     InputDevice    "Mouse0" "CorePointer"
  8. EndSection
  9. Section "Files"
  10. EndSection
  11. Section "InputDevice"
  12.     # generated from default
  13.     Identifier     "Mouse0"
  14.     Driver         "mouse"
  15.     Option         "Protocol" "auto"
  16.     Option         "Device" "/dev/psaux"
  17.     Option         "Emulate3Buttons" "no"
  18.     Option         "ZAxisMapping" "4 5"
  19. EndSection
  20. Section "InputDevice"
  21.     # generated from default
  22.     Identifier     "Keyboard0"
  23.     Driver         "kbd"
  24. EndSection
  25. Section "Monitor"
  26.     Identifier     "Monitor0"
  27.     VendorName     "Unknown"
  28.     ModelName      "Unknown"
  29.     HorizSync       28.0 - 33.0
  30.     VertRefresh     43.0 - 72.0
  31.     Option         "DPMS"
  32. EndSection
  33. Section "Device"
  34.     Identifier     "Device0"
  35.     Driver         "nvidia"
  36.     VendorName     "NVIDIA Corporation"
  37.     Option           "NoLogo"
  38. EndSection
  39. Section "Screen"
  40.     Identifier     "Screen0"
  41.     Device         "Device0"
  42.     Monitor        "Monitor0"
  43.     DefaultDepth    24
  44.     SubSection     "Display"
  45.         Depth       24
  46.     EndSubSection
  47. EndSection
复制代码
glxgears运行的图片还有glxinfo都在附件里,还需要什么大家说
看在小弟凌晨4点发贴的份上也帮帮俺啊,不胜感激啊,不胜感激:node::node::node::node:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2010-9-11 06:00:27 | 显示全部楼层
我是8400MG的卡,也是你这水平。

唉,看到他们那么高的分数时,我就在想,是不是我该换开源的驱动了。
回复 支持 反对

使用道具 举报

发表于 2010-9-11 11:43:18 | 显示全部楼层
集显 60 过
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-11 16:06:06 | 显示全部楼层
看到好多国外的人都是glxgears3000多fps但是实际性能不怎么样的,到我这儿连个glxgears都低的离谱。:yun:啥原因阿啥原因
回复 支持 反对

使用道具 举报

发表于 2010-9-12 15:10:02 | 显示全部楼层
  1. 01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8600M GS] (rev a1)
复制代码
  1. 14043 frames in 5.0 seconds = 2808.585 FPS
  2. 13273 frames in 5.0 seconds = 2654.451 FPS
  3. 15963 frames in 5.0 seconds = 3192.542 FPS
  4. 14143 frames in 5.0 seconds = 2828.559 FPS
  5. 14908 frames in 5.0 seconds = 2981.519 FPS
  6. 16884 frames in 5.0 seconds = 3376.774 FPS
  7. 16356 frames in 5.0 seconds = 3271.091 FPS
  8. 16647 frames in 5.0 seconds = 3329.223 FPS
  9. XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
  10.       after 45 requests (43 known processed) with 0 events remaining.
复制代码

这是我的xorg.conf
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Mar 12 02:12:40 PST 2010


  3. Section "ServerLayout"
  4.     Identifier     "Layout0"
  5.     Screen      0  "Screen0" 0 0
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7.     InputDevice    "Mouse0" "SendCoreEvents"
  8.     InputDevice    "SynPS/2 Synaptics TouchPad"  "CorePointer"
  9. EndSection

  10. Section "Module"
  11.     Load "synaptics"
  12. EndSection

  13. Section "Files"
  14. EndSection

  15. Section "InputDevice"

  16.     # generated from default
  17.     Identifier     "Mouse0"
  18.     Driver         "mouse"
  19.     Option         "Protocol" "auto"
  20.     Option         "Device" "/dev/psaux"
  21.     Option         "Emulate3Buttons" "no"
  22.     Option         "ZAxisMapping" "4 5"
  23. EndSection

  24. Section "InputDevice"

  25.     # generated from default
  26.     Identifier     "Keyboard0"
  27.     Driver         "kbd"
  28.     Option "XkbModel" "hpdv9500"
  29. EndSection

  30. Section "InputDevice"
  31.     Identifier  "SynPS/2 Synaptics TouchPad"
  32.     Driver  "synaptics"
  33.     Option  "Protocol" "auto"
  34.     Option  "Device" "/dev/psaux"
  35.     Option  "LeftEdge" "2000"
  36.     Option  "RightEdge" "5300"
  37.     Option  "TopEdge" "2000"
  38.     Option  "BottomEdge" "4300"
  39.     Option  "FingerLow" "25"
  40.     Option  "FingerHigh" "30"
  41.     Option  "MaxTapTime" "180"
  42.     Option  "MaxTapMove" "220"
  43.     #Option "VertScrollDelta" "100"
  44.     Option  "HorizScrollDelta" "100"
  45.     Option  "MinSpeed" "0.4"
  46.     Option  "MaxSpeed" "1.0"
  47.     Option  "AccelFactor" "0.005"
  48.     Option  "SHMConfig" "on"
  49.     Option  "HorizTwoFingerScroll" "false"
  50.     Option  "VertTwoFingerScroll" "false"
  51.     Option  "VertEdgeScroll" "false"
  52.     Option  "CircularScrolling" "true"
  53.     Option  "CircScrollTrigger" "3"
  54.     Option  "RTCornerButton" "0"
  55.     Option  "RBCornerButton" "2"
  56.     Option  "LTCornerButton" "0"
  57. EndSection


  58. Section "Monitor"
  59.     Identifier     "Monitor0"
  60.     VendorName     "Unknown"
  61.     ModelName      "Unknown"
  62.     HorizSync          28.0 - 33.0
  63.     VertRefresh     43.0 - 72.0
  64.     Option         "DPMS"
  65.     DisplaySize    431    362 # 1440x900 99.9dpi
  66. EndSection

  67. Section "Device"
  68.     Identifier     "Device0"
  69.     Driver         "nvidia"
  70.     VendorName     "NVIDIA Corporation"
  71.     Option           "NoLogo"                   "True"
  72.     Option         "TripleBuffer"             "True"
  73.     Option         "DamageEvents"             "True"
  74.     Option         "BackingStore"             "True"
  75.     Option         "RegistryDwords"           "PerfLevelSrc=0x3333"
  76.     Option         "OnDemandVBlankInterrupts" "True"
  77. EndSection

  78. Section "Screen"
  79.     Identifier     "Screen0"
  80.     Device         "Device0"
  81.     Monitor        "Monitor0"
  82.     DefaultDepth    24
  83.     SubSection     "Display"
  84.         Depth       24
  85.     EndSubSection
  86. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2010-9-12 17:17:44 | 显示全部楼层
才700多?是不是哪里有错误?我6800GT还12000多呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-12 20:28:34 | 显示全部楼层
Post by qiang_liu8183;2111991
才700多?是不是哪里有错误?我6800GT还12000多呢
不知道哪里有错误阿,懂得指点下呀
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-12 20:42:28 | 显示全部楼层
参照5L的改了下xorg.conf,还是一样的低。唉
回复 支持 反对

使用道具 举报

发表于 2010-9-12 23:06:27 | 显示全部楼层
用官方的驱动。不用开源驱动。
======
[luyao@localhost 新增音乐]$ glxgears
28487 frames in 5.0 seconds = 5697.233 FPS
28573 frames in 5.0 seconds = 5714.468 FPS
[luyao@localhost 新增音乐]$ lspc
lspci     lspcmcia  
[luyao@localhost 新增音乐]$ lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800 XT] (rev a1)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-12 23:49:36 | 显示全部楼层
Post by luyaotang;2112024
用官方的驱动。不用开源驱动。
======
[luyao@localhost 新增音乐]$ glxgears
28487 frames in 5.0 seconds = 5697.233 FPS
28573 frames in 5.0 seconds = 5714.468 FPS
[luyao@localhost 新增音乐]$ lspc
lspci     lspcmcia  
[luyao@localhost 新增音乐]$ lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800 XT] (rev a1)
pacman -S 装的是开源驱动?官方的,每次更新不挺麻烦的么
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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