2006-01-18 Joseph Jezak * 0.2.3 release, added to the portage tree * Fixed false nvidia positive on ATI Radeon NV cards 2006-01-06 Joseph Jezak * 0.2.2 release, added to portage tree * Added --force-bus to allow selecting video card * Removed broken mmio check, thanks to cokehabit for pointing it out 2005-10-16 Joseph Jezak * Fix byte/word types for new pciutils 2005-07-20 Joseph Jezak * 0.2.1 release, added to portage tree * Fix for systems with more than one video card * Fixed usage of the wrong memory address 2005-06-30 Joseph Jezak * Fix for PM4,1, check for PCI_BASE_CLASS_DISPLAY instead of VGA 2005-06-25 Joseph Jezak * 0.2 release and added to portage tree * Added kernel version check for UseFBDev (Hope this fixes it...) * Fix for nVidia based PM4,2 and PM4,5 machines * Added version of Xorgautoconfig to xorg.conf * Added --version option 2005-06-15 Joseph Jezak * Refixed hsync sanity check 2005-06-15 Lars Weiler * Fix for nVidia cards, submitted by bambam * Corrected dates in ChangeLog 2005-06-14 Joseph Jezak * Fix for nVidia cards * Remove check for Radeon 7000 2005-06-13 Joseph Jezak * Added back in an init script (Sorry Pylon!) * Added dump function so I can get extra info on non-working setups * Fixed Makefile 2005-06-12 Joseph Jezak * Added EDID vsync/hsync sanity check 2005-06-11 Joseph Jezak * Minor quoting typo - thanks morfic * Changed commented extensions - thanks lu_zero * UseFBDev to true becuase older kernels still in use - thanks jaspal * Removed unneeded files from CVS * Fixed string error 2005-06-10 Joseph Jezak * Typo in Pegasos PCI workaround * Fix for video device string * Added note about Apple DVI LCDs (Check for this?) * Added more radeon options * Added Pegasos support (AGP PCI workaround) * Added DRI detection 2005-04-21 Joseph Jezak * Added warning for r128 users with < 16Mb of video memory * Added workaround for latest xorg and radeon 2005-04-19 Joseph Jezak * Added list of possible keymaps and --list-keymaps option 2005-04-17 Joseph Jezak * Fixed a few minor issues with previous changes * Added --keymap= setting so users can set their keymap 2005-04-10 Joseph Jezak * Detection of fonts * Added defaults for r128/radeon and nv * Added additional comments 2005-03-08 Lars Weiler * Fork Xautoconfig into Xorgautoconfig * Main purpose is the use on Gentoo Linux * Changed everything related to XFree86 into X.Org * Deleted anaconda routines * TODO: New file 2004-09-26 Dan Burcaw * 0.23 release * Xautoconfig.c: misc cleaups; mostly for anaconda * XF4text.h: use Option "fbdev" rather than "UseFBDev" * Xautoconfig.spec: version bump 2003-08-29 Dan Burcaw * 0.22 release * Xautoconfig.c: Option FlatPanel on iMacs 2003-04-20 Dan Burcaw * Xautoconfig.c: special case Apple LCDs 2003-04-16 Dan Burcaw * Xautoconfig.c: special case iMac 15" sync/refresh 2003-04-16 Dan Burcaw * 0.21 release * misc.c: implemented macMachineType() * Xautoconfig.c: use macMachineType to special case iMac 15"/17" * Makefile: compile with -Wall * Xautoconfig.spec: version bump 2003-04-12 Dan Burcaw * 0.20 release * misc.c: move old code to attic and fix help * Xautoconfig.c: remove old code, use edid syncs if available * Xautoconfig.spec: version bump 2003-04-03 Dan Burcaw * 0.19 release * XF4text.h: turn off "CustomKeycodes" in keyboard section. * Xautoconfig.spec: version bump 2003-04-02 Dan Burcaw * 0.18 release * Xautoconfig.c: default to 16 bpp * Xautoconfig.c: added --fbdepth to use current framebuffer's depth * Xautoconfig.c: added --fbdev to use fbdev driver * Xautoconfig.c: added --safe which combines --fbdepth and --fbdev * XF4text.h: update xkb sections * misc.c: added usage() and help() * Xautoconfig.spec: version bump 2003-02-22 Dan Burcaw * Xautoconfig.spec: fixed requires 2002-10-26 Dan Burcaw * 0.17 release * Xautoconfig.c: forgot default depth for non anaconda mode 2002-10-17 Dan Burcaw * Xautoconfig.spec: don't provide Xconfiguator 2002-10-11 Dan Burcaw * 0.16 release * updated for XF 4.2 * added DRI Section * merged some changes from * obsoleted XF 3.x config file support 2002-02-24 Dan Burcaw * 0.15: backup old XF86Config<-4> before writing 2001-10-11 Dan Burcaw * 0.14 release * merged in last patches from Tom. * created CHANGES and changed maintainer information Old changelog information: * 0.1 - Initial Release * 0.2 - APUS support, assume >= 2.2.10 is new USB stack, act occordingly - Also fixed minor problem in VTimings, added in Flags line. * 0.3 - Fixed another old usb/new usb stack bug, mappings now work, but for this, I need to require XFree86 >= 3.3.5-1a for the proper usb map - Set depth based on r/g/b values instead of var.bits_per_pixel, this and Kevin Hendrick's X patch fix some JDK issues. - Rely upon mouseconfig to set proper XMOUSETYPE on USB, but for this we now require >= mouseconfig 4.0-1a * 0.4 - Now we only need one version of Xautoconfig - Check for UID 0 so this doesn't seg fault when a user tries to run it as an unprivledged user - Added a bit of error checking to file open functions. * 0.5 - Minor cleanups of Dan's work, deal with all 3 incarnations of USB interaces. * 0.6 - Support DPMS, and put checkKernelVer to greater use. * 0.7 - Support the new input layer. * 0.8 - Make it work right. * 0.9 - Clean up warnings, rename. Also, use Xautoconfig4's logic from dexter to guess Horiz/Vert refresh rates.