首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > Visual Basic > What is AGP Aperture size?
【标  题】:What is AGP Aperture size?
【关键字】:What,is,AGP,Aperture,size
【来  源】:http://www.cnitblog.com/yuhensong/archive/2007/01/17/21986.html

What is AGP Aperture size?

so many questions on this

How big should I set AGP Aperture size in my BIOS?

First of all, AGP Aperture memory will not be used until your video card's on-board memory is running low. That means it will usually not impact your gaming performance because developers are trying hard to not exceed the on-board memory limits.

The bigger your video memory, the smaller your Aperture Size could be. However with later games requiring more and more texture memory a good number seems to be 128MB Aperture Size for all cards with 64 MB to 256 MB Video RAM.

Setting the Aperture Size to HUGE values will not increase performance because this merely sets the maximum amount of physical memory that can be used. It only makes the GART Table bigger because every 4K page has its own entry, no matter if allocated or not.

Setting the Aperture Size to too small values could result in running out of available texture memory especially on a low-mem video card. It is also possible that developers make use of the GART's features by creating textures as 'non-local'.

If you experience in-game stuttering try playing with the size of your Aperture.

What is it from a technical point of view?

When using an AGP card the video memory on the graphics adapter is mapped into the 4 GB memory address space (above the region of the physical installed memory). Any accesses to this memory region are directly forwarded to the video memory, greatly increasing transfer rates. However in earlier days of video cards graphics memory was rather limited and ran out quickly (a single 32-bit 512x512 MIP-mapped texture consumes ~1.5 MB) so AGP added a mechanism to use the system's main memory as additional storage for graphics data such as textures. This is what the AGP Aperture is. Usually directly below the mapped video memory the system reserves a contiguous space of addresses the size of your Aperture (no physical memory will be consumed at this time).

When free video RAM is running low the system dynamically allocates 4K sized pages of system memory for use as AGP Aperture Memory. The problem with this dynamic allocation is that in many cases the pages are spread in a non-contiguous form throughout the physical memory. Accessing these pages directly would hinder performance because of scattering/gathering requiring extra logic. To get around this limitation the GART (Graphics Address Remapping Table) which is implemented in hardware in the Northbridge's Memory Controller Hub provides an automatic physical-to-physical mapping between the scattered pages and the AGP Aperture. See the following illustration:

The actual usable amount of this 'virtual' AGP memory is less than half the AGP Aperture size set in the BIOS. This is because the Aperture is divided into two areas. One uncached half and another write-combined area.

is it time to say goodby to AGP

学习Java6(六) 嵌入式数据库Derby(8)Derby+spring+hibernate:【上一篇】
批量交换Foxmail和OE邮件--转载+原创:【下一篇】
【相关文章】
  • 抠出Visual Studio 2005中的Windows Mobile模拟器
  • 远程管理IIS服务器
  • debian上给postfix安装amavis+clamav
  • 修改Solaris系统时间
  • 解决jquery.history失效的问题
  • VisualStudio2005中没有Asp.net Web项目的问题(VS2005 SP1补丁包)
  • (转贴)Visual C#编写3D游戏框架示例
  • [下载]visual assist 10.3.1541 and crack download
  • IIS安装问题的解决
  • Vista与 XP双启动修复技巧
  • 【随机文章】
  • 三度空间:微软P2P工具全攻略之安装篇
  • Gavina DockManager (停靠)
  • Generator2——实例天气预报图
  • SQL查询编辑器anyQuery 2.5
  • PHP4与MySQL数据库操作函数详解(四)
  • VB中资源文件的具体使用方法
  • 黑客突破TCP-IP过滤/防火墙进入内网
  • TCP/IP报头 - 转载
  • 恶搞之QQ跨站脚本漏洞
  • minicom --Linux下的超级终端
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.