模拟城市中文网

 找回密码
 入住
搜索
查看: 1508|回复: 1

7系列A卡的蛋疼问题

[复制链接]
发表于 2012-7-4 19:29 | 显示全部楼层 |阅读模式
游戏默认目录下有一个叫Graphics Rules.sgr的文件,是用来根据配置决定游戏画面的,用记事本可以打开,里面有这么一条:

   # The Radeon series has a very slow path for partial
   # depth buffer copies. This has apparently been
   # fixed for 9500 and later models in the latest drivers,
   # but cannot be fixed on previous Radeons because of
   # hardware limitations.
   # NOTE: disabling this rule unnecessarily may lead to
   # very poor graphics performance.
   partialRule "Radeon"
      stringMatch cardIdentity "*Radeon*"

      
      partialRule "SlowSubrectDepthCopy" -any
         stringMatch cardIdentity "*7?00*"

         stringMatch cardIdentity "*8?00*"
         stringMatch cardIdentity "*9000*"
         stringMatch cardIdentity "*9100*"
         stringMatch cardIdentity "*9200*"
         stringMatch cardIdentity "*9300*"
         stringMatch cardIdentity "*9400*"
         stringMatch cardIdentity "ATI, Radeon"
         stringMatch cardIdentity "ATI, Radeon VE"
         stringMatch cardIdentity "ATI, Radeon Mobility"
         stringMatch cardIdentity "ATI, Radeon FireGL"
         
         # results in special low-impact scrolling mode.
         property noPartialBackingStoreCopies true
         
         # try to reduce the number of dirty rects.
         property dirtyRectMergeFrames 8
         
         # use black and white cursors. The Radeons seem
         # to work with colour for a while, but in low
         # memory situations revert to flickering.
         option $Cursor $CursorBW
      end
   end

注释大意是说旧的Radeon系列由于硬件上的设计问题导致某些画面处理缓慢,所以如果满足这里的条件就打开一个额外的模式。
判断条件是显卡型号,9500以后就没问题了
这本身没什么问题,问题是A卡型号过了这么多年又转回来了,现在的7800,7900之类型号会被这个条件过滤成功,打开这个特殊模式。。
所以,7系列用户可能需要用记事本把这一段删掉,或者每行前面打上#注释掉,才能正常游戏。。

另外,模拟城市本身不支持强开抗锯齿,注意在控制中心里把抗锯齿调回应用程序设置
发表于 2012-7-6 00:55 | 显示全部楼层
LZ厉害 游戏里观看时高速公路消失的问题解决了

但是现在进游戏还是跟以前一样一闪一闪的 不过基本不影响游戏了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 入住

本版积分规则

小黑屋|手机版|模拟城市中文网

GMT+8, 2024-6-10 09:08 , Processed in 0.030179 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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