summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09cvt: Allow multiple-of-60Hz refresh rates for reduced blanking.Adam Jackson1-5/+8
Doing so generates the same timings as given in the DMT spec for 120Hz RB, so we should be set there. Other rates might be legal too but why push our luck.
2009-01-06Make cvt complain about invalid arguments more often.Keith Packard1-5/+20
cvt doesn't correctly parse 'cvt -vr 1920 1080'. This patch doesn't fix that, but it does at least generate an error message now. Signed-off-by: Keith Packard <keithp@keithp.com>
2008-12-04Remove dummylib.Paulo Cesar Pereira de Andrade2-2/+28
Only cvt required it, and only used XNF{,c}alloc via xnf{,c}alloc macros. Based on patch by Eric Anholt.
2008-07-24Remove xorgcfgDaniel Stone57-26296/+1
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-24Remove ioportDaniel Stone3-550/+0
I don't know why we would possibly be shipping this.
2008-07-24Remove kbd_modeDaniel Stone6-402/+0
We only built this on BSD and Solaris, and if such a tool is generally useful, ship it with the OS.
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-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-5/+0
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-06-24Remove xorgconfig. Use X -configure instead.Adam Jackson9-7075/+1
2008-06-19Remove RCS Id.Matthieu Herrb1-1/+0
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-03-12OpenBSD support for libpciaccess.Mark Kettenis1-1/+1
xserver and libpciaccess both need to open /dev/xf86, which can only be opened once. I implemented pci_system_init_dev_mem() like Ian suggested. This requires some minor changes to the BSD-specific os-support code. Since pci_system_init_dev_mem() is a no-op on FreeBSD this should be no problem.
2008-03-02use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctlyMatthieu Herrb1-1/+1
2008-02-29Remove the duplicate copy of xf86cvt.cAdam Jackson1-2/+4
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson2-2/+2
2008-02-17XKB: Move headers into the server treeDaniel Stone2-2/+2
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.
2008-01-02Kill xf86getpagesize even harder (dummylib & ioport)Alan Coopersmith1-1/+0
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-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith1-1/+1
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 Stone5-43/+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-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-1/+1
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 Romanick14-176/+7
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-08-06Probable off by one buffer overflow in .../xorgconfig/xorgconfig.cRoland "Test-tools" Bär1-1/+1
X.Org Bug #11858 <http://bugs.freedesktop.org/show_bug.cgi?id=11858> Patch #11005 <http://bugs.freedesktop.org/attachment.cgi?id=11005>
2007-07-25Minor fixes in cvt and gtf manpagesBrice Goglin2-2/+2
Reported by "A. Costa" <agcosta@gis.net> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432065
2007-06-29Death to RCS tags.Adam Jackson7-19/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson6-154/+4
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 Romanick8-49/+9
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-29Add DIX_CFLAGS to util builds.Aaron Plattner4-4/+4
Fixes a build breakage when $(top_srcdir) != $(top_builddir) because -I$(top_srcdir)/include is missing for the cvt, ioport, pcitweak, and scanpci builds. Signed-off-by: Adam Jackson <ajax@nwnk.net>
2006-11-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverJeremy C. Reed7-51/+23
2006-11-13On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
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 Romanick3-7/+19
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 Stone2-0/+6
input-hotplug
2006-10-19Add ast driver/device info to Xorg server & config utilitiesCarl Switzky2-0/+6
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 Stone3-22/+1
2006-08-08xorgcfg: fix compilation errorTiago Vignatti3-3/+3
Add missing parentheses to IS_KBDDRIV macros.
2006-07-31Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick2-265/+3
pci-rework Conflicts: hw/xfree86/Makefile.am hw/xfree86/common/xf86AutoConfig.c
2006-07-30Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone2-265/+3
input-hotplug