xorg/acecad
14 years agoCope with ABI_XINPUT_VERSION 7 - requires button/axes labels.
Peter Hutterer [Mon, 22 Jun 2009 03:36:54 +0000 (13:36 +1000)] 
Cope with ABI_XINPUT_VERSION 7 - requires button/axes labels.

We don't have an atom for relative pressure, so if the device is set to
relative, we export the axis as REL_Z instead.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agoFill in COPYING file, add SubmittingPatches URL to README
Alan Coopersmith [Tue, 12 May 2009 02:25:11 +0000 (19:25 -0700)] 
Fill in COPYING file, add SubmittingPatches URL to README

15 years agoacecad 1.3.0 xf86-input-acecad-1.3.0
Peter Hutterer [Tue, 24 Feb 2009 03:22:46 +0000 (13:22 +1000)] 
acecad 1.3.0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
15 years agoJanitor: Correct make distcheck and minor configure.ac cleanup.
Paulo Cesar Pereira de Andrade [Mon, 2 Feb 2009 20:02:43 +0000 (18:02 -0200)] 
Janitor: Correct make distcheck and minor configure.ac cleanup.

15 years agoAdd README with pointers to mailing list, bugzilla & git repos
Alan Coopersmith [Thu, 29 Jan 2009 23:09:23 +0000 (15:09 -0800)] 
Add README with pointers to mailing list, bugzilla & git repos

15 years agoRemove xorgconfig & xorgcfg from See Also list in man page
Alan Coopersmith [Sat, 10 Jan 2009 00:09:43 +0000 (16:09 -0800)] 
Remove xorgconfig & xorgcfg from See Also list in man page

15 years agoCorrect wrong check for Linux libsysfs.
Paulo Cesar Pereira de Andrade [Fri, 28 Nov 2008 06:48:50 +0000 (04:48 -0200)] 
Correct wrong check for Linux libsysfs.

  This patch was the original one, and the previous test was a wrong
attempt to simplify the change.
  Triggered by tinderbox build.

15 years agoDont dlopen libsysfs.so, instead, link with it when available.
Paulo Cesar Pereira de Andrade [Fri, 28 Nov 2008 03:45:54 +0000 (01:45 -0200)] 
Dont dlopen libsysfs.so, instead, link with it when available.

15 years agoCheck for XINPUT ABI 3.
Peter Hutterer [Mon, 26 May 2008 12:30:23 +0000 (22:00 +0930)] 
Check for XINPUT ABI 3.

15 years agoCompile warning fixes.
Paulo Cesar Pereira de Andrade [Sun, 16 Mar 2008 06:01:23 +0000 (03:01 -0300)] 
Compile warning fixes.

Don't call xf86usleep, just call usleep directly.
Remove unused variables.

Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
16 years agoBump to 1.2.2 origin/HEAD origin/master xf86-input-acecad-1.2.2
Giuseppe Bilotta [Sun, 10 Feb 2008 07:52:46 +0000 (08:52 +0100)] 
Bump to 1.2.2

16 years agoacecad: fix blotchy input in Inkscape and the Gimp by not pretending to be the core...
Giuseppe Bilotta [Sat, 9 Feb 2008 21:32:13 +0000 (22:32 +0100)] 
acecad: fix blotchy input in Inkscape and the Gimp by not pretending to be the core pointer by default

16 years agoacecad: improve handling of botched input versions
Giuseppe Bilotta [Sat, 9 Feb 2008 18:51:57 +0000 (19:51 +0100)] 
acecad: improve handling of botched input versions

16 years agoacecad: fake device limits == screen limits in xserver 1.4 for xinput
Giuseppe Bilotta [Sat, 27 Oct 2007 23:12:28 +0000 (01:12 +0200)] 
acecad: fake device limits == screen limits in xserver 1.4 for xinput

xserver 1.4 does not do automatic coordinate scaling, so we have to do
it manually. But this breaks xinput clients that do their own scaling
using the device limits as reference. Pretend that they are the same as the
screen limits to work around this.

16 years agoacecad: set type_name to XI_TABLET
Giuseppe Bilotta [Sat, 27 Oct 2007 11:08:04 +0000 (13:08 +0200)] 
acecad: set type_name to XI_TABLET

16 years agoacecad: do our own scaling with USB device since it's not done in the kernel and...
Giuseppe Bilotta [Fri, 26 Oct 2007 19:00:19 +0000 (21:00 +0200)] 
acecad: do our own scaling with USB device since it's not done in the kernel and ConverProc() isn't called automatically by X

