From owner-freebsd-stable@FreeBSD.ORG Wed Oct 5 17:41:03 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 E894F16A41F for ; Wed, 5 Oct 2005 17:41:03 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from mail.ecolines.ru (ns.ecolines.ru [81.3.181.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id E452143D46 for ; Wed, 5 Oct 2005 17:41:02 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: (qmail 17269 invoked from network); 5 Oct 2005 17:43:34 -0000 Received: from dialup84115-35.ip.peterstar.net (HELO doom.homeunix.org) (ip@84.204.115.35) by mail.ecolines.ru with ESMTPA; 5 Oct 2005 17:43:34 -0000 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.4/8.13.4) with ESMTP id j95HcMXH000644; Wed, 5 Oct 2005 21:38:32 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.4/8.13.4/Submit) id j953ms4e001162; Wed, 5 Oct 2005 07:48:54 +0400 (MSD) (envelope-from igor) Date: Wed, 5 Oct 2005 07:48:54 +0400 From: Igor Pokrovsky To: Yann Golanski Message-ID: <20051005034854.GA789@doom.homeunix.org> Mail-Followup-To: Yann Golanski , freebsd-stable@freebsd.org References: <20051004145909.GA23226@kierun.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051004145909.GA23226@kierun.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: Xorg, OpenGL/Mesa and FreeBSD. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 17:41:04 -0000 On Tue, Oct 04, 2005 at 03:59:09PM +0100, Yann Golanski wrote: > I have some Mesa/OpenGL code that I want to run on FreeBSD and Xorg. > The code compiles fine but once it runs, the window does not redraw -- > hence it keeps a screen shot of whatever was behind it or whatever > moves over it. > > Any idea what could be wrong? Some system info follows: Direct rendering (DRI) is turned off in your X server. Some progs *require* direct rendering, some run extremely slowly without it. I suggest you to try configuring DRI in X and try again to run your prog. I guess handbook has enough info on this subject. -ip -- If you leave the room, you're elected.