From owner-freebsd-stable@FreeBSD.ORG Sat Apr 1 01:09:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397D116A401 for ; Sat, 1 Apr 2006 01:09:17 +0000 (UTC) (envelope-from agh@tpg.com.au) Received: from mail4.tpgi.com.au (mail4.tpgi.com.au [203.12.160.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B5D43D45 for ; Sat, 1 Apr 2006 01:09:16 +0000 (GMT) (envelope-from agh@tpg.com.au) X-TPG-Antivirus: Passed Received: from localhost.madcat (220-244-72-6.static.tpgi.com.au [220.244.72.6]) by mail4.tpgi.com.au (envelope-from agh@tpg.com.au) (8.13.6/8.13.6) with ESMTP id k3119Dcq025354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Apr 2006 12:09:15 +1100 From: "Alastair G. Hogge" To: Peter Jeremy Date: Sat, 1 Apr 2006 12:07:12 +1000 User-Agent: KMail/1.9.1 References: <200603271758.32622.agh@tpg.com.au> <200603290745.38035.agh@tpg.com.au> <20060330180526.GE736@turion.vk2pj.dyndns.org> In-Reply-To: <20060330180526.GE736@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604011207.12861.agh@tpg.com.au> Cc: freebsd-stable@freebsd.org Subject: Re: PCI Radeon 7000/VE (RV100) on AMD64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 01:09:17 -0000 On Friday 31 March 2006 04:05, Peter Jeremy wrote: > On Wed, 2006-Mar-29 07:45:37 +1000, Alastair G. Hogge wrote: > >> What happens if you explicitly disable DRI? (Comment out 'Load "dri"' > >> in the Modules section of xorg.conf). > > > >X loads up. > > and? And I can use KDE-3 as I would if I was using the VESA driver. Just no DRI. > The log output looks correct. It finds a monitor: > >(II) RADEON(0): Manufacturer: VSC Model: d819 Serial#: 16843009 > >(II) RADEON(0): Serial No: P6T054400054 > >(II) RADEON(0): Monitor name: E90f+-4 > > (I don't know why it reports two different names and serial numbers) So it could be the monitor screwing up DRI? > Which it sets to 1280x1024 by default: > >(**) RADEON(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz > > It also finds a keyboard and mouse - everything looks normal. OK then.