From owner-freebsd-current@FreeBSD.ORG Wed Jun 20 15:50:28 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 1214516A421 for ; Wed, 20 Jun 2007 15:50:28 +0000 (UTC) (envelope-from Sateesh.Mandava@infotechfl.com) Received: from pony.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.freebsd.org (Postfix) with ESMTP id DC4AA13C4BE for ; Wed, 20 Jun 2007 15:50:27 +0000 (UTC) (envelope-from Sateesh.Mandava@infotechfl.com) Received: from pony.infotechfl.com (localhost.localdomain [127.0.0.1]) by pony.infotechfl.com (Postfix) with ESMTP id 66CF8202104 for ; Wed, 20 Jun 2007 11:16:47 -0400 (EDT) Received: from sateeshm (sateeshm.infotechfl.com [172.20.0.215]) by pony.infotechfl.com (Postfix) with ESMTP id 59993202038 for ; Wed, 20 Jun 2007 11:16:47 -0400 (EDT) From: "Sateesh Mandava" To: Date: Wed, 20 Jun 2007 11:17:03 -0400 Message-ID: <000301c7b34e$0e81d840$d70014ac@sateeshm> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcezTg5DIOSP/TbrT96fX0GL3gCBrQ== X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Wed, 20 Jun 2007 18:28:14 +0000 Subject: AGPGART not found ... ( on Q965) 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, 20 Jun 2007 15:50:28 -0000 Hi, I am trying to get the i810/intel drivers work with xorg 7.2. X server is failing with /dev/agpgart missing error. Can somebody help me on how to fix this error? Below are more details about the problem. $uname -r 7.0-CURRENT-200703 $lspci -lv .... vgapci0@pci0:2:0: class=0x030000 card=0x5058107b chip=0x29928086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Q963/Q965 Integrated Graphics Controller' class = display subclass = VGA vgapci1@pci0:2:1: class=0x038000 card=0x5058107b chip=0x29938086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Q963/Q965 Integrated Graphics Controller' class = display .... $more /etc/X11/xorg.conf ... Section "Device" Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Unknown Board" BusID "PCI:0:2:0" VideoRam 262144 EndSection ... $ more /var/log/Xorg.0.log .... (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (WW) intel(0): /dev/agpgart is either not available, or no memory is available for allocation. Using pre-allocated memory only. (**) intel(0): VideoRam: 7676 KB .... (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? ... Thanks, Sateesh.