Results 1 to 4 of 4
Hi im having a few problems getting the nvidia drivers to work.
i followed the advice on the gentoo wiki, but after doing the part where you grep for direct ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-10-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
nvidia problem
Hi im having a few problems getting the nvidia drivers to work.
i followed the advice on the gentoo wiki, but after doing the part where you grep for direct rendering i was told it was not active....
i continued anyway, thinking maybe it would work after restart....
Now x server starts ok, and gdm works fine, but KDE hangs when starting at the "Initalising Devices" stage on the splash screen and does nothing after that.
However, if i log in as root, KDE works fine and i have direct rendering etc....
I changed the xorg.conf back to using nv as the driver and KDE starts fine again, but as I recompiled the system with the nvidia use flag, some progs wont work any more and id rather get nvidia drivers working than re compile again.....
Any ideas what could be causing this or how to fix or even see what is the problem?
Thanks!
- 06-10-2005 #2Linux Newbie
- Join Date
- Apr 2004
- Location
- Greece
- Posts
- 187
I think it is a permissions problem.Just do
That should fix that(by upgrading permissions of /dev/nvidia0 and /dev/nvidiactl).Try it and tell me if it worksCode:chmod 777 nvidia*
Q: what\'s tiny and yellow and very, very, dangerous?
A: a canary with the super-user password.
- 06-11-2005 #3
Actually, for paul's solution, the command is:
Code:chmod 777 /dev/nvidia*
- 06-11-2005 #4Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
Worked a treat, thanks! Had to cd /dev first tho...but i figured that one out for myslef lol


Reply With Quote
