Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 563266

Summary: with last stable update add xattr nvidia module problem
Product: Gentoo Linux Reporter: cronolio <salikov.alexey>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: salikov.alexey
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: badXlog
goodXlog
dmesg with nvidia problem
emerge --info

Description cronolio 2015-10-16 17:46:44 UTC
after update add xattr some package (ntfs3g,portage,etc) im get problem with nvidia module


[    17.424] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.424] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

[  335.916463] NVRM: GPU at PCI:0000:01:00: GPU-d7d16ef2-3b3d-b86b-fbd2-4fa01e3c17cc
[  335.916474] NVRM: Xid (PCI:0000:01:00): 56, CMDre 00000000 0000048c 012bfb10 00000007 00000000
[  335.916713] NVRM: Xid (PCI:0000:01:00): 56, CMDre 00000000 00000490 012bfb10 00000007 00000000
[  335.917247] NVRM: Xid (PCI:0000:01:00): 56, CMDre 00000000 00000080 00000000 00000005 00000021
[  338.917835] NVRM: Xid (PCI:0000:01:00): 56, CMDre 00000000 00000080 00000000 00000005 00000021



Im rebuild system with -xattr and video work again
Comment 1 cronolio 2015-10-16 17:47:29 UTC
Created attachment 414724 [details]
badXlog
Comment 2 cronolio 2015-10-16 17:47:57 UTC
Created attachment 414726 [details]
goodXlog
Comment 3 cronolio 2015-10-16 17:48:46 UTC
Created attachment 414728 [details]
dmesg with nvidia problem
Comment 4 cronolio 2015-10-16 17:53:35 UTC
Created attachment 414730 [details]
emerge --info
Comment 5 Rafał Mużyło 2015-10-17 15:41:00 UTC
What does 'ls -l /dev/dri/card0;getfacl /dev/dri/card0' return ?

Is your user in the video group ?

If not and you're under openrc, consolekit + a bit tweaking might be necessary; under systemd, it should be handled automatically.
Comment 6 cronolio 2015-10-18 05:29:45 UTC
getfacl /dev/dri/card0
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
user:alexey:rw-
group::rw-
mask::rw-
other::---

ls -l /dev/dri/card0
crw-rw----+ 1 root video 226, 0 окт 17 11:49 /dev/dri/card0

groups 
wheel audio video users vboxguest vboxusers plugdev alexey

i am use openrc lightdm and cinnamon
Comment 7 cronolio 2015-10-19 09:40:55 UTC
i am recompile again with xattr and install stable 4.2.3 gentoo-sources 
now there are no problems