Skip to content

Commit

Permalink
Fixed blank screen when starting
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Witko committed Dec 20, 2015
1 parent cb9421a commit 058ff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidia-xorg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EndSection

Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Screen 1 "nvidia"
Inactive "intel"
EndSection

Expand Down

0 comments on commit 058ff8e

Please sign in to comment.