summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-21remove Id linedhd-20010328David Dawes1-3/+1
2001-02-13144. Fix the neomagic driver so that it saves/restores the palette (#4452,xf-4_0_99_1David Dawes1-2/+2
Ken Hornstein). 143. Fix a palette saving bug in the vgahw module (#4452, Ken Hornstein). 142. Fix a typo in Xfbdev.man (#4446, Juliusz Chroboczek). 141. Major updates to the savage driver, including: - DDC support - I2C support - XVideo YUV overlay support for Savage/MX and Savage/IX - DGA support - yanks Ani Joshi's depth/bitsPerPixel patch for searching the BIOS - fixes interactions with frame buffer and SVGATextMode consoles; VT switching now seems quite reliable for almost everyone - yanks unused options - adds new options for hacks to deal with the status register hangs - adds one special case memory configuration for Savage 4 - adds support for doublescan modes (320x240 works) - adds LCD panel detection - fixes a panning bug at depth 24 (panning must be to even pixels) - adds a workaround for bugs in the latest ProSavage BIOSes (#4445, 4448, Tim Roberts). 140. Make 'X -configure' use the long monitor name when present in the DDC info (#4444, Andrew C. Aitchison). 139. Make glxinfo respect $DISPLAY (#4443, Meelis Roos). 138. Fix TrueType font problems in 4.0.2 (#4439, Juliusz Chroboczek). 137. Document the "DisplaySize" keyword in the XF86Config man page (#4438, Andrew C. Aitchison).
2001-01-2788. Set the version strings in man pages dynamically (David Dawes).David Dawes3-6/+6
87. Remove the XF86_VERSION string from xf86Version.h, leaving just the numerical values. All the version information is now derived from that single set of values (David Dawes).
2001-01-2479. Preprocess all man pages to make sure that the references to pages inDavid Dawes3-6/+6
sections that are platform-dependent are correct. Also fixed some misc formatting problems found while doing that (David Dawes).
2001-01-23Integrate jg patch for iPAQKeith Packard1-3/+3
2000-12-13kdrive: non-x86 compiles broken in kmap.cxf-4_0_2-bindistxf-4_0_2xf-4_0_1Zcxf-4_0_1Zbpre-R651-importKeith Packard1-2/+2
2000-12-08kdrive: dont try MTRR on non-x86, fix backspace mappingxf-4_0_1Zaxf-4_0_1ZKeith Packard2-5/+11
2000-12-08kdrive: allow screen size specificationKeith Packard2-44/+86
2000-12-08kdrive/vesa: type cast warning fixKeith Packard1-2/+2
2000-12-08kdrive: A few iPAQ inspired changes to event managementKeith Packard1-9/+14
2000-12-04missing ident linesxf-4_0_1hDavid Dawes2-0/+4
2000-12-01kdrive: add Xkdrive/Xfbdev man pages, update Xvesa manualKeith Packard5-30/+128
2000-11-29kdrive: add MTRR support, add clock support to trident driverxf-4_0_1gKeith Packard8-168/+440
2000-11-19kdrive: vesa get mode using uninitialized valueKeith Packard1-2/+2
2000-10-20Add VGA BIOS modes to Tiny-X Xvesa serverxf-4_0_1fxf-4_0_1exf-4_0_1dKeith Packard14-1402/+2339
2000-10-11Add composite operator support to tridentKeith Packard4-17/+370
2000-10-10Static build fix and ident lines.Marc Aurele La France1-1/+1
2000-10-08kdrive: Add timeout to screen switching to avoid unintentional flippingKeith Packard1-1/+16
2000-10-06kdrive: support jgs new linux keysymsKeith Packard1-0/+15
2000-10-06kdrive: fix any-edge screen-switching behaviourKeith Packard1-3/+9
2000-10-06kdrive: ignore mouse/keyboard fds in WakeupHandler while switched awayKeith Packard1-19/+23
2000-10-03kdrive: zero out fbdev screen private as its supposed to beKeith Packard1-1/+2
2000-09-28kdrive: fix typo initializing touch screenKeith Packard1-1/+1
2000-09-27kdrive: memory/fd leaks fixed in fbdev/vesa/trident driversKeith Packard8-24/+59
2000-09-26721. PCI chip ID updates to ATI driver (Marc La France).Marc Aurele La France1-1/+1
720. Fix i810 driver for -probe and -configure (Marc La France). 719. Change message when default modes are deleted (Marc La France). 718. Fix Xinerama byte swapping bug (Marc La France). 717. IA-64 and Alpha fixes for pswrap, Mesa, DRI, Xpm, libX11, Xt, Xaw, Xmu, dps, Type1 fonts, cfb24, most output drivers, ELF loader, ramdac module, xf4bpp and xf86cfg (Marc La France). 716. Improve IA-64 support by removing a plethora of 32-bit'isms (Marc La France). 715. Default HasLinuxDoc to NO (Marc La France). ident lines and warning fixes.
2000-09-26kdrive: Add iPAQ and Touch screen supportKeith Packard7-41/+233
2000-09-24reversed a tag accidentally - put it back.Alan Hourihane1-1/+1
2000-09-24DRI mergeAlan Hourihane1-1/+1
2000-09-22Changes for PPC support under linux and a few overlay additionsKeith Packard9-41/+327
2000-09-19kdrive: fix bug in vesa 4plane in 8bpp modeKeith Packard2-3/+7
2000-09-19kdrive: use VESA instead of FBDEV for trident driverKeith Packard1-2/+2
2000-09-19kdrive: make sure allocation worked before accessingKeith Packard1-2/+2
2000-09-15Tiny-X: Add mouse matrix to rotate mouse, allow enable to fail, add renderKeith Packard7-26/+73
by default
2000-09-15Add rotation to fbdev and vesaKeith Packard7-74/+284
2000-09-07Ident linesMarc Aurele La France6-1/+6
2000-09-03Rework tiny-x vesa driver for shadowing and multiple screen support. AllowKeith Packard1-0/+46
enable to fail and avoid crashing
2000-09-03Rework vesa driver for shadowing and multiple screen support. Allow enableKeith Packard28-209/+857
to fail and avoid crashing
2000-08-29Use VESA driver underneathKeith Packard5-8/+61
2000-08-29Changes from Juliusz for emulating some in/out insns, make ready for otherKeith Packard5-45/+402
layers to use
2000-08-28565. Support for multithreaded libraries on NetBSD when used in conjunctionxf-4_0_1cDavid Dawes7-0/+1480
with the GNU pth library (#4113, Chris Sekiya). 564. Add /usr/pkg/bin to NetBSD's DefaultUserPath (#4112, Bernd Ernesti). 563. Add a (Linux-specific) VESA driver for Keith's small X server (#4111, Juliusz Chroboczek). 562. Update Hungarian xkb maps (#A.145, Peter Soos). remove koi8-r encoding file since it's built-in
2000-08-28Ident linesMarc Aurele La France2-2/+2
2000-08-26Try to avoid hitting hardware during server reset when not active, addKeith Packard9-49/+168
KdPicture code
2000-08-09Add overlay support for savage. Make sis setup code work on nIcxf-4_0_1bKeith Packard11-632/+602
2000-05-24Fix 640x480x60 mode, drop inb/outb on non-x86 machinesxf-4_0gxf-4_0fxf-4_0exf-4_0dxf-4_0cxf-4_0_1axf-4_0_1-bindistxf-4_0_1xf-4_0ZKeith Packard5-10/+18
2000-05-24Add modes, cursors and accelerationKeith Packard10-80/+2568
2000-05-11162. Fix possible SEGV in generic int10 module (Marc La France).xf-4_0bMarc Aurele La France2-2/+2
161. Fix *BSD aperture driver to allow for int10 (Bernd Ernesti, Marc La France). 160. Fix vesafb restore problem in ATI driver (Marc La France). 159. Fix a few more compilation glitches (Marc La France).
2000-05-06Lots of Tiny-X changes:Keith Packard34-681/+3961
Add overlay support in the Tiny-X Savage4 driver (required changing lots of Tiny-X code). Savage4 now support 8/16, 8/32 overlays. Add IGS Cyberpro 5050 driver. This chip has bus support for embeded systems.
2000-02-23remove/disable standard RCS ident lines that are in some files some bindistxf-4_0axf-4_0-bindistxf-4_0xf-3_9_18bxf-3_9_18axf-3_9_18Zaxf-3_9_18ZDavid Dawes64-120/+120
updates don't define noPanoramiXExtension when Xinerama is not enabled Add xfontsel to programs/Imakefile
2000-01-21missing ident linesxf-3_9_18xf-3_9_17fxf-3_9_17exf-3_9_17dxf-3_9_17cxf-3_9_17bxf-3_9_17axf-3_9_17ZDavid Dawes1-0/+1
2000-01-213554. Fix "controlization" in XLookupString for chars > 127 (#3569, IvanDavid Dawes4-28/+26
Pascal). 3553. Take advantage of FB speedups in Tiny-X (#3568, Keith Packard). 3552. Speed up FB and do 32bit accesses instead of 64bit accesses (#3567, Keith Packard). 3551. Eliminate saving the contents of the screen durint VT switching (#3562, Keith Packard). 3550. Make using fb easier for driver writers (#3561, Keith Packard). 3549. Fix TCP font server connections (#3560, Keith Packard). 3548. Implement the "OverclockMem" option for the Millennium and Millennium II (#3558, Andrew Aitchison). 3547. Speed up some FB performance problems (#3557, 3559, 3560, Keith Packard). 3546. Work around a bad code generation bug in gcc 2.7.2.3 that shows up in XAA (#3550, Rik Faith). 3545. Add a -brief option to xclock to show only hours and minutes when in digital mode (#3549, Keith Packard). 3544. Fix some dead key problems with xkb symbols for Swiss French and Swiss German keyboards (#3546, Charles Lopes).