【第三屆顯示卡區活動】強氧無氧?老兵不死逐漸凋零? 圖多

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
首先要感謝帥帥小施哥哥那麼慷慨的提供獎品 並炒熱CBB氣氛
這次比賽大家都精銳盡出 小t實在快檔不住了@@”有我來墊底嚕 大家安心巴!

這次實在沒啥搞頭 都沒新東西可以測試!
絞盡腦汁搞出下面這些東東 請繼續看下去!

這次照片全部重新拍攝 這樣才不會有亂湊嫌疑 XD

測試標準 Windows XP SP2
1280x1024 32bit
由於測試的卡屬 繪圖卡故不測試3D Mark 連跑都不給跑 太古董拉XD
Nvidia卡皆用ELSA 53.03版本測試
顯卡驅動安裝完畢 重開後無更動設定直接測試

測試平台1
CPU: Intel Tualatin Celeron 1.0G
MB:GA-6VTXE
RAM: KingMax PC-150 256MB
顯示卡:繼續看下去就知道!
Power:可愛牌300W

P3.jpg


測試平台2
CPU:INTEL P4 3.2EG ES
RAM: G.Skill TCCD 512MB*2
主機板:P4C800 Deluxe
電源供應器:鐵甲武士 350W

P4_2.jpg


測試平台3 這…最後才會看到XD
CPU: Mobile Pentium 4 2.8EG ES
MB:ABIT AI7
RAM: G.Skill TCCD 512MB*2
顯示卡:繼續看下去就知道!
Power: ZIPPY PSM-6600P 600W
P4.jpg


OpenGL 概要

OpenGL - The Industry's Foundation for High Performance Graphics

About OpenGL
The OpenGL Programming Visualization Programming Pipeline
Available Everywhere
Architected for Flexibility and Differentiation: Extensions
API Hierarchy
The Foundation for Advanced APIs
Governance
Continued Innovation through Extensions
Licensing
OpenGL Applications & Games
Most Widely Adopted Graphics Standard
OpenGL is the premier environment for developing portable, interactive 2D and 3D graphics applications. Since its introduction in 1992, OpenGL has become the industry's most widely used and supported 2D and 3D graphics application programming interface (API), bringing thousands of applications to a wide variety of computer platforms. OpenGL fosters innovation and speeds application development by incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. Developers can leverage the power of OpenGL across all popular desktop and workstation platforms, ensuring wide application deployment.
High Visual Quality and Performance
Any visual computing application requiring maximum performance-from 3D animation to CAD to visual simulation-can exploit high-quality, high-performance OpenGL capabilities. These capabilities allow developers in diverse markets such as broadcasting, CAD/CAM/CAE, entertainment, medical imaging, and virtual reality to produce and display incredibly compelling 2D and 3D graphics.
Developer-Driven Advantages

Industry standard
An independent consortium, the OpenGL Architecture Review Board, guides the OpenGL specification. With broad industry support, OpenGL is the only truly open, vendor-neutral, multiplatform graphics standard.
Stable
OpenGL implementations have been available for more than seven years on a wide variety of platforms. Additions to the specification are well controlled, and proposed updates are announced in time for developers to adopt changes. Backward compatibility requirements ensure that existing applications do not become obsolete.
Reliable and portable
All OpenGL applications produce consistent visual display results on any OpenGL API-compliant hardware, regardless of operating system or windowing system.
Evolving
Because of its thorough and forward-looking design, OpenGL allows new hardware innovations to be accessible through the API via the OpenGL extension mechanism. In this way, innovations appear in the API in a timely fashion, letting application developers and hardware vendors incorporate new features into their normal product release cycles.
Scalable
OpenGL API-based applications can run on systems ranging from consumer electronics to PCs, workstations, and supercomputers. As a result, applications can scale to any class of machine that the developer chooses to target.
Easy to use
OpenGL is well structured with an intuitive design and logical commands. Efficient OpenGL routines typically result in applications with fewer lines of code than those that make up programs generated using other graphics libraries or packages. In addition, OpenGL drivers encapsulate information about the underlying hardware, freeing the application developer from having to design for specific hardware features.
Well-documented
Numerous books have been published about OpenGL, and a great deal of sample code is readily available, making information about OpenGL inexpensive and easy to obtain.
The OpenGL Visualization Programming Pipeline

The OpenGL Visualization Programming Pipeline
Flow.gif

OpenGL operates on image data as well as geometric primitives.
Simplifies Software Development, Speeds Time-to-Market
OpenGL routines simplify the development of graphics software—from rendering a simple geometric point, line, or filled polygon to the creation of the most complex lighted and texture-mapped NURBS curved surface. OpenGL gives software developers access to geometric and image primitives, display lists, modeling transformations, lighting and texturing, anti-aliasing, blending, and many other features.

Every conforming OpenGL implementation includes the full complement of OpenGL functions. The well-specified OpenGL standard has language bindings for C, C++, Fortran, Ada, and Java. All licensed OpenGL implementations come from a single specification and language binding document and are required to pass a set of conformance tests. Applications utilizing OpenGL functions are easily portable across a wide array of platforms for maximized programmer productivity and shorter time-to-market.

All elements of the OpenGL state—even the contents of the texture memory and the frame buffer—can be obtained by an OpenGL application. OpenGL also supports visualization applications with 2D images treated as types of primitives that can be manipulated just like 3D geometric objects. As shown in the OpenGL visualization programming pipeline diagram above, images and vertices defining geometric primitives are passed through the OpenGL pipeline to the frame buffer.
Available Everywhere
Supported on all UNIX® workstations, and shipped standard with every Windows 95/98/2000/NT and MacOS PC, no other graphics API operates on a wider range of hardware platforms and software environments. OpenGL runs on every major operating system including Mac OS, OS/2, UNIX, Windows 95/98, Windows 2000, Windows NT, Linux, OPENStep, and BeOS; it also works with every major windowing system, including Win32, MacOS, Presentation Manager, and X-Window System. OpenGL is callable from Ada, C, C++, Fortran, Python, Perl and Java and offers complete independence from network protocols and topologies.
Architected for Flexibility and Differentiation: Extensions
Although the OpenGL specification defines a particular graphics processing pipeline, platform vendors have the freedom to tailor a particular OpenGL implementation to meet unique system cost and performance objectives. Individual calls can be executed on dedicated hardware, run as software routines on the standard system CPU, or implemented as a combination of both dedicated hardware and software routines. This implementation flexibility means that OpenGL hardware acceleration can range from simple rendering to full geometry and is widely available on everything from low-cost PCs to high-end workstations and supercomputers. Application developers are assured consistent display results regardless of the platform implementation of the OpenGL environment.
Using the OpenGL extension mechanism, hardware developers can differentiate their products by developing extensions that allow software developers to access additional performance and technological innovations.
Many OpenGL extensions, as well as extensions to related APIs like GLU, GLX, and WGL, have been defined by vendors and groups of vendors. The OpenGL Extension Registry is maintained by SGI and contains specifications for all known extensions, written as modifications to the appropriate specification documents. The registry also defines naming conventions, guidelines for creating new extensions and writing suitable extension specifications, and other related documentation.

API Hierarchy
Hierarchy_UNIX.gif
Hierarchy_WIN.gif

OpenGL applications use the window system’s window, input, and event mechanism
GLU supports quadrics, NURBS, complex polygons, matrix utilities, and more
This diagram demonstrates the relationship between OpenGL GLU and windowing APIs
The Foundation for Advanced APIs
Leading software developers use OpenGL, with its robust rendering libraries, as the 2D/3D graphics foundation for higher-level APIs. Developers leverage the capabilities of OpenGL to deliver highly differentiated, yet widely supported vertical market solutions. For example, Open Inventor provides a cross-platform user interface and flexible scene graph that makes it easy to create OpenGL applications. IRIS Performer leverages OpenGL functionality and delivers additional features tailored for the demanding high frame rate markets such as visual simulation and virtual sets. OpenGL Optimizer is a toolkit for real-time interaction, modification, and rendering of complex surface-based models such as those found in CAD/CAM and special effects creation. OpenGL Volumizer is a high-level immediate mode volume rendering API for the energy, medical and sciences markets. OpenGL Shader provides a common interface to support realistic visual effects, bump mapping, multiple textures, environment maps, volume shading and an unlimited array of new effects using hardware acceleration on standard OpenGL graphics cards.
Governance
The OpenGL Architecture Review Board (ARB), an independent consortium formed in 1992, governs the OpenGL specification. Composed of members from many of the industry's leading graphics vendors, the ARB defines conformance tests and approves OpenGL enhancements. See the ARB page for more information.
The OpenGL Performance Characterization Committee, another independent organization, creates and maintains OpenGL benchmarks and publishes the results of those benchmarks on its Web site:
www.specbench.org/gpc/opc.static/index.html.
Continued Innovation
The OpenGL standard is constantly evolving. Formal revisions occur at periodic intervals, and extensions allowing application developers to access the latest hardware advances through OpenGL are continuously being developed. As extensions become widely accepted, they are considered for inclusion into the core OpenGL standard. This process allows OpenGL to evolve in a controlled yet innovative manner.
Licensing
ARB-approved OpenGL specifications and source code are available to licensed hardware platform vendors. End users, independent software vendors, and others writing code based on the OpenGL API are free from licensing requirements. See SGI's Licensing web site for more information.
OpenGL Applications & Games
OpenGL is the pervasive standard for 3D consumer and professional applications across all major OS platforms. A partial list for Window, Linux and MacOS are available at the following links.
Windows Applications

