> -----Original Message----- > From: PETEX,STEPHANE (Non-HP-France,ex1) > [mailto:[EMAIL PROTECTED]] > > I have installed VNC server on several servers HP-UX 11 and > HP-UX 10.20. The > viewer is on hp-ux 10.20. > On HP-UX 11 it's OK but on 10.20 I have a gray screen. I can > only move the mousse. > I tried to type /usr/vue/bin/vuewm :1.0 but no change. >
Is the console running vue or cde? What if you put "/usr/vue/bin/vuewm" in ~/.vnc/xstarup ? (do not specify the display on the vuewm commandline, it's in the environment.) Can you do a `xterm :1`? What does `Xvnc :3 -query localhost` give on `vncviewer hpux:3`? > Have you some idea?? Thank you very much in advance > Edit /etc/services and /etc/inetd.conf according to: http://www.sourcecodecorner.com/articles/vnc/linux.asp Details for /etc/inetd.conf: Do not use 'nobody' for user, use 'sys' or 'bin' on hp-ux. Check the fontpath at the console and provide that at the end of the line with the '-fp' option. Restart inetd with `/sbin/init/inetd stop; /sbin/init/inetd start` CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
