From owner-freebsd-emulation@freebsd.org Tue Jul 14 22:41:12 2015 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 91A4C9A274C for ; Tue, 14 Jul 2015 22:41: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 6E6F41B0D for ; Tue, 14 Jul 2015 22:41:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6D7DB9A274B; Tue, 14 Jul 2015 22:41: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 535B19A274A for ; Tue, 14 Jul 2015 22:41: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 37CA81B0C for ; Tue, 14 Jul 2015 22:41:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 36B081E0F; Tue, 14 Jul 2015 22:41: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 363231E0E for ; Tue, 14 Jul 2015 22:41: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 066C51B0B for ; Tue, 14 Jul 2015 22:41: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 t6EMfBKq034618 for ; Tue, 14 Jul 2015 22:41:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 201573] emulators/virtualbox-ose-additions v 4.3.28 and 4.3.30 incapable of screen resolution that worked in 4.3.26 Date: Tue, 14 Jul 2015 22:41:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: srw6666@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 14 Jul 2015 23:17:27 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 14 Jul 2015 22:41:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201573 S. R. Wright changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|emulators/virtualbox-ose-ad |emulators/virtualbox-ose-ad |ditions |ditions v 4.3.28 and 4.3.30 | |incapable of screen | |resolution that worked in | |4.3.26 CC| |srw6666@gmail.com --- Comment #1 from S. R. Wright --- This bug was added before I had a chance to finish. The issue is that with version 4.3.26, using this xorg.conf worked and created a display with the resolution that was requested: Section "Screen" Identifier "Screen0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Modes "1913x1033" "1280x1024" Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection EndSection This stopped working with version 4.3.28, and still does not work in 4.3.30; the created display resolution is much smaller than the 1913x1033 indicated in xorg.conf; downgrading back to 4.3.26 restored the expected functionality -- You are receiving this mail because: You are the assignee for the bug.