fix(nvidia-prime-optimus): ensure xrandr is installed

fixes #470
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2022-07-19 11:21:12 +01:00
parent 3bf49406aa
commit b91e0aab23
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD

View file

@ -90,6 +90,12 @@ image:how-to-set-nvidia-as-primary-gpu-on-optimus-based-laptops-4.png[]
This means that the driver installation was successful leading to the detection of two distinct video accelerators - internal and dedicated.
== Step #8: Edit the X11 configuration
Please ensure that the [application]`xrandr` package is installed before proceeding with this step:
----
sudo dnf install xrandr
----
Execute the following command to copy the display render details for the X11.
----