16 years agoacecad: don't crash when xf86IsCorePointer is not defined
Giuseppe Bilotta [Fri, 26 Oct 2007 18:12:19 +0000 (20:12 +0200)] 
acecad: don't crash when xf86IsCorePointer is not defined

16 years agoBump to 1.2.1 xf86-input-acecad-1.2.1
Julien Cristau [Fri, 7 Sep 2007 00:17:29 +0000 (02:17 +0200)] 
Bump to 1.2.1

16 years agoMake compatible with new input ABI
Alan Coopersmith [Wed, 29 Aug 2007 00:31:54 +0000 (17:31 -0700)] 
Make compatible with new input ABI

16 years agoDon't crash X when the tablet wasn't found.
Giuseppe Bilotta [Mon, 9 Jul 2007 09:03:00 +0000 (11:03 +0200)] 
Don't crash X when the tablet wasn't found.

X would crash when switching to console if the acecad module was loaded but the tablet had not been configured.

Fix by properly freeing structures before returning NULL in PreInit()

16 years agofix build on BSD systems.
Matthieu Herrb [Thu, 31 May 2007 05:34:13 +0000 (23:34 -0600)] 
fix build on BSD systems.

16 years agoAdd .gitignore
Matthieu Herrb [Thu, 31 May 2007 05:33:56 +0000 (23:33 -0600)] 
Add .gitignore

16 years agoOff-by-one (and comment) fix.
Paul Vojta [Mon, 30 Apr 2007 18:45:53 +0000 (11:45 -0700)] 
Off-by-one (and comment) fix.

Just a quick patch:

16 years agoBump to 1.2.0. xf86-input-acecad-1.2.0
Giuseppe Bilotta [Sun, 29 Apr 2007 03:09:41 +0000 (05:09 +0200)] 
Bump to 1.2.0.

16 years agoSimplify flag setup. autodev origin/autodev
Giuseppe Bilotta [Sun, 29 Apr 2007 03:02:03 +0000 (05:02 +0200)] 
Simplify flag setup.

16 years agoMore whitespace/coding style cleanups.
Giuseppe Bilotta [Sun, 29 Apr 2007 02:44:27 +0000 (04:44 +0200)] 
More whitespace/coding style cleanups.

16 years agoCentralize the success code for the probe routine.
Giuseppe Bilotta [Sun, 29 Apr 2007 02:42:04 +0000 (04:42 +0200)] 
Centralize the success code for the probe routine.

16 years agoKeep track of device availability.
Giuseppe Bilotta [Sat, 28 Apr 2007 13:32:32 +0000 (15:32 +0200)] 
Keep track of device availability.

Don't spam the log with errors about the device not being available, just inform the user when the device is available again.

16 years agoNOTAVAIL macro to check if errno means device not available.
Giuseppe Bilotta [Sat, 28 Apr 2007 13:10:25 +0000 (15:10 +0200)] 
NOTAVAIL macro to check if errno means device not available.

Define (and use) a NOTAVAIL macro that checks errno against ENODEV, ENXIO and ENOENT, instead of checking manually against ENODEV only.

16 years agoMake acecadAutoDev into a flag.
Giuseppe Bilotta [Sat, 28 Apr 2007 12:42:20 +0000 (14:42 +0200)] 
Make acecadAutoDev into a flag.

Introduce AUTODEV_FLAG for the flags field in AceCadPrivateRec to tell if we are autodetecting devices or not, instead of having a separate acecadAutoDev field.

16 years agoMake acecadUSB into a flag.
Giuseppe Bilotta [Sat, 28 Apr 2007 12:36:12 +0000 (14:36 +0200)] 
Make acecadUSB into a flag.

Introduce USB_FLAG for the flags field in AceCadPrivateRec to tell if we have a USB device or not, instead of having a separate acecadUSB field.

16 years agoMore whitespace cleanup.
Giuseppe Bilotta [Sat, 28 Apr 2007 12:27:58 +0000 (14:27 +0200)] 
More whitespace cleanup.

16 years agoMore coding style cleanups.
Giuseppe Bilotta [Sat, 28 Apr 2007 12:25:22 +0000 (14:25 +0200)] 
More coding style cleanups.

16 years agoAdd missing newlines in a couple of messages.
Giuseppe Bilotta [Sat, 28 Apr 2007 12:19:49 +0000 (14:19 +0200)] 
Add missing newlines in a couple of messages.

16 years agoWhitespace cleanup.
Giuseppe Bilotta [Sat, 28 Apr 2007 03:29:41 +0000 (05:29 +0200)] 
Whitespace cleanup.

