From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 11 04:13:20 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 901AC1065670; Mon, 11 Oct 2010 04:13:20 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id D0B5B8FC08; Mon, 11 Oct 2010 04:13:19 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApEBAEIqskyWZWdv/2dsb2JhbAAH4lGFSASQKg Received: from ppp103-111.static.internode.on.net (HELO [192.168.1.144]) ([150.101.103.111]) by ipmail06.adl6.internode.on.net with ESMTP; 11 Oct 2010 14:43:17 +1030 From: Wayne Sierke To: Adam Vande More In-Reply-To: References: <1286730953.57597.73.camel@predator-ii.buffyverse> Content-Type: text/plain; charset="ASCII" Date: Mon, 11 Oct 2010 14:43:15 +1030 Message-ID: <1286770395.57597.138.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-x11@freebsd.org Subject: Re: VirtualBox QT issue 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: Mon, 11 Oct 2010 04:13:20 -0000 On Sun, 2010-10-10 at 20:20 -0500, Adam Vande More wrote: > On Sun, Oct 10, 2010 at 12:47 PM, Adam Vande More > wrote: > Yes that is how I was using ssh -Y(with an active X on both > systems). > > Doing a little digging, I've found some old GL stuff on my > system. I'm going to do a complete clean, and ground up > rebuilt to make sure it isn't something with just my system. > > Same result. I'm not familiar with ATI but from the stuff that Google is pulling up it looks like it could well be an issue with the ATI drivers. You might want to provide some more details - FreeBSD version, xorg configuration and log files, and hopefully someone might spot any potential issues you could be having with your integrated ATI RADEON HD 3300 Graphics (RS780). In the meantime you could try running VirtualBox as: VirtualBox --rmode image from http://www.virtualbox.org/ticket/2001 : The image mode uses the builtin Qt graphics mode and don't depends on SDL. Several problems vanish when using this mode, ... Wayne