]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Hardware_Requirements.textile
(Commit created by redmine exporter script from page "Hardware_Requirements" version 1)
[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 | Cores | RAM | GL_RENDERER | GL_VERSION | OS | Arch | Special | omg | low | med | normal | high | ultra | ultimate |
6 | 0.6 | divVerent | grawp | Athlon II X4 620 | 4 | 4G | GeForce GTS 250/PCI/SSE2 | 3.3.0 NVIDIA 290.10 | Linux | x64 | | 219 | 215 | 196 | 186 | 169 | 103 | 66 | 
7
8 h3. Notes
9
10 The fields have the following meanings and are extracted as follows:
11
12 h4. Xonotic Version
13
14 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.
15
16 h4. Username
17
18 The user name on the tracker here.
19
20 h4. System
21
22 A host identifier (e.g. host name)
23
24 h4. CPU
25
26 The CPU in the system. On Linux, get this from /proc/cpuinfo.
27
28 h4. Cores
29
30 The number of CPU cores in the system. On Linux, get this from /proc/cpuinfo.
31
32 h4. RAM
33
34 The total physical memory of the system. On Linux, get this from `free`.
35
36 h4. GL_RENDERER
37
38 The renderer string (typically graphics card name). Get this from the-big-benchmark.log, as in:
39
40     GL_RENDERER: GeForce GTS 250/PCI/SSE2
41
42 h4. GL_VERSION
43
44 The version string (typically driver version). Get this from the-big-benchmark.log, as in:
45
46     GL_VERSION: 3.3.0 NVIDIA 290.10
47
48 h4. OS
49
50 The operating system. One of Windows XP, Vista, Windows 7, Linux, OS X 10.5, OS X 10.6, OS X 10.7.
51
52 h4. Arch
53
54 The operating system architecture. Typically one of x86, x64.
55
56 h4. Notes
57
58 Special notes for the run.
59
60 h4. omg, low, med, normal, high, ultra, ultimate
61
62 In this order, the integer part (part before the .) from the fps number from the MED: lines of the-big-benchmark.log. For example, the following lines:
63
64     MED: 10510 frames 47.8206480 seconds 219.7795398 fps, one-second fps min/avg/max: 127 227 439 (336 seconds)
65 MED: 10510 frames 48.7275059 seconds 215.6892663 fps, one-second fps min/avg/max: 128 225 476 (336 seconds)
66 MED: 10510 frames 53.5346079 seconds 196.3216023 fps, one-second fps min/avg/max: 109 209 468 (336 seconds)
67 MED: 10510 frames 56.3927591 seconds 186.3714450 fps, one-second fps min/avg/max: 97 199 449 (336 seconds)
68 MED: 10510 frames 62.1347530 seconds 169.1484957 fps, one-second fps min/avg/max: 91 181 399 (336 seconds)
69 MED: 10510 frames 101.2439241 seconds 103.8086985 fps, one-second fps min/avg/max: 23 123 241 (336 seconds)
70 MED: 10510 frames 157.8243561 seconds 66.5930168 fps, one-second fps min/avg/max: 21 74 138 (336 seconds)
71
72 lead to: 219, 215, 196, 186, 169, 103, 66