Restricted PrimaryGPU attribute to OutputClass section only

Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
Akashdeep Dhar 2021-05-22 13:30:26 +05:30 committed by pbokoc
parent 15b4341ae7
commit 5c5da433e4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -100,9 +100,9 @@ Once done, open up the `nvidia.conf` from the copy destination and edit it to ad
----
Option "PrimaryGPU" "yes"
----
to every section of it.
to the `OutputClass` section of it.
For example, using `nano`
For example, use `nano`
----
sudo nano /etc/X11/xorg.conf.d/nvidia.conf
----