<?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 can a Linux user get a GUI? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834222#M24435</link>
    <description>At nowadays, run level 5 normally brings the X windows in most Linux systems.</description>
    <pubDate>Thu, 03 Aug 2006 11:43:54 GMT</pubDate>
    <dc:creator>George Liu_4</dc:creator>
    <dc:date>2006-08-03T11:43:54Z</dc:date>
    <item>
      <title>How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834217#M24430</link>
      <description>I have a non-root user who wants to operate in a GUI environment. I'm new to Linux, and know that startx will get root a GUI at the console, but what about other users? User currently is connected via telnet from a windows box. Exceed is installed on the windows box.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ed</description>
      <pubDate>Mon, 31 Jul 2006 12:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834217#M24430</guid>
      <dc:creator>Doug Brinkman - DRI CMA</dc:creator>
      <dc:date>2006-07-31T12:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834218#M24431</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The system needs a working gdm.conf file that permits outside access in gui mode.&lt;BR /&gt;&lt;BR /&gt;The file is in /etc/X11/gdm and is very well documented. A couple of changes to it and a GUI login can be done directly&lt;BR /&gt;&lt;BR /&gt;startx should be executable by users:&lt;BR /&gt;&lt;BR /&gt;root@baghdad gdm]# whereis startx&lt;BR /&gt;startx: /usr/X11R6/bin/startx /usr/bin/X11/startx&lt;BR /&gt;[root@baghdad gdm]# ll /usr/bin/X11/startx&lt;BR /&gt;-rwxr-xr-x  1 root root 3174 May  4 06:57 /usr/bin/X11/startx&lt;BR /&gt;[root@baghdad gdm]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure the user sets the DISPLAY variable to point back to her or his workstation.&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=192.168.0.20:0.0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Jul 2006 13:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834218#M24431</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-31T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834219#M24432</link>
      <description>&lt;!--!*#--&gt;for most distributions, switching to runlevel 5 will accomlish that. &lt;BR /&gt;&lt;BR /&gt;if this is a one time thing, simply log in as root and issue the command:&lt;BR /&gt; init 5&lt;BR /&gt;if this is a more perminant thing, take a look at /etc/inittab for the line that looks like this:&lt;BR /&gt; id:3:initdefault:&lt;BR /&gt;and change it to &lt;BR /&gt; id:5:initdefault:&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Tue, 01 Aug 2006 09:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834219#M24432</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2006-08-01T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834220#M24433</link>
      <description>I'm sorry, I didn't read the whole question. you'll still need to be in runlevel 5 (which starts the Xwindows environment in multiuser mode), but you'll also need to modify your config as per stephen above.</description>
      <pubDate>Tue, 01 Aug 2006 09:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834220#M24433</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2006-08-01T09:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834221#M24434</link>
      <description>Hi Doug,&lt;BR /&gt;&lt;BR /&gt;Make sure that your server/machine boots  in Runlevel 5.&lt;BR /&gt;&lt;BR /&gt;Then, you need to edit the file "/etc/X11/gdm/gdm.conf" and go to the  "[xdmcp]"  section and make sure you have Enable=True set.&lt;BR /&gt;&lt;BR /&gt;After that, you'll have to export the display as Steve has suggested.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Atul</description>
      <pubDate>Thu, 03 Aug 2006 09:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834221#M24434</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-08-03T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834222#M24435</link>
      <description>At nowadays, run level 5 normally brings the X windows in most Linux systems.</description>
      <pubDate>Thu, 03 Aug 2006 11:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834222#M24435</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-08-03T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834223#M24436</link>
      <description>What if you have say 100 ChUI telnet end-users and only one or two admin types that occasionally need to login in GUI for maint work.  I don't see how booting into runlevel 5 is appropriate here.  Back in RH 7.3, I started a VNC server and used startx - worked for root and non-root.  But, I'm now on RHEL 4 and old method doesn't work. I haven't spent much time trying to get a remote GUI session working again.  Suggestions?</description>
      <pubDate>Thu, 03 Aug 2006 11:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834223#M24436</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2006-08-03T11:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834224#M24437</link>
      <description>Have you ever used SSH with X11 connection forwarding?&lt;BR /&gt;&lt;BR /&gt;Get PuTTY (it's free, google for it) or another SSH client for the windows box.&lt;BR /&gt;Ensure that the Linux server has "X11Forwarding yes" in /etc/ssh/sshd_config.&lt;BR /&gt;&lt;BR /&gt;1.) Start up exceed, but don't connect to anything with it - just have it running.&lt;BR /&gt;2.) Start up PuTTY, go through SSH mode settings and tick the box named "X11 connection forwarding".&lt;BR /&gt;3.) Use PuTTY to connect to the Linux box. Looks like just another telnet-like connection, right?&lt;BR /&gt;4.) Run a command that requires GUI. For testing, "xclock &amp;amp;" is good. The window should appear on your screen. To convince yourself you're on the correct host, run a GUI file manager application and take a look around.&lt;BR /&gt;&lt;BR /&gt;Now you can use any GUI tool if you know how to start it from the shell. It may not be as convenient as a remote access to the entire desktop environment, but it uses less bandwidth.&lt;BR /&gt;&lt;BR /&gt;You can get a full desktop session, too: run "startkde" or "gnome-session" (whichever you prefer). You may need to change Exceed to a mode where you're using a separate "remote desktop window" for that.&lt;BR /&gt;&lt;BR /&gt;If you are unfamiliar with SSH, the content of the DISPLAY variable on the remote host might look odd. Don't fiddle with it: it works as is. &lt;BR /&gt;&lt;BR /&gt;The old-style way of setting up a X11 connection requires setting the DISPLAY variable correctly, then fiddling with "xauth" or "xhost" commands. *None* of this is needed with properly-setup SSH: it all happens automatically.&lt;BR /&gt;&lt;BR /&gt;As a bonus, the GUI-related traffic becomes a part of the SSH connection and gets encrypted. No need to open any ports other than 22/TCP for SSH.</description>
      <pubDate>Fri, 04 Aug 2006 02:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834224#M24437</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-08-04T02:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834225#M24438</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is the document teach you how to confgure your Exceed to access to your X Windows, URL is &lt;A href="http://www.uic.edu/depts/accc/software/exceed/sshexceed.html" target="_blank"&gt;http://www.uic.edu/depts/accc/software/exceed/sshexceed.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 06:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834225#M24438</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-04T06:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834226#M24439</link>
      <description>Didn't pay attention to his question carefully. &lt;BR /&gt;Yes, for a remote X login, most convenient way is to start vnc server on the linux server, and run vnc client in either linux or winodws. You don't need runlevel 5.</description>
      <pubDate>Fri, 04 Aug 2006 08:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834226#M24439</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-08-04T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can a Linux user get a GUI?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834227#M24440</link>
      <description>Hey Doug,&lt;BR /&gt;&lt;BR /&gt;Make sure you have got VNC RPM installed in your machine by using the command --&lt;BR /&gt;&lt;BR /&gt;# rpm -q vnc -i&lt;BR /&gt;&lt;BR /&gt;By the way, you need to install the packages --&lt;BR /&gt;&lt;BR /&gt;vnc-4.0-8.1.i386.rpm&lt;BR /&gt;vnc-server-4.0-8.1.i386.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Atul</description>
      <pubDate>Tue, 08 Aug 2006 00:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-a-linux-user-get-a-gui/m-p/3834227#M24440</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-08-08T00:59:24Z</dc:date>
    </item>
  </channel>
</rss>

