<?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: Linux as X server for HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779040#M78841</link>
    <description>This is not directly related to your problem just a tip when using linux as an X terminal.&lt;BR /&gt;&lt;BR /&gt;use 8bit color depth, if not some applications may look wierd or not start up at all.</description>
    <pubDate>Mon, 05 Aug 2002 04:54:31 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2002-08-05T04:54:31Z</dc:date>
    <item>
      <title>Linux as X server for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779038#M78839</link>
      <description>I wanted to display the CDE destop of a HP-UX server on my linux box display.&lt;BR /&gt;&lt;BR /&gt;What I did is issue the command "X -query hpservername :1" on one of the virtual consoles.&lt;BR /&gt;&lt;BR /&gt;However what happens is that I only get initial black screen and hourglass icon of the mouse curor.  After that it just repeatedly just blanks out and shows the hourglass icon again.  I even have to telnet into the linux box just to kill the X process since I cant even get a permanent non-balnking screen in the main gui screen of my linux box.&lt;BR /&gt;&lt;BR /&gt;For connecting to a solaris box, its working perfectly fine.&lt;BR /&gt;&lt;BR /&gt;Is there any configuration needed on my linux box or on the HP-server?&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 00:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779038#M78839</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2002-08-03T00:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linux as X server for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779039#M78840</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;For me it works perfectly.&lt;BR /&gt;I guess your problem is linked to font server being used.&lt;BR /&gt;&lt;BR /&gt;I would suggest you start the X font server on the HP-UX box as follows :&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; Edit /etc/rc.config.d/xfs and change the variable value from 0 to 1.&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; Type /sbin/init.d/xfs start to start the X font server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then tell your Linux X server to use the HP-UX machine's font server as follows :&lt;BR /&gt;&lt;BR /&gt;X -query hpservername :1 -fn tcp/hpservername:7000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IMPORTANT REMARK : if you have an international keyboard, you may need the "AltGr" for certains characters (|, #, @, etc...). To be able to use the "AltGr" key, you must disable XKB extensions in the CDE startup files.&lt;BR /&gt;To do that, go to the HP-UX machine :&lt;BR /&gt;&lt;BR /&gt;cd /etc/dt/config/Xsession.d&lt;BR /&gt;&lt;BR /&gt;Create a new file (let's say "xkbdisable") with the following two lines :&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;export XKB_DISABLE=1&lt;BR /&gt;&lt;BR /&gt;Set the permissions of this file as follows :&lt;BR /&gt;&lt;BR /&gt;chown bin:bin /etc/dt/config/Xsession.d/xkbdisable&lt;BR /&gt;chmod 555 /etc/dt/config/Xsession.d/xkbdisable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To make sure that changes are effective, you have to logout from your CDE desktop (from Linux machine) and login again.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 17:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779039#M78840</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-08-03T17:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux as X server for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779040#M78841</link>
      <description>This is not directly related to your problem just a tip when using linux as an X terminal.&lt;BR /&gt;&lt;BR /&gt;use 8bit color depth, if not some applications may look wierd or not start up at all.</description>
      <pubDate>Mon, 05 Aug 2002 04:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779040#M78841</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2002-08-05T04:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linux as X server for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779041#M78842</link>
      <description>Not directly related but you can run an X-Server inside your local X session with Xnest. There you can also have a different color depth and so on. Very nice!</description>
      <pubDate>Mon, 05 Aug 2002 08:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-x-server-for-hp-ux/m-p/2779041#M78842</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2002-08-05T08:02:45Z</dc:date>
    </item>
  </channel>
</rss>

