bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #18128] Art backend does not draw properly on Ubuntu 6.10


From: Yen-Ju Chen
Subject: [bug #18128] Art backend does not draw properly on Ubuntu 6.10
Date: Fri, 27 Oct 2006 04:31:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)

URL:
  <http://savannah.gnu.org/bugs/?18128>

                 Summary: Art backend does not draw properly on Ubuntu 6.10
                 Project: GNUstep
            Submitted by: yjchen
            Submitted on: Friday 10/27/2006 at 00:31
                Category: Backend
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I just upgrade to Ubuntu 6.10 
and GNUstep does not draw properly with art backend.
All the windows are empty (not draw).
xlib backend seems to be fine.
If I turn off XWindowBufferUseXShm and turn on XSync(),
I can track it down to XPutImage() in XWindowBuffer.m.
(request code 72 is from XPutImage()).
Here is an error output I got (I also dump the parameters for XPutImage):

2006-10-26 21:20:14.499 Typewriter[15221] XPutImage, 37748741 270463712
270505376 (0 0 64 64)
2006-10-26 21:20:14.499 Typewriter[15221] X-Windows error - BadMatch (invalid
parameter attributes)
          on display: :0.0
                type: 0
       serial number: 623
        request code: 72

One of the parameter for XPutImage is wrong.
x, y, w, h seems right.
Therefore, drawable, gc or ximage can be wrong.
I suspect ximage is the reason.

That is pretty much all I can track down.







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18128>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]