From owner-freebsd-current@FreeBSD.ORG Thu Jun 21 05:46:49 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 3CDF216A421 for ; Thu, 21 Jun 2007 05:46:49 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.freebsd.org (Postfix) with ESMTP id D796D13C455 for ; Thu, 21 Jun 2007 05:46:48 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx2.mail.ru (mx2-2.mail.ru [194.67.23.122]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id E6A3E35CF9C for ; Thu, 21 Jun 2007 09:26:02 +0400 (MSD) Received: from [81.197.114.29] (port=63324 helo=localhost) by mx2.mail.ru with asmtp id 1I1FAn-000JDO-00; Thu, 21 Jun 2007 09:25:37 +0400 Date: Thu, 21 Jun 2007 08:25:35 +0300 To: "Sateesh Mandava" From: "V.Chukharev" Content-Type: text/plain; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.21 (FreeBSD) Cc: freebsd-current@freebsd.org Subject: Re: 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: Thu, 21 Jun 2007 05:46:49 -0000 Hi, I had similar problem. I deleted 'device agp' from the kernel config, commented out 'acpi_video_load=3D"YES"' from /boot/loader.conf, and added 'agp_load=3D"YES"' to it. After reboot with the new kernel /dev/agpgart was found. I did not try to find minimal change needed on my 6-STABLE. Try if this helps to your CURRENT too. -- = V. Chukharev You wrote: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Hi, I am trying to get the i810/intel drivers work with xorg 7.2. X server i= s failing with /dev/agpgart missing error. Can somebody help me on how to fix this error? Below are more details ab= out the problem. $uname -r 7.0-CURRENT-200703 $lspci -lv .... vgapci0@pci0:2:0: class=3D0x030000 card=3D0x5058107b chip=3D0x2992= 8086 rev=3D0x02 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Q963/Q965 Integrated Graphics Controller' class =3D display subclass =3D VGA vgapci1@pci0:2:1: class=3D0x038000 card=3D0x5058107b chip=3D0x2993= 8086 rev=3D0x02 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Q963/Q965 Integrated Graphics Controller' class =3D 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.