diff options
Diffstat (limited to 'man/ati.man')
-rw-r--r-- | man/ati.man | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/man/ati.man b/man/ati.man index abd7da3..bc33610 100644 --- a/man/ati.man +++ b/man/ati.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.man,v 1.2 2001/01/27 18:20:46 dawes Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.man,v 1.2 2001/01/27 18:20:46 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH ATI __drivermansuffix__ __vendorversion__ @@ -14,17 +14,21 @@ ati \- ATI video driver .fi .SH DESCRIPTION .B ati -is an XFree86 driver for ATI video cards. -THIS MAN PAGE NEEDS TO BE FILLED IN. +is an __xservername__ wrapper driver for ATI video cards. It autodetects +whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of +chipset, and loads the radeon(__drivermansuffix__), +r128(__drivermansuffix__), or atimisc(__drivermansuffix__) driver as +appropriate. .SH SUPPORTED HARDWARE The .B ati -driver supports... +driver supports Radeon, Rage 128, and Mach64 and earlier chipsets by loading +those drivers. See those manpages for specific cards supported. .SH CONFIGURATION DETAILS -Please refer to XF86Config(__filemansuffix__) for general configuration -details. This section only covers configuration details specific to this +Please refer to __xconfigfile__(__filemansuffix__) for general configuration +details, and the specific card driver for driver configuration details. driver. .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__) +__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) .SH AUTHORS -Authors include: ... +See the individual driver pages for authors. |