From owner-freebsd-questions@FreeBSD.ORG Wed May 30 16:14:32 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 278CC16A400 for ; Wed, 30 May 2007 16:14:32 +0000 (UTC) (envelope-from freebsd@schlossadler.net) Received: from fallbackmx02.syd.optusnet.com.au (fallbackmx02.syd.optusnet.com.au [211.29.133.72]) by mx1.freebsd.org (Postfix) with ESMTP id B99C713C45A for ; Wed, 30 May 2007 16:14:31 +0000 (UTC) (envelope-from freebsd@schlossadler.net) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by fallbackmx02.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l4U1CnAE004600 for ; Wed, 30 May 2007 11:12:50 +1000 Received: from localhost (c211-30-88-94.rivrw7.nsw.optusnet.com.au [211.30.88.94]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l4U1CgGP005711 for ; Wed, 30 May 2007 11:12:43 +1000 MIME-Version: 1.0 Date: Wed, 30 May 2007 11:14:51 +1000 From: To: freebsd-questions@freebsd.org Message-ID: X-Sender: freebsd@schlossadler.net User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: 6.2/i386 X/DRI issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 16:14:32 -0000 Hi All Installed FreeBSD i386, Rel 6.2 on a machine thats got an i945 chipset on the motherboard, integrated video too. Everything seems to be supported, SATA controllers the lot... but no AGP or DRM support? i have the statements device agp device drm device i915drm in my kernel conf, after building the new kernel. dmesg |grep agp dmesg |grep drm Returns absolutely nothing.... The i945 has been around for a while now.. Whats missing here? the actual motherboard has the video card integrated. This motherboard has no AGP slot on it, only PCI-E for a video card. I am not sure whether the onboard integrated graphics is wired into AGP or PCI-E Would this make a difference? is there any workaround/solution? And yes, the whole point is to get DRI working in X. Cheers Alex