From bdcfefc153f762fcba12ee92c1ec3965b5bdc73e Mon Sep 17 00:00:00 2001 From: Andrea Bellitto Date: Fri, 3 Feb 2017 16:38:49 +0100 Subject: [PATCH] fix 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.nvidia | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/xorg.conf.nvidia b/conf/xorg.conf.nvidia index c3107f9..6de7723 100644 --- a/conf/xorg.conf.nvidia +++ b/conf/xorg.conf.nvidia @@ -32,3 +32,8 @@ Section "Device" Option "UseEDID" "false" Option "UseDisplayDevice" "none" EndSection + +Section "Screen" + Identifier "Default Screen" + Device "DiscreteNvidia" +EndSection