Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-19-2008, 09:41 AM
|
#1
|
Member
Registered: Dec 2004
Location: Australia
Distribution: Slackware, Fedora 3
Posts: 53
Rep:
|
OpenGL only works correctly as root
I'm actually trying to get beryl to run on Slackware 12.0 over XFCE. Beryl runs fine when your logged in as root (i was just testing) and when running as my user account, it doesn't behave as expected. I figured it was some sort of device permission thing. here is some info:
Code:
ls -l /dev/nvidia*
crw-rw-rw- 1 root root 195, 0 2008-11-20 01:16 nvidia0
crw-rw-rw- 1 root root 195, 255 2008-11-20 01:16 nvidiactl
can anyone help? thank you 
|
|
|
11-20-2008, 03:01 AM
|
#2
|
Senior Member
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732
Rep:
|
First try adding the other users to the 'video' group (you can manually edit /etc/group). If that still doesn't work, try changing the group ownership of the devices to 'video'. If that works, you may need to edit the udev rules to ensure that the appropriate video devices have group membership in 'video'.
|
|
|
11-20-2008, 10:29 AM
|
#3
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by guitarfella
I'm actually trying to get beryl to run on Slackware 12.0 over XFCE.
|
Beryl is old, and has merged with compiz (into compiz-fusion) more than 1 year ago. I'd recommend to try compiz-fusion instead of beryl.
Quote:
Originally Posted by guitarfella
Beryl runs fine when your logged in as root (i was just testing) and when running as my user account, it doesn't behave as expected. I figured it was some sort of device permission thing. here is some info:
Code:
ls -l /dev/nvidia*
crw-rw-rw- 1 root root 195, 0 2008-11-20 01:16 nvidia0
crw-rw-rw- 1 root root 195, 255 2008-11-20 01:16 nvidiactl
can anyone help? thank you 
|
Access right are correct, I have exactly same rights on those files. Try newer compiz-fusion instead of beryl.
|
|
|
11-20-2008, 12:55 PM
|
#4
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
If it works without compiz, then you probably have correct permissions. And the appropriate X conf entry. If not you might be missing the below from your xorg.conf.
Section "DRI"
Group "video"
Mode 0666
EndSection
Along with the user in the video group. And a driver that supports acceleration. As I wonder if ATI's drivers support 3D acceleration with compiz yet?
|
|
|
All times are GMT -5. The time now is 02:13 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|