SlackwareThis Forum is for the discussion of Slackware Linux.
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.
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.
I know running anything as root is bad but I did it simply to compare.
When I load startx w/ Enlightenment (even Gnome prior to) it loads 3D and openGL fine.. When I use any other user it says can not load or detect opengl hardware.
I will see if I can get the error message but until then is this something common?
OpenGL works fine when Root is loading Enlightenment/X-Windows(which I cearly do not want to use) but when I load it with my user I get this;
Compositor Warning;
Your Display driver does not support OpenGL, or no OpenGL engines were compiled or installed for Evas or Ecore-Evas. Falling back to software engine.
What groups do you belong to? I belong to the following and had OpenGL working fine on Enlightenment (although, the environment was too foreign and I couldn't find the way to customize it to my liking, so I switched back to KDE).
Code:
users lp floppy audio video cdrom plugdev power netdev scanner vboxusers
What groups do you belong to? I belong to the following and had OpenGL working fine on Enlightenment (although, the environment was too foreign and I couldn't find the way to customize it to my liking, so I switched back to KDE).
Code:
users lp floppy audio video cdrom plugdev power netdev scanner vboxusers
You probably missed the step when you created your user to add it to the other groups (unless you just ran useradd instead of the script adduser -- see this). Try:
Code:
usermod -a -G lp,floppy,audio,video,cdrom,plugdev,power,netdev,scanner $USERNAME
You probably missed the step when you created your user to add it to the other groups (unless you just ran useradd instead of the script adduser -- see this). Try:
Code:
usermod -a -G lp,floppy,audio,video,cdrom,plugdev,power,netdev,scanner $USERNAME
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.