From owner-freebsd-questions Fri Jan 30 09:11:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04533 for questions-outgoing; Fri, 30 Jan 1998 09:11:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from elvis.vnet.net (root@elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04426 for ; Fri, 30 Jan 1998 09:10:52 -0800 (PST) (envelope-from rivers@dignus.com) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.8/8.8.4) with ESMTP id MAA20017; Fri, 30 Jan 1998 12:10:45 -0500 (EST) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id LAA29089; Fri, 30 Jan 1998 11:14:56 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.8.7/8.6.9) id KAA29297; Fri, 30 Jan 1998 10:58:08 -0500 (EST) Date: Fri, 30 Jan 1998 10:58:08 -0500 (EST) From: Thomas David Rivers Message-Id: <199801301558.KAA29297@lakes.dignus.com> To: jacques@wired.ctech.ac.za, questions@FreeBSD.ORG Subject: Re: How to fix a DISPLAY error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" > > Hi there guys ... > > I'm trying to export an app from a Solaris box > to my FBSD box, but I get this error. > > X Error of failed request: BadValue (integer parameter out of range for > operation) > Major opcode of failed request: 53 (X_CreatePixmap) > Value in failed request: 0x8 > Serial number of failed request: 130 > Current serial number in output stream: 133 > > Where can one fix this. It looks like some illegal code > request to my VGA card. ??? Or does the app on the Solaris > box need some tweekinhg? > > Thanks for the help. > > -Jacques > This is a problem with the application on your Solaris box. It has requested an illegal pixmap be created. (Probably a negative parameter or something like that.) If it works well on your sun, you can try setting your X11 resolution to something close to the Sun's (1152x900) and see if that keeps the application from sending this bad X11 request. - Dave Rivers -