3 commits - en-US/Virtualization.xml en-US/Xorg.xml

John J. McDonough jjmcd at fedoraproject.org
Thu Jun 11 20:09:15 UTC 2009


 en-US/Virtualization.xml |    2 
 en-US/Xorg.xml           |  109 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 71 insertions(+), 40 deletions(-)

New commits:
commit ca5d4e3e039c2b3e03a81735001cd3c05dba6dce
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Jun 11 16:08:56 2009 -0400

    typo

diff --git a/en-US/Virtualization.xml b/en-US/Virtualization.xml
index a424b20..3dc2d24 100644
--- a/en-US/Virtualization.xml
+++ b/en-US/Virtualization.xml
@@ -386,7 +386,7 @@
 						</listitem>
 						<listitem>
 							<para>
-								Red Hat Entreprise Linux 5 specific Xen configure option and code
+								Red Hat Enterprise Linux 5 specific Xen configure option and code
 							</para>
 						</listitem>
 						<listitem>


commit fc04df9a5e2ea20d00b2a8bdfb462c49e37cdff6
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Jun 11 16:07:27 2009 -0400

    Correct usage of Red Hat Enterprise Linux

diff --git a/en-US/Virtualization.xml b/en-US/Virtualization.xml
index a59e5d8..a424b20 100644
--- a/en-US/Virtualization.xml
+++ b/en-US/Virtualization.xml
@@ -386,7 +386,7 @@
 						</listitem>
 						<listitem>
 							<para>
-								RHEL-5 specific Xen configure option and code
+								Red Hat Entreprise Linux 5 specific Xen configure option and code
 							</para>
 						</listitem>
 						<listitem>


commit b6af293eb387b5dc89bfd23589598f471b3af402
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Jun 11 16:03:30 2009 -0400

    Ubuntu fix doesn't work in Fedora 11

diff --git a/en-US/Xorg.xml b/en-US/Xorg.xml
index 8b6e42b..daab652 100644
--- a/en-US/Xorg.xml
+++ b/en-US/Xorg.xml
@@ -3,45 +3,76 @@
 ]>
 
 <section id="sect-Release_Notes-X_Window_System_Graphics">
-	<title>X Window System (Graphics)</title>
-	<remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/Xorg">https://fedoraproject.org/wiki/Docs/Beats/Xorg</ulink></remark>
-	<para>
-		This section contains information related to the X Window System implementation, X.Org, provided with Fedora.
-	</para>
-	<section id="sect-Release_Notes-X_Window_System_Graphics-X_server">
-		<title>X server</title>
-		<para>
-			The key combination <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo> to kill the X server has been <ulink type="http" url="http://cgit.freedesktop.org/xorg/xserver/commit/?id=9d135ac10a7374c7ccda705f1eeb02cc53076c34">disabled by default</ulink> as a decision of the upstream Xorg project. You can change the default by adding the following section to your <filename>xorg.conf</filename> file. If one does not exist, you can create it manually at <filename>/etc/X11/xorg.conf</filename> using a text editor and Xorg will honor that setting.
-		</para>
-		
-<screen>
-Section "ServerFlags"
-Option "DontZap" "false"
-EndSection
-</screen>
-		<para>
-			If you use kickstart or want to use scripts to change this setting automatically across multiple systems, you can use the following snippet:
-		</para>
-		
-<screen>
-%post
-
-grep -q -s DontZap /etc/X11/xorg.conf
-append=$?
-if [ $append -ne 0 ]; then
-  cat >> /etc/X11/xorg.conf << EOF
-  Section "ServerFlags"
-  Option "DontZap" "false"
-  EndSection
-  EOF
-fi
-
-%end
-</screen>
-		<para>
-			The Xorg project has changed the default DontZap setting to "true" after complaints from desktop users that accidentally hit <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo> when trying to type <keycombo><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>, <keycombo><keycap>Ctrl</keycap><keycap>Backspace</keycap></keycombo>, or <keycombo><keycap>Shift</keycap><keycap>Backspace</keycap></keycombo>, or who had StickyKeys enabled. <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo> is also a keyboard shortcut for deleting certain expressions in C and Java modes in Emacs.
-		</para>
-	</section>
+  <title>X Window System (Graphics)</title>
+  <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/Xorg">https://fedoraproject.org/wiki/Docs/Beats/Xorg</ulink></remark>
+  <para>
+    This section contains information related to the X Window System
+    implementation, X.Org, provided with Fedora.
+  </para>
+  <section id="sect-Release_Notes-X_Window_System_Graphics-X_server">
+    <title>X server</title>
+    <para>
+      The key combination
+      <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>
+      to kill the X server has been <ulink
+      type="http"
+      url="http://cgit.freedesktop.org/xorg/xserver/commit/?id=9d135ac10a7374c7ccda705f1eeb02cc53076c34">disabled
+      by default</ulink> as a decision of the
+      upstream Xorg project. You can change the
+      default by the following steps:
+      <itemizedlist>
+	<listitem>
+	  <para>
+	  Open the <guilabel>Keyboard Preferences</guilabel> dialog
+	  either by choosing <guimenu>System > Preferences >
+	  Keyboard</guimenu> from the Fedora Main Menu or by running
+	  the following command from a terminal:
+	  </para>
+	  <para>
+	  <command>gnome-keyboard-properties</command>
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	  In the <guilabel>Keyboard Preferences</guilabel> dialog,
+	  choose the <guilabel>Layouts</guilabel> tab and press the
+	  <guilabel>Layout Options</guilabel> button to bring up the
+	  <guilabel>Keyboard Layout Options</guilabel> dialog.
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	  In the <guilabel>Keyboard Layout Options</guilabel> dialog,
+	  unfold the tree item <guilabel>Key sequence to kill the X
+	  server</guilabel>, and mark the checkbox <guilabel>Control +
+	  Alt + Backspace</guilabel>.
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    Click the <guilabel>Close</guilabel> button.  The older
+	    behavior will be restored.
+	  </para>
+	</listitem>
+      </itemizedlist>
+    </para>
+      <para>
+	The Xorg project has changed the default
+	DontZap setting to "true" after complaints
+	from desktop users that accidentally hit
+	<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>
+	when trying to type
+	<keycombo><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>,
+	<keycombo><keycap>Ctrl</keycap><keycap>Backspace</keycap></keycombo>,
+	or
+	<keycombo><keycap>Shift</keycap><keycap>Backspace</keycap></keycombo>,
+	or who had StickyKeys
+	enabled. <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>
+	is also a keyboard shortcut for deleting
+	certain expressions in C and Java modes in
+	Emacs.
+      </para>
+    </section>
 	
 	<section id="sect-Release_Notes-X_Window_System_Graphics-Third_party_Video_Drivers">
 		<title>Third-party Video Drivers</title>





More information about the Fedora-docs-commits mailing list