From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 16:40:19 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 BC4EE37B401; Sun, 30 Mar 2003 16:40:19 -0800 (PST) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2774743F93; Sun, 30 Mar 2003 16:40:19 -0800 (PST) (envelope-from phoffman@proper.com) Received: from [63.202.92.152] (adsl-63-202-92-152.dsl.snfc21.pacbell.net [63.202.92.152]) by above.proper.com (8.12.9/8.11.6) with ESMTP id h2V0eDJN023671; Sun, 30 Mar 2003 16:40:14 -0800 (PST) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: In-Reply-To: <20030331001320.GD3228@wantadilla.lemis.com> References: <20030330162923.GL82863@sub21-156.member.dsl-only.net> <20030331001320.GD3228@wantadilla.lemis.com> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Sun, 30 Mar 2003 16:40:11 -0800 To: "Greg 'groggy' Lehey" From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" cc: nkinkade@fastmail.fm cc: freebsd-questions@FreeBSD.org Subject: Re: Best X configurator for laptops? 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: Mon, 31 Mar 2003 00:40:51 -0000 At 9:43 AM +0930 3/31/03, Greg 'groggy' Lehey wrote: > > Thus, my quest for a better configuration... > >You're jumping to conclusions that it's the configurator. Turns out I wasn't. None of the configuration programs got me anywhere close. They either got the monitor wrong, the card wrong, the screen wrong, or a combination. I ended up cobbling it together from some advice for Linux, some other snippets and so on. In case anyone cares, the relevant hard parts of the XF86Config for (my/the) Inspiron 3500 are: Section "Monitor" Identifier "Monitor0" HorizSync 31.5-48.5 VertRefresh 60 EndSection Section "Device" Identifier "Card0" Driver "neomagic" VendorName "Neomagic" BoardName "NM2200" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection