disable an input event mask

Thomas Lübking thomas.luebking at gmx.de
Fri Apr 1 15:58:14 PDT 2011


Am 01.04.2011, 15:26 Uhr, schrieb Chu, Jeff <JChu at colpipe.com>:
> I have to use depth 8 and PseudoColor because of an old program. If I  
> start firefox after my old program, it will use a different colormap.

do:
"xprop -root | grep RGB_DEFAULT_MAP"
if there's such entry, get rid of it:
"xprop -root -remove RGB_DEFAULT_MAP"

but ajax mentioned, this might break your legacy client.

Cheers,
Thomas



More information about the xorg mailing list