Files
xf86-video-ati/man/ati.man
Alan Coopersmith d0ddf971d0 ati.man & radeon.man: Improve man page formatting
More closely follow common style as described on
https://man7.org/linux/man-pages/man7/man-pages.7.html
and fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`

Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/30>
2025-06-01 16:56:59 -07:00

44 lines
1.2 KiB
Groff

.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH ATI __drivermansuffix__ 2010-12-02 __vendorversion__
.SH NAME
ati \- ATI video wrapper driver for Xorg
.SH SYNOPSIS
.nf
.B "Section \*qDevice\*q"
.BI " Identifier \*q" devname \*q
.B " Driver \*qati\*q"
\ \ ...
.B EndSection
.fi
.SH DESCRIPTION
.B ati
is an Xorg 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
.BR radeon (__drivermansuffix__),
.BR r128 (__drivermansuffix__),
or
.B mach64
driver as appropriate.
.SH SUPPORTED HARDWARE
The
.B ati
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
.BR xorg.conf(__filemansuffix__)
for general configuration details,
and the specific card driver for driver configuration details.
.SH "SEE ALSO"
.BR Xorg (__appmansuffix__),
.BR xorg.conf (__filemansuffix__),
.BR Xserver (__appmansuffix__),
.BR X (__miscmansuffix__),
.BR r128 (__drivermansuffix__),
.BR radeon (__drivermansuffix__)
.SH AUTHORS
See the individual driver pages for authors.