| 71 | |
| 72 | |
| 73 | {{{#!div class="box" |
| 74 | == Logging Categories == |
| 75 | |
| 76 | You can get the list of debugging categories with a brief explanation by running (version 0.16 onwards only): |
| 77 | {{{ |
| 78 | $ xpra -d help |
| 79 | known logging filters: |
| 80 | Client: |
| 81 | * client : All client code |
| 82 | * paint : Client window paint code |
| 83 | * cairo : Cairo paint code used with the GTK3 client |
| 84 | * opengl : Client OpenGL rendering |
| 85 | * events : System and window events |
| 86 | * info : About and Session info dialogs |
| 87 | * launcher : The client launcher program |
| 88 | General: |
| 89 | * clipboard : All clipboard operations |
| 90 | * notify : Notification forwarding |
| 91 | * tray : System Tray forwarding |
| 92 | * printing : Printing |
| 93 | * file : File transfers |
| 94 | * keyboard : Keyboard mapping and key event handling |
| 95 | * screen : Screen and workarea dimension |
| 96 | * xsettings : XSettings synchronization |
| 97 | * dbus : DBUS calls |
| 98 | Window: |
| 99 | * window : All window code |
| 100 | * shape : Window shape forwarding (XShape) |
| 101 | * focus : Window focus |
| 102 | * workspace : Window workspace synchronization |
| 103 | * metadata : Window metadata |
| 104 | * state : Window state |
| 105 | * icon : Window icons |
| 106 | Encoding: |
| 107 | * codec : FIXME: only nvenc4 and nvenc5, loader and video helper |
| 108 | * loader : Pixel compression codec loader |
| 109 | * video : Video codecs |
| 110 | * score : Video pipeline scoring and selection |
| 111 | * encoding : Server side encoding selection and compression |
| 112 | * scaling : Scaling: automatic scaling calculations |
| 113 | * delta : Delta pre-compression |
| 114 | * xor : XOR delta pre-compression |
| 115 | * subregion : Video subregion processing |
| 116 | * regiondetect : Video region detection |
| 117 | * regionrefresh : Video region refresh |
| 118 | * refresh : Refresh of lossy screen updates |
| 119 | * compress : Pixel compression (non video) |
| 120 | Codec: |
| 121 | * csc : Colourspace conversion codecs |
| 122 | * cuda : CUDA device access (nvenc) |
| 123 | * cython : Cython CSC module |
| 124 | * opencl : OpenCL CSC module |
| 125 | * swscale : swscale CSC module |
| 126 | * decoder : All decoders |
| 127 | * encoder : All encoders |
| 128 | * avcodec : avcodec decoder |
| 129 | * libav : libav common code (swscale and avcodec) |
| 130 | * vpx : libvpx encoder and decoder |
| 131 | * nvenc : nvenc encoder (all versions) |
| 132 | * x264 : libx264 encoder |
| 133 | * webp : libwebp encoder and decoder |
| 134 | Pointer: |
| 135 | * mouse : Mouse motion |
| 136 | * cursor : Mouse cursor shape |
| 137 | Misc: |
| 138 | * gtk : All GTK code: bindings, client, etc |
| 139 | * util : All utility functions |
| 140 | * gobject : Command line clients |
| 141 | * test : Test code |
| 142 | * verbose : Very verbose flag |
| 143 | Network: |
| 144 | * network : All network code |
| 145 | * mmap : mmap transfers |
| 146 | * protocol : Packet input and output (formatting, parsing, sending and receiving) |
| 147 | * crypto : Encryption |
| 148 | * auth : Authentication |
| 149 | Server: |
| 150 | * server : All server code |
| 151 | * proxy : Proxy server |
| 152 | * shadow : Shadow server |
| 153 | * command : Server control channel |
| 154 | * timeout : Server timeouts |
| 155 | * mdns : mDNS session publishing |
| 156 | * stats : Server statistics |
| 157 | * grab : Window grabs |
| 158 | * xshm : XShm pixel capture |
| 159 | Sound: |
| 160 | * sound : All sound |
| 161 | * av-sync : Audio-video sync |
| 162 | X11: |
| 163 | * x11 : All X11 code |
| 164 | * bindings : X11 Cython bindings |
| 165 | * core : X11 core bindings |
| 166 | * randr : X11 RandR bindings |
| 167 | * ximage : X11 XImage bindings |
| 168 | * error : X11 errors |
| 169 | Platform: |
| 170 | * platform : All platform support code |
| 171 | * import : Platform support import code |
| 172 | * osx : Mac OS X platform support code |
| 173 | * win32 : Microsoft Windows platform support code |
| 174 | * posix : Posix platform code |
| 175 | }}} |
| 176 | }}} |