From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 15:27:04 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C53BF16A418 for ; Mon, 13 Aug 2007 15:27:04 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from iota.fastbighost.com (iota.fastbighost.com [65.98.8.190]) by mx1.freebsd.org (Postfix) with ESMTP id 8A73813C467 for ; Mon, 13 Aug 2007 15:27:04 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.139.50] (port=58183 helo=deimos.bsd.nix) by iota.fastbighost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IKbdu-0001Jl-BS; Mon, 13 Aug 2007 15:15:42 +0000 Date: Mon, 13 Aug 2007 18:26:10 +0300 From: Ghirai To: Doug Poland Message-Id: <20070813182610.a43fe0ab.ghirai@ghirai.com> In-Reply-To: <20070813143559.GA6736@polands.org> References: <32809.208.49.58.254.1186766806.squirrel@email.polands.org> <20070811001258.d21e78ae.ghirai@ghirai.com> <20070813143559.GA6736@polands.org> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iota.fastbighost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Cc: questions@freebsd.org Subject: Re: Resolution problem with i810 and Xorg 7.2 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: Mon, 13 Aug 2007 15:27:04 -0000 On Mon, 13 Aug 2007 09:35:59 -0500 Doug Poland wrote: > Just a follow-up for the archives... I loaded the 915resolution port > and configured my rc.conf accordingly: > > i915resolution_enable="YES" > i915resolution_modes="3c 4d 5c" > i915resolution_width="1680" > i915resolution_height="1050" > > Xorg still failed... > snip > (II) I810(0): detected 7932 kB stolen memory. > (II) I810(0): Kernel reported 0 total, 0 used > (II) I810(0): I830CheckAvailableMemory: 0 kB available > (WW) I810(0): /dev/agpgart is either not available, or no memory is available for allocation. Using pre-allocated memory only. > (II) I810(0): Monitoring connected displays enabled > (--) I810(0): Pre-allocated VideoRAM: 7932 kByte > (--) I810(0): VideoRAM: 7932 kByte > snip > (--) I810(0): Xv is disabled because it needs 2D accel and AGPGART. > (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 > (II) I810(0): Allocating at least 136 scanlines for pixmap cache > (II) I810(0): Initial framebuffer allocation size: 11920 kByte > (EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set too low ?? > > Fatal server error: > AddScreen/ScreenInit failed for driver 0 > > However, when I changed the driver in /etc/X11/xorg.conf from i810 to > vesa: > > Identifier "Card0" > #Driver "i810" > Driver "vesa" > VendorName "Intel Corporation" > BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" > BusID "PCI:0:2:0" > > Now Xorg starts fine. I'm not sure why it worked but I'm glad it does. > I'll go with the VESA driver unless I get any feedback or more info on > getting i810 driver to work. > > Thanks for you help. > > > -- > Regards, > Doug I was searching couple weeks before on some compiz problems, when i ran into a post which looked similar. The person used an option in xorg.conf to enlarge the framebuffer. I just don't have the link anymore. Try and search with the framebuffer error as keyword, you might find some info. -- Regards, Ghirai.