Linux Applications

Mac Applications

------------------------------------------------------------------------------------------------
看英文很累嗎 mooon ....來看看中文滴 :sun:

OpenGL 2.0 - 為了解救可程式化繪圖而推出

可程式化能力

可程式化能力是OpenGL 2.0裡的一個關鍵字,這表示它是設計供應用程式存取運用。為使其符合大部分應用程式與使用者的標準,繪圖可程式化能力是透過一種被CPU類型所採用的可程式化能力、類似高階程式語言的方式加進來的。他將提供一個豐富的弁銃陛B獨立於硬體(正如一個標準所應該有的特性),並專為在OpenGL架構下使用所設計。

可程式化頂角處理會是最常被談論到的弁遄C它將取代座標轉換、材質應用程式及照明,並且允雀i行隨機個別頂角運算。
可程式化區段處理是另一項關鍵弁遄C它將取代材質存取、材質應用程式及霧化弁遄A以及隨機個別區段運算、這個開發者企盼已久的弁遄C
可程式化影像格式將取代固定格式封裝和解封裝運算,在自OpenGL傳送或接收像素資料時,將允傢?牴P格式進行任意組合。
這個想法是為了藉由提供可程式化能力、與豐富且常效性的弁鄖茖?N複雜度,以減少對現有及未來延伸指令的需求。

弁賌/b]

其他被用來和新標準搭配工作的弁鄍]括:

在應用程式控制下多程編譯演算法的直接支援
更具彈性的畫面緩衝區架構
OpenGL內的顯示外移交
材質記憶體的應用程式控制
OpenGL物件架構的統一化
對於讀寫影像格式更具彈性的支援
更清楚、有效的同步化機制
緩衝區互換的應用程式控制
運用任意的色彩緩衝區作為材質
這便形成了OpenGL開發與演進的進程,如下圖所示:

opengl_1.gif


這個新API將有助於弁鄋獐郱リい羹W進效能,以及現有弁鄋獐郱リヾC大多數選用的OpenGL 1.3影像子集在OpenGL 2.0裡都是必備的,而且釵h延伸指令都將和標準的OpenGL搭配運作,這將可完全釋放出硬體的效能。這將可在與繪圖子系統間的往返傳輸上,獲得極佳的效能,並使CPU與繪圖處理間更加平行化。這個新的API看起來就像下圖所示:

這個新API將有助於弁鄋獐郱リい羹W進效能,以及現有弁鄋獐郱リヾC大多數選用的OpenGL 1.3影像子集在OpenGL 2.0裡都是必備的,而且釵h延伸指令都將和標準的OpenGL搭配運作,這將可完全釋放出硬體的效能。這將可在與繪圖子系統間的往返傳輸上,獲得極佳的效能,並使CPU與繪圖處理間更加平行化。這個新的API看起來就像下圖所示:

opengl_2.gif


弁鄔?
新API裡的一些特色

陰影語言。一種獨立於硬體之外的OpenGL 2.0陰影語言,與OpenGL 1.3有緊密的整合。現有的狀態機又增加了可程式化單元,將可增設OpenGL 1.3固定式的替代弁遄C新的著色器可自動紀錄現有的OpenGL狀態(例如進行一個簡單的光源轉換而無須覆寫參數管理)。它以C為架構,加上容易理解的向量和矩陣類別,並也將整合一些Renderman弁遄C這套語言會虛擬資源管線,因此對大多數的程式設計師來說便不用去考慮資源管理。將來也會有相同形式、供頂角著色器與區段著色器之用的語言,並加上一些特別內建的弁鄔M資料限定器。
頂角處理器。其弁鄏b於照明、材質和幾何圖形的彈性。頂角程式將取代部分的OpenGL管線,像是:頂角轉換;正規轉換;正規化和尺寸重設;照明;彩色材質應用程式;色彩強化;材質座標產生;以及材質座標轉換。然而,頂角著色器並無法取代下列弁遄G透視投影與視覺座標對應;柱狀及使用者剪裁;背三角面丟棄;原始組合;雙面照明選擇;多重模式處理;多邊形平移;或多邊形模式。
區段處理器。其弁酮飢鷜閬s取、內插器與像素運算彈性。Open GL 2.0增加了區段 處理器能力,將取代下列弁遄G內插值頂角資料運算;像素縮放;材質存取、縮放和偏向;材質應用;色表查找;霧化;旋繞;以及OpenGL管線中的色彩矩陣部分。然而區段著色器並沒有取代下列弁遄GOpenGL的陰影模型;直方圖;覆賓蛂F極值;像素所有權測試;像素封裝和解封裝;剪裁;點刻;alpha測試;深度測試;模印測試;alpha混色;邏輯運算;顫色;或平面遮罩。
封裝和解封裝運算。封裝和解封裝運算的目的在於將「應用像素」轉換成一致性的像素群資料流。在資料傳送到解封裝處理器前先運用未封裝儲存模式。解封裝處理器和應用對OpenGL傳輸有關,而封裝處理器則負責OpenGL對應用傳輸這部分,兩者都跟複製運算沒有關係。繪圖子系統內的複製只使用區段處理器。
OpenGL現有的「像素傳輸」運算是由區段處理器所支援,而非封裝/解封裝處理器。區段處理器具有縮放、偏向、查找、旋繞等所需的能力。此外由於ARB並不要求多餘的硬體能力,封裝/解封裝處理器因而便無需具備其他可程式化單元所搭載的浮點運算能力。主要的運算能力為偏移、遮罩以及轉換為/自浮點數 - 那些和像素資料的應用對OpenGL轉換有關的弁遄C在封裝解封裝處理器中運作的程式必需和目前的區段著色器相容,並和區段處理器搭配運作以實做OpenGL像素管線。
資料移動與記憶體管理。為了增進效能,資料移動量必需減至最低。視覺處理的主要資料為:頂角資料(色彩、正規、位置、使用者定義等)以及影像資料(材質、影像、像素緩衝區)。建立與管理OpenGL物件的機制大體上就是定位、連結與透過相同介面控制物件,並運用頂角陣列、影像、材質、著色器、顯示清單以及像素緩衝區。
目前來說,OpenGL的記憶體管理還是黑箱作業;這也就是說所有的事項都會自動處理。因此應用程式無需瞭解究竟運算結果為何、運算要花多少時間、無需去控制要配置多少儲存空間以及這些物件要放在何處。因此,目前版本的OpenGL對於物件何時要被複製、搬移、刪除或封裝(區段整理)是無法加以控制的。此外也不清楚記憶體資源的虛擬化。這樣的結果是目前OpenGL僅有相當有限的能力去「要求一塊空間」,而且只能為了預存材質才能進行這項要求。下圖所示為目前OpenGL記憶體管理的組織架構。

opengl_3.gif


OpenGL 2.0將提供更好的記憶體管理,並提供應用程式對資料移動的控制能力,提供更好的頂角處理能力、將資料抓進OpenGL的更有效方法,OpenGL物件的直接存取。此外,記憶體管理弁鉒鉈灠ㄛ側W進資料流量而產生的資料備份,以大幅提昇效能。

藉由記憶體管理的控制能力,應用程式便可進行調適與動態改變。然而,應用程式開發者將得運用每個物件的使用線索,並和OpenGL聯繫以使應用程式瞭解資料的使用狀態。這就會達到真的「用一次、用很多次、寫一次、非同步連結資料」 - [S1]。他也會提供一個供所有物件使用的單一機制(例如材質、顯示清單、頂角陣列、影像、像素緩衝區和著色器)。材質、顯示清單、頂角陣列記憶體等之間並無什麼區別,這並不會使OpenGL的實做無法取得這些物件的特定儲存區。另外可供選擇的,應用程式還是可以讓OpenGL去管理記憶體;這就是另一個作法 - [S2]。
OpenGL 2.0會採用應用程式掌控的固定作法,一旦資料被載入後,OpenGL便無法進行搬移、複製、封裝或刪除物件的動作。物件會被配置在高效能的繪圖記憶體上,讓應用程式負責儲存或刪除物件、或啟始封裝的運作。新的結構更有效率,如下圖所示。

opengl_4.gif


