From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] as long as we're on the subject of Sam. From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011207213957.6CFBD199F1@mail.cse.psu.edu> Date: Fri, 7 Dec 2001 16:39:54 -0500 Topicbox-Message-UUID: 313f711e-eaca-11e9-9e20-41e7f4b1d025 > $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...