View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 12 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: VNC display grey screen
PostPosted: Fri Jan 19, 2007 5:27 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Running RE50 and trying to access my knoppmyth box from ubuntu 6.10 with vnc viewer. When it load I only see a grey screen.

This used to work fine with nx client. <minor grumble>

Here is output from terminal

alexvd@alexvd-tabletpc:~$ vncviewer 192.168.11.50
VNC viewer version 3.3.7 - built Jul 4 2006 10:04:48
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
See http://www.realvnc.com for information on VNC.
VNC server supports protocol version 3.8 (viewer 3.3)
Password:
VNC authentication succeeded
Desktop name "mythtvmasterbackend:0"
Connected to VNC server, using protocol version 3.3
VNC server default format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Warning: Cannot convert string "-*-helvetica-bold-r-*-*-16-*-*-*-*-*-*-*" to type FontStruct
Using default colormap and visual, TrueColor, depth 24.
Got 256 exact BGR233 colours out of 256
Using BGR233 pixel format:
8 bits per pixel.
True colour: max red 7 green 7 blue 3, shift red 0 green 3 blue 6
Using shared memory PutImage


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 11:17 am 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Hi just to be clear on this. It opens another window. I can see a mouse cursor, however the background is pixelated grey boxes and if I right click I don't get any menus.

I did not do anything on the backend to enable vnc server. I thought that it was installed and ready to go at startup. All you need is the viewer.

should i try another vnc app like tightvnc or something. I am just going to the terminal right now running at the command line.


Top
 Profile  
 
 Post subject: additional help
PostPosted: Sun Jan 21, 2007 11:17 am 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Hi just to be clear on this. It opens another window. I can see a mouse cursor, however the background is pixelated grey boxes and if I right click I don't get any menus.

I did not do anything on the backend to enable vnc server. I thought that it was installed and ready to go at startup. All you need is the viewer.

should i try another vnc app like tightvnc or something. I am just going to the terminal right now running at the command line.


Top
 Profile  
 
 Post subject: Re: additional help
PostPosted: Sun Jan 21, 2007 11:36 am 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
alexvd wrote:
I did not do anything on the backend to enable vnc server. I thought that it was installed and ready to go at startup. All you need is the viewer.
Don't know (in R5D1 I had to install vncserver, IIRC), but it's easy enough to check. On the backend run
Code:
ps -ef | grep -i vnc
and see what shows up.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 12:55 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Sorry for the double post. I was pretty sure it was running as you can see in the above post that it authenticates.

I ran the command anyway. Thanks

root@mythtvmasterbackend:~# ps -ef | grep -i vnc
mythtv 2915 1 0 Jan01 ? 00:00:02 /usr/bin/x11vnc -nap -wait 50 -display :0 -forever -o /var/log/x11vnc.log -bg
root 4530 4520 0 13:54 ttyp0 00:00:00 grep -i vnc


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 12:56 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Sorry for the double post. I was pretty sure it was running as you can see in the above post that it authenticates.

I ran the command anyway. Thanks

root@mythtvmasterbackend:~# ps -ef | grep -i vnc
mythtv 2915 1 0 Jan01 ? 00:00:02 /usr/bin/x11vnc -nap -wait 50 -display :0 -forever -o /var/log/x11vnc.log -bg
root 4530 4520 0 13:54 ttyp0 00:00:00 grep -i vnc


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 12:56 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Sorry for the double post. I was pretty sure it was running as you can see in the above post that it authenticates.

I ran the command anyway. Thanks

root@mythtvmasterbackend:~# ps -ef | grep -i vnc
mythtv 2915 1 0 Jan01 ? 00:00:02 /usr/bin/x11vnc -nap -wait 50 -display :0 -forever -o /var/log/x11vnc.log -bg
root 4530 4520 0 13:54 ttyp0 00:00:00 grep -i vnc


Top
 Profile  
 
 Post subject: huh?
PostPosted: Sun Jan 21, 2007 12:56 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Sorry for the double post. I was pretty sure it was running as you can see in the above post that it authenticates.

I ran the command anyway. Thanks

root@mythtvmasterbackend:~# ps -ef | grep -i vnc
mythtv 2915 1 0 Jan01 ? 00:00:02 /usr/bin/x11vnc -nap -wait 50 -display :0 -forever -o /var/log/x11vnc.log -bg
root 4530 4520 0 13:54 ttyp0 00:00:00 grep -i vnc


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 12:57 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
sorry i keep posting because the Forums are giving me errors. I didnt think it was going through. Cecil feel free to delete these


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 4:03 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
alexvd wrote:
root@mythtvmasterbackend:~# ps -ef | grep -i vnc
mythtv 2915 1 0 Jan01 ? 00:00:02 /usr/bin/x11vnc -nap -wait 50 -display :0 -forever -o /var/log/x11vnc.log -bg
root 4530 4520 0 13:54 ttyp0 00:00:00 grep -i vnc

As I understand it, x11vnc exports an already existing X display. You say this is your backend, do you have mythfrontend running on it (and on display :0)?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 23, 2007 2:08 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
well primarily what i want to do is run mythtv-setup so I would be exiting the frontend.

I will verify.


Top
 Profile  
 
 Post subject: Solved
PostPosted: Wed Jan 24, 2007 2:00 pm 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Hi this was solved. I was at a root prompt trying to vnc in and that was the cause.

Thanks for pointing that out.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu