1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html lang="en" xml:lang="en" xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Graphics drivers</title>
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
<link rel="shortcut icon" href="pics/favicon.ico" />
<link rel="stylesheet" href="styles/cubedoc.css" />
</head>
<body>
<div id="main">
<div id="logo">
<img src="pics/head.gif" alt="AssaultCube logo" />
</div>
<div id="title">
<h1>
AssaultCube: Graphics drivers</h1>
</div>
<div id="content">
<h1 id="drivers">
Graphics drivers
</h1>
<p>
The best way to get the best performance out of any 3D application is using the
latest and correct drivers, with the correct settings. AssaultCube is no exception
to this rule. If you have any problems running AssaultCube, always check your drivers
first!
</p>
<p>
To download and install the latest and correct drivers, follow these steps...
</p>
<ol>
<li>Find out the correct name/make/model of your video card. </li>
<li>Go to the driver/support section of your video card manufacturers website (e.g.
<a href="http://www.nvidia.com/page/drivers.html" shape="rect">nVidia</a>, <a href="http://ati.amd.com/support/driver.html"
shape="rect">ATi</a>, <a href="http://downloadcenter.intel.com/" shape="rect">Intel</a>,
<a href="http://www.matrox.com/graphics/en/support/drivers/" shape="rect">Matrox</a>,
etc) and download the latest and correct drivers for your model and operating system.
</li>
<li>Install and configure the drivers as per the instructions given to you by the manufacturer
(make sure previous versions of the drivers are uninstalled). </li>
</ol>
<p>
Some operating systems and graphics cards have other special drivers and methods
that you can explore for your drivers. Microsoft Windows users may benefit from
<a href="http://www.omegadrivers.net" shape="rect">Omega Drivers</a>,
some nVidia Microsoft Windows users can try using <a href="http://www.nvidia.com/object/ntune_5.05.54.00.html"
shape="rect">nTune</a>. Linux users might like <a href="http://www.albertomilone.com/nvidia_scripts1.html"
shape="rect">EnvyNG</a>.
</p>
<p>
<b>Warning:</b> If you're using a laptop, you may need to consult your laptop manufacturer
for drivers, as laptop graphic drivers are heavily customised.
</p>
<p>
<b>Note:</b> None of these links or drivers are endorsed, maintained or supported
by the AssaultCube team.<br clear="none" />
Use these links at your own risk. We highly recommend searching the forums
and support pages for your operating system supplier and graphics card manufacturer
if you are having problems with 3D graphics rendering.
</p>
</div>
<div id="footer">
Rabid Viper Productions
</div>
</div>
</body>
</html>
|