-
Notifications
You must be signed in to change notification settings - Fork 142
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
Fedora 25: /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied #824
Comments
What happens if you use the "unmanaged" version and copy NVIDIA-Linux-x86_64-340.98.run into/etc/sysconfig/nvidia/ ? What error message does it give you? |
That is what i have done. I am using the unmanaged repo, and placed the blob into |
Hello. After you copy the blob, what happens if you run as root bumblebee-nvidia --force --debug I assume it prints a red [FAILED] after a bunch of "dots" ? if so, can you paste the /var/log/nvidia-installer.log to fpaste.org or pastebin or similar site and link to it here? Thanks. |
It does not fail:
contents of /var/log/nvidia-installer.log were too big for pastebin free and github comment... any ideas? |
Also weird is
And my "Bumblebee Status" GNOME extension informs me that my card is on, but I can't access it. |
I'm thinking that error message won't really help us out with the real issue. I will give it some more thought. Hopefully @ArchangeGabriel might have some ideas we could try or further logs to gather. I'm sorry I can't think of much else. Could Section "ServerFlags" in /etc/bumblebee/xorg.conf.nvidia maybe not be enough for fedora 25 but enough for fedora 24? |
Yeah..... I think I found the bad news here: https://devtalk.nvidia.com/default/topic/976844/linux/xorg-1-19-support/ You may wish to complain also? |
Thanks for finding this! Good to know I can stop trying for a while.
Definitely adding my complaints!
|
Any solutions yet? Im getting the same problem after some fedora updates, Im on Fedora 25 with NVIDIA v375.26 on kernel 4.8.14-300. Bumblebee installs on my computer successfully just as described by soamaven. |
I had very similar (possibly same) problem on Gentoo. I solved it by adding my user to the "video" group. Gentoo (systemd) |
Maybe it is unrelated, but as I have answered in #841 I had the same issue, and it was due an Xorg input driver which was failing to load due a symbol error lookup from the dynamic linker (it was not easy to realize what was happening) |
@hlolli Can you post the /var/log/Xorg.8.log and the output from journalctl to a site like pastebin http://pastebin.com/ or https://paste.fedoraproject.org/ links to the two logs. Th error message is a bit of a false error message from what I have been told. Sorry I missed this issue becoming active again. I think you have totally different problem then the original poster. |
xorg log: http://pastebin.com/ZG1b9gNE I see now referenced to mouse and keyboard, I made a noise on other ticket that its immplausible, but now I think it's not, lol. |
One thing I notice is that your kernel command line is missing the parts about nouveau.modeset=0 rd.driver.blacklist=nouveau Here is what mine looks like: X.Org X Server 1.19.1 I don't think you should have the "acpi_osi=!Windows 2013" part as that is specific to my particular laptop. But anyways. Can you look at /etc/default/grub and see if its in there? If not it will need to be added. Normally the bumblebee-nvidia rpm does this step. Then if you have a bios based system you run grub2-mkconfig -o /boot/grub2/grub.cfg if its EFI: grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg Again, normally this is done by the bumblebee-nvidia rpm but on you system maybe something went wrong? But after doing all that and rebooting does the /var/log/Xorg.8.log Kernel command line: change to have the nouveau driver blacklisted? The nouveau driver must be blacklisted. Maybe also you need to upgrade to a newer kernel? |
@gsgatlin Sharp eyes! the blacklist statement was already there in Here's Xorg log with the correct blacklist. I'll update after I update the kernel (1-3 days). |
Hello everyone, I may have discovered a hint. I hope this hint is helpful. At least it shows that on my machine nothing is so severely broken that it would not work anymore...it just pretends to be. |
I have been struggling with this issue over a month!! But today I manage to solve it, apparently, the only thing that I did was to reinstall the kernel-devel library. After that, I was able to run again, primus and optirun. I suspect that when an update is done on our computer, kernel-devel is not automatically updated and i think some of us have this problem. So try:
See if that work for you also! Hope this helps anyone! |
Making a new issue, seems similar to #652, but no solution has worked yet.
I have this problem after upgrading to Fedora 25. Kernel is
4.8.11-300.fx.x86_64
.ASUS K52 laptop with NVIDIA Optimus 310M, which uses the 340.xx legacy drivers. Bumblebee/optirun/primus worked using last year's 340.96 'blob' on fc23, but does not work with 340.96 or recently released 340.98 drivers on fc25.
Per this comment I have tried downgrading libdrm to 2.4.71-2.fc25 (the lowest available versions) from 2.4.74-1.fc25, to no avail.
Per #580 I have tried editing
/etc/bumblebee/xorg.conf.nvidia
to include the following, to no avail:I have also tried to comment/uncomment
BusID "PCI:01:00.0"
in/etc/bumblebee/xorg.conf.nvidia
Per the wiki I have ensured that
Driver=nvidia
in/etc/bumblebee/bumblebee.conf
Per #810 I have tried adding
pcie_port_pm=off
to /etc/default/grub and ran "grub2-mkconfig -o /boot/grub2/grub.cfg" and rebooted.I am out of ideas and things to google
Output of
optirun -vv glxgears -info
:dmesg
output: http://pastebin.com/NDe4hmFw/var/log/Xorg.8.log
output: http://pastebin.com/Z9C9HeDfThanks in advance.
The text was updated successfully, but these errors were encountered: