Desktop files should be created under `$HOME/.local/share/applications` instead of `$HOME/.local/share`,
at least on my system only the former one works.
This commit fixed the path for both installation and uninstallation.
During installation, `ld.so.conf` was modified to include `/etc/ld.so.conf.d`, under which
a file `nvidia.conf` was created so that `ld` looks for shared library installed by NVIDIA driver.
This commit adds information on removing `nvidia.conf` file.
Users could optionally remove the line `include /etc/ld.so.conf.d/*.conf` that we added to
`/etc/ld.so.conf`.
* Added recommendation to run LTS kernel for proprietary NVIDIA drivers (see https://github.com/clearlinux/distribution/issues/1725)
* Updated wording following puneete comment
* Updated wording following puneete comment
* Add guide for Media Reference Stack
* Correct errors in syntax and docstring refs for successful build.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects docstring ref title from `tutorial-proxy` to `proxy`
- Resolves build error detected by Travis
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fixed nesting issue.
* Fixes#888
Editorial changes for grammar and formatting.
Signed-off-by: MCamp859 <maryx.camp@intel.com>
* Moved Background section, made minor text edits
Signed-off-by: MCamp859 <maryx.camp@intel.com>
* Adds dual-boot tut for CL with other grub-based linux distros.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Change lowercase grub to uppercase in intro.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revise indentation levels of substeps; add new Fig. 12.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix trailing space in command.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Create additional indented ordered lists for partition config.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Simpplify headings and download instructions
* Add note about NVIDIA Optimus systems
* Add step to symlink nvidia-settings.desktop
* Add section on brightness control
- Adds more details, explanation to Method 1; adds 2 figures.
- Update to using Windows 10 OS throughout
- Add Fig. 3
- Update source/tutorials/multi-boot/multi-boot.rst
- Incorporate Advanced section -- in progress.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Add CLI steps to contextualize diff output.
- Add Sphinx roles for clarity of command flags.
- Apply edits for clarity of sequence and prior to output diffs.
<michael.vincerra@intel.com>
- Moved tutorial to Get Started virtual install section
- Updated title and intro to be consistent with other get started guides
- Updated reference to 'tutorial' to be 'guide'
Closes#776
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Editorial changes to redis.rst
Signed-off-by: DougTW <doug.martin@intel.com>
* Editorial changes to redis.rts
- fixed space between heading and text
Signed-off-by: DougTW <doug.martin@intel.com>
* Fixes formatting errors for successful build in CI. Simplifies intro.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Replaces dlrs.rst in guides/stacks to avoid redirect issues.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects typo on % for image at 50.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects .. figure:: ref relative path from inside guides/stacks/dlrs
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects relative path in figure 5.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises label to avoid buld error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>