16 years agoDe-spammify AceCadAutoDevProbe().
Giuseppe Bilotta [Sat, 28 Apr 2007 03:10:39 +0000 (05:10 +0200)] 
De-spammify AceCadAutoDevProbe().

Demote X_ERRORs in AceCadAutoDevProbe() to X_WARNINGs, and add an X-style
verbosity parameter. This is set to 0 during initial probe, and to 4 during
runtime probes.

16 years agoRe-probe on device not found on input if auto-dev is active.
Giuseppe Bilotta [Sat, 28 Apr 2007 02:55:26 +0000 (04:55 +0200)] 
Re-probe on device not found on input if auto-dev is active.

If USBReadInput() fails because the device is not being found, and auto-dev is
active, try re-probing for the device. The only downside of this procedure is
that the log may get spammed a lot as long as no device can be found.

16 years agoRe-probe for device if DeviceOn fails and auto-dev is active.
Giuseppe Bilotta [Sat, 28 Apr 2007 01:43:04 +0000 (03:43 +0200)] 
Re-probe for device if DeviceOn fails and auto-dev is active.

If DeviceOn does not find the device and auto-dev is active, run the probe
again to try to find the new location of the device (if present).

16 years agoDevice autodetection via sysfs.
Giuseppe Bilotta [Sat, 28 Apr 2007 01:09:17 +0000 (03:09 +0200)] 
Device autodetection via sysfs.

If support for sysfs is compiled in and the libsysfs library is found, the
acecad driver will now try to autodetect the device via sysfs at first. If this
fails, it will probe /dev/input/eventX devices.

Currently the Name option is ignored during sysfs detection: the first possibly
valid candidate is accepted without further checks.

16 years ago"Name" option to configure autodev detection string.
Giuseppe Bilotta [Fri, 27 Apr 2007 12:40:43 +0000 (14:40 +0200)] 
"Name" option to configure autodev detection string.

The string we look for when probing event devices can now be configured with
the "Name" option.

16 years agoMerge branch 'master' into autodev
Giuseppe Bilotta [Fri, 27 Apr 2007 10:23:44 +0000 (12:23 +0200)] 
Merge branch 'master' into autodev

16 years agoAdd autogen.sh and autogenerate ChangeLog to dist
Giuseppe Bilotta [Thu, 26 Apr 2007 22:30:58 +0000 (00:30 +0200)] 
Add autogen.sh and autogenerate ChangeLog to dist

Get rid of the manually maintained ChangeLog and put in some rules to
autogenerate it from git logs, following the xorg/lib/libXi example.

Also add ChangeLog and autogen.sh to the dist files.

16 years agoAdd autoconf check for linux/input.h
Giuseppe Bilotta [Thu, 26 Apr 2007 22:01:54 +0000 (00:01 +0200)] 
Add autoconf check for linux/input.h

Since X went modular, we cannot rely on LINUX_INPUT being defined even when the
Linux input subsystem is available. Fix: add an autoconf rule that checks for
linux/input.h and define LINUX_INPUT if the header is found.

16 years agoInitial support for device autodetection.
Giuseppe Bilotta [Thu, 26 Apr 2007 11:33:51 +0000 (13:33 +0200)] 
Initial support for device autodetection.

When the "Device" option is missing or set to "auto-dev" the acecad module will
attempt autodetection of the correct device.

Currently, it will probe all /dev/input/eventX nodes until one is found that
reports a device name that begins with "ACECAD".

16 years agoUniformize messages.
Giuseppe Bilotta [Thu, 26 Apr 2007 01:04:06 +0000 (03:04 +0200)] 
Uniformize messages.

Use xf86Msg, prepending local->name when possible and upcasing ACECAD (as per
their site, and to differentiate from the software company).

Also reduce verbosity by using xf86MsgVerb with verbosity 4 for messages which
are not of interest for users.

16 years agoWe always have config.h.
Giuseppe Bilotta [Thu, 26 Apr 2007 00:16:10 +0000 (02:16 +0200)] 
We always have config.h.

Quoting Alan Coopersmith from http://lists.x.org/archives/xorg/2007-April/024058.html

> Now that we are no longer sharing source with the monolith, should
> all the #ifdef HAVE_CONFIG_H's be removed and just always include
> config.h now?

16 years agoUse autoconfigured package version if possible.
Giuseppe Bilotta [Tue, 24 Apr 2007 20:00:47 +0000 (22:00 +0200)] 
Use autoconfigured package version if possible.

