You are not logged in.

#1 2005-11-20 01:51:29

n3olynx
Member
From: New York, NY
Registered: 2004-12-06
Posts: 46

DRM permissions fails [SOLVED]

When running glxgears i get the following error

libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering

I have the following in my xorg.conf file

Section "DRI"
   Mode         0666
EndSection

I boot up using kdm and these permissions don't seem to go into effect until I forcefully reboot X windows with alt-ctrl-backspace. After I do this, I know longer get the error. Any suggestions to fix this?

Offline

#2 2005-11-20 03:01:38

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: DRM permissions fails [SOLVED]

What video hardware?

Offline

#3 2005-11-20 03:09:07

n3olynx
Member
From: New York, NY
Registered: 2004-12-06
Posts: 46

Re: DRM permissions fails [SOLVED]

Using intel i915 kernel module.......but in xorg.conf the driver is set to i810

Offline

#4 2005-11-20 22:10:29

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: DRM permissions fails [SOLVED]

Are you in the video group?

Offline

#5 2005-11-20 22:13:05

pomj
Member
Registered: 2005-05-06
Posts: 10

Re: DRM permissions fails [SOLVED]

I have:

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
         Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load       "dri"
EndSection

Section "Device"
    Identifier  "915"
    Driver      "i915"
    VideoRam    4096
EndSection

Section "DRI"
    Mode 0666
EndSection

Offline

#6 2005-11-20 22:30:09

n3olynx
Member
From: New York, NY
Registered: 2004-12-06
Posts: 46

Re: DRM permissions fails [SOLVED]

Thanks, adding to the group video solved the problem. Using Driver "i915" gives me the error "Module not found".

Offline

Board footer

Powered by FluxBB