From c2fc68b4e111ebdd266f1761e916e504f39e7372 Mon Sep 17 00:00:00 2001 From: Andrea Bellitto Date: Fri, 3 Feb 2017 16:37:43 +0100 Subject: [PATCH] fix an Ubuntu bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix ubuntu bug releated to "Bumblebee Failed to load module “mouse” (module does not exist, 0)" --- conf/xorg.conf.nouveau | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/xorg.conf.nouveau b/conf/xorg.conf.nouveau index 87e48cb..aea656e 100644 --- a/conf/xorg.conf.nouveau +++ b/conf/xorg.conf.nouveau @@ -16,3 +16,8 @@ Section "Device" # BusID "PCI:01:00:0" EndSection + +Section "Screen" + Identifier "Default Screen" + Device "DiscreteNvidia" +EndSection