Search found 5 matches
- Sun Jun 01, 2008 3:32 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5997826
Fedora 9 users, here is a list of packages you need to install (for full gtk and opengl support) gtk2-devel libglade2-devel libXv-devel SDL-devel portaudio-devel gtkglext-devel also you will need gcc gcc-c++ autoconf automake possibly libtool, I'm not 100% sure on this one, I just already had it ins...
- Tue Jan 08, 2008 1:40 am
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5997826
- Mon Jan 07, 2008 4:54 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5997826
OpenGL works! Thank you very much! Ummm the pixel shaders cause crashes though. Here's my backtrace for those: #0 0x01b40f10 in ?? () #1 0x00192cf7 in gdk_gl_get_proc_address () from /usr/lib/libgdkglext-x11-1.0.so.0 #2 0x082ca270 in S9xOpenGLDisplayDriver::opengl_defaults (this=0x8a16008) at gtk/gt...
- Mon Jan 07, 2008 12:32 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5997826
Nope I didn't. I'm merely an average joe trying to give windows the boot. Anyways it doesn't crash in 10c but instead freezes. I did a backtrace and this is what it gave me: #0 0x03f7cf10 in ?? () #1 0x00192cf7 in gdk_gl_get_proc_address () from /usr/lib/libgdkglext-x11-1.0.so.0 #2 0x082c9eff in S9x...
- Sun Jan 06, 2008 2:30 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5997826
Hey there, I seem to have a problem with enabling OpenGL. I downloaded the patched source from the original post and compiled it as per instructions making sure to have --with-gtk and --with-opengl but whenever I try to activate OpenGL in the gui it crashes when I save it. upon running from terminal...