summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/xf86config
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/xf86config')
-rw-r--r--xc/programs/Xserver/hw/xfree86/xf86config/Cards8
-rw-r--r--xc/programs/Xserver/hw/xfree86/xf86config/Imakefile6
-rw-r--r--xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cpp16
3 files changed, 27 insertions, 3 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/xf86config/Cards b/xc/programs/Xserver/hw/xfree86/xf86config/Cards
index 20fa52a5b..512250bbb 100644
--- a/xc/programs/Xserver/hw/xfree86/xf86config/Cards
+++ b/xc/programs/Xserver/hw/xfree86/xf86config/Cards
@@ -18,7 +18,7 @@
# The majority of entries are just a binding of a model name to a
# chipset/server and untested.
#
-# $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Cards,v 3.74 2000/12/01 23:27:55 paulo Exp $
+# $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Cards,v 3.75 2000/12/12 17:01:40 dawes Exp $
# VGA
@@ -2776,6 +2776,12 @@ DRIVER glint
LINE #Option "no_accel"
NOCLOCKPROBE
+NAME Appian Jeronimo 2000
+CHIPSET PERMEDIA 3
+SERVER XFree86
+DRIVER glint
+NOCLOCKPROBE
+
# Alliance Semiconductor
NAME Diamond Stealth Video 2500
diff --git a/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile b/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
index d0d55980d..d7155bb58 100644
--- a/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
+++ b/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Imakefile,v 3.8 2000/10/27 18:31:06 dawes Exp $
+XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/Imakefile,v 3.9 2000/12/11 20:49:01 dawes Exp $
@@ -27,4 +27,6 @@ InstallNamedProg(xf86config.cmd,xf86config.cmd,$(BINDIR))
DependTarget()
InstallNonExecFile(Cards,$(LIBDIR))
-InstallManPageLong(xf86conf,$(MANDIR),xf86config)
+
+CppManTarget(xf86config,)
+InstallManPage(xf86config,$(MANDIR))
diff --git a/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cpp b/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cpp
new file mode 100644
index 000000000..106ecc1d3
--- /dev/null
+++ b/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cpp
@@ -0,0 +1,16 @@
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cpp,v 1.1 2000/12/11 20:49:07 dawes Exp $
+.TH xf86config 1 "Version 4.0.2" "XFree86"
+.SH NAME
+xf86config \- generate an XF86Config file
+.SH SYNOPSIS
+.B xf86config
+.SH DESCRIPTION
+\fIxf86config\fP is an interactive program for generating an XF86Config file
+for use with XFree86 X servers.
+.SH FILES
+<xroot>/lib/X11/Cards Video cards database
+.SH "SEE ALSO"
+XFree86(1), XF86Config(__filemansuffix__), reconfig(1)
+.SH AUTHOR
+Harm Hanemaayer.
+.\" $TOG: xf86conf.man /main/9 1997/07/19 10:53:08 kaleb $