BinaryDriverHowto

Differences between revisions 8 and 16 (spanning 8 versions)
Revision 8 as of 2005-08-01 01:34:21
Size: 1479
Editor: S0106000000cc07fc
Comment: split out smartlink
Revision 16 as of 2008-08-06 16:21:05
Size: 61
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= BinaryDriverHowto =

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)
 * `cat /proc/pci` 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".
 * `cat /proc/pci` 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 ==

see ["BinaryDriverHowto/MatroxParhelia"]

== SmartLink modem ==

see ["BinaryDriverHowto/SmartLinkModem"]

See Also: KeyspanDriverHowto

CategoryDocumentation CategoryCleanup
#REFRESH 0 http://help.ubuntu.com/community/BinaryDriverHowto

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