[arch-commits] Commit in virtualbox/trunk (2 files)

Christian Hesse eworm at archlinux.org
Mon May 18 06:37:41 UTC 2020


    Date: Monday, May 18, 2020 @ 06:37:41
  Author: eworm
Revision: 629301

upgpkg: virtualbox 6.1.8-2

do not start `VBoxClient --vmsvga-x11` to prevent black screen (FS#66689)

Added:
  virtualbox/trunk/018-work-around-black-screen.patch
Modified:
  virtualbox/trunk/PKGBUILD

------------------------------------+
 018-work-around-black-screen.patch |   20 ++++++++++++++++++++
 PKGBUILD                           |    8 +++++---
 2 files changed, 25 insertions(+), 3 deletions(-)

Added: 018-work-around-black-screen.patch
===================================================================
--- 018-work-around-black-screen.patch	                        (rev 0)
+++ 018-work-around-black-screen.patch	2020-05-18 06:37:41 UTC (rev 629301)
@@ -0,0 +1,20 @@
+From bbd990f83a23c22da787d10c62bd7ff114d32703 Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail at eworm.de>
+Date: Mon, 18 May 2020 08:21:06 +0200
+Subject: [PATCH 1/1] work around black screen
+
+Signed-off-by: Christian Hesse <mail at eworm.de>
+---
+ src/VBox/Additions/x11/Installer/98vboxadd-xclient | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/VBox/Additions/x11/Installer/98vboxadd-xclient b/src/VBox/Additions/x11/Installer/98vboxadd-xclient
+index e7d4e292..7a17a692 100755
+--- a/src/VBox/Additions/x11/Installer/98vboxadd-xclient
++++ b/src/VBox/Additions/x11/Installer/98vboxadd-xclient
+@@ -34,5 +34,4 @@ elif test -z "${SSH_CONNECTION}"; then
+   /usr/bin/VBoxClient --checkhostversion
+   /usr/bin/VBoxClient --seamless
+   /usr/bin/VBoxClient --draganddrop
+-  /usr/bin/VBoxClient --vmsvga-x11  # In case VMSVGA emulation is enabled
+ fi

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-18 06:35:01 UTC (rev 629300)
+++ PKGBUILD	2020-05-18 06:37:41 UTC (rev 629301)
@@ -10,7 +10,7 @@
          'virtualbox-guest-utils-nox'
          'virtualbox-ext-vnc')
 pkgver=6.1.8
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -74,7 +74,8 @@
         '012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
         '013-Makefile.patch'
         '016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch'
-        '017-fix-narrowing-conversion.patch')
+        '017-fix-narrowing-conversion.patch'
+        '018-work-around-black-screen.patch')
 sha256sums=('426888f83036b6b1f79c272d317a4e8ecf43781f6a266fd7209c03dca504eefc'
             'SKIP'
             '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
@@ -95,7 +96,8 @@
             '81900e13d36630488accd8c0bfd2ceb69563fb2c4f0f171caba1cca59d438024'
             'da7e58ed37dc23c6202aab3017864579a99e78417f3421ddcc98a198198fe2c9'
             '100c9e14e9cfb12ae65364e830153d2481cf272ceeb39d11c6b203bc6e35bf0c'
-            '5aac692909a0a0ec56b08bdece9e42cf7463abdca9da2f990d441ff463be6a99')
+            '5aac692909a0a0ec56b08bdece9e42cf7463abdca9da2f990d441ff463be6a99'
+            '116f90f2d87a0a5d49e84b734dd6407667faf9e44f5078085bba591dd357745f')
 
 prepare() {
     cd "VirtualBox-$pkgver"



More information about the arch-commits mailing list