summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-04Make configure issue error warning that vga is no longer maintainedHEADmasterAlan Coopersmith1-0/+8
************************************************************** This driver is unmaintained and will not receive further patches. Please use the xf86-video-vesa driver instead. If you have a need for this driver that cannot be met by the vesa driver, please file a bug on http://bugs.freedesktop.org. ************************************************************** (Copied from the notice put into the unmaintained input drivers) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+20
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-11-29Make ISA support optional.Paulo Cesar Pereira de Andrade2-0/+16
2008-07-29Add libpciaccess and remove xf1bpp and xf4bpp support.Paulo Cesar Pereira de Andrade2-25/+146
The driver is not fully functional, starts at 320x200, but may require running something like vbetool post before starting the X Server, and does not restore console as usually linux consoles use vesafb, but should work correctly if console is in a "standard vga mode".
2008-03-09Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2007-03-01renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+1
2007-03-01Replace references to XFree86/XF86Config in man pageAlan Coopersmith1-3/+3
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 4.1.0.vga-4_1_0XORG-7_1Adam Jackson2-5/+6
2006-03-09VGA driver cleanups preparing for the removal of non-programmable dotclockLuc Verhaegen2-88/+90
infrastructure. - Stop using non-programmable dotclock infrastructure. This is worked around quite easily here, by limiting the clockRange to the two VGA standard clocks, with CLOCK_TOLERANCE. This happily removed the dependence on the nasty xf86GetClocks as well. - Set the CS bits directly, don't rely on DisplayModePtr->ClockIndex. - Add DisplayModePtr->Crtc* checking. Functional changes? None. 320x200 is still the only mode possible; banked memory constraints still aren't handled properly.
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-2/+7
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin2-1/+5
2005-11-29Only build dlloader modules by default.Adam Jackson2-0/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt3-0/+27
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+12
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith1-1/+1
substitutions to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson1-1/+1
of indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2-21/+62
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone1-1/+0
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-2/+4
- 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
2005-07-26Build system for vgaSøren Sandmann Pedersen5-0/+153
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-5/+9
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-trunk-20040721DRI-trunk-20040613DRI-XFree86-4_3_99_12-mergeEric Anholt2-7/+7
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich2-6/+6
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2-2/+2
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich2-2/+2
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2-2/+2
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2-2/+2
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-21/+28
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley0-0/+0
2003-11-14Initial revisionXORG-STABLEKaleb Keithley2-0/+1656