From owner-freebsd-questions Tue Mar 10 01:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16005 for freebsd-questions-outgoing; Tue, 10 Mar 1998 01:07:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA15931 for ; Tue, 10 Mar 1998 01:07:41 -0800 (PST) (envelope-from malte@webmore.com) Received: from niente (unverified [194.95.214.171]) by www.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 10 Mar 1998 10:04:31 +0100 Message-Id: <3.0.32.19980310095545.006d3560@cyclone.degnet.baynet.de> X-Sender: moos@cyclone.degnet.baynet.de (Unverified) X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 10 Mar 1998 09:55:46 -0100 To: spork From: Malte Lance Subject: Re: RGB color maps Cc: questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 16:47 09.03.98 -0500, you wrote: >Maybe I am misunderstanding the type of colors I am talking about. >I AM starting the server in 24 bit per pixel mode. "startx --bpp 24" is Try "startx -- -bpp 24" Have a look at "xdpyinfo" for several X-server infos. If you want to run X with XDM, just edit /usr/X11/lib/X11/xdm/Xservers and add "-bpp 24" to the line starting the X-server. >what I type. When I try and start a color hungry program like the "xtacy" >kaleidascope from the ports and another color lover like netscape, the >second one complains about not being able to allocate enough colors. Does >this clarify the matter any? ;) Be aware of: Some older X-apps only support pseudo-color-visuals (for example an older version of xtici) and refuse running on true-color-visuals. Hope that helps. Malte Lance malte@webmore.com > >the log of my Xtacy program when run while Navigator was running: > >X Error of failed request: BadValue (integer parameter out of range for operat >ion) > Major opcode of failed request: 86 (X_AllocColorCells) > Value in failed request: 0x0 > Serial number of failed request: 54 > Current serial number in output stream: 54 >Running mode boxes >> start the X-server with options -bpp 16 or -bpp 24 or -bpp 32. >> At 15:37 06.03.98 -0500, you wrote: >> >Hello. >> > I have an X display, and xloadimage and other such color intensive >> >programs screw up because I have 256 RGB colors and it wants to allocate >> >more than I have. Is their any way increase the number of colors I can >> >display at once? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message