BinaryDriverHowto

Differences between revisions 12 and 14 (spanning 2 versions)
Revision 12 as of 2005-12-17 23:14:59
Size: 1702
Editor: 201-12-169-22
Comment: (cat /proc/pci is not accurate for all versions)
Revision 14 as of 2006-03-29 20:11:36
Size: 1719
Editor: host235-236
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * You know you own a "GeForce" or a "Quadro" graphics card.  * You know you own a "Ge``Force" or a "Quadro" graphics card.
Line 25: Line 25:
see ["BinaryDriverHowto/ATI"]  * see ["BinaryDriverHowto/ATI"]
Line 29: Line 29:
see ["BinaryDriverHowto/Nvidia"]  * see ["BinaryDriverHowto/Nvidia"]
Line 33: Line 33:
see ["BinaryDriverHowto/MatroxParhelia"]  * see ["BinaryDriverHowto/MatroxParhelia"]
Line 38: Line 38:
see ["BinaryDriverHowto/SmartLinkModem"]  * see ["BinaryDriverHowto/SmartLinkModem"]
Line 42: Line 42:
see ["BinaryDriverHowto/KeyspanDriver"]  * see ["BinaryDriverHowto/KeyspanDriver"]

Certain pieces of hardware need non-free drivers. The most common of these are 3D graphics cards. This page shows you how to set them up.

Graphics cards

Identifying your card

Install the ATI (fglrx) Driver if any of these are true:

  • You know you own a "Radeon" card
  • Your card model is an entire number in the 9xxx series, and is equal to or above 9500 (e.g. 9500, 9550, 9600, 9700, 9800), or your card model begins with 'X' (e.g. X300, X600, X700, X800)
  • lspci reveals a card with "ATI" in it

  • You need hardware-accelerated 3D support; bearing in mind that the standard driver does 2D perfectly fine.
  • If you own an ATI card that is not on this list, you already have accelerated 3D.

Install the NVIDIA Driver if any of these are true:

  • You know you own a "GeForce" or a "Quadro" graphics card.

  • You know your card model begins with "4", "FX", or "6".
  • lspci reveals a card with "NVIDIA" in it

Install the Matrox driver if any of these are true:

  • You know you own a Matrox Parhelia-based (P650, P750 or Parhelia-512) graphics card.
  • When you first turn the computer on you see a flashing logo with Matrox.
  • lspci | grep -i matrox reveals a card "MGA XXX" where XXX is G650, G750 or Parhelia.

ATI (fglrx) Graphics Card

  • see ["BinaryDriverHowto/ATI"]

NVIDIA Graphics Card

  • see ["BinaryDriverHowto/Nvidia"]

Matrox (Parhelia-based) Graphics Card

Other hardware

Keyspan driver


CategoryDocumentation CategoryCleanup

BinaryDriverHowto (last edited 2008-08-06 16:21:05 by localhost)