| 1 |
2005-04-10 Joseph Jezak <josejx@gentoo.org> |
| 2 |
* Detection of fonts |
| 3 |
* Added defaults for r128/radeon and nv |
| 4 |
* Added additional comments |
| 5 |
|
| 6 |
2005-03-08 Lars Weiler <pylon@gentoo.org> |
| 7 |
* Fork Xautoconfig into Xorgautoconfig |
| 8 |
* Main purpose is the use on Gentoo Linux |
| 9 |
* Changed everything related to XFree86 into X.Org |
| 10 |
* Deleted anaconda routines |
| 11 |
* TODO: New file |
| 12 |
|
| 13 |
2004-09-26 Dan Burcaw <dan@ydl.net> |
| 14 |
* 0.23 release |
| 15 |
* Xautoconfig.c: misc cleaups; mostly for anaconda |
| 16 |
* XF4text.h: use Option "fbdev" rather than "UseFBDev" |
| 17 |
* Xautoconfig.spec: version bump |
| 18 |
|
| 19 |
2003-08-29 Dan Burcaw <dan@ydl.net> |
| 20 |
* 0.22 release |
| 21 |
* Xautoconfig.c: Option FlatPanel on iMacs |
| 22 |
|
| 23 |
2003-04-20 Dan Burcaw <dan@ydl.net> |
| 24 |
* Xautoconfig.c: special case Apple LCDs |
| 25 |
|
| 26 |
2003-04-16 Dan Burcaw <dan@ydl.net> |
| 27 |
* Xautoconfig.c: special case iMac 15" sync/refresh |
| 28 |
|
| 29 |
2003-04-16 Dan Burcaw <dan@ydl.net> |
| 30 |
* 0.21 release |
| 31 |
* misc.c: implemented macMachineType() |
| 32 |
* Xautoconfig.c: use macMachineType to special |
| 33 |
case iMac 15"/17" |
| 34 |
* Makefile: compile with -Wall |
| 35 |
* Xautoconfig.spec: version bump |
| 36 |
|
| 37 |
2003-04-12 Dan Burcaw <dan@ydl.net> |
| 38 |
* 0.20 release |
| 39 |
* misc.c: move old code to attic and fix help |
| 40 |
* Xautoconfig.c: remove old code, use edid syncs |
| 41 |
if available |
| 42 |
* Xautoconfig.spec: version bump |
| 43 |
|
| 44 |
2003-04-03 Dan Burcaw <dan@ydl.net> |
| 45 |
* 0.19 release |
| 46 |
* XF4text.h: turn off "CustomKeycodes" in keyboard |
| 47 |
section. |
| 48 |
* Xautoconfig.spec: version bump |
| 49 |
|
| 50 |
2003-04-02 Dan Burcaw <dan@ydl.net> |
| 51 |
* 0.18 release |
| 52 |
* Xautoconfig.c: default to 16 bpp |
| 53 |
* Xautoconfig.c: added --fbdepth to use current |
| 54 |
framebuffer's depth |
| 55 |
* Xautoconfig.c: added --fbdev to use fbdev driver |
| 56 |
* Xautoconfig.c: added --safe which combines |
| 57 |
--fbdepth and --fbdev |
| 58 |
* XF4text.h: update xkb sections |
| 59 |
* misc.c: added usage() and help() |
| 60 |
* Xautoconfig.spec: version bump |
| 61 |
|
| 62 |
2003-02-22 Dan Burcaw <dan@ydl.net> |
| 63 |
* Xautoconfig.spec: fixed requires |
| 64 |
|
| 65 |
2002-10-26 Dan Burcaw <dan@ydl.net> |
| 66 |
* 0.17 release |
| 67 |
* Xautoconfig.c: forgot default depth for non |
| 68 |
anaconda mode |
| 69 |
|
| 70 |
2002-10-17 Dan Burcaw <dan@ydl.net> |
| 71 |
* Xautoconfig.spec: don't provide Xconfiguator |
| 72 |
|
| 73 |
2002-10-11 Dan Burcaw <dan@ydl.net> |
| 74 |
|
| 75 |
* 0.16 release |
| 76 |
* updated for XF 4.2 |
| 77 |
* added DRI Section |
| 78 |
* merged some changes from <shaolin@vinelinux.org> |
| 79 |
* obsoleted XF 3.x config file support |
| 80 |
|
| 81 |
2002-02-24 Dan Burcaw <dan@ydl.net> |
| 82 |
|
| 83 |
* 0.15: backup old XF86Config<-4> before writing |
| 84 |
|
| 85 |
2001-10-11 Dan Burcaw <dan@ydl.net> |
| 86 |
|
| 87 |
* 0.14 release |
| 88 |
* merged in last patches from Tom. |
| 89 |
* created CHANGES and changed maintainer information |
| 90 |
|
| 91 |
|
| 92 |
Old changelog information: |
| 93 |
* 0.1 - Initial Release |
| 94 |
* 0.2 - APUS support, assume >= 2.2.10 is new USB stack, act occordingly |
| 95 |
- Also fixed minor problem in VTimings, added in Flags line. |
| 96 |
* 0.3 - Fixed another old usb/new usb stack bug, mappings now work, but |
| 97 |
for this, I need to require XFree86 >= 3.3.5-1a for the proper usb map |
| 98 |
- Set depth based on r/g/b values instead of var.bits_per_pixel, |
| 99 |
this and Kevin Hendrick's X patch fix some JDK issues. |
| 100 |
- Rely upon mouseconfig to set proper XMOUSETYPE on USB, but for this |
| 101 |
we now require >= mouseconfig 4.0-1a |
| 102 |
* 0.4 - Now we only need one version of Xautoconfig |
| 103 |
- Check for UID 0 so this doesn't seg fault when a user tries to run |
| 104 |
it as an unprivledged user |
| 105 |
- Added a bit of error checking to file open functions. |
| 106 |
<dburcaw@terraplex.com> |
| 107 |
* 0.5 - Minor cleanups of Dan's work, deal with all 3 incarnations of USB |
| 108 |
interaces. |
| 109 |
* 0.6 - Support DPMS, and put checkKernelVer to greater use. |
| 110 |
* 0.7 - Support the new input layer. |
| 111 |
* 0.8 - Make it work right. |
| 112 |
* 0.9 - Clean up warnings, rename. Also, use Xautoconfig4's logic from |
| 113 |
dexter to guess Horiz/Vert refresh rates. |