Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 16:40:11 -0800
From:      Paul Hoffman <phoffman@proper.com>
To:        "Greg 'groggy' Lehey" <grog@FreeBSD.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Best X configurator for laptops?
Message-ID:  <p05210639baad3e1e1af0@[63.202.92.152]>
In-Reply-To: <20030331001320.GD3228@wantadilla.lemis.com>
References:  <p05210630baacc46df3ae@[63.202.92.152]> <20030330162923.GL82863@sub21-156.member.dsl-only.net> <p05210633baaccf1e7533@[63.202.92.152]> <20030331001320.GD3228@wantadilla.lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05210639baad3e1e1af0>