Skip to content

Commit

Permalink
Merge pull request #5 from bauca/bauca-fix-indentation
Browse files Browse the repository at this point in the history
Minor indentation fixes in README.md
  • Loading branch information
bauca authored Jul 7, 2021
2 parents b4693cf + 81cb794 commit b22b45e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- This script does not fix screen tearing on NVIDIA Graphics Cards, that's why we need to switch between them.
- ** IMPORTANT ** This script might not work properly with NVIDIA QUADRO video cards. For more information see: https://github.com/bauca/graphics-switcher/issues/3

# Open PRs
- (05/07/2021) - https://github.com/bauca/graphics-switcher/pull/4 - PR claims to use `prime-select query` command for the detection of the active GPU thus dropping off the requirement of `mesa-utils` (Still needs to be tested before merged).

# Release notes
- (03/08/2017) - Updated requirements list as suggested by issue #2 (https://github.com/bauca/graphics-switcher/issues/2).
Expand All @@ -26,12 +28,19 @@
- Open terminal and type: sudo apt-get update
- Install the latest (375.66) Nvidia binary driver by following these steps:

1 - Open the Ubuntu's 'System Settings' from ubuntu's left bar.
2 - Click on the 'Software & Updates' icon.
3 - Select the tab 'Additional Drivers'.
4 - Check 'Using NVIDIA binary driver - version 375.66 from nvidia-375 (proprietary, tested).
5 - Click on 'Apply Changes', wait until the installation is complete.
6 - Reboot

1 - Open the Ubuntu's 'System Settings' from ubuntu's left bar.

2 - Click on the 'Software & Updates' icon.

3 - Select the tab 'Additional Drivers'.

4 - Check 'Using NVIDIA binary driver - version 375.66 from nvidia-375 (proprietary, tested).

5 - Click on 'Apply Changes', wait until the installation is complete.

6 - Reboot

- Install 'glxinfo' by opening terminal and typing: sudo apt-get install mesa-utils
- Download or Clone the graphics-switch script.
Expand Down

0 comments on commit b22b45e

Please sign in to comment.