From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 00:06:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1904116A4CE for ; Mon, 15 Nov 2004 00:06:34 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB31A43D45 for ; Mon, 15 Nov 2004 00:06:33 +0000 (GMT) (envelope-from welchsm@earthlink.net) Received: from [66.41.102.215] (helo=NitroPhys.welchsmnet.net) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1CTUO7-0001tI-4y for freebsd-questions@freebsd.org; Sun, 14 Nov 2004 19:06:31 -0500 Received: from NitroPhys.welchsmnet.net (localhost [127.0.0.1]) iAF05JCs002198 for ; Sun, 14 Nov 2004 18:05:19 -0600 (CST) (envelope-from welchsm@localhost.welchsmnet.net) Received: (from welchsm@localhost)iAF05JeR002197 for freebsd-questions@freebsd.org; Sun, 14 Nov 2004 18:05:19 -0600 (CST) (envelope-from welchsm) Date: Sun, 14 Nov 2004 18:05:19 -0600 From: Sean Welch To: freebsd-questions@freebsd.org Message-ID: <20041115000519.GA2127@NitroPhys.welchsmnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-ELNK-Trace: 15d86f98c8ef8acad780f4a490ca69563f9fea00a6dd62bcedde07ad5a07921ae794132e75125ad0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.41.102.215 Subject: 5.3-RELEASE hw.ata.atapi_dma and DRI questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean_Welch@alum.wofford.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 00:06:34 -0000 I've two questions I'm hoping can be answered quickly. After installing 5.3-RELEASE on my Dell Inspiron 8000 I put the following into /boot/loader.conf as per usual (previous) convention: hw.ata.atapi_dma="1" Though the sysctl does get set at boot the dvd drive still attaches as PIO4 instead of WDMA2. I can use atacontrol after boot to get full dma speed out of it but why does this not happen at boot with the sysctl set? The second question has to do with DRI. I upgraded my graphics card to a Radeon Mobility 7500 with 64 MB of RAM a while back (it's an M7) and it has been working quite well. This is the first time I've attempted to run Xorg on any of my installs (I have two others on the same disk) and I'm seeing some rather strange behavior. Namely, /var/log/Xorg.0.log claims that DRI is enabled but glxinfo and the speed of glxgears testify to indirect rendering only. The section from the log is as follows: (II) RADEON(0): Direct rendering enabled I'm using the same config file I've been using for 3 revisions of 5.x and 4.x under XFree but with the BusID line removed and the file renamed to xorg.conf (just to be consistent). Any ideas? Has anyone else seen this? I'm just using the Xorg packages from the install disc with the GENERIC kernel that shipped with the release. Permissions are correct on the dev entry, the console message looks normal, and there are no errors loading the kernel module but I can't use acceleration at all! Sean