Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add troubleshooting for crash when unloading modules #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ To fix, you can change the DPI settings in `~/.Xresources (~/.Xdefaults)` file b
Xft.dpi: 192
```

### `nvidia-xrun` fails to unload modules

This can happen if you switch between tty sessions while nvidia-xrun is active. Usually switching to another tty, running `nvidia-xrun` and closing it without switching to another tty should exit gracefully.

If you currently have such an issue, you can avoid restarting the system by logging out of all X sessions (perhaps `sudo systemctl restart gdm` or whatever) and then manually unloading the modules and turning off GPU.

### `nouveau` driver conflict
`nouveau` driver should be automatically blacklisted by `nvidia` but in case it is not, `nvidia` might not get access to GPU. Then you need to manually blacklist `nouveau` following Arch wiki https://wiki.archlinux.org/index.php/kernel_modules#Blacklisting.

Expand Down