]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Hardware_Requirements.textile
(Commit created by redmine exporter script from page "Hardware_Requirements" version 11)
[xonotic/xonotic.wiki.git] / Hardware_Requirements.textile
1 h1. Hardware Requirements
2
3 h2. Results from the-big-benchmark
4
5 | Xonotic Version | Username | System | CPU | GHz | Cores | RAM | Vendor | Card | Driver | OS | Arch | omg | low | med | normal | high | ultra | ultimate | Log download |
6 | 0.6 | tZork | mediabox | Intel i3-2100 | 3.1 | 2 | 8G | ATI Technologies Inc. | AMD Radeon HD 6700 Series | 4.1.11399 Compatibility Profile Context | Windows 7 | x64 | 259 | 237 | 224 | 212 | 183 | 130 | 116 | http://mapdl.xonotic.eu/tzork/the-big-benchmark3.zip |
7 | 0.6 | divVerent | grawp | Athlon II X4 620 | 2.6 | 4 | 4G | NVIDIA Corporation | GeForce GTS 250/PCI/SSE2 | 3.3.0 NVIDIA 290.10 | Linux | x64 | 219 | 215 | 196 | 186 | 169 | 103 | 66 | http://ompldr.org/vY2luNQ |
8 | 0.6 | divVerent | whitenot | Intel(R) Celeron(R) M processor | 0.63 | 1 | 2G | Tungsten Graphics, Inc | Mesa DRI Intel(R) 915GM x86/MMX/SSE2 | 1.4 Mesa 7.11.2 | Linux | x86 | 20 | 8 | - | - | - | - | - | http://ompldr.org/vY2luOQ |
9
10 h3. How to run the benchmark
11
12 First turn off any screen savers you may be running.
13
14 Then, in misc/tools/the-big-benchmark/, run the-big-benchmark.sh or the-big-benchmark.bat depending on OS. Wait for about 1 hour, then - if it's not done yet - you are allowed to quit the process by entering "quit" on the game console. The results will be saved in data/the-big-benchmark.log. Upload this file, and analyze it and enter the values here!
15
16 h3. Notes
17
18 The list is sorted by the "normal" column in descending order. In case of equality, further sort criteria are chosen to the left.
19
20 The fields have the following meanings and are extracted as follows:
21
22 h4. Xonotic Version
23
24 The Xonotic version the benchmark corresponds to. Normally benchmarks are to be done with the last released version. Pre-release testing may use the next version, if the effects configs are finalized.
25
26 h4. Username
27
28 The user name on the tracker here.
29
30 h4. System
31
32 A host identifier (e.g. host name)
33
34 h4. CPU
35
36 The CPU in the system. On Linux, get this from /proc/cpuinfo.
37
38 h4. GHz
39
40 The CPU clock frequency.
41
42 h4. Cores
43
44 The number of CPU cores in the system. On Linux, get this from /proc/cpuinfo.
45
46 h4. RAM
47
48 The total physical memory of the system. On Linux, get this from `free`.
49
50 h4. Vendor
51
52 The vendor string (typically graphics card vendor). Get this from the-big-benchmark.log, as in:
53
54     GL_VENDOR: NVIDIA Corporation
55
56 h4. Card
57
58 The renderer string (typically graphics card name). Get this from the-big-benchmark.log, as in:
59
60     GL_RENDERER: GeForce GTS 250/PCI/SSE2
61
62 h4. Driver
63
64 The version string (typically driver version). Get this from the-big-benchmark.log, as in:
65
66     GL_VERSION: 3.3.0 NVIDIA 290.10
67
68 h4. OS
69
70 The operating system. One of Windows XP, Vista, Windows 7, Linux, OS X 10.5, OS X 10.6, OS X 10.7.
71
72 h4. Arch
73
74 The operating system architecture. Typically one of x86, x64.
75
76 h4. Notes
77
78 Special notes for the run.
79
80 h4. omg, low, med, normal, high, ultra, ultimate
81
82 In this order, the integer part (part before the . - yes, we round downwards) from the fps number from the MED: lines of the-big-benchmark.log. For example, the following lines:
83
84     MED: 10510 frames 47.8206480 seconds 219.7795398 fps, one-second fps min/avg/max: 127 227 439 (336 seconds)
85 MED: 10510 frames 48.7275059 seconds 215.6892663 fps, one-second fps min/avg/max: 128 225 476 (336 seconds)
86 MED: 10510 frames 53.5346079 seconds 196.3216023 fps, one-second fps min/avg/max: 109 209 468 (336 seconds)
87 MED: 10510 frames 56.3927591 seconds 186.3714450 fps, one-second fps min/avg/max: 97 199 449 (336 seconds)
88 MED: 10510 frames 62.1347530 seconds 169.1484957 fps, one-second fps min/avg/max: 91 181 399 (336 seconds)
89 MED: 10510 frames 101.2439241 seconds 103.8086985 fps, one-second fps min/avg/max: 23 123 241 (336 seconds)
90 MED: 10510 frames 157.8243561 seconds 66.5930168 fps, one-second fps min/avg/max: 21 74 138 (336 seconds)
91
92 lead to: 219, 215, 196, 186, 169, 103, 66
93
94 If a run was not made (you then have less MED: lines), or if a run was incomplete for some reason (then the corresponding MIN: line does not show the same frame count as MAX:), a dash ("-") is to be entered.