gnome-devel-docs r556 - in trunk: . distro-testing-guide/C



Author: vpalexander
Date: Fri Aug 15 15:54:41 2008
New Revision: 556
URL: http://svn.gnome.org/viewvc/gnome-devel-docs?rev=556&view=rev

Log:
Xserver

Modified:
   trunk/AUTHORS
   trunk/ChangeLog
   trunk/MAINTAINERS
   trunk/NEWS
   trunk/distro-testing-guide/C/testing.xml

Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS	(original)
+++ trunk/AUTHORS	Fri Aug 15 15:54:41 2008
@@ -1 +1,2 @@
+Vincent Alexander <vpalexander svn gnome org>
 Shaun McCance  <shaunm gnome org>

Modified: trunk/MAINTAINERS
==============================================================================
--- trunk/MAINTAINERS	(original)
+++ trunk/MAINTAINERS	Fri Aug 15 15:54:41 2008
@@ -6,3 +6,7 @@
 Shaun McCance
 E-mail: shaunm gnome org
 Userid: shaunm
+
+# Contributor:
+Vincent Alexander
+E-mail: vpalexander svn gnome org

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Aug 15 15:54:41 2008
@@ -1,3 +1,7 @@
+Version 2.24.0
+--------------
+* 2008-08-13 - updates per http://www.gnome.org/projects/outreach/a11y/tasks/documentation/
+
 Version 2.22.0
 --------------
 * Updated Platform Overview to reflect new GIO/GVFS stuff

Modified: trunk/distro-testing-guide/C/testing.xml
==============================================================================
--- trunk/distro-testing-guide/C/testing.xml	(original)
+++ trunk/distro-testing-guide/C/testing.xml	Fri Aug 15 15:54:41 2008
@@ -8,6 +8,26 @@
 </para>
 
 <section>
+<title>Test Xserver</title>
+<para>
+<application>Xserver</application> is required for all distributions; for Linux and OpenSolaris, it should be <application>Xorg</application>. You can find them in both <userinput>/etc/X11</userinput> and <userinput>/usr/bin</userinput>. Generally for Linux there will be a symbol link in <userinput>/etc/X11/X</userinput> and it is always linked to the binary <userinput>Xorg</userinput> in <userinput>/usr/bin/Xorg</userinput>. For OpenSolaris, you can find this process with the command <userinput>ps -ef | grep X</userinput>.
+</para>
+<para>
+To enable or disable <application>Xorg</application> extensions, you can edit the file
+<userinput>/etc/X11/xorg.conf</userinput> and add the following parameters to enable different
+extensions:
+</para>
+<programlisting>
+<computeroutput>
+Section "Extensions"
+  Option "Composite"         "Enable"
+  Option "other extensions"  "Enable/Disable"
+EndSection
+</computeroutput>
+</programlisting>
+</section>
+
+<section>
 <title>Test Speech</title>
 <para>
 Orca uses GNOME Speech for speech synthesis.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]