Re: [gentoo-user] drm and dri problem

2005-06-19 Thread Luigi Pinna
Alle 17:19, sabato 18 giugno 2005, Holly Bostick ha scritto:
 I can see why you don't understand-- everything looks right, and I
 thought ATI fixed the problems with ut in this release. Maybe this is
 specific to UT somehow. Do other OpenGL apps work correctly for the
 user?

 I'll go see if anyone else seems to be reporting this. People
 complain a lot about UT performance on the Rage3D Linux Drivers
 forum, but I haven't tried to install my bf's copy (he doesn't play
 it, and neither do I, so it's not on my list of games I see if they
 work so I can convince him to switch to Linux), so I don't know
 anything about it.

 Holly

I found the problem!
I had :
drwxr-xr-x  2 root root40 18 giu 14:39 shm
but I must be:
drwxrwxrwt  2 root root40 18 giu 14:39 shm

now all works good!!!
Thanks a lot!!!
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpHtJPNDTaFf.pgp
Description: PGP signature


[gentoo-user] drm and dri problem

2005-06-18 Thread Luigi Pinna
Hello!
I installed the ati drivers and now I have a problem to use ut2004.
If I try as root it works, but if I use as a normal user I read that 
from console:
ut2004
WARNING: ALC_EXT_capture is subject to change!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
Signal: SIGSEGV [segmentation fault]
Aborting.


Crash information will be saved to your logfile.

and in the log file:
[...]
Log: [ 1]  ./ut2004-bin [0xb0f73d]
Log: [ 2]  /lib/libpthread.so.0 [0x2acd2ec8]
Log: [ 3]  /lib/libc.so.6 [0x2b4537a0]
Log: [ 4]  /usr/X11R6/lib64/modules/dri/atiogl_a_dri.so [0x2ea65d10]
Log: Unreal Call Stack: FOpenGLRenderInterface::DrawPrimitive - 
FBspDrawList::Render - RenderLevel - FLevelSceneNode::Render - 
FPlayerSceneNode::Render - UGameEngine::Draw - USDLViewport::Repaint 
- USDLClient::Tick - ClientTick - UGameEngine::Tick - UpdateWorld 
- MainLoop
Log: FileManager: Reading 0 GByte 57 MByte 309 KByte 89 Bytes from HD 
took 0.442815 seconds (0.094546 reading, 0.348269 seeking).
[...]

but in the xorg.conf I have in the dri section:
Section dri
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#Group 100# users
#Mode 0660
EndSection
 and the files have the correct permissions:
-rwxr-xr-x  1 root root 9878367 18 giu 
13:24 /usr/X11R6/lib64/modules/dri/atiogl_a_dri.so

Someone can help me to solve this problem?
Thanks,
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpRzXrpmM7Ad.pgp
Description: PGP signature


Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Holly Bostick
Luigi Pinna schreef:
 Hello!
 I installed the ati drivers and now I have a problem to use ut2004.
 If I try as root it works, but if I use as a normal user I read that 
 from console:
 ut2004
 WARNING: ALC_EXT_capture is subject to change!
 FGLTexMgr: open of shared memory object failed (Permission denied)

It works as root, but as a user I get a lot of errors that include the
words 'Permission Denied' pretty much guarantees that the problem is
the ownership of the game's installation folder and the files it contains.

In a terminal, do an

la /path/to/ut2004

and look at the permissions of the folder and the files.

Obviously, owned by root (normal, since root probably installed it), but
who is the group owner? That should usually be 'games'.

If the group owner is not the 'games' group, change the folder's
ownership recursively so that the 'games' group rather than the 'root'
group owns the folder as well as the files it contains.

If the group owner is the 'games' group, you should verify that your
user is a member of that group, and if not, add your user to the 'games'
group, which should solve the issue.

If the group owner is the 'games' group, and the user is a member of the
'games' group, make sure that the group has rights to read, write, and
execute the files in the folder. Sometimes games install with the right
ownership, but the wrong permissions.

