Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can not pass "Opengl Direct Rendering" test pass in cedega?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
yhz
n00b
n00b


Joined: 06 Sep 2007
Posts: 15

PostPosted: Sun May 25, 2008 9:06 am    Post subject: Can not pass "Opengl Direct Rendering" test pass i Reply with quote

I have an intel G31 graphic card(is it x3100?).
I can pass the "3D Acceleration" test in cedega v6.02, but failed in "Opengl Direct Rendering".

My card info:
Code:

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Integrated Graphics Controller (rev 10)


Now I can get the render :
Code:

glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) G33 20061017


It's can run glxgears too :
Code:

glxgears
8570 frames in 5.0 seconds = 1713.908 FPS
8391 frames in 5.0 seconds = 1678.128 FPS
8402 frames in 5.0 seconds = 1680.372 FPS


And here is a part of my xorg.conf :
Code:

Section "Device"
    Identifier  "Intel G31"
    Driver      "intel"
    VideoRam    131072
   Option      "DRI" "true"
   Option      "PageFlip"   "true"
   Option      "TripleBuffer"   "true"
    # Insert Clocks lines here if appropriate
EndSection

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"
# This loads the DRM module
    Load       "drm"

    Load       "bitmap"
    Load       "ddc"
    Load       "dri"
    Load       "extmod"
    Load       "int10"
    Load       "record"
    Load       "v4l"
    Load       "vbe"
 EndSection


Do any one know that why I can't get opengl direct rendering in cedega?
And how can it fix it?

thx
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum