Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 22:41:12 +0000
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
Message-ID:  <bug-201573-26505-FjflUEQaV2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201573-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201573-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201573

S. R. Wright <srw6666@gmail.com> 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 <srw6666@gmail.com> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201573-26505-FjflUEQaV2>