From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 29 20:14:15 2007 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA34116A41A; Sat, 29 Dec 2007 20:14:15 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 8059613C458; Sat, 29 Dec 2007 20:14:15 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id lBTJgHW0003479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Dec 2007 14:42:17 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id lBTJgGgK003478; Sat, 29 Dec 2007 14:42:16 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: emulation@FreeBSD.org Date: Sat, 29 Dec 2007 14:42:16 -0500 User-Agent: KMail/1.9.7 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: nox@FreeBSD.org, x11@FreeBSD.org Subject: Linux-programs can't do direct rendering?.. X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 20:14:15 -0000 Hello! I'm seeing this on the two different computers already. Although native FreeBSD programs can do direct rendering, the Linux ones (such as google-earth) can not. One of the machines is FreeBSD-6.3-PRERELEASE/amd64 with a Radeon card. The other -- FreeBSD-7.0-PRERELEASE/i386 with an NVidia. On both systems the native glxinfo (installed by the the graphics/mesa-demos) reports direct rendering as available: % glxinfo | grep direct direct rendering: Yes on both, however, the Linux version (from linux_dri-7.0) says No: % /compat/linux/usr/X11R6/bin/glxinfo | grep direct direct rendering: No Asking on x11@ produced 0 responses... Does anyone else see this? What could be the reason? Thanks, -mi