For instance, if I run Firefox 1.5, this is the screen I see:Click to view attachment
Firefox doesn't report any errors though. But running Leafpad, you get basically the same messed screen, and this error:
CODE
Gdk-WARNING **: The X server advertises that RENDER support is present,
but fails to supply the necessary pixmap support. In
other words, it is buggy.
The program 'leafpad' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 865 error_code 143 request_code 138 minor_code23)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
and bombs out.but fails to supply the necessary pixmap support. In
other words, it is buggy.
The program 'leafpad' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 865 error_code 143 request_code 138 minor_code23)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
How can I fix this? Some command-line option when starting X/Qt? Install some missing package?
