-
Notifications
You must be signed in to change notification settings - Fork 69
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
nvidia-xrun not working at all #127
Comments
This has been explained different times in response to similar issues reported, so I'm thinking the problem here is lack of documentation (maybe the readme should be more explanatory). However, you should be able to find the controller bus id in the output of
The id you're loolking for is the one of the PCI bridge that hosts the card, in my case |
okay, thanks. Mine doesn't say PCIE controller anywhere, but I'll try with this -pci:2 device, looks about right. Thank you
|
@michelesr that did help, but I'm still not being able to run, with the same dmesg errors:
|
I'm not very expert with nvidia drivers, but TBH I don't see anything alarming in the kernel log (tainting the kernel is normal as nvidia is not a module from the original kernel codebase). What's the problem that are you getting exactly? can you post the output of nvidia-xrun execution? |
I've noticed a few things. One of them is that regardless of what I put in
/etc/X11/nvidia-xorg*
(got this from the documentation at the arch wiki, so this might not be the place to say it),/etc/default/nvidia-xrun
holds the variables that the script run.Anyway, I've been fighting against the nvidia driver for a while, when I was able to finally blacklist it properly,
nvidia-xrun
is still failing, but at least it's failing gracefully. One point I find is this line in/etc/default/nvidia-xrun
:that bus id doesn't seem to exist in my box, and I'm not sure what to put. Here's the output of lspci:
The nvidia card is not there because I'm using
nvidia-xrun-pm.service
, but its address is04:00.0
. I changed that in/etc/default/nvidia-xrun
, but the controller bus bit is stll raising an error, it complains that/sys/bus/pci/devices/0000:00:01.0/power/control
doesn't existBelow is dmesg after I try to run it. I notice specially the following lines:
here's the full output
The text was updated successfully, but these errors were encountered: