View previous topic :: View next topic |
Author |
Message |
jewellgm n00b

Joined: 12 Feb 2006 Posts: 34
|
Posted: Tue Feb 14, 2006 3:07 am Post subject: [SOLVED] non-root users using Mesa OpenGL subsystem |
|
|
Hi All,
After some time, I finally got my system to recognize my AGP controller. After installing ATI driver 8.21.7, I issued the following command:
eselect opengl set ati
When I start X as root and issue "fglrxinfo", it says that I'm using the ATI subsystem. As any other user, though, it says that it's Mesa.
Issuing an
eselect opengl show
returns that it's the ATI subsystem for all users.
Ideas?
Thanks!
Last edited by jewellgm on Tue Feb 14, 2006 4:53 am; edited 2 times in total |
|
Back to top |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Tue Feb 14, 2006 3:37 am Post subject: |
|
|
Try to add that to /etc/X11/xorg.conf:
Code: | Section "DRI"
Mode 0666
EndSection |
|
|
Back to top |
|
 |
jewellgm n00b

Joined: 12 Feb 2006 Posts: 34
|
Posted: Tue Feb 14, 2006 4:53 am Post subject: |
|
|
That did it! Thanks for the very fast reply. The gentoo community is fantastic! |
|
Back to top |
|
 |
|