Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2006 07:41:47 +0100
From:      guru@Sisis.de
To:        freebsd-mobile@freebsd.org
Subject:   Re: Fujitsu-Siemens AMILO M 1437G (Radeon X700 && Xorg)
Message-ID:  <20060109064147.GA1995@rebelion.Sisis.de>
In-Reply-To: <20060108132801.GA3521@rebelion.Sisis.de>
References:  <20060108132801.GA3521@rebelion.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help

El día Sunday, January 08, 2006 a las 02:28:01PM +0100, guru@Sisis.de escribió:

> 	...
> 
> I've already fetched the xorg-server from the ports collection to
> have a look into the sources; there seems to be no PCI-ID for 0x5653

	...

after a lot of tests and Google'ing I managed it working with
the following tricks in xorg.conf:

	...
Section "Device"
	#
	# the following Option *must* be set otherwise the driver
	# finds the VGA & DVI ports, but ignores the builtin LVDS display
	# see:
	# http://lists.freedesktop.org/archives/xorg/2005-October/010517.html
	#
	Option      "MonitorLayout" "LVDS, CRT"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Unknown Board"
	# BoardName   "MOBILITY RADEON X700"
	BusID       "PCI:3:0:0"
	#
	# the real ChipID is 0x5653, but not known in Xorg 6.8.2
	# see:
	# https://bugs.freedesktop.org/show_bug.cgi?id=1873
	#
	ChipID      0x4a49
EndSection
	...

more details are here:
http://gerda.univie.ac.at/freebsd-laptops/index.pl?action=show_laptop_detail&laptop=865

I also had a look into xf86-video-ati-X11R7.0-6.5.7.3 and there the
ChipID 0x5653 at least is known; thanks to all who replied me in
private;

	matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
http://www.sisis.de/~guru/



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