Quoting Neale Banks <[EMAIL PROTECTED]>: Hi,
> I've got an "odd" quirk in xterm's menus with: > > * Toshiba Satellite 1800, with CyberBlade/XP > * Linux 2.2.21, built with vesafb support > * Debian woody and pre-release xfree86 4.2.0-0pre1v1 > * trident_drv.o from http://www.xfree86.org/~alanh/ > > In each of the "Main Options", "VT Options" and "VT Fonts" an entry > approximately in the middle of the list gets a horizontally-striped > background of three different colours. Camera snapshot is at: > http://www.planet.net.au/~neale/images/vt_menu_1.jpeg > > Hmm... not so clear - the "Medium" entry actually has a black, mauve > and > grey background (others just have a black background). > > Any idea what's up here? The menus may have a "gradient" or "bitmap" backgroundPixmap. Check with editres: "Commands->Get Tree" select the xterm window select the "fontMenu" toggle "Commands->Show Resource Box" check if the backgroundPixmap is anything other than "XtUnspecifiedPixmap" This may happen because menu entries are painted with a xor gc, and the effect is more visible if you are running at 8bpp. If this is the case, you can add: XTerm*SimpleMenu.backgroundPixmap: XtUnspecifiedPixmap to your $HOME/.Xdefaults > Thanks, > Neale. > > _______________________________________________ > Xpert mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xpert Paulo _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