Hope this helps.
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Luigi Pinna
Alle 15:10, sabato 18 giugno 2005, Holly Bostick ha scritto:

 It works as root, but as a user I get a lot of errors that include
 the words 'Permission Denied' pretty much guarantees that the
 problem is the ownership of the game's installation folder and the
 files it contains.

 In a terminal, do an

 la /path/to/ut2004

 and look at the permissions of the folder and the files.
 Obviously, owned by root (normal, since root probably installed it),
 but who is the group owner? That should usually be 'games'.
[...]
 Hope this helps.
 Holly

The game's permissions are ok: until yesterday I used the open source 
driver and played as user.
The problem must be in the ati drivers' configuration, but I don't know 
where and what I must modify.
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpM8Ffqjrk8S.pgp
Description: PGP signature


Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Holly Bostick
Luigi Pinna schreef:
 Alle 15:10, sabato 18 giugno 2005, Holly Bostick ha scritto:
 
 
It works as root, but as a user I get a lot of errors that include
the words 'Permission Denied' pretty much guarantees that the
problem is the ownership of the game's installation folder and the
files it contains.

In a terminal, do an

la /path/to/ut2004

and look at the permissions of the folder and the files.
Obviously, owned by root (normal, since root probably installed it),
but who is the group owner? That should usually be 'games'.
 
 [...]
 
Hope this helps.
Holly
 
 
 The game's permissions are ok: until yesterday I used the open source 
 driver and played as user.
 The problem must be in the ati drivers' configuration, but I don't know 
 where and what I must modify.
 Luigi

Try checking this:
# **
# DRI Section
# **
Section dri
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#Group 100# users
#Mode 0660
EndSection

Hope this helps,
Holly

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Holly Bostick
Luigi Pinna schreef:

 I have this too:
 # **
 # DRI Section
 # **
 Section dri
 # Access to OpenGL ICD is allowed for all users:
 Mode 0666
 # Access to OpenGL ICD is restricted to a specific user group:
 #Group 100# users
 #Mode 0660
 EndSection
 
 But it doesn't work yet...
 Luigi

What is the output of fglrxinfo? Have you rebooted since installing the
drivers? What version of the drivers? What kernel?

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Luigi Pinna
Alle 15:50, sabato 18 giugno 2005, Holly Bostick ha scritto:

 What is the output of fglrxinfo? Have you rebooted since installing
 the drivers? What version of the drivers? What kernel?

 Holly

Cinzia ~ # fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200SE DDR Generic
OpenGL version string: 1.3.1003 (X4.3.0-8.14.13)

Yes, I rebooted the machine because I have to use a new kernel (without 
drm and agpgart support as a module).
The driver are the last one : 8.14.13 and the kernel is the 2.6.11-r11
I don't understand what it's append!
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpg4WHfrHWie.pgp
Description: PGP signature


Re: [gentoo-user] drm and dri problem

2005-06-18 Thread Holly Bostick
Luigi Pinna schreef:
 Alle 15:50, sabato 18 giugno 2005, Holly Bostick ha scritto:
 
 
What is the output of fglrxinfo? Have you rebooted since installing
the drivers? What version of the drivers? What kernel?

Holly
 
 
 Cinzia ~ # fglrxinfo
 display: :0.0  screen: 0
 OpenGL vendor string: ATI Technologies Inc.
 OpenGL renderer string: RADEON 9200SE DDR Generic
 OpenGL version string: 1.3.1003 (X4.3.0-8.14.13)
 
 Yes, I rebooted the machine because I have to use a new kernel (without 
 drm and agpgart support as a module).
 The driver are the last one : 8.14.13 and the kernel is the 2.6.11-r11
 I don't understand what it's append!
 Luigi

I can see why you don't understand-- everything looks right, and I
thought ATI fixed the problems with ut in this release. Maybe this is
specific to UT somehow. Do other OpenGL apps work correctly for the user?

I'll go see if anyone else seems to be reporting this. People complain a
lot about UT performance on the Rage3D Linux Drivers forum, but I
haven't tried to install my bf's copy (he doesn't play it, and neither
do I, so it's not on my list of games I see if they work so I can
convince him to switch to Linux), so I don't know anything about it.

Holly
-- 
gentoo-user@gentoo.org mailing list