16 years agoBump to 1.1.1. xf86-input-acecad-1.1.1
Giuseppe Bilotta [Tue, 24 Apr 2007 13:28:51 +0000 (15:28 +0200)] 
Bump to 1.1.1.

16 years agoSupport 2.6.x kernels.
Giuseppe Bilotta [Tue, 24 Apr 2007 11:35:52 +0000 (13:35 +0200)] 
Support 2.6.x kernels.

16 years agoUse the proper MessageType for probed, default, info and error messages.
Giuseppe Bilotta [Tue, 24 Apr 2007 10:44:58 +0000 (12:44 +0200)] 
Use the proper MessageType for probed, default, info and error messages.

16 years agoClean up defines, and add an include to fix compilation when LINUX_INPUT is defined
Giuseppe Bilotta [Tue, 24 Apr 2007 10:38:38 +0000 (12:38 +0200)] 
Clean up defines, and add an include to fix compilation when LINUX_INPUT is defined

18 years agoBump to 1.1.0. XORG-7_1 acecad-1_1_0 xf86-video-impact-0_2_0
Adam Jackson [Fri, 7 Apr 2006 16:16:33 +0000 (16:16 +0000)] 
Bump to 1.1.0.

18 years agoUnlibcwrap and bump server version requirement.
Adam Jackson [Fri, 7 Apr 2006 16:13:56 +0000 (16:13 +0000)] 
Unlibcwrap and bump server version requirement.

18 years agoUpdate package version for X11R7 release. XORG-7_0
Kevin E Martin [Wed, 21 Dec 2005 02:29:55 +0000 (02:29 +0000)] 
Update package version for X11R7 release.

18 years agoStub COPYING files
Adam Jackson [Mon, 19 Dec 2005 16:25:49 +0000 (16:25 +0000)] 
Stub COPYING files

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904
Kevin E Martin [Thu, 15 Dec 2005 00:24:13 +0000 (00:24 +0000)] 
Update package version number for final X11R7 release candidate.

18 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY
Kevin E Martin [Tue, 6 Dec 2005 22:48:27 +0000 (22:48 +0000)] 
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

18 years agoUpdate package version number for X11R7 RC3 release. XORG-6_99_99_903
Kevin E Martin [Sat, 3 Dec 2005 05:49:29 +0000 (05:49 +0000)] 
Update package version number for X11R7 RC3 release.

18 years agoRemove extraneous AC_MSG_RESULT.
Kevin E Martin [Fri, 2 Dec 2005 02:16:04 +0000 (02:16 +0000)] 
Remove extraneous AC_MSG_RESULT.

18 years agoOnly build dlloader modules by default.
Adam Jackson [Tue, 29 Nov 2005 23:29:53 +0000 (23:29 +0000)] 
Only build dlloader modules by default.

18 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith [Mon, 28 Nov 2005 22:04:05 +0000 (22:04 +0000)] 
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

18 years agoAdd .cvsignores for drivers.
Eric Anholt [Mon, 21 Nov 2005 10:49:00 +0000 (10:49 +0000)] 
Add .cvsignores for drivers.

18 years agoUpdate package version number for X11R7 RC2 release. XORG-6_99_99_902
Kevin E Martin [Wed, 9 Nov 2005 21:15:10 +0000 (21:15 +0000)] 
Update package version number for X11R7 RC2 release.

18 years agoUpdate pkgcheck depedencies to work with separate build roots.
Kevin E Martin [Tue, 1 Nov 2005 15:08:48 +0000 (15:08 +0000)] 
Update pkgcheck depedencies to work with separate build roots.

18 years agoUpdate package version number for RC1 release. XORG-6_99_99_901
Kevin E Martin [Wed, 19 Oct 2005 02:47:59 +0000 (02:47 +0000)] 
Update package version number for RC1 release.

18 years agoUse @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
Alan Coopersmith [Tue, 18 Oct 2005 00:01:50 +0000 (00:01 +0000)] 
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
    substitutions to work better with BSD make

18 years agoMore 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
Adam Jackson [Mon, 17 Oct 2005 22:57:25 +0000 (22:57 +0000)] 
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
    of indirectly

18 years agoUse sed & cpp to substitute variables in driver man pages
Alan Coopersmith [Mon, 17 Oct 2005 00:08:53 +0000 (00:08 +0000)] 
Use sed & cpp to substitute variables in driver man pages

18 years agoUpdate autogen.sh to one that does objdir != srcdir.
Daniel Stone [Thu, 18 Aug 2005 09:03:36 +0000 (09:03 +0000)] 
Update autogen.sh to one that does objdir != srcdir.

