Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 May 2002 11:24:47 +0200
From:      Eric Masson <e-masson@kisoft-services.com>
To:        Kal Torak <kaltorak@quake.com.au>
Cc:        FreeBSD Mobile <freebsd-mobile@freebsd.org>
Subject:   Re: Getting over 800x600 on ThinkPad I
Message-ID:  <86elgpiq74.fsf@notbsdems.nantes.kisoft-services.com>
In-Reply-To: <3CD6458C.9020206@quake.com.au> (Kal Torak's message of "Mon, 06 May 2002 18:57:48 %2B1000")
References:  <3CD6458C.9020206@quake.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Kal" == Kal Torak <kaltorak@quake.com.au> writes:

 Kal> Its rather hard to work in anything less than 1024.. It uses a
 Kal> NeoMagic MagicGraph 128XD SVGA card (according to the probe
 Kal> anyway).. Any sugested sync rates I should use or drivers or x
 Kal> server or something?

The Tp390 2626-700 I'm using atm, seems to use the same hardware as a
i1720or i1721.

No magic in the XF86config, I only had to tweak the Monitor and Screen
sections after the file was generated by `X -configure`

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5 - 48.5 # added
	VertRefresh  50-90       # added
EndSection

Section "Screen"
	Identifier  "Screen0"
	Device      "Card0"
	Monitor     "Monitor0"
	DefaultColorDepth 24         # modified
	SubSection "Display"
		Depth     24
		Modes     "1024x768" # added
        	ViewPort  0 0        # added
	EndSubSection
EndSection

Regards

Eric Masson

-- 
 La Fondue Bourguignone> Ca dénote du niveau
 JLC> Transitif direct, dénoter.
 la netiquette, tu oublies la netiquette
 -+- C in GNU - Sans escale : Transit direct pour connardland -+-

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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