kukugt / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

problem with rice video plugin #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution: Xubuntu 8.4
 - Machine type: 32 bit
- Mupen64Plus version:
 - Video Card: Nvidia geforce 4

For visual artifacts, give:
 - 'THE LEGEND OF ZELDA', CRC aea23b699f4ef1b7-45

Describe the problem:
when i try to play a game when using the rice video plugin, I keep getting 
[RiceVideo] Disabled SSE processing.
[blight's SDL input plugin]: version 0.0.10 initialized.
[RiceVideo] Disabled SSE processing.
[RiceVideo] Found ROM 'THE LEGEND OF ZELDA', CRC aea23b699f4ef1b7-45
[RiceVideo] Enabled hacks for game: 'THE LEGEND OF ZELDA'
InitExternalTextures
Initializing OpenGL Device Context
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 800x600...
(EE) Error setting video mode 800x600: Couldn't find matching GLX visual
[RiceVideo] OpenGL Combiner: OGL 1.4
Signal number 11 caught:
    errno = 0 (Success)
 any ideas?

Please provide any additional information below.
I do have my nvidia drivers set up correctly because i can run mupen64plus
fine with another plugin but i want to use the hi-res rice.

Original issue reported on code.google.com by mdsmi...@highland.net on 10 Jul 2008 at 11:58

GoogleCodeExporter commented 8 years ago
Does it work with other video plugins? Pretty mich sounds like you don't have
hardware acceleration turned on. Try
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia to use the 
proprietary
nVidia drivers.

Original comment by shinydo...@gmail.com on 11 Jul 2008 at 9:14

GoogleCodeExporter commented 8 years ago
I said "I do have my nvidia drivers set up correctly because i can run 
mupen64plus
fine with another plugin but i want to use the hi-res rice."
Yes, other plugins work but not the rice one.

Original comment by mdsmi...@highland.net on 11 Jul 2008 at 4:20

GoogleCodeExporter commented 8 years ago
This isn't a Mupen64Plus bug; it would be better to ask about things like this 
in the
emutalk forum.  The root of your problem is this:

(EE) Error setting video mode 800x600: Couldn't find matching GLX visual

This is an SDL error.  It means that SDL could not find a visual mode with the
requested attributes (resolution, color depth, depth buffer depth,
fullscreen/windowed, hw/sw surface, etc).

You could try tweaking some of the settings in your ~/.mupen64plus/RiceVideo.cfg
file: resolutions and OpenGLDepthBufferSetting.

Original comment by richard...@gmail.com on 12 Jul 2008 at 2:05