[Vnc2swf-users] notruecolor
Status: Alpha
Brought to you by:
euske
From: <pol...@ho...> - 2005-04-26 06:55:23
|
Hi, congratulations for this exelent program & I have a problem with the files. My english is not good enougth, but I got a question I'm workin in a series of Blender tutorial on Linux & I wrote this little script: #!/bin/sh x11vnc -notruecolor & /usr/lib/blender/blender -p 290, 100 720 480 /home/francisco/Blender/Tutorial.blend & cd /usr/X11R6/bin ./recordwin /home/francisco/Tutorial.swf This appears on the terminal window: Settings: display: null authfile: null subwin: 0x0 -sid mode: 0 flashcmap: 0 force_idx: 1 visual: null overlay: 0 ovl_cursor: 1 scaling: 0 1.00000 viewonly: 0 shared: 0 conn_once: 1 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: 1 gui_mode: null noremote: 0 safemode: 0 deny_all: 0 26/04/2005 01:45:55 x11vnc version: 0.7.1 lastmod: 2005-02-23 26/04/2005 01:45:55 Using X display :0.0 26/04/2005 01:45:55 XFIXES available on display, resetting cursor mode 26/04/2005 01:45:55 to: '-cursor most'. 26/04/2005 01:45:55 to disable this behavior use: '-cursor arrow' 26/04/2005 01:45:55 or '-noxfixes'. 26/04/2005 01:45:55 using XFIXES for cursor drawing. 26/04/2005 01:45:55 default visual ID: 0x21 gui: pinging :0.0 try=1 ... sending remote command: "qry=ping" via VNC_CONNECT X property. 26/04/2005 01:45:56 Read initial data from X display into framebuffer. 26/04/2005 01:45:56 X display :0.0 is 32bpp depth=24 true color FrameBuffer Info: width: 1024 height: 768 scaled_width: 1024 scaled_height: 768 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: 4096 rfb_fb_bytes_per_line: 4096 format: ZPixmap byte_order: LSBFirst bitmap_pad: 32 bitmap_unit: 32 bitmap_bit_order: LSBFirst 26/04/2005 01:45:56 setting up 32 cursors... 26/04/2005 01:45:56 done. 26/04/2005 01:45:56 Autoprobing TCP port 26/04/2005 01:45:56 Autoprobing selected port 5900 26/04/2005 01:45:57 created 32 tile_row shm polling images. 26/04/2005 01:45:57 screen setup finished. 26/04/2005 01:45:57 26/04/2005 01:45:57 The VNC desktop is localhost.localdomain:0 PORT=5900 vnc2swf version 0.4.1 - built Mar 29 2005 20:05:16 Copyright (C) 2002-2004 Yusuke Shinyama <yusuke at cs dot nyu dot edu> - Based on VNC viewer version 3.3.7 Copyright (C) 2002-2003 RealVNC Ltd. Copyright (C) 1994-2000 AT&T Laboratories Cambridge. See http://www.realvnc.com for information on VNC. error: could not connect to an x11vnc server at :0.0 (rc=1) 26/04/2005 01:46:00 Got connection from client 127.0.0.1 26/04/2005 01:46:00 other clients: VNC server supports protocol version 3.3 (viewer 3.3) gui: pinging :0.0 try=2 ... sending remote command: "qry=ping" via VNC_CONNECT X property. 26/04/2005 01:46:01 Disabled X server key autorepeat. (you can run the 26/04/2005 01:46:01 command: 'xset r on' to force it back on) 26/04/2005 01:46:01 read VNC_CONNECT: qry=ping ans=ping:localhost.localdomain:0.0 gui: ping succeeded. could not exec wish: wish - execlp: No such file or directory 26/04/2005 01:46:02 Protocol version 3.3 No authentication needed 26/04/2005 01:46:02 read VNC_CONNECT: ans=ping:localhost.localdomain:0.0 Desktop name "localhost.localdomain:0.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 Using default colormap and visual, TrueColor, depth 24. Using viewer's native pixel 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 === WriteInitMovie: Warning: file /home/francisco/Tutorial.swf already exists, overwriting. === WriteInitMovie: Pid=4709, Opening file: "/home/francisco/Tutorial.swf" for a movie size (720, 480), frame rate 12... === Start Recording (RECORD_IMMEDIATELY) 26/04/2005 01:46:02 Pixel format for client 127.0.0.1: 26/04/2005 01:46:02 32 bpp, depth 24, little endian 26/04/2005 01:46:02 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0 26/04/2005 01:46:02 no translation needed 26/04/2005 01:46:02 Using raw encoding for client 127.0.0.1 What's wrong? The depth of the files are 24 bit , but I dont'n want this depth, I want a make ligth flash files for internet web page. I tried changing the depth in the monitor, but is the same. I'm usin a Nvidia GeForce2 64 bit graphic card, could this be the problem? 1 How can I make a 16 bit depth? 2 In the past version of x11vnc the gui appears, but not now, why? 3 How change the frame rate to 10? Thanks. _________________________________________________________________ T1msn Fotos: Todo lo que quieres saber sobre fotografía digital http://search.t1msn.com.mx/ |