From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: erik quanstrom Subject: Re: [9fans] as long as we're on the subject of Sam. Message-Id: <20011207221741.369893FE56@quanstro.net> Date: Fri, 7 Dec 2001 17:17:41 -0500 Topicbox-Message-UUID: 3143b81e-eaca-11e9-9e20-41e7f4b1d025 2 maps to this text: BadValue (integer parameter out of range for this operation) i tried the quick-and-dirty approach of commenting out the case allowing a depth of 0. that failed with a BadMatch error. ---- > $2 = {type = 0, display = 0x8065530, resourceid = 32, serial = 49, > error_code = 2 '\002', request_code = 53 '5', minor_code = 0 '\000'} > > according to the X headers, 53 is a pixmap thing. but i'm not quite > sure what to do from here. i am not an x guru. What's error code 2? Is it BadMatch? (really libXg should print these things properly). My guess is that libXg is trying to allocate an 8-bit pixmap on your 24-bit only display...