From owner-freebsd-questions@FreeBSD.ORG Thu Oct 5 18:47:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBD316A5C3 for ; Thu, 5 Oct 2006 18:47:19 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83106.mail.mud.yahoo.com (web83106.mail.mud.yahoo.com [216.252.101.35]) by mx1.FreeBSD.org (Postfix) with SMTP id DAADC43D4C for ; Thu, 5 Oct 2006 18:47:16 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 44812 invoked by uid 60001); 5 Oct 2006 18:47:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=d8geDAF4wQPazkTqNrxpRUh29xkhTiQNJ5DEIKJYOoltsR8ZshPIs0qg/i7hxHPAKi8v7EyFi7CNOqiEpsuGR8N6X0Jng5V20TUbpE/juIgpd+hp1DAzshVhtVwy1g9P3zukYZmLVJKhNMUuqp0tnTQ3xDcE4H0fbIHYKxP7lnY= ; Message-ID: <20061005184716.44810.qmail@web83106.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83106.mail.mud.yahoo.com via HTTP; Thu, 05 Oct 2006 11:47:16 PDT Date: Thu, 5 Oct 2006 11:47:16 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org In-Reply-To: <755cb9fc0610051128n431d7454ta8598c8632158865@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Can't get direct rendering with i915 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 18:47:19 -0000 --- Alexandre Vieira wrote: > On 10/5/06, backyard > wrote: > > > > > > > > --- Alexandre Vieira wrote: > > > > > Hello folks, > > > > > > I'm setting up my laptop (Acer 1644WLMi) and I > > > noticed some days ago that I > > > don't have direct rendering with i915+drm. > > > > > > Any one knows if it is supposed to be like this? > > > > > > > the i915 drm module is still new to Release 6 of > > freebsd. I believe it is still in beta and not > very > > functional. I am in the same boat as yourself with > the > > i845 chip. I know with linux I could get a full > screen > > console but I still have yet yo get vidcontrol to > > change the screen size for me. > > > > I believe the linux driver is being used as a > basis > > for the freebsd one, but it hasn't fully been > reverse > > engineered yet. Unless your doing OpenGL specific > apps > > like CAD or games X will still run fine. If your > doing > > KDE you might want to turn off all the animated > and > > transparency junk. > > > > > > -brian > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > > Hello, > > I don't know about your problem but I installed > graphics/dri and everything > works pretty fine now. > > Regards > DRI fails to find /dev/agpgart is my problem. The driver doesn't seem to create the proper devices for DRI to even utilize. That seems to be my problem anyway. I haven't done much OpenGL with it anyway, and with only 8megs of VRAM max I don't plan on doing anything serious. -brian