<?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: HP-UX 11 : Xserver cannot be started in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473315#M775871</link>
    <description>I'd run through all of the above if you do not have the system in front of you now checking everything out systematically ... most likely causes and fixes are at the top of this discussion.&lt;BR /&gt;&lt;BR /&gt;As to the device files ... I'd be tempted to let the system create them for you : see man insf or use that script ?&lt;BR /&gt;&lt;BR /&gt;It sounds as if you need ps2 ... but again check for yourself when you are in front of the system ie ll /dev/hil, ps2, crt etc etc  &lt;BR /&gt;&lt;BR /&gt;good luck ... more news tomorrow then ;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Dec 2000 09:51:51 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-12-13T09:51:51Z</dc:date>
    <item>
      <title>HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473304#M775860</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have made a fresh install of hpux 11 on a 715/80. After the installation proces, my system try to start the cde login screen, but he can't.&lt;BR /&gt;I get the next error:&lt;BR /&gt;&lt;BR /&gt;Xserver cannot be started on display studie:0&lt;BR /&gt;&lt;BR /&gt;The /var/dt/Xerror gives the next errors:&lt;BR /&gt;&lt;BR /&gt;Fatal server error: Couldn't open X pointer device! is one attached ?&lt;BR /&gt;Fatal IO error 232 (connection reset by peer) on Xserver "studie:0.0"&lt;BR /&gt;after 0 request 0 known processed with 0 events remaining&lt;BR /&gt;Error (PID 1728): Server voor display studie:0 can't be started.&lt;BR /&gt;&lt;BR /&gt;What can I do?&lt;BR /&gt;&lt;BR /&gt;When I looked with 'sam' in the Xserver configuration, he didnot see my monitor.&lt;BR /&gt;It works with hp-ux 10.20.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 08:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473304#M775860</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-13T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473305#M775861</link>
      <description>make sure a mouse &amp;amp; keyboard are plugged in : if yes recreate the device files for them hil or ps2 ?</description>
      <pubDate>Wed, 13 Dec 2000 08:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473305#M775861</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-12-13T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473306#M775862</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks like you're having a problem with your mouse (X pointer device).&lt;BR /&gt;&lt;BR /&gt;Here is a script (thanks to Andreas Voss) that recreates graphics,pointer and keyboard.&lt;BR /&gt;&lt;BR /&gt;---cut here ---&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;&lt;BR /&gt;rm -f /stand/ioconfig /etc/ioconfig&lt;BR /&gt;rm -f /dev/*crt* /dev/*hil* /dev/*ps2*&lt;BR /&gt;/usr/sbin/ioinit -c&lt;BR /&gt;/usr/sbin/ioinit -i&lt;BR /&gt;/usr/sbin/insf -evd hil&lt;BR /&gt;/usr/sbin/insf -evd ps2&lt;BR /&gt;/usr/sbin/insf -evd framebuf&lt;BR /&gt;i=`ioscan -fuC hil |awk '/^hil/{print $2}'`&lt;BR /&gt;for n in 1 2 3 4 5 6 7&lt;BR /&gt;do&lt;BR /&gt;  ln /dev/hil_$i.$n /dev/hil$n&lt;BR /&gt;done&lt;BR /&gt;ln /dev/rhil_$i /dev/rhil&lt;BR /&gt;ln /dev/hilkbd_$i /dev/hilkbd&lt;BR /&gt;---\cut ---&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 08:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473306#M775862</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-13T08:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473307#M775863</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If you have checked your mouse and your keyboard and are ok, you can prove with the command: /sbin/insf for recreate the device files.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473307#M775863</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2000-12-13T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473308#M775864</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;oops, Xpointer stands for mouse, I should have know, hmmm...&lt;BR /&gt;I have I 715/80 and it has a HIL port, but I have a ps2 keyboard and mouse so I use a little box, I don't know how I must call it, me be that is the point.&lt;BR /&gt;I know my keyboard works fine.&lt;BR /&gt;What should I do ? create device files for hil or ps2 ?&lt;BR /&gt;&lt;BR /&gt;Marcel</description>
      <pubDate>Wed, 13 Dec 2000 09:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473308#M775864</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-13T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473309#M775865</link>
      <description>sounds like a ps2-hil adaptor .... ;)&lt;BR /&gt;&lt;BR /&gt;i'd try hil or even switch the mouse and keyboard.&lt;BR /&gt;&lt;BR /&gt;Or check ll /dev ?</description>
      <pubDate>Wed, 13 Dec 2000 09:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473309#M775865</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-12-13T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473310#M775866</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Are you sure that the 'ps2' driver is installed in your kernel? It looks like it isn't.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473310#M775866</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-13T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473311#M775867</link>
      <description>I think i just spotted your problem :&lt;BR /&gt;&lt;BR /&gt;you cant mix ps2 and hil &lt;BR /&gt;&lt;BR /&gt;The keyboard adaptor module is used on the 715/64,80,100 and 725/100 to&lt;BR /&gt;allow for the use of either HIL keyboard/devices or PS2 keyboard and&lt;BR /&gt;mouse.&lt;BR /&gt;The system does not support both types of devices(ps2 and HIL) at the&lt;BR /&gt;same time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               --------                   ---------&lt;BR /&gt;               |      |                   |       &amp;lt;---- HIL&lt;BR /&gt;               | 715  |  ADPTOR MOD CBL   | KBD   |&lt;BR /&gt;               |      |===================| ADPT  &amp;lt;---- PS2 &lt;BR /&gt;&lt;BR /&gt;               |      |   A4022-62003     | MOD   |&lt;BR /&gt;               |      |                   |       &amp;lt;---- PS2 Mouse&lt;BR /&gt;               --------                   ---------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473311#M775867</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-12-13T09:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473312#M775868</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't have the system here, it is at home, I use it for study. I this evening your solutions and let you know.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Marcel</description>
      <pubDate>Wed, 13 Dec 2000 09:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473312#M775868</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-13T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473313#M775869</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Wich device files must I create now?</description>
      <pubDate>Wed, 13 Dec 2000 09:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473313#M775869</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-13T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473314#M775870</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Alex said, you cannot mix devices, but you told that you were using ps2 keyboard AND mouse so they both should work.&lt;BR /&gt;&lt;BR /&gt;Have a look at the following thread as the subject has already been discussed.&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb1607e990647d4118fee0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb1607e990647d4118fee0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473314#M775870</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-13T09:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473315#M775871</link>
      <description>I'd run through all of the above if you do not have the system in front of you now checking everything out systematically ... most likely causes and fixes are at the top of this discussion.&lt;BR /&gt;&lt;BR /&gt;As to the device files ... I'd be tempted to let the system create them for you : see man insf or use that script ?&lt;BR /&gt;&lt;BR /&gt;It sounds as if you need ps2 ... but again check for yourself when you are in front of the system ie ll /dev/hil, ps2, crt etc etc  &lt;BR /&gt;&lt;BR /&gt;good luck ... more news tomorrow then ;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473315#M775871</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-12-13T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473316#M775872</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We'll wait for more news for tomorrow then.&lt;BR /&gt;&lt;BR /&gt;Your tasks for tonight:&lt;BR /&gt;1. Make sure the 'ps2' driver is installed in the kernel.&lt;BR /&gt;2. Run the script here above.&lt;BR /&gt;3. Have a beer (or a 6 pack) when it works ;-)&lt;BR /&gt;&lt;BR /&gt;Let us know how you made it.&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2000 09:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473316#M775872</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-13T09:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473317#M775873</link>
      <description>Hi Alex and Dan,&lt;BR /&gt;&lt;BR /&gt;The hil and ps2 device files are already in the kernel, so I changed de hil-ps2 adapter and now it works fine. &lt;BR /&gt;First check the hardware, before you install the software!&lt;BR /&gt;&lt;BR /&gt;Thank for your time !&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 07:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473317#M775873</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-14T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473318#M775874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you have the beers, then?&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 08:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473318#M775874</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-14T08:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11 : Xserver cannot be started</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473319#M775875</link>
      <description>yep...</description>
      <pubDate>Thu, 14 Dec 2000 08:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-xserver-cannot-be-started/m-p/2473319#M775875</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-12-14T08:09:51Z</dc:date>
    </item>
  </channel>
</rss>

