From owner-freebsd-questions Thu Apr 23 21:53:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21736 for freebsd-questions-outgoing; Thu, 23 Apr 1998 21:53:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from theta.iis.u-tokyo.ac.jp (theta.iis.u-tokyo.ac.jp [157.82.98.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21728 for ; Thu, 23 Apr 1998 21:53:36 -0700 (PDT) (envelope-from ignaz@fujita3.iis.u-tokyo.ac.jp) Received: from yari.iis.u-tokyo.ac.jp (yari.iis.u-tokyo.ac.jp [157.82.98.143]) by theta.iis.u-tokyo.ac.jp (8.8.6/3.6W) with ESMTP id NAA11521; Fri, 24 Apr 1998 13:53:26 +0900 (JST) Received: from daikon.fujita3.iis.u-tokyo.ac.jp (daikon.fujita3.iis.u-tokyo.ac.jp [157.82.109.70]) by yari.iis.u-tokyo.ac.jp (8.8.6/3.6W) with SMTP id NAA19111; Fri, 24 Apr 1998 13:53:25 +0900 (JST) Received: from shake.fujita3.iis.u-tokyo.ac.jp by daikon.fujita3.iis.u-tokyo.ac.jp (AIX 3.2/UCB 5.64/3.4W2) id AA22094; Fri, 24 Apr 1998 13:53:25 +0900 Message-Id: <35401AE9.8B0F6D3F@fujita3.iis.u-tokyo.ac.jp> Date: Fri, 24 Apr 1998 13:54:01 +0900 From: Ignaz KOHLBECKER Organization: Institute of Industrial Science, University of Tokyo X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: "Jason C. Wells" Subject: Re: Re: yellow borders with X References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Since I upgraded from 2.2.1-RELEASE to 2.2.5-RELEASE, I observe strange > > yellow borderlines, dashlines and dots in all kinds of desktop windows > > and menues. It's not the screen, it's not a reduced colors phenomenon. > > It's not my glasses and no aliens, neither. > > I haven't looked at your samples. It sure does sound like a color depth > problem. Does it begin to occur when you run color hungry app like > netscape, xearth, or gimp? > > I had this happen in 256 color mode running the above apps. It was > exactly like you describe it. > > You said it is not a color depth problem. What is your color depth? Did > you redefine "DefaultColorDepth" (if i recall) in /etc/XF86Config ? Color Depth is 16. The problem disappeared after iserting the following in /etc/XF86Config: # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" (...) Option "no_bitblt" Option "no_imageblt" EndSection Ignaz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message