From owner-freebsd-x11@FreeBSD.ORG Sat May 19 19:34:37 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DE7F16A421 for ; Sat, 19 May 2007 19:34:37 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id BBD0413C45D for ; Sat, 19 May 2007 19:34:36 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so621937ugh for ; Sat, 19 May 2007 12:34:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MjwuSQjMgjijAcrhpy2p+hRQQ3ciJfKTkZJMIzuhGa3YdG2/dSla92WwuZsJgs/vPHGUQzhI4vCPhVzvKwnaXyEvgYBhsHXxgwTVRj4ay6CLZnYr+hi9iy9dvfmxx2VHKAiW5lHGYrZvZcd838iQgU9KGTmVDAg0ce2k6efsmO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dixT6sjEdMtXQqSe+0lEgOAvt3tqyJmzCRvD4VKD0NFxFizp43hGdQ+8IO0m6qz5kdYaiErVKj5Ornqp7A3I4dZrBB+Zzv7qam1KW/chH0TfAxE+bKj9LnY5SaILIa3wczikoIZFKn5Ff22Lhf8SDZ3k31MtdOS9n3z/zIC8hkQ= Received: by 10.67.20.3 with SMTP id x3mr2042741ugi.1179603270846; Sat, 19 May 2007 12:34:30 -0700 (PDT) Received: by 10.67.101.15 with HTTP; Sat, 19 May 2007 12:34:30 -0700 (PDT) Message-ID: <1d3ed48c0705191234j700a9896m4f34f3b1f9dac11a@mail.gmail.com> Date: Sat, 19 May 2007 12:34:30 -0700 From: "Kevin Downey" To: freebsd-x11@freebsd.org In-Reply-To: <464F1F2F.000007.00391@mfront8.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <464F1F2F.000007.00391@mfront8.yandex.ru> Subject: Re: intel driver, modular xorg, is /dev/agpgart really needed? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 19:34:37 -0000 On 5/19/07, harrow wrote: > >from pciconf -lv > >vgapci0 at pci0:2:0: class=0x030000 card=0x514d8086 chip=0x29a28086 > >rev=0x02 hdr=0x00 > > vendor = 'Intel Corporation' > > device = 'G965 Integrated Graphics Controller' > > class = display > > subclass = VGA > > > >using the ports tarball from http://wiki.freebsd.org/ModularXorg I > >have installed Xorg 7.2 on a fresh system. The system has the above > >mentioned onboard video chip. I have been playing around with the > >'i810' and the 'intel'(not in ports) driver. I keep seeing this: > > > >(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 > > > >I do have agp compiled into my kernel. I don't have an agp bus on the > >board. I am not sure why the driver is looking for one. > > I've i945. Problem appears because of PCI-Express video? as i've found fromthis maillist. If I use > for exmaple "kldload acpi_video", then there no AGP driver device assosiasion in "pciconf -lv", and no /dev/agpgart, no DRI. > > I use only "kldload i915" and agpgart device appears, and agp driver became assotioated with video device. I mean "device agp" or "kldload agp" have take place before i915 + drm modules loaded. so the sequence you use is: kldload agp kldload i915 and everything works? -- "The biggest problem with communication is the illusion that it has occurred." G. B. Shaw www.thelastcitadel.com