You are not logged in.
I have this little problem that my normal user can't use the nvidia driver. 'glxinfo' says this:
[mikkel@matrix ~]$ glxinfo
name of display: :0.0
Error: Could not open /dev/nvidiactl because the permissions
are too resticitive. Please see the FREQUENTLY ASKED QUESTIONS
section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps
to correct.
Segmentation fault
So I have looked in the Readme for this problem, and I have found out that I should change '/etc/security/console.perms' or '/etc/logindevperms', but I can't find those files. Where are they? And what should I edit?
Arch - It's something refreshing
Offline
Offline
But I don't hace a group called "video".
Arch - It's something refreshing
Offline
Did you install nvidia drivers using pacman?
Offline
Then create the group video and add your user to that group. You should check your udev rules too.
Or
Downgrade udev
Offline
'/etc/udev/rules.d/udev.rules' says this:
# video devices
SUBSYSTEM="video4linux", GROUP="video"
KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c", GROUP=
"video"
KERNEL="nvidia*", GROUP="video"
KERNEL="card[0-9]*", NAME="dri/%k", GROUP="video"
KERNEL="3dfx*", NAME="%k", GROUP="video"
so I should have the "video" group, but I don't?
P.S. Yes, I am using Udev.
Arch - It's something refreshing
Offline
# groupadd video
# gpasswd -a whargoul video
that might work..
Offline
so I should have the "video" group, but I don't?
agreed... the audio and optical groups are auto created... but the video one doesn't seem to (post it to the bug tracker).
just do what iBertus said, and you'll be fine
Offline