Displaying 2 results from an estimated 2 matches for "xlib_skip_argb_visu".
2016 Dec 14
2
A *very* strange C 7 question
Ok, I've got a user, I just built him a C 7 machine. The new one has an
ATI card; the old had an NVidia card. I got it to use the radeon driver,
so it looks ok (he has a very wide screen). However... he has a program
that renders a molecule (which you see as many connected lines, in various
colors). However... it used to display it against a black background, and
suddenly, it's a
2016 Dec 14
0
A *very* strange C 7 question
...molecule (which you see as many connected lines, in various
> colors). However... it used to display it against a black background, and
> suddenly, it's a transparent background, showing what's under that window.
>
> Anyone got any ideas about that?
I'll gamble on:
export XLIB_SKIP_ARGB_VISUALS=1
jh