From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 21:41:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E8816A4CE for ; Sat, 8 Nov 2003 21:41:09 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81A343FF3 for ; Sat, 8 Nov 2003 21:41:07 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp107-254.lns1.adl1.internode.on.net [150.101.107.254])hA95f6Tn049816; Sun, 9 Nov 2003 16:11:06 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Lorin Lund , freebsd-questions@freebsd.org Date: Sun, 9 Nov 2003 16:11:06 +1030 User-Agent: KMail/1.4.3 References: <20031108195041.82698.qmail@web41508.mail.yahoo.com> In-Reply-To: <20031108195041.82698.qmail@web41508.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311091611.06031.malcolm.kay@internode.on.net> Subject: Re: XConfig - how to get rid of dithering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 05:41:09 -0000 On Sun, 9 Nov 2003 06:20, Lorin Lund wrote: > I am running on an old Toshiba Portege with this video > chipset: > NM2200 [MagicGraph 256AV] > Everything is showing dithered under X but when I boot > to Windows I get great color. I suspect that this is > merely a configuration problem but I don't > know what is wrong with my config file. (see attached) > It seem that new versions of XFree have differing requirements in XF86config with more and more paramaeters able to be left out. However I notice that your config file does not have a DefaultDepth specified. After the Monitor line in Section "Screen" try adding: DefaultDepth 24 or whatever value you prefer from those available for the video card. Malcolm