<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable Xserver in run level 5. (Help!) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876932#M25536</link>
    <description>It seems that prefdm shuts down the rhgb graphical boot environment before starting gdm or kdm or xdm login screen.  Commenting out prefdm may be leaving rhgb running and interfering with seeing the text console.&lt;BR /&gt;You could disable rhgb by removing it from the kernel boot options in grub or elilo.  Or you could use "/usr/bin/rhgb-client -quit" to&lt;BR /&gt;stop it as prefdm does.</description>
    <pubDate>Tue, 10 Oct 2006 12:56:59 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2006-10-10T12:56:59Z</dc:date>
    <item>
      <title>How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876927#M25531</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in a big trouble!&lt;BR /&gt;I need run login to a Red Hat 4.0 server to run some application. I don't need any graphical env at all.&lt;BR /&gt;I was given a TFT display and X doe not run...&lt;BR /&gt;&lt;BR /&gt;When I define in inittab a default run level 3, I can login...but I am in run level 3...&lt;BR /&gt;&lt;BR /&gt;The console hangs if a comment-out the line:&lt;BR /&gt;x:5:respawn:/etc/X11/prefdm -nodaemon&lt;BR /&gt;&lt;BR /&gt;How can I disable X?&lt;BR /&gt;&lt;BR /&gt;Any help/suggestion is HIGHLY appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help,&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Rui.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876927#M25531</guid>
      <dc:creator>Rui Vilao</dc:creator>
      <dc:date>2006-10-09T11:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876928#M25532</link>
      <description>What is the problem with running in runlevel 3?  You can still start remote X applications if for example, you use ssh -X to allow X tunnelling.</description>
      <pubDate>Mon, 09 Oct 2006 13:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876928#M25532</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-10-09T13:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876929#M25533</link>
      <description>If you don't need any graphical environment, then you should keep init 3 as default...&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876929#M25533</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-09T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876930#M25534</link>
      <description>Can't you just use "ctrl-alt-F2" to come up with a command prompt at a virtual console?  It sounds like this is what you want to do.  I don't understand why you don't want to use runlevel 3 if you don't need a graphic environment.</description>
      <pubDate>Tue, 10 Oct 2006 00:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876930#M25534</guid>
      <dc:creator>Steve_160</dc:creator>
      <dc:date>2006-10-10T00:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876931#M25535</link>
      <description>Although it's probably wrong and you should use init 3 for getting env without X, the following action will disable X.&lt;BR /&gt;Prefix the following line &lt;BR /&gt;"x:5:respawn:/etc/X11/prefdm -nodaemon"&lt;BR /&gt; in /etc/inittab with a pound sign, so it'll look like this: &lt;BR /&gt;#x:5:respawn:/etc/X11/prefdm -nodaemon&lt;BR /&gt;after that save your changes and quit.&lt;BR /&gt;Type "init q" and that's it.</description>
      <pubDate>Tue, 10 Oct 2006 01:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876931#M25535</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-10T01:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Xserver in run level 5. (Help!)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876932#M25536</link>
      <description>It seems that prefdm shuts down the rhgb graphical boot environment before starting gdm or kdm or xdm login screen.  Commenting out prefdm may be leaving rhgb running and interfering with seeing the text console.&lt;BR /&gt;You could disable rhgb by removing it from the kernel boot options in grub or elilo.  Or you could use "/usr/bin/rhgb-client -quit" to&lt;BR /&gt;stop it as prefdm does.</description>
      <pubDate>Tue, 10 Oct 2006 12:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-xserver-in-run-level-5-help/m-p/3876932#M25536</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2006-10-10T12:56:59Z</dc:date>
    </item>
  </channel>
</rss>

