summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)AuthorFilesLines
2001-08-09kdrive/mach64: support Xv under RandRKeith Packard2-42/+204
2001-08-09kdrive: disable sigio debuggingKeith Packard1-3/+3
2001-07-24kdrive: add apm support, fix MTRR unmapping bugKeith Packard5-9/+138
2001-07-24kdrive: Unmap vesa device when disabledKeith Packard6-33/+132
2001-07-23kdrive/mach64: Force read of GUI_STAT on every op to avoid problems acrossKeith Packard1-1/+2
suspend/resume
2001-07-20Too many changes, but all in kdrive:Keith Packard11-242/+363
Add support for global screen origins (-origin option), handles both Xinerama and mouse crossings. Fix XV enable/disable sequences -- can't use card wrappers as cards have more than one screen. Change vesa/fbdev to use new depth-independent rotation shadow update Fix vesa to allow starting rotation value (again) Make vesa driver write all colormap changes in one INT10 call
2001-07-19kdrive/fbdev: only setting first colormap entry on static hardwareKeith Packard1-2/+1
2001-07-16kdrive/fbdev: fix static color caseKeith Packard1-1/+3
2001-07-11kdrive/fbdev: dont set DPMS mode repeatedly to the same valueKeith Packard1-0/+9
2001-07-11Generalize kludge in fbdev that normalizes pixel formats to something thatKeith Packard1-6/+36
Render can handle
2001-07-11Fix TOUCHSCREEN support in kdriveKeith Packard3-10/+10
2001-06-29Rework kdrive input fd handling, enable multiple simultaneous miceKeith Packard6-148/+185
2001-06-29kdrive: typo in MTRR calculationsKeith Packard1-2/+2
2001-06-29kdrive: dont touch hardware when disabledKeith Packard1-7/+18
2001-06-23Clean up mach64 video code to add ReputVideo and make StopVideo not crashKeith Packard4-83/+187
the machine
2001-06-21kdrive/mach64: remove useless Xv debug printfsKeith Packard1-5/+1
2001-06-21Add RCS tagKeith Packard1-0/+1
2001-06-21Fix screen physical size in RandR code for kdrive fbdev and pcmcia serversKeith Packard2-2/+18
2001-06-20Add RandR support to the Kdrive pcmcia driver.Alan Hourihane2-10/+326
2001-06-19Finish Xv support for kdrive/mach64Keith Packard4-168/+222
2001-06-16Screen flipping broken pointer remappingKeith Packard1-3/+3
2001-06-16Patch DPMS support in kdrive/mach64, add preliminary (broken) Xv supportKeith Packard5-54/+927
2001-06-13Support initial rotation in kdrive/fbdev, use that as the normalKeith Packard1-43/+56
orientation
2001-06-13Add -dpi support to kdriveKeith Packard1-4/+6
2001-06-11Advertise supported rotations in kdrive/vesa serverKeith Packard1-2/+2
2001-06-05Attempt to make kdrive/fbdev run on static gray hardware (iPaq 3150)Keith Packard1-6/+64
2001-06-05fix some warnings due to new shadow codeAlan Hourihane1-7/+7
2001-06-05kdrive/fbdev: RandR initialization sequence changeKeith Packard1-6/+10
2001-06-04Allow for hardware acceleration under RandR with Layer. Hardware/SoftwareKeith Packard11-291/+544
cursor switching still busted
2001-06-03Update RandR protocolKeith Packard3-83/+80
2001-06-03Add mach64 driver to Tiny-XKeith Packard10-45/+1839
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).