From owner-freebsd-current@FreeBSD.ORG Wed Apr 25 06:56:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49D0216A403 for ; Wed, 25 Apr 2007 06:56:16 +0000 (UTC) (envelope-from ast@marabu.ch) Received: from oneplusone.ch (oneplusone.ch [212.55.208.170]) by mx1.freebsd.org (Postfix) with ESMTP id AF8A413C457 for ; Wed, 25 Apr 2007 06:56:15 +0000 (UTC) (envelope-from ast@marabu.ch) Received: from oneplusone.ch (localhost [127.0.0.1]) by oneplusone.ch (8.13.8/8.13.8) with ESMTP id l3P6u1nM069136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Apr 2007 08:56:02 +0200 (CEST) (envelope-from ast@marabu.ch) Received: (from uucp@localhost) by oneplusone.ch (8.13.8/8.13.8/Submit) with UUCP id l3P6u1Ft069135; Wed, 25 Apr 2007 08:56:01 +0200 (CEST) (envelope-from ast@marabu.ch) Received: from pano.marabu.ch (localhost [127.0.0.1]) by pano.marabu.ch (8.13.8/8.13.8) with ESMTP id l3P6t1fL001395; Wed, 25 Apr 2007 08:55:01 +0200 (CEST) (envelope-from ast@pano.marabu.ch) Received: (from ast@localhost) by pano.marabu.ch (8.13.8/8.13.8/Submit) id l3P6t05t001394; Wed, 25 Apr 2007 08:55:00 +0200 (CEST) (envelope-from ast) Date: Wed, 25 Apr 2007 08:55:00 +0200 From: Adrian Steinmann To: Randall Stewart Message-ID: <20070425065500.GA1110@webgroup.ch> References: <462CA36A.6090500@cisco.com> <20070424061348.GB40315@webgroup.ch> <462DC889.5030101@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <462DC889.5030101@cisco.com> X-Organization: Webgroup Consulting AG X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (oneplusone.ch [127.0.0.1]); Wed, 25 Apr 2007 08:56:02 +0200 (CEST) X-Mailfilter: egfilter version 1.14; Archiver [msg.5YYHqBj5] (oneplusone.ch [127.0.0.1]); Wed, 25 Apr 2007 08:56:02 +0200 (CEST) X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 7.4.0.15; VDF: 6.38.1.35; host: oneplusone.ch) Cc: freebsd-current@freebsd.org Subject: Re: Thinkpad T43 and projector problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 06:56:16 -0000 On Tue, Apr 24, 2007 at 05:06:17AM -0400, Randall Stewart wrote: > Adrian Steinmann wrote: > >On Mon, Apr 23, 2007 at 08:15:38AM -0400, Randall Stewart wrote: > >>Ok, I have done a bit more playing with my projector here > >>at home and I figured out how to project out of my T43.. > >I'm doing the same thing on T40/NetBSD3.1/XF86 and external monitor... > >>get the machine not to crash when you exit X and restart it > >>you have to disable a little option in xorg.conf dri > >XF86 doesn't have this option, but my Thinkpad T40 crashes when I > >exit/restart X11. I mention it here because I find it odd that > >same HW but different SW causes the same phenomena... > >What does pciconv -lv say? > >on nbsd: > >$ pcictl pci1 list > >001:00:0: ATI Technologies Radeon Mobility M7 LW (AGP) (VGA display) > > Hmm I don't have pcictl ... is this a port or ?? pcictl/netbsd = pciconf/freebsd, sorry I should I mentioned that > When I look at the X11 startup it says: > (--) PCI:*(1:0:0) ATI Technologies Inc M22 [Radeon Mobility M300] rev 0, Mem @ > 0xc0000000/27, 0xb0100000/16, I/O @ 0x3000/8 > > So different version slightly .. but same basic chip I think. it's the M7 vs the M22, I have this is X11 startup: (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x3000/8 (--) Chipset ATI Radeon Mobility M7 LW (AGP) found (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57) > >>The eip is 0xc090684c which translates to: > >>0xc090684c is in pmap_mapdev_attr (../../../i386/i386/pmap.c:3355). > >I seem to get a hang (no ethernet either). > >>But of course that does not help much .. > >ditto ;-) One of the things I was thinking of trying is to toggle the BIOS setting PCI/AGP for the LCD display, maybe that will make a difference. I never understood why that is configurable in a laptop, either it has AGP or it doesn't you'd think. Adrian