[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#831384: live-config: X.Org driver automatic override for VirtualBox is useless and breaks some use cases



Control: tag -1 + patch

I can confirm this happens for me too. I'm attaching a patch.
From 6482e70b0f69ce3ea7e0dc58381b7a2d36e1ced6 Mon Sep 17 00:00:00 2001
From: Rohan Garg <rohan@garg.io>
Date: Thu, 1 Dec 2016 13:12:23 +0100
Subject: [PATCH] Drop the vboxvideo driver handling, now handled by dkms

---
 components/1140-xserver-xorg | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/1140-xserver-xorg b/components/1140-xserver-xorg
index 7804877..3982e2f 100755
--- a/components/1140-xserver-xorg
+++ b/components/1140-xserver-xorg
@@ -123,12 +123,6 @@ Config ()
 
 			if [ -z "${LIVE_XORG_DRIVER}" ]
 			then
-				# xorg-driver automatic override for virtualbox
-				if [ -e /var/lib/dpkg/info/virtualbox-guest-x11.list ] && echo "${_DEVICE}" | grep -qs '^80EEBEEF'
-				then
-					LIVE_XORG_DRIVER="vboxvideo"
-				fi
-
 				# xorg-driver automatic override for fglrx
 				if echo "${_DEVICE}" | grep -qs '^1002'
 				then
-- 
2.10.2


Reply to: