[Bug 201573] emulators/virtualbox-ose-additions v 4.3.28 and 4.3.30 incapable of screen resolution that worked in 4.3.26
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 14 22:41:12 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201573
S. R. Wright <srw6666 at 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 at gmail.com
--- Comment #1 from S. R. Wright <srw6666 at 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.
More information about the freebsd-emulation
mailing list