From owner-freebsd-stable@FreeBSD.ORG Sat Nov 15 06:13:49 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A196216A4CE for ; Sat, 15 Nov 2003 06:13:49 -0800 (PST) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA25943F85 for ; Sat, 15 Nov 2003 06:13:47 -0800 (PST) (envelope-from progen@free.fr) Received: from bunnie (carnot-2-81-57-109-59.fbx.proxad.net [81.57.109.59]) by postfix4-2.free.fr (Postfix) with SMTP id E1359C1D2 for ; Sat, 15 Nov 2003 15:13:40 +0100 (CET) Message-ID: <001801c3ab82$af86efa0$3b6d3951@bunnie> From: "Shobaki sam." To: Date: Sat, 15 Nov 2003 15:13:47 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Radeon 7500 warning message + Blender issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 14:13:49 -0000 Hello group, Here is my first problem, as explained in PR = http://www.freebsd.org/cgi/query-pr.cgi?pr=3D59298: When trying to render any scene with blender, and pushing the "render" = button, blender core dumps with this error message: ------------------------- assertion "vb.context =3D=3D ctx" failed: file "radeon_vtxfmt.c", line = 1061 Abort trap (core dumped) ------------------------- I tried to set RADEON_NO_VTXFMT to 1 but the problem go somewhere else, = blender becomes very unstable and crash too frequently. My other problem is about a strange warning message i got in Xfree86 = logs as explained in http://www.freebsd.org/cgi/query-pr.cgi?pr=3D59297 = : when closing any opengl window application with the escape key, = described in this sample code: ---------------------- if(key =3D=3D ESCAPE) { glutDestroyWindow(window); exit(0); } ---------------------- i got this warning in /var/log/XFree86.0.log: ---------------------- (WW) RADEON(0): [dri] RADEONDRITransitionTo2d: kernel failed to unflip = buffers. ---------------------- But if i use the system close button, everything is going fine, but is = this error is harmless or not ? Thanks for any help. Sam._