-
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
BUS IDs ... wtf #116
Comments
@luukatyuo it's on the readme:
You should be able to see something like this:
Good luck... if you experience problems you might try to set |
cant solve my mystery |
I think it might be this:
|
That's what lspci -vt gave me at first - didnt work. Will try again tomorrow. Thanks for the help! |
No problem. It would be cool in the future to find a deterministic way to discover those bus ids so that they don't need to be set manually, but for now it's like this. When you try again please post the output of nvidia-xrun, so that we can try to debug it. |
damn i should sleep ^^ no error msg in tty, no different lines in tty compared to running nvidia-xrun openbox Shall i reopen a new issue on that one or is this connected? dunno |
I think #102 changed the path for the configuration file, now it's You can either move it or create a symlink:
|
thanks so much!!! u r awesome! |
Hi @luukatyuo, @michelesr Thanks a lot for helping |
nvidia-xrun 0.3-0 working with no problems. But the git version... boooiiii, makes me wtf
i get errors "no file or directory" for loading unloading my nv card/pm state.
in /etc/default/nvidia-xrun i can find:
.# Bus ID of the PCI express controller
CONTROLLER_BUS_ID=0000:00:01.0
.# Bus ID of the graphic card
DEVICE_BUS_ID=0000:01:00.0
Guess wrong values for my case is what causes da trouble.
I put /etc/X11/nvidia-xorg.conf.d/30-nvidia.conf with "BusID "PCI:3:0:0".
lspci -tv made me even more confused.
how to get correct values for this vars? can we ve this in readme plz? Boooiii, i feel like a big noob ;)
The text was updated successfully, but these errors were encountered: