summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-11-12 11:52:49 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-11-12 11:52:49 +0000
commit6f688832ece31330983de447383dc5b54925da92 (patch)
tree24f3b126f0b29584dcf8cfebbb1cb75b518fa384 /files
parent2ecf80db3e0033812fb9ea1d61e84b619150cc74 (diff)
downloaddraklive-config-6f688832ece31330983de447383dc5b54925da92.tar
draklive-config-6f688832ece31330983de447383dc5b54925da92.tar.gz
draklive-config-6f688832ece31330983de447383dc5b54925da92.tar.bz2
draklive-config-6f688832ece31330983de447383dc5b54925da92.tar.xz
draklive-config-6f688832ece31330983de447383dc5b54925da92.zip
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.
Diffstat (limited to 'files')
-rw-r--r--files/vboxvideo.conf1
1 files changed, 1 insertions, 0 deletions
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