WDef
Group: Members
Posts: 798
Joined: Sep. 2005 |
|
Posted: June 30 2007,17:13 |
|
Trying to recall what I did several years ago to get DRI drivers on Fedora Core 4 going so that I had acceleration and dri for the 915GM chipset (no longer needed with FC5+ apparently, these must now be included).
After updating Xorg to 6.9 I downloaded the common, i810, and i915 tarballs from somewhere (and compiled?) and installed those. I know it wasn't git. And yes, xorg.conf gets pointed at i810 with drm getting loaded in the 'modules' section. I had prepared kernel sources. They have precompiled snaphots available but these are no longer updated - last one March 2006. I think those are what I probably must have used.
The snapshot tarball chosen has to match the particular graphics card.
http://dri.freedesktop.org/wiki/Download
Quote | Nightly snapshots of the DRI drivers for Linux are available from http://dri.freedesktop.org/snapshots/. You need to download and install the correct snapshot for your graphics card and a "common" snapshot in order to get all new DRI features. The "common" snapshot does not need to be updated as frequently as the card-specific snapshot.
Note: If you are using a radeon 8500 or higher (8500, 8700, 9000, 9100, 9200, IGP9100, etc.) choose the r200 shapshot, otherwise choose radeon (7000, 7200, 7500, IGP320, IGP340, etc.).
Note: If you have a i830/45/55 graphics chip you now need the i915 snapshot. The i830 driver is deprecated and no new snapshots are produced for it. |
|