From owner-freebsd-current@FreeBSD.ORG Wed Jun 11 15:59:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FCC37B401 for ; Wed, 11 Jun 2003 15:59:25 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE75143FA3 for ; Wed, 11 Jun 2003 15:59:23 -0700 (PDT) (envelope-from lefcha@hellug.gr) Received: from localhost.my.domain (thesi36-a169.otenet.gr [212.205.250.169]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h5BMxJFf003102 for ; Thu, 12 Jun 2003 01:59:21 +0300 (EEST) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.12.9/8.12.9) with ESMTP id h5BBudU4092333 for ; Wed, 11 Jun 2003 14:56:39 +0300 (EEST) (envelope-from lefcha@hellug.gr) Received: (from lefcha@localhost) by localhost.my.domain (8.12.9/8.12.9/Submit) id h5BBudtH092332 for freebsd-current@freebsd.org; Wed, 11 Jun 2003 14:56:39 +0300 (EEST) X-Authentication-Warning: localhost.my.domain: lefcha set sender to lefcha@hellug.gr using -f Date: Wed, 11 Jun 2003 14:56:38 +0300 From: Lefteris Chatzibarbas To: freebsd-current@freebsd.org Message-ID: <20030611115638.GA84356@bsd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: DRI/XFree86/FreeBSD/OpenGL problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 22:59:25 -0000 Hello, I have a problem with DRI on FreeBSD. Specifically, in some OpenGL programs, objects are not drawn at all (in some cases only some of them get drawn) (DRI enabled), but when DRI is disabled all work fine. A simple example of such program is: http://www.opengl.org/developers/code/glut_examples/examples/cube.c The hardware is: AMD Athlon XP 1800+, MSI KT4V (KT400/VT8235), 256MB DDR333 PC2700, Matrox G450 32MB AGP4X The system runs -CURRENT (last updated 2 days ago). Some of the XFree86 ports installed (and their versions): XFree86-4.3.0,1, XFree86-Server-4.3.0_8, XFree86-clients-4.3.0_2, XFree86-libraries-4.3.0_5 Other system information: http://members.hellug.gr/lefcha/dmesg http://members.hellug.gr/lefcha/drm http://members.hellug.gr/lefcha/glxinfo http://members.hellug.gr/lefcha/libgldebug http://members.hellug.gr/lefcha/XF86Config-4 http://members.hellug.gr/lefcha/pciconf Thanks