From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 24 01:39:28 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 ED6E2106566B for ; Sat, 24 Apr 2010 01:39:28 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id BB0268FC18 for ; Sat, 24 Apr 2010 01:39:28 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o3O1dQT4068106; Fri, 23 Apr 2010 20:39:26 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 23 Apr 2010 20:39:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Fri, 23 Apr 2010 20:39:21 -0500 From: Rusty Nejdl To: Mario Lobo In-Reply-To: <201004232220.24614.lobo@bsd.com.br> References: <201003271749.05978.lobo@bsd.com.br> <201004021321.11300.lobo@bsd.com.br> <201004232220.24614.lobo@bsd.com.br> Message-ID: <3c5e57f16b079a0060aad74fb052245a@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Cc: freebsd-emulation@freebsd.org, Bernhard Froehlich Subject: Re: News update [WAS: virtualbox-ose-devel port problem] 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, 24 Apr 2010 01:39:29 -0000 Mario, > xorg 1.6.5 > relevant (i think) xorg.conf sections: > -------------------------------------- > Section "Device" > Option "AddARGBGLXVisuals" "true" > Option "AllowGLXWithComposite" "true" > Option "AllowIndirectPixmaps" "true" > Option "AllowSHMPixmaps" "false" > Option "BackingStore" "on" > Option "TrippleBuffer" "false" > Option "PixmapCacheSize" "9000000" > Option "RenderAccel" "on" > Option "DamageEvents" "on" > Option "RandRRotation" "True" > Option "Coolbits" "5" > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "GeForce 9800 GT" > BusID "PCI:1:0:0" > EndSection > > Section "Extensions" > Option "Composite" "Enable" > Option "DAMAGE" "True" > Option "RENDER" "True" > Option "MIT-SHM" "true > EndSection > -------------------------------------- Can you try a much simpler xorg.conf? Driver section: Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:2:0:0" Comment out the Extensions section. > > c) composite enabled (KDE 4.3.5) + 1 CPU per guest > > Same as b) > With the simpler xorg.conf, I can't reproduce this but I am on an Intel processor. Maybe AMD vs Intel has issues? > > e) composite enabled (KDE 4.3.5) + 1 CPU per guest + 3D accel checked > > Same as b) I cannot reproduce any more either but then again, I can't get acceleration working in anything but Ubuntu right now for some reason. Thanks! Rusty Nejdl