[system-administrators-guide] tty1, not vt1

Pete Travis immanetize at fedoraproject.org
Mon Jul 15 00:10:47 UTC 2013


commit 2ab88fe96428353fbfbcf39a0f6659614b1eaccd
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Jul 14 18:10:26 2013 -0600

    tty1, not vt1

 en-US/Opening_GUI_Applications.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Opening_GUI_Applications.xml b/en-US/Opening_GUI_Applications.xml
index 3853418..944de95 100644
--- a/en-US/Opening_GUI_Applications.xml
+++ b/en-US/Opening_GUI_Applications.xml
@@ -81,10 +81,10 @@
       </step>
       <step>
         <para>
-          Identify the X session you want to target. The <envar>DISPLAY</envar> variable is always an integer preceded by a colon, and will be <emphasis>:0</emphasis> in most cases. Check the arguments of the currently running <application>X</application> process to verify the value. The command below shows both the <envar>DISPLAY</envar> variable as well as the TTY that <application>X</application> is running on, <literal>vt1</literal>.
+          Identify the X session you want to target. The <envar>DISPLAY</envar> variable is always an integer preceded by a colon, and will be <emphasis>:0</emphasis> in most cases. Check the arguments of the currently running <application>X</application> process to verify the value. The command below shows both the <envar>DISPLAY</envar> variable as well as the TTY that <application>X</application> is running on, <literal>tty1</literal>.
           <screen>
             [fedorauser at localhost]$ <command>ps aux|grep /usr/bin/X</command>
-            root      1498  7.1  1.0 521396 353984 tty1    Ss+  00:04  66:34 /usr/bin/X <literal>:0 vt1</literal> -background none -nolisten tcp -auth /var/run/kdm/A:0-22Degc
+            root      1498  7.1  1.0 521396 353984 <literal>tty1</literal>    Ss+  00:04  66:34 /usr/bin/X <literal>:0</literal> vt1 -background none -nolisten tcp -auth /var/run/kdm/A:0-22Degc
 root     23874  0.0  0.0 109184   900 pts/21   S+   15:35   0:00 grep --color=auto /usr/bin/X
           </screen>
         </para>


More information about the docs-commits mailing list