<?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: remote Xorg login in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049147#M29595</link>
    <description>Sorry, the above startup scheme was for SuSE.&lt;BR /&gt;&lt;BR /&gt;For Red Hat or Fedora distributions, the correct startup is as follows:&lt;BR /&gt;&lt;BR /&gt;First determine the default run level:&lt;BR /&gt;&lt;BR /&gt;grep default /etc/inittab&lt;BR /&gt;...&lt;BR /&gt;id:3:initdefault:&lt;BR /&gt;&lt;BR /&gt;If the run level is 3, then:&lt;BR /&gt;cd /etc/rc3.d&lt;BR /&gt;&lt;BR /&gt;If the run level is 5, then:&lt;BR /&gt;cd /etc/rc5.d&lt;BR /&gt;&lt;BR /&gt;ln -s ../init.d/xrdp S15xrdp&lt;BR /&gt;&lt;BR /&gt;If KDE is not starting properly, as on your system, you could try the following:&lt;BR /&gt;&lt;BR /&gt;vi /usr/local/xrdp/startwm&lt;BR /&gt;...&lt;BR /&gt;twm&amp;amp;&lt;BR /&gt;xterm&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;If needed, stop and start xrdp&lt;BR /&gt;&lt;BR /&gt;service xrdp stop&lt;BR /&gt;&lt;BR /&gt;service xrdp start&lt;BR /&gt;&lt;BR /&gt;Now start again the "Remote desktop client" on Windows XP, and login again... you should see at least an X-terminal&lt;BR /&gt;&lt;BR /&gt;You could try as well with Gnome.&lt;BR /&gt;&lt;BR /&gt;If your X-Windows display is not correctly created, then there is propably something wrong with Xvnc&lt;BR /&gt;&lt;BR /&gt;Check if the following processes run:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep vnc&lt;BR /&gt;geertvp  27692 27690  0 22:37 pts/0    00:00:01 Xvnc :10 -geometry 1280x800 -dep&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sesman&lt;BR /&gt;root     27673     1  0 22:36 pts/0    00:00:00 ./sesman&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep xrdp  &lt;BR /&gt;root     27671     1  0 22:36 pts/0    00:00:01 ./xrdp&lt;BR /&gt;&lt;BR /&gt;Hope it works now?&lt;BR /&gt;</description>
    <pubDate>Sat, 11 Aug 2007 15:48:41 GMT</pubDate>
    <dc:creator>Geert Van Pamel</dc:creator>
    <dc:date>2007-08-11T15:48:41Z</dc:date>
    <item>
      <title>remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049139#M29587</link>
      <description>Hi all,&lt;BR /&gt;I am using Fedora core6 and I am accessing this machine via windows2k through putty(ssh console login) application.&lt;BR /&gt;now i want x-desktop login.&lt;BR /&gt;is it possible to remote graphical login (where windows2k is running)?&lt;BR /&gt;if yes plz suggest how we can?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;MKS</description>
      <pubDate>Fri, 03 Aug 2007 05:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049139#M29587</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-08-03T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049140#M29588</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Check VNC, i always use this:&lt;BR /&gt;&lt;A href="http://www.realvnc.com/" target="_blank"&gt;http://www.realvnc.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 03 Aug 2007 06:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049140#M29588</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-08-03T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049141#M29589</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;It is possible, but first you will have to install an X-Server Server on your W2k machine.  Choices include Xming, Cygwin/X, and Exceed, among others.&lt;BR /&gt;&lt;BR /&gt;Then go to PuTTY Configuration-&amp;gt;SSH-&amp;gt;X11 and check "Enable X11 forwarding" and enter "localhost:0" for "X display location".&lt;BR /&gt;&lt;BR /&gt;You may also have to add your client to the /etc/X*.hosts database on your server via the 'xhost' command.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freedesktop.org/wiki/Xming" target="_blank"&gt;http://freedesktop.org/wiki/Xming&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://x.cygwin.com/" target="_blank"&gt;http://x.cygwin.com/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.hummingbird.com/products/nc/exceed/index.html" target="_blank"&gt;http://www.hummingbird.com/products/nc/exceed/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Fri, 03 Aug 2007 08:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049141#M29589</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-08-03T08:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049142#M29590</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ssh -X hostname command&lt;BR /&gt;&lt;BR /&gt;Works for me. There is probably a way to make this work from a windows host.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 03 Aug 2007 09:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049142#M29590</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-03T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049143#M29591</link>
      <description>Hi Spex,&lt;BR /&gt;&lt;BR /&gt;I have dwnload Xming-6-9-0-23-setup.exe but its showing me on installation that require Window NT 5.01 or later. I m not understanding why it is asking?&lt;BR /&gt;&lt;BR /&gt;But when i use it on window xp it has been installed but according your instruction it is not working .&lt;BR /&gt;plz specified more and give me a link where i can dwnload right version which support win2k.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2007 01:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049143#M29591</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-08-06T01:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049144#M29592</link>
      <description>The current version of Xming (XCygwin) can be found @&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/xming" target="_blank"&gt;http://sourceforge.net/projects/xming&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which should support W2k -thru- Vista&lt;BR /&gt;&lt;BR /&gt;Follow the Installation Guide and RElease notes completely in order to set it up correctly.&lt;BR /&gt;&lt;BR /&gt;Personally, I like to use VNC on both my W2k system and Fedora Core6...  Works great and easy to use.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Rick Retterer&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2007 10:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049144#M29592</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2007-08-06T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049145#M29593</link>
      <description>Why don't you install a "Remote Desktop Server" on Linux, compatible with your Windows built-in Remote Desktop client.&lt;BR /&gt;&lt;BR /&gt;Advantage: you do not have to install anything at all on your Windows machine, so you do not pay any license at all.&lt;BR /&gt;&lt;BR /&gt;5 minutes to install.&lt;BR /&gt;xrdp is built on top of vnc&lt;BR /&gt;&lt;BR /&gt;Prerequisites: first install openssl-devel and pam-devel&lt;BR /&gt;&lt;BR /&gt;Download xrdp-0.4.0.tar.gz or later from &lt;A href="http://xrdp.sourceforge.net" target="_blank"&gt;http://xrdp.sourceforge.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Compile:&lt;BR /&gt;&lt;BR /&gt;cd&lt;BR /&gt;&lt;BR /&gt;cd src&lt;BR /&gt;&lt;BR /&gt;gzip -dc xrdp-0.4.0.tar.gz |tar -xf -&lt;BR /&gt;&lt;BR /&gt;cd xrdp-0.4.0&lt;BR /&gt;&lt;BR /&gt;make &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Install:&lt;BR /&gt;&lt;BR /&gt;su &lt;BR /&gt;&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /etc/init.d&lt;BR /&gt;&lt;BR /&gt;ln -s /usr/local/xrdp/xrdp_control.sh xrdp&lt;BR /&gt;&lt;BR /&gt;cd /etc/init.d/rc5.d&lt;BR /&gt;&lt;BR /&gt;ln -s ../init.d/xrdp S15xrdp&lt;BR /&gt;&lt;BR /&gt;service xrdp start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also do the opposite: if you are logged in on Linux and you want to see your remote Windows desktop, just do:&lt;BR /&gt;&lt;BR /&gt;ipconfig (to get the IP address of your Windows machine)&lt;BR /&gt;&lt;BR /&gt;rdesktop -f 45.x.x.x</description>
      <pubDate>Thu, 09 Aug 2007 17:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049145#M29593</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-09T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049146#M29594</link>
      <description>Hi Geert,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;I m getting following error report.&lt;BR /&gt;&lt;BR /&gt;#service xrdp start&lt;BR /&gt;starting xrdp&lt;BR /&gt;df: `': No such file or directory&lt;BR /&gt;df: `': No such file or directory&lt;BR /&gt;/usr/bin/startkde: line 29: [: -lt: unary operator expected&lt;BR /&gt;xsetroot:  unable to open display ''&lt;BR /&gt;Error: Can't open display:&lt;BR /&gt;/usr/bin/startkde: line 124: /.kde/share/config/startupconfig: No such file or directory&lt;BR /&gt;&lt;BR /&gt;and also as u define above /etc/init.d/rc5.d but here it is in /etc/rc.d/rc5.d/ not init.d directory&lt;BR /&gt;&lt;BR /&gt;Plz suggest where is the probs.&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;MKS</description>
      <pubDate>Sat, 11 Aug 2007 08:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049146#M29594</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-08-11T08:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049147#M29595</link>
      <description>Sorry, the above startup scheme was for SuSE.&lt;BR /&gt;&lt;BR /&gt;For Red Hat or Fedora distributions, the correct startup is as follows:&lt;BR /&gt;&lt;BR /&gt;First determine the default run level:&lt;BR /&gt;&lt;BR /&gt;grep default /etc/inittab&lt;BR /&gt;...&lt;BR /&gt;id:3:initdefault:&lt;BR /&gt;&lt;BR /&gt;If the run level is 3, then:&lt;BR /&gt;cd /etc/rc3.d&lt;BR /&gt;&lt;BR /&gt;If the run level is 5, then:&lt;BR /&gt;cd /etc/rc5.d&lt;BR /&gt;&lt;BR /&gt;ln -s ../init.d/xrdp S15xrdp&lt;BR /&gt;&lt;BR /&gt;If KDE is not starting properly, as on your system, you could try the following:&lt;BR /&gt;&lt;BR /&gt;vi /usr/local/xrdp/startwm&lt;BR /&gt;...&lt;BR /&gt;twm&amp;amp;&lt;BR /&gt;xterm&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;If needed, stop and start xrdp&lt;BR /&gt;&lt;BR /&gt;service xrdp stop&lt;BR /&gt;&lt;BR /&gt;service xrdp start&lt;BR /&gt;&lt;BR /&gt;Now start again the "Remote desktop client" on Windows XP, and login again... you should see at least an X-terminal&lt;BR /&gt;&lt;BR /&gt;You could try as well with Gnome.&lt;BR /&gt;&lt;BR /&gt;If your X-Windows display is not correctly created, then there is propably something wrong with Xvnc&lt;BR /&gt;&lt;BR /&gt;Check if the following processes run:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep vnc&lt;BR /&gt;geertvp  27692 27690  0 22:37 pts/0    00:00:01 Xvnc :10 -geometry 1280x800 -dep&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sesman&lt;BR /&gt;root     27673     1  0 22:36 pts/0    00:00:00 ./sesman&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep xrdp  &lt;BR /&gt;root     27671     1  0 22:36 pts/0    00:00:01 ./xrdp&lt;BR /&gt;&lt;BR /&gt;Hope it works now?&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Aug 2007 15:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049147#M29595</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-11T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049148#M29596</link>
      <description>hi,&lt;BR /&gt;its not working.The result is as follows&lt;BR /&gt;&lt;BR /&gt;#twm&lt;BR /&gt;_X11TransSocketINETConnect() can't get address for localhost:6003: Name or service not known&lt;BR /&gt;twm:  unable to open display ":0.0"&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep vnc&lt;BR /&gt;root      2662  2202  0 16:19 pts/2    00:00:00 grep vnc&lt;BR /&gt;&lt;BR /&gt;#ps -ef |grep sesman&lt;BR /&gt;root      2665  2202  0 16:20 pts/2    00:00:00 grep sesman&lt;BR /&gt;&lt;BR /&gt;#ps -ef |grep xrdp&lt;BR /&gt;root      2668  2202  0 16:21 pts/2    00:00:00 grep xrdp&lt;BR /&gt;&lt;BR /&gt;# service xrdp start&lt;BR /&gt;starting xrdp&lt;BR /&gt;df: `': No such file or directory&lt;BR /&gt;df: `': No such file or directory&lt;BR /&gt;/usr/bin/startkde: line 29: [: -lt: unary operator expected&lt;BR /&gt;xsetroot:  unable to open display ''&lt;BR /&gt;Error: Can't open display:&lt;BR /&gt;/usr/bin/startkde: line 124: /.kde/share/config/startupconfig: No such file or directory&lt;BR /&gt;&lt;BR /&gt;I could not getting exactly where is the problem?is there any DISPLAY setting probs or KDE settings?&lt;BR /&gt;&lt;BR /&gt;Plz suggest!&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;MKS</description>
      <pubDate>Sun, 12 Aug 2007 06:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049148#M29596</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-08-12T06:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049149#M29597</link>
      <description>&lt;!--!*#--&gt;You should *not* manually execute twm, it is run automatically from /usr/local/xrdp/startwm.sh when accessing the system from the "Remote Desktop Client".&lt;BR /&gt;&lt;BR /&gt;Make sure that openssl-devel and pam-devel is installed. You should install versions compatible with your OS.&lt;BR /&gt;&lt;BR /&gt;rpm -qa &amp;gt; /tmp/installed.txt&lt;BR /&gt;&lt;BR /&gt;grep openssl-devel /tmp/installed.txt&lt;BR /&gt;...&lt;BR /&gt;openssl-devel-0.9.6b-29&lt;BR /&gt;&lt;BR /&gt;grep pam-devel /tmp/installed.txt&lt;BR /&gt;...&lt;BR /&gt;pam-devel-0.75-40&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure that xrdp and Xvnc is properly installed, and running:&lt;BR /&gt;&lt;BR /&gt;ls /usr/local/xrdp&lt;BR /&gt;ad256.bmp    cursor1.cur  libscp.so  libxrdp.so  sesman      sesrun  sestest     Tahoma-10.fv1  xrdp256.bmp&lt;BR /&gt;cursor0.cur  librdp.so    libvnc.so  libxup.so   sesman.log  sessvc  startwm.sh  xrdp           xrdp_control.sh&lt;BR /&gt;&lt;BR /&gt;Check that xrdp_control.sh and startwm.sh is available in the above directory.&lt;BR /&gt;&lt;BR /&gt;Check that xrdp is a symbolic link in the /etc/init.d directory&lt;BR /&gt;&lt;BR /&gt;ls -ld /etc/init.d/xrdp&lt;BR /&gt;lrwxrwxrwx    1 root     root           31 Jun 24 10:20 /etc/init.d/xrdp -&amp;gt; /usr/local/xrdp/xrdp_control.sh&lt;BR /&gt;&lt;BR /&gt;You should see the following menu when typing the command "service xrdp"&lt;BR /&gt;&lt;BR /&gt;service xrdp&lt;BR /&gt;Usage: xrdp_control.sh {start|stop|restart|force-reload}&lt;BR /&gt;&lt;BR /&gt;which Xvnc&lt;BR /&gt;/usr/bin/Xvnc&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep Xvnc&lt;BR /&gt;geertvp  27692 27690  0 Aug11 ?        00:00:01 Xvnc :10 -geometry 1280x800 -dep&lt;BR /&gt;&lt;BR /&gt;Display :10 corresponds to 6000 + 10 = TCP port 6010, 6000 being the base X port number&lt;BR /&gt;&lt;BR /&gt;grep 6000 /etc/services&lt;BR /&gt;x11             6000/tcp        X               # the X Window System&lt;BR /&gt;&lt;BR /&gt;Terminal services should run:&lt;BR /&gt;&lt;BR /&gt;nmap localhost&lt;BR /&gt;...&lt;BR /&gt;3389/tcp   open        ms-term-serv&lt;BR /&gt;&lt;BR /&gt;netstat -l&lt;BR /&gt;...&lt;BR /&gt;tcp        0      0 *:x11-ssh-offset        *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:3389                  *:*                     LISTEN  &lt;BR /&gt;&lt;BR /&gt;netstat -ln&lt;BR /&gt;...&lt;BR /&gt;tcp        0      0 0.0.0.0:6010            0.0.0.0:*               LISTEN&lt;BR /&gt;tcp        0      0 0.0.0.0:3389            0.0.0.0:*               LISTEN  &lt;BR /&gt;&lt;BR /&gt;Edit the file /usr/local/xrdp/startwm and put the following commands at the top of the script:&lt;BR /&gt;&lt;BR /&gt;twm&amp;amp;&lt;BR /&gt;xterm&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;From the above and your last remark, I conclude that the xrdp startup script does not run correctly, and that possibly there is a problem with the Xvnc installation.&lt;BR /&gt;&lt;BR /&gt;Please also verify the protection of all above mentioned files and directories.&lt;BR /&gt;&lt;BR /&gt;Another problem that can block access is a local firewall.&lt;BR /&gt;&lt;BR /&gt;Are you sure that KDE is correctly installed?? Try with Gnome, or with other options in the shell script /usr/local/xrdp/startwm.sh&lt;BR /&gt;&lt;BR /&gt;You can also enable error logging for "xrdp start" troubleshooting:&lt;BR /&gt;&lt;BR /&gt;vi /usr/local/xrdp/xrdp_control.sh&lt;BR /&gt;[old]&lt;BR /&gt;LOG=/dev/null&lt;BR /&gt;[new]&lt;BR /&gt;LOG=/tmp/xrdp.log&lt;BR /&gt;...&lt;BR /&gt;xrdp_start()&lt;BR /&gt;{&lt;BR /&gt;  echo -n "Starting: xrdp and sesman . . "&lt;BR /&gt;  ./$XRDP &amp;gt;&amp;gt; $LOG&lt;BR /&gt;  ./$SESMAN &amp;gt;&amp;gt; $LOG&lt;BR /&gt;  echo "."&lt;BR /&gt;  sleep 1&lt;BR /&gt;  return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Then start xrdp again, and verify the log file:&lt;BR /&gt;&lt;BR /&gt;service xrdp start&lt;BR /&gt;&lt;BR /&gt;cat /tmp/xrdp.log&lt;BR /&gt;&lt;BR /&gt;When everything works ok, you should see the display on the xterm terminal session:&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;:10.0&lt;BR /&gt;&lt;BR /&gt;(could, and will certainly be another number on your system)</description>
      <pubDate>Sun, 12 Aug 2007 10:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049149#M29597</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-12T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049150#M29598</link>
      <description>Thanks a lot.&lt;BR /&gt;Its working now but not displaying as same as of my server desktop.&lt;BR /&gt;Its dispaly TWM Icon Manager, VNC Config and terminal only.&lt;BR /&gt;is there any setting in configuration(resolution setting) to dispaly proper desktop?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Mon, 13 Aug 2007 07:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049150#M29598</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-08-13T07:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049151#M29599</link>
      <description>We are sure now that you have a working X-display and that xterm creates a virtual terminal. This proves that the basic functionality of Remote Desktop Server works.&lt;BR /&gt;&lt;BR /&gt;Now you can try to edit the file /usr/local/xrdp/startwm.sh again and put one of the following commands at the top of the script (depending on whether you installed Gnome or KDE)&lt;BR /&gt;&lt;BR /&gt;gnome-session&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;kde&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;startkde&lt;BR /&gt;exit 0&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Aug 2007 15:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049151#M29599</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-13T15:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: remote Xorg login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049152#M29600</link>
      <description>I'm trying to accomplish this very thing myself, but my machine is running Slackware 12 and as far as I can see, pam-devel and openssl-devel are only available in RPM packages. Is there a way to install an RPM on a Slack machine?</description>
      <pubDate>Thu, 30 Aug 2007 13:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-xorg-login/m-p/4049152#M29600</guid>
      <dc:creator>Rick Blalock</dc:creator>
      <dc:date>2007-08-30T13:29:18Z</dc:date>
    </item>
  </channel>
</rss>

