Changes between Initial Version and Version 1 of Ticket #286
- Timestamp:
- 03/09/16 01:44:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #286
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #286 – Description
initial v1 4 4 But I don't get xpra working with depth = 8 bit. 5 5 6 When I (on a Red Hat 7.2) test 'xpra start' ( v.16.2-r11889) as root with DefaultDepth and Depth 8 in /root/.xpra/xorg.conf.d/Screen, I get following error in file7 ':0.log': 6 When I (on a Red Hat 7.2) test 'xpra start' ({{{v0.16.2-r11889}}}) as root with {{{DefaultDepth}}} and Depth 8 in {{{/root/.xpra/xorg.conf.d/Screen}}}, I get following error in file {{{':0.log'}}}: 7 {{{ 8 8 File "window_bindings.pyx", line 604, in xpra.x11.bindings.window_bindings.X11WindowBindings.ensure_XComposite_support (xpra/x11/bindings/window_bindings.c:5406): 9 10 9 ... 11 10 File "window_bindings.pyx", line 426, in xpra.x11.bindings.window_bindings.X11WindowBindings.ensure_extension_support (xpra/x11/bindings/window_bindings.c:2342) 12 11 ValueError: X11 extension Composite not available 13 12 ... 14 13 }}} 15 14 See attachments for the necessary files. 16 15 17 16 I'm pretty sure it is a restriction in the x(dummy) server: 18 From source code package xorg-x11-server-Xorg, v 1.17.2, file composite/compext.c, fu CompositeExtensionInit: 17 From source code package xorg-x11-server-Xorg, v 1.17.2, file {{{composite/compext.c}}}, fu {{{CompositeExtensionInit}}}: 18 {{{ 19 19 ... 20 20 //Composite on 8bpp pseudocolor root windows appears to fail, so … … 24 24 return; 25 25 ... 26 }}} 26 27 27 28 Xvnc, on the other hand, does support 8-bit pseudocolor.