1
0
forked from jengelh/virtualbox

Accepting request 792829 from home:lwfinger:branches:Virtualization

- Change default display type for openSUSE virtual machines. The default type
  has been VMSVGA; however, this display type fails to utilize driver vboxvideo.
  thus the display size is fixed. This problem is under investigation, but
  until a fix is found, the default is changed to VBoxVGA with file
  "add change_default_display.patch".
- Makefile in the kernel-host-source package has a typo bug fixed (boo#1168910)
  and a large number of warnings are fixed.

OBS-URL: https://build.opensuse.org/request/show/792829
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=545
This commit is contained in:
Larry Finger
2020-04-10 09:55:34 +00:00
committed by Git OBS Bridge
parent d8ce0b3983
commit 999d9ff1ba
7 changed files with 704 additions and 43 deletions

View File

@@ -158,6 +158,8 @@ Patch136: VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch
Patch137: fix-missing-includes-with-qt-5.15.patch
# Fix builds with GCC10
Patch138: fixes_for_gcc10.patch
# Change default display type
Patch139: change_default_display.patch
Patch999: virtualbox-fix-ui-background-color.patch
#
BuildRequires: LibVNCServer-devel
@@ -466,6 +468,7 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL.
%patch136 -p1
%patch137 -p1
%patch138 -p1
%patch139 -p1
# make VB UI background colors look sane again
%patch999 -p1