From Fedora Project Wiki

Description

VDrift is a cross-platform, open source driving simulation made with drift racing in mind. The driving physics engine was recently re-written from scratch but was inspired and owes much to the Vamos physics engine. It is released under the GNU General Public License (GPL) v2. It is currently available for Linux, FreeBSD, Mac OS X and Windows.

You must be using a card supported by the (DRIVER) video driver.

Setup

  1. Ensure the nomodeset and (MODULE).modeset=0 kernel parameters are not set in your bootloader configuration
    • You can see your current kernel options by running cat /proc/cmdline
  2. Ensure the file /etc/X11/xorg.conf does not exist, or is a valid file that uses the (DRIVER) driver
  3. Shut your system down entirely, then start it up again
  4. If using a live image to test, ignore the above steps and simply boot the system from the live image with default options
  5. Ensure that glxinfo | grep 'OpenGL renderer' does not return OpenGL renderer string: Software Rasterizer or llvmpipe
  6. Install the Package-x-generic-16.pngvdrift package with the command su -c 'yum install 0ad'

How to test

  1. Launch 'vdrift' from a terminal.
  2. Run a practice game: "Practice Game" - "Start Practice".
  3. Play game for some time.
  4. Quit VDrift.

Expected Results

  1. The game should not crash at any point.
  2. There should be no obvious misrendering (flickering, transparent buildings/units/terrain, polygons instead of surfaces...)
  3. You can see reflections on surfaces and shadows. If you see distinct polygons instead of smooth surfaces, this is a rendering bug.
  4. Game should be usable and stable on any modern GPU.