summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-09-18Introduce per-object per-screen privates.Jamey Sharp1-6/+6
This replaces dixCreatePrivateKey and the only uses, which were in midispcur. Commit by Jamey Sharp and Josh Triplett. Signed-off-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Keith Packard <keithp@keithp.com>
2010-08-09doc: add missing .gitignore for Xserver-DTraceGaetan Nadon1-0/+4
The dtrace doc was recently added in commit 9c171d4aee695ab66e6db1ab92539557bd368cfa Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-09Check HAVE_XMLTO_TEXT before trying to use xmlto to make text filesAlan Coopersmith1-0/+2
Reported-by: Matt Turner <mattst88@gmail.com> Tested-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-09Xserver-spec: Update ChangeGC prototype, add ChangeGCXIDsAlan Coopersmith1-3/+10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
2010-08-09Update Xserver-spec for new devPrivates APIAlan Coopersmith1-65/+74
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
2010-07-23Add documentation of the Xserver DTrace probesAlan Coopersmith3-0/+617
Mostly pulled together from posts to my blog and the docs posted at http://people.freedesktop.org/~alanc/dtrace/ and converted to DocBook. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
2010-07-23Add name argument to CreateNewResourceType documentationAlan Coopersmith1-2/+6
Reflects API change made in commit 895f40792a during Xorg 1.8 development Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
2010-07-23Use DocBook stylesheets from xorg-sgml-doctools if they're availableAlan Coopersmith2-1/+10
Bumps minimum xorg-macros requirement from 1.6 to 1.10 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-20/+20
This is a combination of a huge mechanical patch and a few small fixups required to finish the job. They were reviewed separately, but because the server does not build without both pieces, I've merged them together at this time. The mechanical changes were performed by running the included 'fix-region' script over the whole tree: $ git ls-files | grep -v '^fix-' | xargs ./fix-region And then, the white space errors in the resulting patch were fixed using the provided fix-patch-whitespace script. $ sh ./fix-patch-whitespace Thanks to Jamey Sharp for the mighty fine sed-generating sed script. The hand-done changes involve removing functions from dix/region.c that duplicate inline functions in include/regionstr.h, along with their declarations in regionstr.h, mi.h and mispans.h. Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2010-05-21Xserver(1) man page updatesAlan Coopersmith1-17/+9
- Note that -br is now default. - Move -bs after -br for alphabetical ordering. - Remove -config option that's been hidden in "ignore" section, since ajax removed the -config code a couple years back. - Add -nocursor option. - Add xinput & xrandr to list of runtime server control programs - Replace XDarwin with Xquartz in list of Xservers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2010-05-20Show Xserver release/version date in DIX & DDX docsAlan Coopersmith4-4/+23
Uses a fake absolute path to the entity definition files so that the xmlto --searchpath will work for finding the actual path Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Tested-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-20Move Xserver-spec.xml from xorg-docs to doc/xmlAlan Coopersmith3-0/+5215
Allows keeping it in sync with the sources it documents, and to be released with them Requires the previous patch to convert the Xserver tree from LinuxDoc to DocBook for SGML/XML documents. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Rémi Cardona <remi@gentoo.org> Tested-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-20Convert LinuxDoc documents to DocBook/XMLAlan Coopersmith1-0/+59
Only the markup/formatting is changed - the contents should still be wildly out of date for now. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Rémi Cardona <remi@gentoo.org> Tested-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
Add $(AM_V_GEN) for sed-based rules so they appear as expected with automake silent rules, and $(AM_V_at) to completely hide cp/ln/rm commands which are not prone to fail. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-01-27doc: finish the removal of SecurityPolicy file man pagesGaetan Nadon1-14/+3
The variable was unassigned but all the code was left in. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-11-25Update man-pages for new default font pathsIngmar Vanhassel1-2/+2
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-2/+2
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-07-07Xephyr & Xserver man page fixesAlan Coopersmith1-2/+2
Xephyr(1): Fix quote formatting, add missing ' to contraction Xserver(1): Add Xephyr(1) & startx(1) to SEE ALSO section Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-01doc: Remove mention of Kerberos replay cache from Xserver.1Adam Jackson1-3/+0
The krb5 auth code is gone, so this is no longer relevant.
2009-04-28xfree86: restore default off for DontZapPeter Hutterer1-1/+1
Zapping is triggered by xkb these days, so note in the man page that it's the Terminate_Server action. Since it's XKB, personal preferences towards or against zapping should be achieved through xkb rulesets. If Terminate_Server is not in the xkb actions, then we can't zap anyway and we don't need a default of DontZap "on". This patch restores the old meaning of DontZap - disallow zapping altogether, regardless of XKB's current keymap. Ideally, this patch should be accompanied by b0f64bdab00db652e in xkeyboard-config. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-27Remove references to rgb.txt from files section of Xserver and Xorg man pagesJon TURNEY1-3/+0
The references to this file in the server code were removed in commit dda10c9066a660b647384179f82e1da8e063264f Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-02-27Remove long-gone '-co' option from Xserver man pageJon TURNEY1-4/+0
The '-co' option was removed in commit dda10c9066a660b647384179f82e1da8e063264f Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-02-04XKB: Remove -kb and +kb from -help text and man page.Adam Jackson1-3/+0
2008-10-07Document zap/-retro interaction more.Adam Jackson1-1/+3
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson1-0/+5
-retro also reverts to the classic cursor display behavior, meaning, the cursor will be visible before anyone calls XDefineCursor().
2008-08-30Xserver.man: Typo (the the).Matthieu Herrb1-1/+1
2008-07-31Document more of the OS and library assumptions.Adam Jackson1-2/+30
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+1
Conflicts: hw/xnest/Pixmap.c include/dix.h
2007-11-18Document the requirement for interleaved code and declarations.Adam Jackson1-0/+1
2007-11-08Remove SecurityPolicy file and associated references in the manpages.Eamon Walsh3-272/+1
2007-09-04Add Xserver man section about catalogue:<dir> FPEAdemar de Souza Reis Jr1-2/+38
catalogue:<dir> FPEs were introduced in libXfont 1.2.9
2007-02-22Move SecurityPolicy file format from Xserver(1) to it's own man pageAlan Coopersmith3-218/+277
Don't make users looking for Xserver information page through pages of details only interesting to the handful of people writing security policies.
2007-02-22Bug #10034: 'man Xserver' typos: s/dqoute/dquote/Brice Goglin1-2/+2
Bugzilla #10034: <http://bugs.freedesktop.org/show_bug.cgi?id=10034> Patch #8780: <http://bugs.freedesktop.org/attachment.cgi?id=8780>
2007-01-19Update Xserver man page to match commit ed33c7c98ad0c542e9e2dd6caa3f84879c21dd61Alan Coopersmith1-8/+2
Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to -ardelay and -arinterval, respectively.
2007-01-17Xserver man page: remove bc, add -wrAlan Coopersmith1-5/+4
2006-12-18Xorg & Xserver man page updates for 1.2 releaseAlan Coopersmith1-0/+8
- Added -extension & +extension to Xserver man page - Changed Xorg synopsis from X11R6 to X11R7 - Clarified Xorg ancestry description - Moved Solaris to free/Open Source OS list - Removed references to MetroLink module loader & getconfig - Converted (1) to (__appmansuffix__) in a few more places - Replaced http://www.freedesktop.org/cvs/ with http://gitweb.freedesktop.org/
2006-10-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-2/+2
input-hotplug
2006-10-21Minor typos in Xserver man page.Drew Parsons1-2/+2
2006-10-08doc/extensions: rename to c-extensionsDaniel Stone1-0/+0
The old name could be somewhat confusing.
2006-10-08doc/extensions: document C extension use in the X serverDaniel Stone1-0/+32
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt1-0/+2
2006-05-26RGB color database and XErrorDB install to "share" not "lib" by default (byJeremy C. Reed1-3/+3
app/rgb and libX11). TODO: They are customizable, so maybe cpprules.in should be extended.
2005-12-23Change list of X server man pages in "See Also" section to list the onesAlan Coopersmith1-2/+3
actually included and remove the ones that are no longer.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-4/+4
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-03Use APP_MAN_SUFFIX for Xserver man page instead of hardcoding section 1Alan Coopersmith1-5/+12
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-0/+18
2005-07-05Remove Speedo font module documentation.Alan Coopersmith1-1/+1
Remove Speedo from list of font directories Update default font path to remove Speedo, add TTF.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1