summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-30Fix kaa to not try Copy for pixmap sourcesKeith Packard2-6/+5
2001-05-29Xfbdev: Make sure screen gets re-enabled on RandR failureKeith Packard1-1/+3
2001-05-29Fix Xipaq build after layer/RandR additionsKeith Packard5-54/+60
2001-05-29Add miext/layer for more complete RandR support in kdrive/XfbdevKeith Packard15-834/+1235
2001-05-26Add initial RandR support to XvesaKeith Packard4-50/+274
2001-05-2538. Fix xmh's use of XtNewString() with getenv (#4694, Tim Waugh).David Dawes1-2/+2
37. Xdm/PAM fixes: leave it to PAM to observe whether or not an account is locked, and reinitialize credentials after calling initgroups(), because sometimes the credentials pam_setcred() gives are in the form of group membership (#4693, Mike Harris). 35. Fix warnings when building mieq.c (#4689, Adam Sulmicki). 34. Fix some bugs in the cz and sk entried in XKB's keymap/xfree86 file (#4692, Ivan Pascal). 33. Add 'hr' entries to XKB's keymap/xfree86 and rules/xfree86.lst files (#4687, Nerijus Baliunas). 32. Include <X11/Xutil.h> in shape.h to get Region typedef (#4686, Adam Sulmicki).
2001-05-25wrap some stuff around #ifdef TOUCHSCREENAlan Hourihane2-2/+10
2001-05-24fix ifdef->ifAlan Hourihane1-2/+2
2001-05-23add missing pieces for the pcmcia driverAlan Hourihane2-0/+103
2001-05-23Add PCMCIA server for HP VGA Out PC Card and the Voyager VGA Card. Use onAlan Hourihane14-16/+2044
the Compaq IPAQ. Use -listmodes to see supported modes. Hack the touchscreen driver to work as a mouse pad for the VGA screen. Fixup key bindings so xmodmap can remap IPAQ's buttons as mouse buttons.
2001-05-23Add RandR extensionKeith Packard1-1/+5
2001-04-01317. glxinfo needs libGLU (Marc La France).xf-4_0_99_900xf-4_0_99_3xf-4_0_99_2Marc Aurele La France1-1/+1
316. Rage128 fix to Cards database (Marc La France). 315. Minor fix to PCI resource overlap handling (Marc La France). 314. Loader code simplification and IA-64 cache flushes (Marc La France). 313. Workaround in the ATI driver for troublesome interaction between loader and compiler optimisation (Marc La France). 312. Warning fixes for `gcc -fno-builtin`, which appears to be the default on some systems (Marc La France). more of #301, tags, warnings and build fixes.
2001-03-30kdrive/igs: add missing register definitions that used to be in igsregs.tKeith Packard1-1/+88
2001-03-30Add files for Xmuu and i810 driverKeith Packard13-0/+8123
2001-03-30Add Xmuu library to remove requirement for Xt/Xaw from most X utilities AddKeith Packard13-794/+864
i810 and Xv support to kdrive
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