Closed GoogleCodeExporter closed 8 years ago
please try deleting the config files with "rm -rf ~/.mupen64plus" and retry.
Original comment by richard...@gmail.com
on 10 Oct 2008 at 12:27
Does glxgears / any other OpenGL app work? Your hardinfo suggests there is no
opengl render string, you can test manually with glxinfo | grep renderer. I'm
nearly sure this is your issue.
If OpenGL isn't installed / configured correctly (which changing drivers from
fglrx
can do), mupen will behave very poorly and no video will work. Actually,
another
bug report mentions behavior without OpenGL installed similar to above.
Original comment by sknau...@wesleyan.edu
on 11 Oct 2008 at 11:04
I typed glxinfo | grep renderer and got this:
brian@BmansPC:~$ glxinfo | grep renderer
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
I have attached my modified xorg.conf for input.
would this work to fix the issue or is there another fix this?
Original comment by har...@gmail.com
on 15 Oct 2008 at 3:40
Attachments:
Yea, this looks like an X or driver issue (your MESA/ OpenGL configuration is
definitely messed up), and hence not a Mupen64Plus issue.
There is one clear thing I see, you don't load GLX which explains the above
errors.
I'm not 100% sure (I use ATI cards) but there is no Module section of your
xorg.conf, maybe you overrode it accidentally when you added the InputDevice
stuff?
I have a section which looks like:
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dri"
EndSection
How did you install the Nvidia drivers? You probably should try reinstalling
them
and double checking that fglrx and all ATI packages are removed. Maybe revert
to a
default xorg.conf (sudo dpkg-reconfigure xserver-xorg?)?
I wish I could be more helpful. I'm a Debian user with an ATI card, so you
might
also want to check out the Ubuntu forum for help getting 3D working with your
Nvidia card. Once glxgears works, chances are Mupen64Plus should work without
issue. If it doesn't, let us know.
Original comment by sknau...@wesleyan.edu
on 20 Oct 2008 at 10:08
Original comment by sknau...@wesleyan.edu
on 2 Nov 2008 at 8:04
I have this same issue: mupen64plus does not load any
rom.Architecture:64bit.Direct
rendering:yes.I deleted the config files and this does not solve anything.I am
running Mupen64Plus-1-4-1-bin-64
Original comment by LeoMeloP...@gmail.com
on 11 Nov 2008 at 1:37
LeoMeloPimentel: Please run mupen64plus from the command line and post the
output
after you try to run a ROM unsuccessfully.
Original comment by richard...@gmail.com
on 13 Nov 2008 at 3:44
I end up compiling the latest video drivers from nvidia and it works without
issues
Original comment by har...@gmail.com
on 17 Nov 2008 at 1:51
Original issue reported on code.google.com by
har...@gmail.com
on 7 Oct 2008 at 1:18Attachments: