From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 02:59:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC24016A41F for ; Fri, 1 Jun 2007 02:59:12 +0000 (UTC) (envelope-from freebsd@schlossadler.net) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.freebsd.org (Postfix) with ESMTP id 30AFD13C43E for ; Fri, 1 Jun 2007 02:59:11 +0000 (UTC) (envelope-from freebsd@schlossadler.net) Received: from localhost (c211-30-88-94.rivrw7.nsw.optusnet.com.au [211.30.88.94]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l512x8k3015400; Fri, 1 Jun 2007 12:59:10 +1000 MIME-Version: 1.0 Date: Fri, 1 Jun 2007 13:01:22 +1000 From: Alex R To: Norberto Meijome In-Reply-To: <20070531161348.3c56e396@localhost> References: <20070531161348.3c56e396@localhost> Message-ID: <34353ba2f57f9a7478856425a2161244@mail.schlossadler.net> X-Sender: freebsd@schlossadler.net User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 6.2/i386 X/DRI issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@schlossadler.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 02:59:12 -0000 On Thu, 31 May 2007 16:13:48 +1000, Norberto Meijome wrote: > > it actually isn't that hard - just issue the commands, let it build and > install... anyway, you wont be getting DRI until you do it (or 6.3 comes > out, > in which case you may be able to use freebsd-update to upgrade) > _________________________ > {Beto|Norberto|Numard} Meijome > thanks to everyone that has helped so far.. I have partial sucess. [alex@desktop ~]$ uname -a FreeBSD desktop.dhcpclient.schlossadler.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 31 23:44:11 EST 2007 root@desktop.dhcpclient.schlossadler.net:/usr/obj/usr/src/sys/CUSTOM i386 [alex@desktop ~]$ dmesg |grep agp agp0: port 0xc000-0xc007 mem 0xe2000000-0xe207ffff,0xd0000000-0xdfffffff,0xe2080000-0xe20bffff irq 16 at device 2.0 on pci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M [alex@desktop ~]$ dmesg |grep drm drmsub0: : (child of agp_i810.c) on agp0 info: [drm] AGP at 0xe2000000 0MB info: [drm] Initialized i915 1.5.0 20060119 buildworld seems to have sorted these. I have installed Xorg 7.2, but I cant seem to check whether DRI is enabled/working. the glxinfo command no longer works [alex@desktop ~]$ glxinfo -bash: glxinfo: command not found i did a bit of googling, apparently some changes have been made with the packages/applications included with Xorg 7.2, is glxinfo not working because its been replaced with another command? or am i missing a package? Thanks Alex