From 9ed3af28563ff8573221731402122d696195c3a6 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 12 Nov 2016 11:52:49 +0000 Subject: Fix for mga#18724 - set vboxvideo.modeset=0 in /etc/modprobe.d. This avoids a conflict between the VBoxVideo X11 driver and the vboxvideo kernel module which prevented X starting. (cherry picked from commit 6f688832ece31330983de447383dc5b54925da92) --- files/vboxvideo.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/vboxvideo.conf (limited to 'files/vboxvideo.conf') diff --git a/files/vboxvideo.conf b/files/vboxvideo.conf new file mode 100644 index 0000000..8ded6ad --- /dev/null +++ b/files/vboxvideo.conf @@ -0,0 +1 @@ +options vboxvideo modeset=0 -- cgit v1.2.1