Don-t-force-using-the-vboxvideo-X.Org-driver.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. From 9c6fb372191e19597fdfd2ac417b00e9396e7c54 Mon Sep 17 00:00:00 2001
  2. From: intrigeri <intrigeri@boum.org>
  3. Bug-Debian: https://bugs.debian.org/831384
  4. Bug-Tails: https://labs.riseup.net/code/issues/10298#note-19
  5. Date: Fri, 15 Jul 2016 11:54:39 +0000
  6. Subject: [PATCH] Don't force using the vboxvideo X.Org driver.
  7. According to our tests, this forced setting is:
  8. * harmful: it breaks X startup when the vboxvideo *kernel* driver
  9. is loaded;
  10. * useless: X.Org now autodetects the vboxvideo X.Org driver and uses it
  11. when running in VirtualBox and the vboxvideo kernel is not present.
  12. Note that I'm not touching the InputDevice section here, since I don't
  13. know if it is still useful, and have not heard of any problem with it.
  14. Closes: #831384
  15. ---
  16. share/xserver-xorg/vboxvideo.conf | 5 -----
  17. 1 file changed, 5 deletions(-)
  18. diff --git a/share/xserver-xorg/vboxvideo.conf b/share/xserver-xorg/vboxvideo.conf
  19. index 4d7a966..dc4f4d2 100644
  20. --- a/usr/share/live/config/xserver-xorg/vboxvideo.conf
  21. +++ b/usr/share/live/config/xserver-xorg/vboxvideo.conf
  22. @@ -1,8 +1,3 @@
  23. -Section "Device"
  24. - Identifier "Default screen"
  25. - Driver "vboxvideo"
  26. -EndSection
  27. -
  28. Section "InputDevice"
  29. Identifier "Default mouse"
  30. Driver "vboxmouse"
  31. --
  32. 2.8.1