LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   x11vnc In firefox. (https://www.linuxquestions.org/questions/linux-software-2/x11vnc-in-firefox-358703/)

Radical_Dreamer 08-30-2005 10:50 PM

x11vnc In firefox.
 
Hello, I recently emerged x11vnc and cant seem to get it to work with a javascript enabled firefox. =/ I type

x11vnc -shared -forever -rfbport 5800 -display :0

And it sets up fine, says the server is up and what what, But when I connect with firefox to the server at http://myipaddress:5800/ I get a page that says "RFB 003.003" I know that means my server is up, and all the ports are forewarded but I dont get a login or a desktop. Any help will be greatly appreciated.

--Rad

Radical_Dreamer 08-31-2005 05:32 AM

rad@Rad ~ $ x11vnc -shared -forever -rfbport 5800 -display :0
31/08/2005 06:26:53 passing arg to libvncserver: -rfbport
31/08/2005 06:26:53 passing arg to libvncserver: 5800

Settings:
display: :0
authfile: null
subwin: 0x0
-sid mode: 0
flashcmap: 0
force_idx: 0
visual: null
overlay: 0
ovl_cursor: 1
scaling: 0 1.00000
viewonly: 0
shared: 1
conn_once: 0
timeout: 0
inetd: 0
connect: null
connectfile null
vnc_conn: 1
allow: null
input: null
passfile: null
accept: null
gone: null
users: null
using_shm: 1
flipbytes: 0
onetile: 0
solid: null
blackout: null
xinerama: 0
xrandr: 0
xrandrmode: null
padgeom: null
logfile: null
logappend: 0
rc_file: ""
norc: 0
bg: 0
mod_tweak: 1
isolevel3: 0
xkb: 0
skipkeys: null
addkeysyms: 0
xkbcompat: 0
clearmods: 0
remap: null
norepeat: 1
nofb: 0
watchbell: 1
watchsel: 1
watchprim: 1
cursor: 1
multicurs: 0
curs_mode: null
xfixes: 1
alphacut: 240
alphafrac: 0.33
alpharemove:0
alphablend: 1
cursorshape:1
cursorpos: 1
xwarpptr: 0
buttonmap: null
dragging: 1
ptr_mode: 2
inputskip: 10
speeds: null
debug_ptr: 0
debug_key: 0
defer: 30
waitms: 30
take_naps: 1
sb: 60
sigpipe: null
threads: 0
fs_frac: 0.75
gaps_fill: 4
grow_fill: 3
tile_fuzz: 2
snapfb: 0
gui: 0
gui_mode: null
noremote: 0
safemode: 0
deny_all: 0

31/08/2005 06:26:53 x11vnc version: 0.7.1 lastmod: 2005-02-23
31/08/2005 06:26:53 Using X display :0
31/08/2005 06:26:53 XFIXES available on display, resetting cursor mode
31/08/2005 06:26:53 to: '-cursor most'.
31/08/2005 06:26:53 to disable this behavior use: '-cursor arrow'
31/08/2005 06:26:53 or '-noxfixes'.
31/08/2005 06:26:53 using XFIXES for cursor drawing.
31/08/2005 06:26:53 default visual ID: 0x21
31/08/2005 06:26:54 Read initial data from X display into framebuffer.
31/08/2005 06:26:54 X display :0.0 is 32bpp depth=24 true color

FrameBuffer Info:
width: 1600
height: 1200
scaled_width: 1600
scaled_height: 1200
indexed_color: 0
bits_per_pixel: 32
depth: 24
red_mask: 0x00ff0000 00000000111111110000000000000000
green_mask: 0x0000ff00 00000000000000001111111100000000
blue_mask: 0x000000ff 00000000000000000000000011111111
red: max: 255 shift: 16
green: max: 255 shift: 8
blue: max: 255 shift: 0
mainfb_bytes_per_line: 6400
rfb_fb_bytes_per_line: 6400
format: ZPixmap
byte_order: LSBFirst
bitmap_pad: 32
bitmap_unit: 32
bitmap_bit_order: LSBFirst

31/08/2005 06:26:54 setting up 32 cursors...
31/08/2005 06:26:54 done.
31/08/2005 06:26:54 Listening for VNC connections on TCP port 5800
31/08/2005 06:26:54 created 50 tile_row shm polling images.
31/08/2005 06:26:54 screen setup finished.
31/08/2005 06:26:54
31/08/2005 06:26:54 The VNC desktop is Rad:5800
31/08/2005 06:26:54 possible alias: Rad::5800
PORT=5800

This is my output from the server, if I go to http://myipaddress:5800 it adds more lines here saying a connection has been established and what what.

Radical_Dreamer 08-31-2005 02:24 PM

Any ideas? Yes, no? Hows about...

"Yes do this!" (Insert solution).
Or
"No, you can never do this or anything like it, get off my internets."

Radical_Dreamer 08-31-2005 03:13 PM

Fixed it, x11vnc doesent come with its own java classes. Sooo...

emerge tightvnc

x11vnc -httpdir /usr/share/tightvnc/classes -httpport 5800 -display :0


All times are GMT -5. The time now is 07:43 AM.