非同步OpenGL。Open GL加上非同步運算後,OpenGL 2.0將提供更好的平行化和同步化能力。傳統上OpenGL在意的是如何和何處 - 而非何時。長久以來一直需要一個能瞭解並控制事件於何時發生的更好機制。平行化能讓某個事件處理完後,工作能繼續進行。比方說,在等待交換的同時清空色深暫存區。
OpenGL需要一個一般化、統一的非同步化機制,以避免每個延伸指令都要求產生自己的機制。這將會:解決一些短期的問題如平行影像下載;在未來能更加精細的運用時機控制;令應用程式必需遵守時機性;事件發生時的控制能力;以及允雩?曭摟penGL運算進行平行執行。這些長運算可相對於主移交工作「分段執行」,這會是一個替代一個做完才換下一個的好方法 - [S3]。
最後的結果會是OpenGL (2.0)將具有一般化的時間控制能力,有助於增進平行化和運算時機的控制。
Glsync。Glsync是一種新的OpenGL資料類型,可提供統一的同步化機制。它可以視為是一個控制器。現在OpenGL具有配置和釋放記憶體空間的弁遄A但沒有由應用程式所控制的ID記憶體空間。在新的版本中,執行緒可以藉由OpenGL的等待弁遄A在Glsync上稍後處理。繪圖驅動程式可以解除在Glsync上執行緒的等待狀態。Glsync可以運用在相當廣泛的地方像:防護移交;非同步資料連結;事件提示(例如垂直空白訊號);交換完成通知;以及其他現在還沒想到的新東西... 這也提供了一個整合至基礎作業系統同步化原函式的選擇 - [S4] 。
移交一個圍牆會將執行緒同步化到移交命令流中;這是一個涵說uFinish:」弁鄋漯熄隻X。「Finish」必需停滯新移交工作無法起始的主執行緒。OpenGL將可使用Glsync作此通知。一個執行緒可以產生防護、執行更多命令,然後在Glsync上等待。「等待」會在防護之前的移交工作完成後解除。這可以達成Finish所無法辦到的弁遄C

增加了釵h額外的弁鄐巹鄐O

FlushStream。現在的規格資料暫存上允章L多的自由度。清除弁鈳Q濫用且迫使驅動程式得對此做最佳化。真正的清除弁酮O用在當應用程式已經下完移交指令後才做的。暫存的移交工作應該和應用程式在處理其他事項時平行運作,在到Glsync上等待前,必需要確定暫存起來的命令會被加以處理。[S5] - FlushStream解決了這樣的問題。
非同步資料連結。這可在資料複製前提供回傳弁?- [S6],並在資料進行連結時允野D平行處理。執行緒在OpenGL讀資料時可以做其他事。這可以避免記憶內容在OpenGL存取完成前被修改,不過這在可以安全修改記憶內容時需要加以通知。
背景命令流。現有的非同步資料連結還是無法進行平行移交。藉由背景命令流弁遄A另一個命令流可以下達非同步連結的指令,給比優先順序較低的移交工作執行。這便可以在前景命令流下達OpenGL的指令,一般的命令流現在都是上下連接的。前景命令流具有較高的優先順序,較背景命令流優先執行。
垂直空白訊號通知。似乎是個很明顯的事,垂直空白訊號通知讓OpenGL可以對視訊輸出和程式碼進行同步化。
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
第一張卡Oxygen GMX 2000 16+80=96MB
GMX_1.gif


性能諸元

Oxygen™ GMX, with the sizzling hot GLINT® GMX 2000 chipset, packs full 3D-geometry and lighting acceleration with scalable rasterization processing into an industrial strength, high-end professional graphics solution. By integrating 100% of the OpenGL 1.1 geometry and rasterization pipeline in silicon, Oxygen GMX delivers incredible performance for your most complex and demanding CAD and authoring projects. Oxygen GMX - expect the best, and turn up the heat on your productivity.
AGP (Advanced Graphics Port) interface
Support for tri-linear and bi-linear texture mapping with per-pixel perspective correction and specular lighting with full sub-pixel precision
Dual GLINT MX rasterization processors deliver high-performance, true-color 2D and 3D rendering and texture mapping
Complete professional buffer support: overlays, fogging, stencil planes, hardware window clipping, destination alpha and anti-aliasing
GLINT Gamma hard-wired geometry processor delivers 2 Gflops of geometry and lighting acceleration in silicon
GLINT GMX 2000 chipset boosts overall graphics performance by accelerating the entire OpenGL pipeline in a single AGP slot
A massive 96 MB of memory supports true-color screen resolutions up to 1920 x 1080 plus plenty of on-board textures
High-precision, true-color rendering and 32 bit Z-buffer
Oxygen 3D cards are certified on the leading CAD/CAM and design applications
Chipset
3Dlabs GLINT® GMX 2000 (GLINT Gamma geometry engine + dual parallel GLINT MX rasterizers)
Geometry acceleration
Hard-wired 2 Gflop GLINT Gamma geometry accelerator processes all transform and lighting calculations in silicon
Bus type
AGP
Integrated 2D acceleration and VGA
Yes
On-board memory
96 MB total
16 MB VRAM
80 MB EDO RAM
Maximum true-color resolution
1920 x 1080, HDTV support
Z-buffer precision at maximum resolution
32 bit
3D performance
3.3 million polygons/second
66 million bi-linear pixels/second
33 million tri-linear pixels/second
Accelerated OpenGL functions
Gouraud shading, tri-linear mip-mapped texture mapping with perspective correction, anti-aliasing, translucency with destination alpha buffer, fogging, 8-bit OpenGL stencil buffers, full graphics overlays
Warranty
Full Three-year parts and labor warranty
Accelerated driver support
Windows® NT 4.0 or later Full OpenGL ICD 1.1
Control panel
Dynamically auto-tunes for optimized application performance

零件佈置
GMX_2.gif


開始賞卡~!

平台&卡 初登場
GMX_01.jpg


在來
GMX_02.jpg


正面
GMX_03.jpg


密密麻麻的巧克力
GMX_04.jpg


MIT王道拉!
GMX_05.jpg


巧克力排排站
GMX_06.jpg


D-sub 輸出濾波
GMX_07.jpg


八層板
GMX_08.jpg


Daul GPU
GMX_09.jpg


XX比雞腿
GMX_10.jpg


蓄勢待發
GMX_11.jpg


十萬伏特..
GMX_12.jpg


I LOVE YOU
GMX_13.jpg



GMX_14.jpg



頗有份量
GMX_15.jpg



測試開始

SPEC Viewperf 6.2.1 測試
GMX_6.1.2.jpg


SPEC Viewperf 7.1.1 測試
GMX_7.1.1.jpg
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
下一位WinFast 3D L2300 Pro 8MB
tit_logo.gif


性能諸元

Hi-performance 3Dlabs GLINT®R3 3D graphics engine
Pentium III-optimized PowerThreads SSE OpenGL
Full acceleration for Windows 95/98 Direct3D and Direct3D
AGP 2x/4x Compliant
220Mtexels/sec dual bilinear 110Mpixels/sec trilinear mip-map texture
Integrated 300MHz RAMDAC with High-speed 128-bit Memory interface
Virtual Texture manipulate up to 256MB of textures
True Color, 2048x1536 resolutions with full 32 bit Z buffer
Motion compensation for full speed DVD playback
Full Support Win9x, WinNT, Windows 2000 with Direct3D and OpenGL ICD Video Acceleration
DDC2B support on all OS
3D/2D Acceleration
Complete OpenGL 1.2 functionality in silicon
Virtual Texturing in silicon
Up to 256MB texture space
2048x2048x32 maximum individual texture size
Single pass bump-mapping, per-pixel lighting
Gouraud shading
Perspectively correct bilinear and trilinear filtering
Perspectively correct per pixel MIP-mapping
Dual bilinear mip-mapped textures in a single pass
Volumetric Rendering with up to 8-way filtering
Source and destination Alpha Blending
Fogging and Depth Cueing
Anti-aliased lines and polygons
Full-scene anti-aliasing
Scissoring and Stippling
Overlay and stencil buffers
32 bit Z-buffering
GID Clipping

看看這到底啥卡~!!

正面
L2300_01.jpg


反面
L2300_02.jpg


D-sub濾波
L2300_03.jpg


SGRAM
L2300_04.jpg



L2300_05.jpg


重量
L2300_06.jpg


測試開始

SPEC Viewperf 6.2.1 測試
L2300_6.1.2.jpg


SPEC Viewperf 7.1.1 測試
L2300_7.1.1.jpg


SPEC Viewperf 7.1.1 平台超頻測試
L2300_7.1.1.jpg
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
第三張卡ELSA GLADIAC FX 732 128MB
top2.jpg


性能諸元
ELSA GLADIAC FX 732 搭載 NVIDIA 最新的5600/5600 Ultra 顯示晶片,將引領遊戲玩家們體驗最真實的3D世界及頂級的特殊效果。ELSA影雷者FX 732的先進技術,可讓您藉由PC體驗劇院般的最佳享受,另也支援最新的DirectX 9.0、OpenGL 1.4應用程式。採用先進128/256 MB DDR 高速記憶體的影雷者 FX 732,擁有IntellisampleTM Antialiasing高解析度反鋸齒技術,在各種解析度下呈現逼真色彩與平滑曲線,更可增快顯示的速度。同時影雷者FX 732亦具備了控制色彩的「數位振動控制技術」(DVC) 3.0,能讓玩家們擁有更滿意的視覺體驗。而在連接弁鄐W,則提供雙螢幕顯示,如視訊輸出、視訊輸入與數位螢幕等。