18 years agoDon\'t lose existing CFLAGS in all the input drivers and some of the video
Søren Sandmann Pedersen [Wed, 10 Aug 2005 14:07:21 +0000 (14:07 +0000)] 
Don\'t lose existing CFLAGS in all the input drivers and some of the video
    drivers

18 years agoVarious changes preparing packages for RC0: XORG-6_99_99_900
Kevin E Martin [Fri, 29 Jul 2005 21:22:39 +0000 (21:22 +0000)] 
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

18 years agoMake the module dir configurable
Kevin E Martin [Wed, 13 Jul 2005 20:03:20 +0000 (20:03 +0000)] 
Make the module dir configurable

18 years agoUpdate all input drivers to pass distcheck
Kevin E Martin [Wed, 13 Jul 2005 02:20:57 +0000 (02:20 +0000)] 
Update all input drivers to pass distcheck

18 years agoBuild skeletons for input drivers. Should basically work.
Adam Jackson [Tue, 12 Jul 2005 06:15:07 +0000 (06:15 +0000)] 
Build skeletons for input drivers. Should basically work.

18 years agoPrep input drivers for modularizing by adding guarded #include "config.h" origin/accelerated_indirect-0-0-1 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903
Adam Jackson [Mon, 11 Jul 2005 02:37:58 +0000 (02:37 +0000)] 
Prep input drivers for modularizing by adding guarded #include "config.h"

18 years agoBug #1565: Don't delete the driver twice. (Stéphane VOLTZ) XORG-6_8_99_14
Adam Jackson [Tue, 28 Jun 2005 20:54:21 +0000 (20:54 +0000)] 
Bug #1565: Don't delete the driver twice. (Stéphane VOLTZ)

18 years agoBug #3626: _X_EXPORT tags for video and input drivers. XORG-6_8_99_13
Adam Jackson [Sat, 25 Jun 2005 21:17:00 +0000 (21:17 +0000)] 
Bug #3626: _X_EXPORT tags for video and input drivers.

19 years agoEncoding of numerous files changed to UTF-8 origin/sco_port_update origin/xprint_packagertest_20041217 XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 sco_port_update-base xprint_packagertest_20041217_base
Markus Kuhn [Sat, 4 Dec 2004 00:43:10 +0000 (00:43 +0000)] 
Encoding of numerous files changed to UTF-8

19 years agoMerging XORG-CURRENT into trunk origin/COMPOSITEWRAP origin/XORG-6_8-branch origin/lg3d origin/lg3d-dev-0-6-1 origin/lg3d-dev-0-6-1-1 origin/lg3d-dev-0-6-1-current origin/lg3d-dev-0-6-1-latest origin/lg3d-dev-0-6-2 origin/lg3d-dev-0-6-latest origin/lg3d-dev-0-7-0 origin/lg3d-dev-0-7-1 origin/lg3d-event origin/lg3d-master origin/xprint_packagertest_20041125 XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 XORG-6_8_1_901 XORG-6_8_1_902 XORG-6_8_1_903 XORG-6_8_1_904 XORG-6_8_2 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1 xprint_packagertest_20041125_base
Egbert Eich [Fri, 23 Apr 2004 19:54:02 +0000 (19:54 +0000)] 
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
Egbert Eich [Sun, 14 Mar 2004 08:33:47 +0000 (08:33 +0000)] 
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

20 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 origin/STSF-CURRENT xf86-4_4_0
Egbert Eich [Wed, 3 Mar 2004 12:12:30 +0000 (12:12 +0000)] 
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

20 years agoreadding XFree86's cvs IDs xf86-4_3_99_903
Egbert Eich [Thu, 26 Feb 2004 13:36:00 +0000 (13:36 +0000)] 
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:23:33 +0000 (09:23 +0000)] 
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-012804-2330 xf86-4_3_99_16 xf86-4_3_99_901 xf86-4_3_99_902 xf86-4_3_99_903_special
Kaleb Keithley [Tue, 25 Nov 2003 19:28:46 +0000 (19:28 +0000)] 
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

20 years agoXFree86 4.3.0.1 xf86-4_3_0_1
Kaleb Keithley [Fri, 14 Nov 2003 16:48:56 +0000 (16:48 +0000)] 
XFree86 4.3.0.1

20 years agoInitial revision origin/XORG-STABLE
Kaleb Keithley [Fri, 14 Nov 2003 16:48:56 +0000 (16:48 +0000)] 
Initial revision