From owner-freebsd-questions Fri May 17 21: 1: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from altair.mukappabeta.net (altair.mukappabeta.net [194.145.150.157]) by hub.freebsd.org (Postfix) with ESMTP id 5F33337B407 for ; Fri, 17 May 2002 21:01:01 -0700 (PDT) Received: by altair.mukappabeta.net (Postfix, from userid 1001) id C29C3628; Fri, 18 May 2007 06:01:19 +0200 (CEST) Date: Fri, 18 May 2007 06:01:19 +0200 From: Matthias Buelow To: "S. Roberts" Cc: FreeBSD-Questions Subject: Re: How do I set the resolution for a new monitor? Message-ID: <20070518040119.GA37439@altair.mukappabeta.net> References: <1021670265.751.6.camel@Demon.Strobe.org> <20070518013752.GA25364@altair.mukappabeta.net> <1021687406.306.10.camel@Demon.Strobe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1021687406.306.10.camel@Demon.Strobe.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S. Roberts writes: > I ended up running XF86Config to get the display resolution set in >the end (thanks to all those that replied earlier). However, despite >this, I have to say that my colour settings have now been messed up. > >Where before I at least had clean crisp colours, now I have this grainy >finish to everything. I'll try to see what I can do with it for now, but >I'm not happy with what I'm getting out of this monitor. > >The graphics card's the ATI 8MB XPERT98 that worked brilliantly with my >15" monitor, but somehow this 21" monitor with supposedly higher >resolution capabilities just isn't happy here. > >For completeness sake's I'll include the relevant bits of the configs >created after running XF86Config. Hopefully someone'll point out some >silly oversight on my part. Make sure you're not running in 8bpp mode or such... try to add a "DefaultDepth 24" (or 32 if supported) to your "Screen" section. This will always give you a TrueColor display, instead of a PseudoColor (8 planes) one, in which certain applications may dither colors to make up for the small color space ("grainy finish"). On a XFree4 XF86Config (in this part should be the same with XF3) this would look similar to the following: ... Section "Screen" Identifier "Screen 1" Device "radeon7500" Monitor "hansol" DefaultDepth 24 Subsection "Display" ... --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message