採用最新的 NVIDIA GeForce FX5600 / 5600 Ultra 顯示晶片
NVIDIA IntellisampleTM Antialiasing Technology – NVIDIA 最新獨家高解析度反鋸齒技術,在各種解析度下呈現逼真色彩與平滑曲面
CineFX 引擎 – 相容於最新的 OpenGL 1.4, Microsoft DirectX 9.0 第二代雙頂點著色器及增強式像素著色引擎,可程式化引擎即時、精準的浮點與陰影運算
High-Precision Graphics – 結合今日驚人的3D技術水準,如128位元電影特效效果,GeForce FX帶給業界最佳的圖像品質供給最廣受需要的應用程式使用
128/256 MB DDR 高速記憶體
視訊輸入及輸出,具視訊擷取、編輯及會議弁遄A並可連接 TV 或投影機
DVI-I 連接埠可連接數位螢幕,支援 nView 雙螢幕弁?支援AGP 8X匯流排
Graphics processor : NVIDIA GeForce FX 5600/5600 Ultra
Memory : 128/256 MB DDR SDRAM
Bus system : AGP 1X/2X/4X/8X
Graphics Features : 2D 硬體特色
256 位元引擎硬體加速、32, 24, 16, 15, 以及 8位元顏色表現優化、全彩模式硬體游標、多緩衝區支援 (二、三、四倍緩衝區,以達到更流暢的影片撥放)
3D 硬體特色
NVIDIA IntellisampleTM Antialiasing 最新獨家高解析度全螢幕反鋸齒技術,在各種解析度下呈現逼真色彩與平滑曲面
CineFX 引擎 – 相容於最新的 OpenGL 1.4, Microsoft DirectX 9.0 第二代雙頂點著色器及增強式像素著色引擎,可程式化引擎即時、精準的浮點與陰影運算
High-Precision Graphics – 精確、栩栩如生的128位元浮點色彩運算
Digital Vibrance Control TM (DVC) 3.0 技術 –調校圖層增強,達到更豐富的色彩效果
Video Mixing Renderer (VMR) software solution –充分發揮3D繪圖引擎弁遄A精準呈現現今科技水準所能達到的最高視訊品質與多重視訊資料處理
HDTV 及 DVD 播放
最佳化全螢幕撥放所有DVD及高解析度 HDTVl MPEG-1, MPEG-2 及 Indeo 硬體加速支援
Graphics Standards : DirectX 9.0, OpenGL® API
Connectors : 1x VGA-D-Sub, 1x DVI-I, 1 x Video In/Out

正面
732_01.jpg


反面
732_02.jpg


D-sub濾波
732_03.jpg


DVI濾波
732_04.jpg


貼片電容
732_05.jpg


電源迴路
732_06.jpg


重量
732_07.jpg


測試開始

SPEC Viewperf 6.2.1 測試
732_6.1.2.jpg


SPEC Viewperf 7.1.1 測試
732_7.1.1.jpg


SPEC Viewperf 7.1.1 測試P4平台
ELSA_732_7.1.1.jpg
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
第四張ELSA 影雷者 525 128MB
top2.jpg


性能諸元
ELSA 影雷者 525表現出來的高真實度場景及流暢的動畫,能讓您充分體會到3D世界最迷人的一面。採用世上最先進的 NVIDIA GeForce4 Ti 4200 顯示晶片,高真實度的人物動畫質量,藉著革命性的 nfiniteFXII 第二代可程序化特效引擎得到大幅的提升。光速記憶體架構第二代也將記憶體讀寫效能幾乎增加了一倍;加上比GeForce3 更快一倍的 Accuview 高分辨率反鋸齒引擎;以及 64/128 MB DDR 超大高速內存足以容納大量的貼圖信息與運算緩衝區,整體效能更是如虎添翼。ELSA 影雷者 525 的多樣的連接弁鄐]不容忽視:視訊輸入可用於視訊擷取、編輯及會議弁?(128 MB 版本);視訊輸出能連接TV或投影機播放遊戲或VCD/DVD影片;內建的 DVI 可連接至數位屏幕,並提供雙屏幕弁遄C 想同時擁有最新的 3D 顯示技術及最佳價效比的顯示卡,ELSA 影雷者 525 絕對是您最好的選擇。

