old-www/HOWTO/XFree86-R200/using_gatos_drivers.html

229 lines
4.4 KiB
HTML

<HTML
><HEAD
><TITLE
>Alternative 4: Using the GATOS Project's Latest Driver</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="ATI R200 + XFree86 4.x mini-HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Step-by-step instructions"
HREF="instructions.html"><LINK
REL="PREVIOUS"
TITLE="Alternative 3: Using DRI's Latest Radeon Driver"
HREF="using_dri_driver.html"><LINK
REL="NEXT"
TITLE="Alternative 5: Using Schneider Digital's drivers"
HREF="using_schneider_drivers.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>ATI R200 + XFree86 4.x mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="using_dri_driver.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 4. Step-by-step instructions</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="using_schneider_drivers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="using_gatos_drivers"
></A
>4.4. Alternative 4: Using the GATOS Project's Latest Driver</H1
><P
>The GATOS project is an independent developer team. They develop drivers and utilities for ATI cards. To install their driver with DRI-support, you need to download it from <A
HREF="http://gatos.sourceforge.net/project/showfiles.php?group_id=12629"
TARGET="_top"
>here</A
>. Download the <TT
CLASS="filename"
>ati.2</TT
> file for your appropriate XFree86 version. You also need a set of files to enable dri support. These files are called the drm-kernel module. They can only be downloaded from CVS. To download them, issue the following commands:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>&#13;cvs -d:pserver:anonymous@cvs.gatos.sourceforge.net:/cvsroot/gatos login
cvs -z3 -d:pserver:anonymous@cvs.gatos.sourceforge.net:/cvsroot/gatos co drm-kernel
</PRE
></FONT
></TD
></TR
></TABLE
><P
>You are now ready to install the driver. Type the following commands to install it:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>&#13;cd drm-kernel/
make -f Makefile.linux
cp radeon.o /lib/modules/`uname -r`/kernel/drivers/video/gatosdrm.o
modprobe gatosdrm
</PRE
></FONT
></TD
></TR
></TABLE
><P
>You now need to make Linux load the module gatosdrm each time at startup. To do this, find out where your Linux distribution keeps the list of modules to load at startup and add the line <TT
CLASS="literal"
>gatosdrm</TT
> to the end of that file (in Debian, the file is <TT
CLASS="filename"
>/etc/modules</TT
>).</P
><P
>You are now ready to install the GATOS driver for the Radeon card. To do so, type the following commands: </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>&#13;cd /usr
tar zxvf /path/to/name-of-ati.2-package.tar.gz
</PRE
></FONT
></TD
></TR
></TABLE
><P
>The driver is now installed.</P
><P
> You are now ready to configure XFree86. This can be done by running <B
CLASS="command"
>xf86config</B
>, or by editing the XFree86 configuration file manually. The configuration process is the same as for XFree86's own driver in <A
HREF="using_xf_driver.html"
>Section 4.1</A
>, so go back to that point and follow the XFree86 configuration process described there.</P
><P
>You are now ready to run XFree86!</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="using_dri_driver.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="using_schneider_drivers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Alternative 3: Using DRI's Latest Radeon Driver</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="instructions.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Alternative 5: Using Schneider Digital's drivers</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>