forked from pool/virtualbox
- added vbox-VBE_DISPI_INDEX_ENABLE.diff to fix broken linux
console after starting X (bnc#717713) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=62
This commit is contained in:
parent
9892e273be
commit
f9c6b41127
13
vbox-VBE_DISPI_INDEX_ENABLE.diff
Normal file
13
vbox-VBE_DISPI_INDEX_ENABLE.diff
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: VirtualBox-4.1.4_OSE/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
||||||
|
===================================================================
|
||||||
|
--- VirtualBox-4.1.4_OSE.orig/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
||||||
|
+++ VirtualBox-4.1.4_OSE/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
||||||
|
@@ -174,7 +174,7 @@ RTDECL(bool) VBoxVideoGetModeRegisters(u
|
||||||
|
uint16_t fFlags;
|
||||||
|
|
||||||
|
VBoxVideoCmnPortWriteUshort(VBE_DISPI_IOPORT_INDEX,
|
||||||
|
- VBE_DISPI_ENABLED);
|
||||||
|
+ VBE_DISPI_INDEX_ENABLE);
|
||||||
|
fFlags = VBoxVideoCmnPortReadUshort(VBE_DISPI_IOPORT_DATA);
|
||||||
|
if (pcWidth)
|
||||||
|
{
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 12:50:21 UTC 2011 - mseben@gmail.com
|
||||||
|
|
||||||
|
- added vbox-VBE_DISPI_INDEX_ENABLE.diff to fix broken linux
|
||||||
|
console after starting X (bnc#717713)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 7 09:41:22 UTC 2011 - mseben@gmail.com
|
Fri Oct 7 09:41:22 UTC 2011 - mseben@gmail.com
|
||||||
|
|
||||||
|
@ -89,6 +89,9 @@ Patch5: vbox-config.diff
|
|||||||
Patch6: vbox-smc-napa.diff
|
Patch6: vbox-smc-napa.diff
|
||||||
#fix build of Python and dev package on openSUSE 11.3
|
#fix build of Python and dev package on openSUSE 11.3
|
||||||
Patch8: vbox-python-detection.diff
|
Patch8: vbox-python-detection.diff
|
||||||
|
#fix Broken Linux console after starting X bnc#717713
|
||||||
|
#patch grabbed from upstream ticket https://www.virtualbox.org/ticket/9490
|
||||||
|
Patch9: vbox-VBE_DISPI_INDEX_ENABLE.diff
|
||||||
#fix build
|
#fix build
|
||||||
Patch10: vbox-disable_vboxpci_build.diff
|
Patch10: vbox-disable_vboxpci_build.diff
|
||||||
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
||||||
@ -213,6 +216,7 @@ Development file for %{name}
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
%patch10
|
%patch10
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
%patch100
|
%patch100
|
||||||
|
Loading…
Reference in New Issue
Block a user