採用 NVIDIA GeForce4 Ti 4200 GPU
•第二代可程序化nfiniteFX II 引擎, 雙頂點著色及增強式像素著色引擎
•第二代光速記憶體處理架構 - 最佳化記憶體讀寫技術
•Accview - 高分辨率反鋸齒弁?
•64 / 128 MB DDR 高速記憶體
•64 MB 版本:視訊輸出可連接 TV 或投影機
•128 MB 版本:視訊輸入及輸出, 具視訊擷取、編輯及會議弁遄A 並可連接 TV 或投影機
•DVI-I 端口可連接數位螢幕, 支持 nView 雙螢幕弁?

Graphics processor : NVIDIA GeForce4 Ti 4200
Memory : 64 / 128 MB DDR
Bus system : AGP 1X/2X/4X
Graphics Features : 2D 硬件特色:256 bit 2D acceleration, optimized for 32, 24, 16, 15, and 8-bit color depth, hardware cursor in TrueColor, multi buffering (double, triple and quadruple for fluid movements and video playback) 
3D 硬件特色:256-bit engine with 128-bit memory interface, optimized acceleration for Direct3D and OpenGL API, 32-bit Z and stencil buffer, single-pass multi texturing, Accuview high-resolution anti-aliasing, high-quality texture filtering, including anisotropic; advanced per-pixel texturing for perspective correction, fog and depth cueing, texture compression, nfiniteFX™II engine with dual vertex shaders and advanced shaders. Lightspeed Memory Architecture™(LMA) II for optimized memory efficiency 
HDTV 及 DVD 播放:High-quility HDTV/DVD playback. High-definition video processor (HDVP) for full-screen, full-fram video playback of HDTV and DVD content. Independent hardware color controls for video overlay. Hardware color-space conversion (YUV 4:2:2 and 4:2:0). Motion compensation.
Graphics Standards : DirectX 8, DirectX 7, OpenGL API
Connectors : 64MB Version: 1x VGA-D-Sub, , 1x DVI-I, x Video-Out (S-video) 128MB Version: 1x VGA-D-Sub, , 1x DVI-I, x Video In/Out (S-video)
Operating systems : Windows XP, Windows Millennium Edition, Windows 98, Windows 2000, Windows NT 4.0

正面
525_01.jpg


反面
525_02.jpg


D-sub濾波
525_03.jpg


DVI濾波
525_04.jpg


三爽記憶體
525_05.jpg


電源迴路
525_06.jpg


電源迴路
525_07.jpg


重量
525_08.jpg


測試開始

SPEC Viewperf 6.2.1 測試
525_6.1.2.jpg


SPEC Viewperf 7.1.1 測試
525_7.1.1.jpg


SPEC Viewperf 7.1.1 測試P4平台
525_7.1.1.jpg
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
第五張 TNT2 M64 小強牌
TNT_01.jpg


正面
TNT_02.jpg


反面
TNT_03.jpg


重量
TNT_04.jpg


測試開始

SPEC Viewperf 6.2.1 測試
TNT2_6.1.2.jpg


SPEC Viewperf 7.1.1 測試
TNT2_7.1.1.jpg


SPEC Viewperf 7.1.1 測試P4平台
TNT_7.1.1.jpg
 

tw159134

榮譽會員
已加入
3/17/04
訊息
7,468
互動分數
1
點數
38
年齡
32
網站
www.twcarpc.com
集合!!
ALL00.jpg


超過電子秤範圍…
ALL01.jpg



ALL02.jpg


應該是比恐龍輕
ALL03.jpg


結論
SPEC Viewperf 6.2.1 圖表
6.1.2.jpg



SPEC Viewperf 7.1.1 圖表
7.1.1.jpg


由上圖可以看出 ELSA 525 與 ELSA 732 差異不大
Ti4200還是站穩了高C/P的寶座
時代在變 顯卡也在變
當時的王者 逐漸衰退 留著當古董收藏嚕~!

預告
700go_1.jpg


700go_2.jpg


End.jpg


想知道更多~~??

為了測試這幾張卡 花了好幾天的時間來測試 希望大家喜歡嚕
覺得好就將您神聖的一票投給我巴 謝謝嚕^^
 

fexdell

最高至上
已加入
1/4/04
訊息
1,103
互動分數
0
點數
36
真想不出來這是一位國中達人的傑作呢 ;rr; :MMM:
 
▌延伸閱讀