<?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: vnc problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545841#M17658</link>
    <description>My suspect goes to twm.&lt;BR /&gt;Verify it is installed:&lt;BR /&gt;&lt;BR /&gt;# which twm&lt;BR /&gt;/usr/X11R6/bin/twm&lt;BR /&gt;&lt;BR /&gt;You can do another thing. You say you run vncserver from root, so I think you run command:&lt;BR /&gt;&lt;BR /&gt;# vncserver :1&lt;BR /&gt;&lt;BR /&gt;if you did so, try this in another shell&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=:1&lt;BR /&gt;# twm&lt;BR /&gt;&lt;BR /&gt;this should bring the twm window manager into the vnc display.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 May 2005 06:49:43 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2005-05-17T06:49:43Z</dc:date>
    <item>
      <title>vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545833#M17650</link>
      <description>Dear All&lt;BR /&gt;i have redhat Enterprise Linux As v.4 , i try to start vncviewer in it , the vncserver package is installed and i start the service then i start the vncserver on the server ,but when i open it from the vncviewer the screen appears as in the attachment.&lt;BR /&gt;BR</description>
      <pubDate>Tue, 17 May 2005 02:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545833#M17650</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-17T02:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545834#M17651</link>
      <description>it seems to me that the vnc server is running but there is no window manager inside it.&lt;BR /&gt;&lt;BR /&gt;do you run the vnc server as root?&lt;BR /&gt;the file /etc/sysconfig/vncservers defines the servers to run when you use vnc as service. could you show it?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 03:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545834#M17651</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-05-17T03:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545835#M17652</link>
      <description>Yeap..&lt;BR /&gt;&lt;BR /&gt;That'd be the VNC server's X server not having a windows manager running, thus only showing the VNC tools.&lt;BR /&gt;&lt;BR /&gt;What does your '/etc/sysconfig/vncserver' file look like?&lt;BR /&gt;&lt;BR /&gt;It should normally have a line simialr to:&lt;BR /&gt;&lt;BR /&gt;VNCSERVERS="0:root"&lt;BR /&gt;&lt;BR /&gt;Where '0' is the display number, and 'root' is the user the server is to run as.&lt;BR /&gt;&lt;BR /&gt;If you are also running an X server on the console, the '0' would be at least '1' (as the console is always display '0').</description>
      <pubDate>Tue, 17 May 2005 03:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545835#M17652</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-17T03:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545836#M17653</link>
      <description>the data on the file vncservers is&lt;BR /&gt;&lt;BR /&gt;[root@ORA1 sysconfig]# more vncservers&lt;BR /&gt;# The VNCSERVERS variable is a list of display:user pairs.&lt;BR /&gt;#&lt;BR /&gt;# Uncomment the line below to start a VNC server on display :1&lt;BR /&gt;# as my 'myusername' (adjust this to your own).  You will also&lt;BR /&gt;# need to set a VNC password; run 'man vncpasswd' to see how&lt;BR /&gt;# to do that.&lt;BR /&gt;#&lt;BR /&gt;# DO NOT RUN THIS SERVICE if your local area network is&lt;BR /&gt;# untrusted!  For a secure way of using VNC, see&lt;BR /&gt;# &lt;&gt;.&lt;BR /&gt;&lt;BR /&gt;#VNCSERVERS="1:myusername"&lt;BR /&gt;#VNCSERVERARGS[1]="-geometry 800x600"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and i start vncserver as a root&lt;BR /&gt;&lt;/&gt;</description>
      <pubDate>Tue, 17 May 2005 03:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545836#M17653</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-17T03:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545837#M17654</link>
      <description>could you show the file /root/.vnc/xstartup ? this is a script executed by the vncserver command to run the window manager</description>
      <pubDate>Tue, 17 May 2005 04:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545837#M17654</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-05-17T04:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545838#M17655</link>
      <description>&lt;BR /&gt;uncomment VNCSERVERS and set it as,&lt;BR /&gt;&lt;BR /&gt;VNCSERVERS=1:root&lt;BR /&gt;&lt;BR /&gt;and see whether it solves your problem&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 17 May 2005 04:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545838#M17655</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-17T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545839#M17656</link>
      <description>the xstartup file &lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;# Uncomment the following two lines for normal desktop:&lt;BR /&gt;# unset SESSION_MANAGER&lt;BR /&gt;# exec /etc/X11/xinit/xinitrc&lt;BR /&gt;&lt;BR /&gt;[ -x /etc/vnc/xstartup ] &amp;amp;&amp;amp; exec /etc/vnc/xstartup&lt;BR /&gt;[ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources&lt;BR /&gt;xsetroot -solid grey&lt;BR /&gt;vncconfig -iconic &amp;amp;&lt;BR /&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;amp;&lt;BR /&gt;twm &amp;amp;&lt;BR /&gt;&lt;BR /&gt;i try to put VNCSERVERS=1:root put also it does not work&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 06:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545839#M17656</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-17T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545840#M17657</link>
      <description>&lt;BR /&gt;# Uncomment the following two lines for normal desktop:&lt;BR /&gt;# unset SESSION_MANAGER&lt;BR /&gt;# exec /etc/X11/xinit/xinitrc&lt;BR /&gt;&lt;BR /&gt;uncomment the above lines and comment rest of the lines in xstartup file. see whether it solves your problem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 17 May 2005 06:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545840#M17657</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-17T06:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545841#M17658</link>
      <description>My suspect goes to twm.&lt;BR /&gt;Verify it is installed:&lt;BR /&gt;&lt;BR /&gt;# which twm&lt;BR /&gt;/usr/X11R6/bin/twm&lt;BR /&gt;&lt;BR /&gt;You can do another thing. You say you run vncserver from root, so I think you run command:&lt;BR /&gt;&lt;BR /&gt;# vncserver :1&lt;BR /&gt;&lt;BR /&gt;if you did so, try this in another shell&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=:1&lt;BR /&gt;# twm&lt;BR /&gt;&lt;BR /&gt;this should bring the twm window manager into the vnc display.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 06:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545841#M17658</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-05-17T06:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: vnc problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545842#M17659</link>
      <description>thanks gopi ,thanks to all my problem solved</description>
      <pubDate>Tue, 17 May 2005 06:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-problem/m-p/3545842#M17659</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-17T06:59:30Z</dc:date>
    </item>
  </channel>
</rss>

