From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 5600] sis_tex.c Failure to allocate texture memory Date: Sun, 16 May 2010 04:34:34 -0700 (PDT) Message-ID: <20100516113434.C7CFB13004E@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id 032959E70A for ; Sun, 16 May 2010 04:34:35 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=5600 --- Comment #3 from Martin Wesemann 2010-05-16 04:34:34 PDT --- I had the same problem after installing Debian 5.0 (Lenny) on my old Laptop having a sis630/730 display device installed. I could solve the issue by setting a parameter described in the sis manpage (man 4 sis). It is described there that the parameter MaxXFBMem has to be set on some systems so that memory is assigned to DRI. So I put the following value into xorg.conf Section "Device" [...] Option "MaxXFBMem" "12288" EndSection -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.