-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update video driver section from troubleshooting and their linked pag…
…es (#342) * Update troubleshooting.md #6 * Update mac/display-issues.md to remove mention of qt6 QT5 had been dropped already. This must have been overlooked in the past and thus I change the explicit qt6 mention here. * Update linux/display-issues.md (move preferences option to the top) * Update windows/display-issues.md to move preferences to the top * Update mac/display-issues.md to move preferences to the top * FIX typo in troubleshooting.md * Update src/platform/windows/display-issues.md Co-authored-by: Danika-Dakika <[email protected]> * Update src/platform/mac/display-issues.md Co-authored-by: Danika-Dakika <[email protected]> * Update linux/display-issues.md to make ui bold and include → instead of > * Update display-issues.md to make ui bold and include → instead of > * Update display-issues.md to make ui bold and include → instead of > * Update troubleshooting.md to make ui bold and include → instead of > * Update linux/display-issues.md to make headers more consistent * Update mac/display-issues.md to make headers more consistent * Update display-issues.md to make headers more consistent * Update troubleshooting.md to make the ui bold and include → instead of > (I also applied the character limit for the strings in that document. This is done almost everywhere in the docs but wasn't done here for some reason.) * Update src/troubleshooting.md Co-authored-by: Damien Elmes <[email protected]> * Update troubleshooting.md to change link for "broken distro versions" * TitleCase every heading * move 'menu' outside of bold formatting * title case... * Title case again * Title case fixed again * Change headers from bold to ### --------- Co-authored-by: Danika-Dakika <[email protected]>
- Loading branch information
1 parent
65a0a75
commit 1dd33a0
Showing
4 changed files
with
68 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
## Display Issues on Linux | ||
|
||
Hardware acceleration defaults to on. If you experience blank screens | ||
or display issues, you can try enabling software rendering using the terminal: | ||
or display issues, you can try enabling software rendering. | ||
|
||
### Changing the Driver From the Preferences Screen | ||
In Anki 23.10+, you can change the graphics driver from preferences screen by | ||
navigating to **Tools → Preferences** and then selecting the driver from the | ||
dropdown menu. | ||
|
||
### Changing the Driver From the Terminal | ||
``` | ||
echo software > ~/.local/share/Anki2/gldriver6 | ||
``` | ||
|
||
If you wish to switch back to the default, change `software` to `auto`, or | ||
remove that file. | ||
|
||
In Anki 23.10+, you can also change the graphics driver from preferences screen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters