summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Fix distcheck.Adam Jackson1-0/+1
2008-03-04Make xf86InitialConfiguration slightly smarter.Adam Jackson1-77/+299
2008-03-04Remove all mention of the vga driver from the config logic.Adam Jackson2-4/+1
2008-03-03RANDR 1.2: Inherit PreferredMode from the global configuration, if any.Adam Jackson1-2/+18
2008-03-03Fix Motif menu drawing in Xnest.Adam Jackson1-2/+2
2008-03-03xf86DDCMonitorSet: Honor the DisplaySize from the config file.Adam Jackson1-2/+4
2008-03-02Add missing file from previous commit.David Nusinow1-0/+9
2008-03-02Bug #13860: Ensure that the DRI mode is in octal format.David Nusinow2-0/+7
2008-03-02use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctlyMatthieu Herrb1-1/+1
2008-03-01bug #10008: Make Xvfb.1 document the correct default depthDavid Nusinow1-3/+3
2008-03-01clean some "unused" warningsGeorge Sapountzis6-16/+2
2008-03-01Fix big mistake in commit fd41f46ac62033a724bd1f4612f19448a21c1224.Maarten Maathuis1-1/+8
2008-02-29dix: Modify callers of property and selection API to use new interfaces.Eamon Walsh9-73/+54
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh1-5/+3
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-0/+1
2008-02-29EDID 1.4: Print additional CVT support data in the log.Adam Jackson1-13/+56
2008-02-29EDID 1.4: Decode additional CVT support information.Adam Jackson2-3/+56
2008-02-29Fix CVT abuse in DDCModesFromStandardTiming.Adam Jackson2-8/+34
2008-02-29Nuke a duplicate SYMFUNC(xf86CVTMode)Adam Jackson1-3/+0
2008-02-29Add xf86GTFMode().Adam Jackson4-0/+387
2008-02-29Remove the duplicate copy of xf86cvt.cAdam Jackson4-298/+5
2008-02-29Constify the built-in mode tables.Adam Jackson3-31/+29
2008-02-29Clean up DisplayModeRec handling in many places.Adam Jackson5-19/+7
2008-02-29Remove some #if 0 guarding code duplicated in xf86Modes.cAdam Jackson1-140/+0
2008-02-29Allow xf86DuplicateMode() to work correctly on read-only modes.Adam Jackson1-4/+2
2008-02-29Add several comments documenting our EDID failures.Adam Jackson1-3/+24
2008-02-29GLX: Adjust to changes in DRI driver interface.Kristian Høgsberg2-14/+0
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh2-15/+15
2008-02-28Oops, there's one more parenthesis.Tiago Vignatti1-1/+1
2008-02-28quirks: another LPL panel with the cm/mm wrongDave Airlie1-1/+2
2008-02-27[Xephyr/GL] unbreak the buildDodji Seketeli1-0/+4
2008-02-27xf86Crtc: add higher level modesetting entry point.Dave Airlie2-0/+10
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti1-17/+10
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti1-8/+0
2008-02-25Some doc clean up:Tiago Vignatti2-77/+6
2008-02-25remove lnxPciInit() unused function.Tiago Vignatti1-10/+0
2008-02-25No more "-scanpci" given that we already have it in libpciaccess.Tiago Vignatti11-176/+7
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti2-136/+118
2008-02-24Bug #13736: Fix %bx in VBEGetPixelClock to match spec.Adam Jackson1-2/+2
2008-02-23XQuartz: Quit now properly warns the userJeremy Huddleston2-20/+22
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson2-2/+2
2008-02-22s/via/openchrome/ in the autoconfig logic.Adam Jackson1-1/+1
2008-02-22Match Xephyr DRI definitions to the ones in xf86dri.hAdam Jackson1-3/+3
2008-02-22fbFillRegionTiled() is now dead code.Adam Jackson1-12/+0
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson2-11/+2
2008-02-21[Xephyr/GL] properly route expose event on GL drawablesDodji Seketeli5-16/+130
2008-02-21[Xephyr/GL] don't crash when the host returns a NULL server stringDodji Seketeli2-4/+19
2008-02-19Revert "xfree86: plug a memory leak in xf86LoadModules."Peter Hutterer1-7/+1
2008-02-19XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.Jeremy Huddleston1-2/+8
2008-02-19xfree86: guard against NULL-pointer dereferences in xf86LoadModules.Peter Hutterer1-2/+3