From owner-freebsd-x11@FreeBSD.ORG Sat Jan 13 12:09:46 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FA7216A403 for ; Sat, 13 Jan 2007 12:09:46 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id 2B41513C45A for ; Sat, 13 Jan 2007 12:09:45 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id D62AB48385; Sat, 13 Jan 2007 07:09:42 -0500 (EST) From: Adam K Kirchhoff To: Szilveszter Adam In-Reply-To: <20070113061841.GA4107@baranyfelhocske.buza.adamsfamily.xx> References: <20070113061841.GA4107@baranyfelhocske.buza.adamsfamily.xx> Content-Type: text/plain Date: Sat, 13 Jan 2007 07:09:41 -0500 Message-Id: <1168690181.72501.1.camel@sorrow.ashke.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: State of support for Radeon X200M on FreeBSD? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2007 12:09:46 -0000 On Sat, 2007-01-13 at 07:18 +0100, Szilveszter Adam wrote: > Hello everybody, > > After the recent threads about ATI support here on the list I would like > to inquire about the status of X support for the X200M on FreeBSD. > > Background: I have a ThinkPad R51e with this integrated chip, and when I > tried to install 7.0-CURRENT and the 6.9 version of xorg from ports, the > radeon driver failed to work. All it did was to switch the screen into > graphics mode and then there it stayed, completely black (with > occasional blurred greenish lines in some cases) and it was not possible > to get either a working X display or a text console back. The machine > did not freeze, it was possible to use it remotely, in fact it even > reacted to keys pressed on the keboard, only the screen was unusable > until a reboot. The vesa(4) driver worked of course, but I would like to > have xvideo and 2D acceleration support if possible. (I am aware that 3D > accel does not work on these chips yet except for the fglrx driver) > > Later I tried an Ubuntu live CD that came with xorg 7.1.1 and also used > the radeon driver, and the X display worked there. > > So my question is: is it something that I am doing wrong, or does the > X200M really not work with the radeon driver in the xorg port that we > have now (either on RELENG_6 or HEAD) If it does not work now, is this > likely different in the new modular xorg version that is up for testing? > > The X200M is rather frequently found in modern laptops, so I hope that > people have some experience... I have no experience with that chipset, however Xorg 6.9 is very old these days. You may want to try using the Modular Xorg ports tree. The directions are here: http://wikitest.freebsd.org/ModularXorg Adam