1056N/A<?xml version="1.0" encoding="UTF-8"?>
1056N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1276N/A<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>README for X11R7.7</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_9276" /><meta name="description" content="X11R7.7 is an Open Source version of the X Window System that supports many UNIX and UNIX-like operating systems (such as Linux, FreeBSD, NetBSD, OpenBSD, and Solaris) on a variety of platforms. This version is compatible with X11R7.6 and other X Window System implementations which support the X11 standard." /><style xmlns="" type="text/css">/*
1276N/A * Copyright (c) 2011 Gaetan Nadon
1276N/A * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1276N/A *
1276N/A * Permission is hereby granted, free of charge, to any person obtaining a
1276N/A * copy of this software and associated documentation files (the "Software"),
1276N/A * to deal in the Software without restriction, including without limitation
1276N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1276N/A * and/or sell copies of the Software, and to permit persons to whom the
1276N/A * Software is furnished to do so, subject to the following conditions:
1276N/A *
1276N/A * The above copyright notice and this permission notice (including the next
1276N/A * paragraph) shall be included in all copies or substantial portions of the
1276N/A * Software.
1276N/A *
1276N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1276N/A * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1276N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1276N/A * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1276N/A * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1276N/A * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1276N/A * DEALINGS IN THE SOFTWARE.
1276N/A */
1276N/A
1276N/A/*
1276N/A * Shared stylesheet for X.Org documentation translated to HTML format
1276N/A * http://www.sagehill.net/docbookxsl/UsingCSS.html
1276N/A * http://www.w3schools.com/css/default.asp
1276N/A * https://addons.mozilla.org/en-US/firefox/addon/web-developer/developers
1276N/A * https://addons.mozilla.org/en-US/firefox/addon/font-finder/
1276N/A */
1276N/A
1276N/A/*
1276N/A * The sans-serif fonts are considered more legible on a computer screen
1276N/A * http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
1276N/A *
1276N/A */
1276N/Abody {
1276N/A font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
1276N/A /* In support of using "em" font size unit, the w3c recommended method */
1276N/A font-size: 100%;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: all elements requiring mono spaced fonts.
1276N/A *
1276N/A * The family names attempt to match the proportionally spaced font
1276N/A * family names such that the same font name is used for both.
1276N/A * We'd like to use Bitstream, for example, in both proportionally and
1276N/A * mono spaced font text.
1276N/A */
1276N/A.command,
1276N/A.errorcode,
1276N/A.errorname,
1276N/A.errortype,
1276N/A.filename,
1276N/A.funcsynopsis,
1276N/A.function,
1276N/A.parameter,
1276N/A.programlisting,
1276N/A.property,
1276N/A.screen,
1276N/A.structname,
1276N/A.symbol,
1276N/A.synopsis,
1276N/A.type
1276N/A{
1276N/A font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Courier, "Liberation Mono", Monospace;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Books have a title page, a preface, some chapters and appendices,
1276N/A * a glossary, an index and a bibliography, in that order.
1276N/A *
1276N/A * An Article has no preface and no chapters. It has sections, appendices,
1276N/A * a glossary, an index and a bibliography.
1276N/A */
1276N/A
1276N/A/*
1276N/A * Selection: book main title and subtitle
1276N/A */
1276N/Adiv.book>div.titlepage h1.title,
1276N/Adiv.book>div.titlepage h2.subtitle {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: article main title and subtitle
1276N/A */
1276N/Adiv.article>div.titlepage h2.title,
1276N/Adiv.article>div.titlepage h3.subtitle,
1276N/Adiv.article>div.sect1>div.titlepage h2.title,
1276N/Adiv.article>div.section>div.titlepage h2.title {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: various types of authors and collaborators, individuals or corporate
1276N/A *
1276N/A * These authors are not always contained inside an authorgroup.
1276N/A * They can be contained inside a lot of different parent types where they might
1276N/A * not be centered.
1276N/A * Reducing the margin at the bottom makes a visual separation between authors
1276N/A * We specify here the ones on the title page, others may be added based on merit.
1276N/A */
1276N/Adiv.titlepage .authorgroup,
1276N/Adiv.titlepage .author,
1276N/Adiv.titlepage .collab,
1276N/Adiv.titlepage .corpauthor,
1276N/Adiv.titlepage .corpcredit,
1276N/Adiv.titlepage .editor,
1276N/Adiv.titlepage .othercredit {
1276N/A text-align: center;
1276N/A margin-bottom: 0.25em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: the affiliation of various types of authors and collaborators,
1276N/A * individuals or corporate.
1276N/A */
1276N/Adiv.titlepage .affiliation {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: product release information (X Version 11, Release 7)
1276N/A *
1276N/A * The releaseinfo element can be contained inside a lot of different parent
1276N/A * types where it might not be centered.
1276N/A * We specify here the one on the title page, others may be added based on merit.
1276N/A */
1276N/Adiv.titlepage p.releaseinfo {
1276N/A font-weight: bold;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: publishing date
1276N/A */
1276N/Adiv.titlepage .pubdate {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * The legal notices are displayed in smaller sized fonts
1276N/A * Justification is only supported in IE and therefore not requested.
1276N/A *
1276N/A */
1276N/A.legalnotice {
1276N/A font-size: small;
1276N/A font-style: italic;
1276N/A}
1276N/A
1276N/A/*
1276N/A * For documentation having multiple licenses, the copyright and legalnotice
1276N/A * elements sequence cannot instantiated multiple times.
1276N/A * The copyright notice and license text are therefore coded inside a legalnotice
1276N/A * element. The role attribute on the paragraph is used to allow styling of the
1276N/A * copyright notice text which should not be italicized.
1276N/A */
1276N/Ap.multiLicensing {
1276N/A font-style: normal;
1276N/A font-size: medium;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: book or article main ToC title
1276N/A * A paragraph is generated for the title rather than a level 2 heading.
1276N/A * We do not want to select chapters sub table of contents, only the main one
1276N/A */
1276N/Adiv.book>div.toc>p,
1276N/Adiv.article>div.toc>p {
1276N/A font-size: 1.5em;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: major sections of a book or an article
1276N/A *
1276N/A * Unlike books, articles do not have a titlepage element for appendix.
1276N/A * Using the selector "div.titlepage h2.title" would be too general.
1276N/A */
1276N/Adiv.book>div.preface>div.titlepage h2.title,
1276N/Adiv.book>div.chapter>div.titlepage h2.title,
1276N/Adiv.article>div.sect1>div.titlepage h2.title,
1276N/Adiv.article>div.section>div.titlepage h2.title,
1276N/Adiv.book>div.appendix>div.titlepage h2.title,
1276N/Adiv.article>div.appendix h2.title,
1276N/Adiv.glossary>div.titlepage h2.title,
1276N/Adiv.index>div.titlepage h2.title,
1276N/Adiv.bibliography>div.titlepage h2.title {
1276N/A /* Add a border top over the major parts, just like printed books */
1276N/A /* The Gray color is already used for the ruler over the main ToC. */
1276N/A border-top-style: solid;
1276N/A border-top-width: 2px;
1276N/A border-top-color: Gray;
1276N/A /* Put some space between the border and the title */
1276N/A padding-top: 0.2em;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * A Screen is a verbatim environment for displaying text that the user might
1276N/A * see on a computer terminal. It is often used to display the results of a command.
1276N/A *
1276N/A * http://www.css3.info/preview/rounded-border/
1276N/A */
1276N/A.screen {
1276N/A background: #e0ffff;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: #B0C4DE;
1276N/A border-radius: 1.0em;
1276N/A /* Browser's vendor properties prior to CSS 3 */
1276N/A -moz-border-radius: 1.0em;
1276N/A -webkit-border-radius: 1.0em;
1276N/A -khtml-border-radius: 1.0em;
1276N/A margin-left: 1.0em;
1276N/A margin-right: 1.0em;
1276N/A padding: 0.5em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Emphasis program listings with a light shade of gray similar to what
1276N/A * DocBook XSL guide does: http://www.sagehill.net/docbookxsl/ProgramListings.html
1276N/A * Found many C API docs on the web using like shades of gray.
1276N/A */
1276N/A.programlisting {
1276N/A background: #F4F4F4;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: Gray;
1276N/A padding: 0.5em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Emphasis functions synopsis using a darker shade of gray.
1276N/A * Add a border such that it stands out more.
1276N/A * Set the padding so the text does not touch the border.
1276N/A */
1276N/A.funcsynopsis, .synopsis {
1276N/A background: #e6e6fa;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: Gray;
1276N/A clear: both;
1276N/A margin: 0.5em;
1276N/A padding: 0.25em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: paragraphs inside synopsis
1276N/A *
1276N/A * Removes the default browser margin, let the container set the padding.
1276N/A * Paragraphs are not always used in synopsis
1276N/A */
1276N/A.funcsynopsis p,
1276N/A.synopsis p {
1276N/A margin: 0;
1276N/A padding: 0;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: variable lists, informal tables and tables
1276N/A *
1276N/A * Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl
1276N/A * A table with rows and columns is constructed inside div.variablelist
1276N/A *
1276N/A * Set the left margin so it is indented to the right
1276N/A * Display informal tables with single line borders
1276N/A */
1276N/Atable {
1276N/A margin-left: 0.5em;
1276N/A border-collapse: collapse;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: paragraphs inside tables
1276N/A *
1276N/A * Removes the default browser margin, let the container set the padding.
1276N/A * Paragraphs are not always used in tables
1276N/A */
1276N/Atd p {
1276N/A margin: 0;
1276N/A padding: 0;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Add some space between the left and right column.
1276N/A * The vertical alignment helps the reader associate a term
1276N/A * with a multi-line definition.
1276N/A */
1276N/Atd, th {
1276N/A padding-left: 1.0em;
1276N/A padding-right: 1.0em;
1276N/A vertical-align: top;
1276N/A}
1276N/A
1276N/A.warning {
1276N/A border: 1px solid red;
1276N/A background: #FFFF66;
1276N/A padding-left: 0.5em;
1276N/A}
1276N/A</style></head><body><div class="article"><div class="titlepage"><div><div><h2 class="title"><a id="README"></a>README for X11R7.7</h2></div><div><h3 class="corpauthor"><a class="ulink" href="http://www.x.org/wiki/XorgFoundation" target="_top">
1056N/AThe X.Org Foundation
1276N/A</a></h3></div><div><p class="pubdate">April 2012</p></div><div><div class="abstract"><p>
1276N/AX11R7.7 is an Open Source version of the X Window System that
1056N/Asupports many <span class="trademark">UNIX</span>® and UNIX-like
1056N/Aoperating systems (such as Linux, FreeBSD, NetBSD, OpenBSD, and Solaris)
1056N/Aon a variety of platforms. This version is compatible with
1276N/AX11R7.6 and other X Window System implementations which support
1056N/Athe X11 standard.
1276N/A</p></div></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl><dt><span class="sect1"><a href="#What_is_X11R7.7">What is X11R7.7?</a></span></dt><dt><span class="sect1"><a href="#Licensing">Licensing</a></span></dt><dt><span class="sect1"><a href="#Pointers_to_additional_information">Pointers to additional information</a></span></dt><dt><span class="sect1"><a href="#The_Public_Mailing_Lists">The Public Mailing Lists</a></span></dt><dt><span class="sect1"><a href="#Contributing_to_the_X.Org_Foundations_X_efforts.">Contributing to the X.Org Foundation's X efforts.</a></span></dt><dt><span class="sect1"><a href="#How_to_get_the_release">How to get the release</a></span></dt><dd><dl><dt><span class="sect2"><a href="#X11R7.7">X11R7.7</a></span></dt><dt><span class="sect2"><a href="#The_current_development_tree">The current development tree</a></span></dt></dl></dd><dt><span class="sect1"><a href="#Reporting_Bugs">Reporting Bugs</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="What_is_X11R7.7"></a>What is X11R7.7?</h2></div></div></div><p>
1276N/AX11R7.7 is the eighth release in the X11R7 series.
1056N/A</p><p>
1056N/A
1276N/ASpecific release enhancements can be viewed in the <a href="ReleaseNotes.html#ReleaseNotes" class="olink">Release Notes</a>.
1056N/A
1056N/A</p><p>
1056N/AMost modern PC video hardware is supported in this release, and most PC
1056N/Avideo hardware that isn't supported explicitly can be used with the
1276N/A"vesa" driver. The <a href="ReleaseNotes.html#ReleaseNotes" class="olink">Release Notes</a>
1276N/Ahas a table showing the drivers provided with X11R7.7, and links to
1056N/Arelated documentation.
1056N/A</p><p>
1056N/AThe X.Org Foundation X releases are produced by the X.Org Foundation.
1056N/AThe X.Org Foundation has been formed as a Delaware corporation organized
1056N/Ato operate as a scientific charity under IRS code 501(c)(3) chartered
1056N/Ato develop and execute effective strategies which provide world-wide
1056N/Astewardship of the X Window System technology and standards. Membership
1056N/Ain the X.Org Foundation is free to all participants. Applications for
1056N/AMembership are now being accepted, and active participants in the
1056N/Afurther development of the X Window Technology are invited to complete a
1276N/A<a class="ulink" href="http://www.x.org/wiki/Membership" target="_top">membership application</a>. The X11R7.7 release has been
1056N/Aproduced by the many contributors to the X.Org community and members of
1056N/Athe X.Org Foundation and includes code from the X Consortium, the Open
1056N/AGroup and the <span class="trademark">XFree86</span>® Project.
1056N/AThis release is dedicated to the greater X community, developers and
1056N/Ausers alike.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Licensing"></a>Licensing</h2></div></div></div><p>
1056N/AX Window System source code is covered by many licenses. All of these
1056N/Alicenses have in common the fact that they do not impose significant
1056N/Aconditions on the modification or redistribution or either source code
1056N/Aor binaries beyond requiring one or more of the following:
1056N/A</p><p>
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/ACopyright and/or license notices are left intact.
1276N/A</p></li><li class="listitem"><p>
1056N/ACopyright and/or license notices are reproduced verbatim in
1056N/Adocumentation accompanying binary distributions.
1276N/A</p></li><li class="listitem"><p>
1056N/AAttributions are included with documentation accompanying binaries.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1056N/AMost of these licenses are based on the MIT, X Consortium, or BSD
1056N/A(original and revised) licenses. All of them are consistent with the
1276N/A<a class="ulink" href="http://www.opensource.org/docs/definition.php" target="_top">Open Source Definition</a>, and most are
1276N/Aconsistent with the Free Software Foundation's <a class="ulink" href="http://www.fsf.org/philosophy/free-sw.html" target="_top">Free Software Definition</a>.
1056N/A</p><p>
1056N/ACopyright and Licensing information for X, including the reproduction
1056N/Aof copyright and/or license notices and attributions required by some
1276N/Aof the licenses for binary distributions, can be found in the <a href="License.html#License" class="olink">License Document</a>.
1276N/AIf you find any omissions in that document, please contact us with details at
1276N/A<code class="email">&lt;<a class="email" href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>&gt;</code>.
1056N/AWhile the current licenses are all open source licenses, the
1056N/AX.Org Foundation is attempting, with time, to bring as much as
1056N/Apossible of the code's licenses in the distribution into compliance with the
1276N/A<a class="ulink" href="http://www.debian.org/social_contract#guidelines" target="_top">Debian Free Software Guidelines</a>.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Pointers_to_additional_information"></a>Pointers to additional information</h2></div></div></div><p>
1276N/AThe documentation for this release can be found online at the <a class="ulink" href="http://www.x.org/" target="_top">X.Org web site</a>.
1056N/A</p><p>
1056N/AThe X11 version numbering system (including historical information)
1276N/Acan be found in the <a href="Versions.html#Versions" class="olink">Versions
1276N/ADocument</a>.
1056N/A</p><p>
1276N/AAdditional information may be available at the <a class="ulink" href="http://wiki.x.org/" target="_top">X.Org Foundation Wiki</a>.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="The_Public_Mailing_Lists"></a>The Public Mailing Lists</h2></div></div></div><p>
1056N/ACurrent information about the X.Org Foundation public mailing lists is
1276N/Aavailable on <a class="ulink" href="http://www.x.org/wiki/XorgMailingLists" target="_top">the X.Org
1056N/Amailing list page</a> and related desktop
1276N/Atechnology mailing lists can be found on <a class="ulink" href="http://freedesktop.org/mailman/listinfo" target="_top">Freedesktop.org's mailing list
1056N/Apage</a>.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Contributing_to_the_X.Org_Foundations_X_efforts."></a>Contributing to the X.Org Foundation's X efforts.</h2></div></div></div><p>
1056N/AIf you have any new work or enhancements/bug fixes for existing work,
1056N/Aplease send them as git format patches to
1276N/A<code class="email">&lt;<a class="email" href="mailto:xorg-devel@lists.freedesktop.org">xorg-devel@lists.freedesktop.org</a>&gt;</code> or to our
1276N/A<a class="ulink" href="https://bugs.freedesktop.org/" target="_top">bug tracking system</a>
1056N/Ausing the xorg component. This will help ensure that they are included
1056N/Ain future releases. More details on patch submission and review
1056N/Aprocess are available on the
1276N/A<a class="ulink" href="http://www.x.org/wiki/Development/Documentation/SubmittingPatches" target="_top">
1056N/ASubmittingPatches</a> page of the X.Org wiki.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="How_to_get_the_release"></a>How to get the release</h2></div></div></div><p>
1276N/AInformation about X11R7.7 can be found from the
1276N/A<a class="ulink" href="http://wiki.x.org" target="_top">X.Org Foundation wiki</a>, and at
1056N/Amirrors of this server.
1276N/A</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="X11R7.7"></a>X11R7.7</h3></div></div></div><p>
1276N/AThis is the eighth release of the new modular source code tree. The
1056N/Asource code has been split into nine logical modules: app, data, doc,
1056N/Adriver, font, lib. proto, util and xserver. Each of these modules
1056N/Acontain one or more packages that can be configured, built and installed
1276N/Aseparately. Please see an X11R7.7 release site for a complete
1056N/Alist of the tarballs.
1056N/A</p><p>
1276N/AFor information on how to build the modular tree packages see the <a class="ulink" href="http://wiki.x.org/wiki/ModularDevelopersGuide" target="_top">Modular Developer's Guide</a>. This guide also
1056N/Acontains information for developers who want to help improve the modular
1056N/Abuild system and modular code base.
1276N/A</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="The_current_development_tree"></a>The current development tree</h3></div></div></div><p>
1056N/AThe X source code for this and all releases/snapshots as well as
1056N/Adevelopment versions can also be accessed via the Freedesktop.org git
1276N/Arepository. It's also possible to browse the <a class="ulink" href="http://cgit.freedesktop.org/xorg/" target="_top">freedesktop git repository</a>.
1056N/A</p><p>
1056N/ATo check out the latest development version, don't specify any tag.
1276N/A</p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Reporting_Bugs"></a>Reporting Bugs</h2></div></div></div><p>
1276N/ABugs should be reported to freedesktop.org's <a class="ulink" href="https://bugs.freedesktop.org/" target="_top">bug tracking system</a>
1056N/Ausing the xorg component. Before
1056N/Areporting bugs, please check the server log file, which can be found at
1056N/A<code class="filename">/var/log/Xorg.0.log</code> on most platforms. If you can't
1056N/Aresolve the problem yourself, send the entire log file with your bug report but
1056N/Anot the operating system core dump. Do not edit the log file as our
1056N/Adevelopers use it to reproduce and debug your problem. Please attach it
1056N/Ato your bug report.
1056N/A</p></div></div></body></html>