| 51 | |
| 52 | [[BR]] |
| 53 | |
| 54 | |
| 55 | == Client Options == |
| 56 | |
| 57 | ||XPRA_FAKE_BROKEN_CONNECTION ||Exercises the code normally firing when the server is not responding (ie: spinners), value in seconds - half on, half off || 0|| |
| 58 | ||XPRA_PING_TIMEOUT ||How long to wait for a ping echo before disconnecting, in seconds || 60|| |
| 59 | ||XPRA_UNGRAB_KEY ||Magic key which ungrabs the windows || Escape|| |
| 60 | ||XPRA_AV_SYNC_DELTA ||Adjustment to the sound sync delay in milliseconds || 0|| |
| 61 | ||XPRA_MOUSE_ECHO ||Request that the server forwards all mouse movements || 0|| |
| 62 | ||STARTSTOP_SOUND_MENU ||Show the speaker and microphone tray menu entries || 0|| |
| 63 | ||XPRA_SET_WORKSPACE ||Monitor for window workspace changes || 1 (X11 only|| |
| 64 | ||XPRA_METADATA_SUPPORTED ||CSV list to request a more restricted set of window metadata from the server || || |
| 65 | ||XPRA_ALPHA ||Support transparency || 1 (only on X11)|| |
| 66 | ||XPRA_OPENGL_DOUBLE_BUFFERED ||Use double-buffering || 0 (1 on MS Windows)|| |
| 67 | ||XPRA_OPENGL_DEBUG ||Enable [/wiki/ClientRendering/OpenGL OpenGL] debugging extensions || 0|| |
| 68 | ||XPRA_OPENGL_PAINT_BOX ||Paint a coloured box around every screen update, size of the line in pixels (see #760) || 0|| |
| 69 | ||XPRA_BOX_COLOR_$$$ ||Override the default colour for a specific encoding (PNG, RGB24, ..) || || |
| 70 | ||XPRA_ZEROCOPY_OPENGL_UPLOAD ||Enable zero copy texture uploads || 1 if supported|| |
| 71 | || |
146 | | ||XPRA_SOUND_CODEC_ENABLE_$$$$$ ||Force enable a specific sound codec || || |
147 | | ||XPRA_MUXER_OPTIONS||Specify which muxers are enabled as a CSV list || gdp,ogg|| |
148 | | ||XPRA_SOUND_SINK ||Default sound output plugin || (platform dependent)|| |
149 | | ||XPRA_SOUND_GRACE_PERIOD ||Ignore overruns and underruns during this grace period after startup (in milliseconds) || 2000|| |
150 | | ||XPRA_SOUND_MARGIN ||How much extra margin to keep in the sound buffer level (in milliseconds) || 50|| |
| 167 | |
| 168 | [[BR]] |
| 169 | |
| 170 | |
| 171 | == Client Decoding == |
| 172 | |
| 173 | ||Variable ||Meaning || Default Value|| |
| 174 | ||XPRA_INTEGRITY_HASH ||Verify the integrity hash in pixel packets|| 0|| |
| 175 | ||XPRA_USE_PIL ||Use Python Pillow for decoding picture formats || 1|| |
| 176 | ||XPRA_PIXMAP_INDIRECT_BGR ||Support slow BGR format with the pixmap backend || 0|| |
| 177 | ||XPRA_SCALING_INTERPOLATION ||Type of interpolation to use when scaling (see [http://www.pygtk.org/pygtk2reference/class-gdkpixbuf.html#method-gdkpixbuf--scale gdkpixbuf.scale] || hyper|| |
| 178 | ||XPRA_USE_CAIRO_BACKING ||Prefer the cairo backing ahead of the pixmap backing || 0|| |
| 179 | ||XPRA_DELTA_BUCKETS ||Number of delta bucket to use (see #756) || 5|| |
| 180 | ||XPRA_WEBP_PILLOW ||Decode webp picture data using Pillow || 0|| |
| 181 | |