Re: Fujitsu-Siemens AMILO M 1437G (Radeon X700 && Xorg)

[email protected]
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
El día Sunday, January 08, 2006 a las 02:28:01PM +0100, [email protected] 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/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.