From owner-freebsd-emulation@freebsd.org Mon Jul 25 19:27:12 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E94BEBA12AE for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CCDAF17FD for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CC09EBA12A9; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBB4BBA12A8 for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B53C917FC for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B406A1C6B; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id B333B1C6A for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F42717FA for ; Mon, 25 Jul 2016 19:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PJRCfU029973 for ; Mon, 25 Jul 2016 19:27:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: maintainer-feedback requested: [Bug 211373] emulators/virtualbox-ose-additions 5.0.26: building with OpenGL support inhibits starting of X server Date: Mon, 25 Jul 2016 19:27:12 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 25 Jul 2016 19:48:52 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 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, 25 Jul 2016 19:27:13 -0000 Martin Birgmeier has reassigned Bugzilla Automation 's request for maintainer-feedback to vbox@FreeBSD.or= g: Bug 211373: emulators/virtualbox-ose-additions 5.0.26: building with OpenGL support inhibits starting of X server https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211373 --- Description --- Created attachment 172978 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172978&action= =3Dedit diff between starting X server on client with/without OpenGL enabled If virtualbox-ose-additions 5.0.26 is built with OpenGL support, the X serv= er in the client cannot start. The attached diff compares /var/log/Xorg.0.log (without OpenGL support) to /var/log/Xorg.0.log.old (with OpenGL support): diff =3D(sed 's/^\[..........\] //' /var/log/Xorg.0.log) =3D(sed 's/^\[..........\] //' /var/log/Xorg.0.log.old) With the 4.3.38 version, enabling OpenGL support did not prevent starting of the X server. Furthermore, with the 5.0.26 version, issuing the command VBoxManage controlvm 'FreeBSD 10 i386 (v905)' setvideomodehint 1728 972= 32 is honored only after logging in to the client machine. If I remember correctly, the same command would already resize the login screen (KDE) with the 4.3.38 version.