release-notes/devel/en_US Desktop.xml,1.42,1.43

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Fri Apr 25 03:57:26 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6142/en_US

Modified Files:
	Desktop.xml 
Log Message:
updates as per wiki content



Index: Desktop.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Desktop.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Desktop.xml	8 Apr 2008 17:22:08 -0000	1.42
+++ Desktop.xml	25 Apr 2008 03:57:24 -0000	1.43
@@ -42,6 +42,10 @@
     </para>
 <screen><![CDATA[gconftool-2 --set  --type string /apps/gnome-screensaver/lock_dialog_theme  "system"  
 ]]></screen>
+	<para>
+		Blinking cursors are enabled by default in this release, and are centrally managed via a gconf setting. To turn it off, run the following command:
+	</para>
+<screen><![CDATA[gconftool-2 --type bool --set /desktop/gnome/interface/cursor_blink false]]></screen>
     <section id="sn-Gvfs">
       <title>Gvfs</title>
 
@@ -102,12 +106,16 @@
         The GNOME Display Manager
         (<systemitem
 	  class="service">gdm</systemitem>) has been
-        updated to the latest upstream code.
-        <ulink
-	  url="/wiki/PolicyKit">PolicyKit</ulink> can be used to
-        control shutdown and reboot. The configuration tool
-        <command>gdmsetup</command> is set to be replaced. New features
-        available on the login screen include:
+	updated to the latest upstream code, which is a complete rewrite driven by Fedora developers.
+	</para>
+	<para>
+        <ulink url="/wiki/PolicyKit">PolicyKit</ulink> can be used to control shutdown and reboot. The configuration tool <command>gdmsetup</command> is currently missing, and is set to be replaced. For configuration changes, refer to the following:
+	</para>
+	<para>
+		<ulink url="http://live.gnome.org/GDM/2.22/Configuration" />
+	</para>
+	<para>
+		New features available on the login screen include:
       </para>
 
       <itemizedlist>
@@ -632,7 +640,7 @@
       dictionaries for use with <command>hunspell</command>. This
       feature uses a single set of common dictionaries regardless of the
       application, which gives consistent suggestions for misspelled
-      words and uses less diskpace by eliminating duplicate
+      words and uses less diskspace by eliminating duplicate
       dictionaries.
     </para>
 
@@ -661,6 +669,17 @@
       <ulink url="http://lists.compiz-fusion.org/pipermail/community/2008-March/000168.html"/>
     </para>
   </section>
+  
+  <section id="vmmouse-driver">
+	  <title>vmmouse Driver</title>
+	  <para>
+		  Due to a bug in the shipping <package>xorg-x11-drv-vmmouse</package> driver, the mouse position may not be correctly positioned on a virtual machine guest's display. As a workaround until an update, add <option>Option NoAutoAddDevices</option> to the <option>ServerFlags</option> section of <filename>/etc/X11/xorg.conf</filename> in the guest machine. Create the section if necessary:
+	  </para>
+<screen>
+Section "ServerFlags"
+	Option      "NoAutoAddDevices"
+EndSection
+</screen>
 </section>
 <!--
 Local variables:
@@ -668,3 +687,4 @@
 fill-column: 72
 End:
 -->
+</section> 




More information about the Fedora-docs-commits mailing list