summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgcfg
AgeCommit message (Collapse)AuthorFilesLines
2008-07-24Remove xorgcfgDaniel Stone56-26294/+0
Us shipping a GUI configuration utility (especially as part of the server!) was pretty pointless. There was pretty much nothing it could configure which wasn't already runtime adjustable: if you could get a server up with functioning input and output, there wasn't much xorgcfg could do for you. Au revoir.
2008-07-23Unifdef QNX.Adam Jackson1-5/+0
Again, hasn't worked since at least 7.0.
2008-07-19Fix compile failureJames Cloos1-0/+1
This fixes a compile failure by ensuring that mouse-cfg.c can see the MTYPE_ constants.
2008-07-17Remove XF86Misc code from xorgcfg.Adam Jackson1-32/+0
2008-07-16Remove font module support from xorgcfg.Adam Jackson3-97/+5
2008-07-04Nuke libc wrapper remaining stuffs.Tiago Vignatti1-183/+0
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
Spiritual revert of 1fa4de80fcfc697b5e5879cc351fb3e9dbf6acbe. Intel's C compiler claims to be gcc-compatible; if they're not defining the same macros as gcc then that's their bug, not ours. Even if we were to do this aliasing we should do it once and for all in servermd.h.
2008-05-01xorgcfg: Fix a crash if xorg.conf doesn't have a Files section.Paulo Cesar Pereira de Andrade1-16/+34
This patch only creates a Files section if required, so if no entries are added, an empty Files section will not be created. Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner1-1/+3
It seems Intel C Compiler neglects to define __amd64__, __amd64, or amd64, but *does* define __x86_64__.
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson1-1/+1
2008-02-17XKB: Move headers into the server treeDaniel Stone1-1/+1
We need to start breaking the XKB API to enforce sanity, so drag whichever headers we need to do so into the server tree, as the client API is set in stone, being part of Xlib.
2007-12-03Death to libcwrapper.Adam Jackson1-1/+0
This has been deprecated since 1.1. Since we're breaking ABI again anyway, remove it entirely.
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson1-1/+0
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone4-30/+1
Remove all references to an external RGB database (which hasn't been enabled for a very long time). Also get rid of some references to Speedo fonts.
2007-09-27xorgcfg needs $(DIX_CFLAGS) for pixman-1 include pathAlan Coopersmith1-1/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick7-56/+0
pci-rework Conflicts: hw/xfree86/common/xf86.h hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/generic.c hw/xfree86/int10/helper_exec.c hw/xfree86/loader/xf86sym.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/Pci.h hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/int10/linux.c
2007-06-29Death to RCS tags.Adam Jackson3-5/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson4-51/+0
This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9.
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-2/+2
pci-rework Conflicts: hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/linuxPci.c
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf1-2/+2
Fix option parsing functions and callers thereof to not leak memory.
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver ↵Ian Romanick5-26/+5
into pci-rework Conflicts: hw/xfree86/common/xf86Configure.c hw/xfree86/common/xf86Helper.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/helper_exec.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/lnx_pci.c hw/xfree86/scanpci/Makefile.am hw/xfree86/utils/pcitweak/Makefile.am hw/xfree86/utils/scanpci/Makefile.am
2006-12-04Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith1-1/+1
(gcc defines __sparc__, Sun cc defines __sparc)
2006-11-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverJeremy C. Reed5-31/+17
2006-11-13On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed1-1/+1
TODO: use autoconf to handle this so the code is not platform based but feature based.
2006-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick2-7/+14
pci-rework Conflicts: hw/xfree86/Makefile.am hw/xfree86/common/xf86.h hw/xfree86/common/xf86DoScanPci.c hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/scanpci/extrapci.ids hw/xfree86/scanpci/pci.ids hw/xfree86/scanpci/pciid2c.pl hw/xfree86/scanpci/xf86PciStdIds.h
2006-10-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-0/+1
input-hotplug
2006-10-19Add ast driver/device info to Xorg server & config utilitiesCarl Switzky1-0/+1
2006-10-20Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-10-13Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-08-12xfree86: remove Xqueue support completelyDaniel Stone2-6/+0
2006-08-08xorgcfg: fix compilation errorTiago Vignatti3-3/+3
Add missing parentheses to IS_KBDDRIV macros.
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick31-34/+0
pci-rework Conflicts: hw/xfree86/common/xf86Init.c hw/xfree86/int10/pci.c hw/xfree86/scanpci/xf86PciData.h hw/xfree86/scanpci/xf86PciStdIds.h hw/xfree86/scanpci/xf86PciStr.h hw/xfree86/scanpci/xf86ScanPci.h hw/xfree86/utils/pcitweak/pcitweak.c hw/xfree86/utils/scanpci/scanpci.c Re-removed most of the conflicting files.
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone31-34/+0
input-hotplug
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick2-4/+1
pci-rework Conflicts: hw/xfree86/common/xf86DoScanPci.c hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson31-34/+0
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg3-18/+3
Remove all remnants of the old built-in keyboard driver.
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-4/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-0/+2
Conflicts: hw/xfree86/loader/Makefile.am hw/xfree86/loader/xf86sym.c
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt1-0/+2
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-23/+3
tracked individually.
2006-05-24NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead ofJeremy C. Reed1-2/+2
checking for SCO, UnixWare, Sun SVR4 and NetBSD, the curses.h versus ncurses.h should be tested in configure.)
2006-05-03Redact a few mentions of speedo font support.Adam Jackson1-2/+2
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz5-9/+11
RgbPath commented out when using xorgconfig. Start using /dev/input/mice as the default mouse location on Linux.
2006-04-07Coverity #1216: Fix double-close of file on error.Daniel Stone1-1/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-16/+16
2006-03-11Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480,Alan Coopersmith1-7/+7
#481, #482, #483)
2006-03-11Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489)Alan Coopersmith1-1/+1
2006-03-05define SYS_LIBS to hold system dependant libraries that may needed. and addMatthieu Herrb1-1/+2
it to libraries list where needed. Update ChangeLog for previous changes too
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+0
of (marginal) use in the drivers, and that usage remains.
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin1-2/+5