From 058ff8e6449d07e2b6ca03eec8164d22e849134c Mon Sep 17 00:00:00 2001 From: Witko Date: Sun, 20 Dec 2015 20:00:08 +0100 Subject: [PATCH] Fixed blank screen when starting The issue was in screen number config. The way how it is fixed is according to https://wiki.archlinux.org/index.php/NVIDIA_Optimus#Alternative_configuration --- nvidia-xorg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia-xorg.conf b/nvidia-xorg.conf index 8ca8583..af8c5a8 100644 --- a/nvidia-xorg.conf +++ b/nvidia-xorg.conf @@ -9,7 +9,7 @@ EndSection Section "ServerLayout" Identifier "layout" - Screen 0 "nvidia" + Screen 1 "nvidia" Inactive "intel" EndSection