Hi all, I've been trying the xgl patch (xmame_0.65.1_SugitanisBlit-GL0.94b.diff more precisely), and it works very well. However I've noticed a small glitch whenever I try to play a game with a scaling factor that doesn't fit in my screen (which is 1152x864) I saw that when launching tron with the "scale 2" that lies in my xmame-xglrc. In this case the height of the window would be 512*2 which is bigger than the vertical resolution of my screen. It looks like xmame.xgl is constantly resizing the window and gives an horrible flickering. It doesn't happen if I launch tron with -scale 1. The function sysdep_create_display seems strangely to be called twice. The output of xmame.xgl is attached to this mail. Sylvain
[EMAIL PROTECTED] xmame-0.65.1]$ ./xmame.xgl tron info: trying to parse: /usr/local/share/xmame/xmamerc info: trying to parse: /home/sylvain/.xmame/xmamerc info: trying to parse: /usr/local/share/xmame/xmame-xglrc info: trying to parse: /home/sylvain/.xmame/xmame-xglrc info: trying to parse: /usr/local/share/xmame/rc/tronrc info: trying to parse: /home/sylvain/.xmame/rc/tronrc loading rom 0: scpu_pga.bin loading rom 1: scpu_pgb.bin loading rom 2: scpu_pgc.bin loading rom 3: scpu_pgd.bin loading rom 4: scpu_pge.bin loading rom 5: scpu_pgf.bin loading rom 6: ssi_0a.bin loading rom 7: ssi_0b.bin loading rom 8: ssi_0c.bin loading rom 9: scpu_bgg.bin loading rom 10: scpu_bgh.bin loading rom 11: vg_3.bin loading rom 12: vg_2.bin loading rom 13: vg_1.bin loading rom 14: vg_0.bin loading rom 15: 82s123.d12 done
GLmame v0.94 - the_peace_version , by Sven Goethel, http://www.jausoft.com, [EMAIL PROTECTED], based upon GLmame v0.6 driver for xmame, written by Mike Oliphant GLINFO: cannot access GLX library libglx.so directly ... GLINFO: loaded OpenGL library libGL.so! GLINFO: loaded GLU library libGLU.so! GLINFO: glPolygonOffsetEXT (3): not implemented ! GLINFO: OpenGL Driver Information: vendor: NVIDIA Corporation, renderer GeForce4 Ti 4200/AGP/SSE2, version 1.4.0 NVIDIA 41.91 GLINFO: GLU Driver Information: version 1.3 GLINFO: You have an OpenGL >= 1.2 capable drivers, GOOD (16bpp is ok !) GLINFO: swapxy=1, flipx=1, flipy=0 GLERROR: Unable to load cabinet glmamejau GLINFO: xgl_resize to 960x1024 GLINFO: Offering colors=0, depth=16, rgb 0xF800, 0x7C0, 0x3E (true color mode) GLINFO: Using bit blit to map color indices !! I386 joystick interface initialization... OSD: Warning: No joysticks found disabling joystick support Using 16bpp video mode GLINFO: totalcolors = 64 / colortable size= 64, depth = 16 alphablending=1, use_mod_ctable=1 useColorIndex=0 info: setting fragsize to 1024, numfrags to 9 info: fragsize = 1024, numfrags = 9 info: audiodevice /dev/dsp set to 16bit linear stereo 22050Hz info: sysdep_dsp: using oss plugin info: sysdep_mixer: using oss plugin GLmame v0.94 - the_peace_version , by Sven Goethel, http://www.jausoft.com, [EMAIL PROTECTED], based upon GLmame v0.6 driver for xmame, written by Mike Oliphant GLINFO: cannot access GLX library libglx.so directly ... GLINFO: loaded OpenGL library libGL.so! GLINFO: loaded GLU library libGLU.so! GLINFO: glPolygonOffsetEXT (3): not implemented ! GLINFO: OpenGL Driver Information: vendor: NVIDIA Corporation, renderer GeForce4 Ti 4200/AGP/SSE2, version 1.4.0 NVIDIA 41.91 GLINFO: GLU Driver Information: version 1.3 GLINFO: You have an OpenGL >= 1.2 capable drivers, GOOD (16bpp is ok !) GLINFO: swapxy=1, flipx=1, flipy=0 GLERROR: Unable to load cabinet glmamejau GLINFO: xgl_resize to 960x1024 GLINFO: Offering colors=0, depth=16, rgb 0xF800, 0x7C0, 0x3E (true color mode) GLINFO: Using bit blit to map color indices !! GLINFO: totalcolors = 64 / colortable size= 64, depth = 16 alphablending=1, use_mod_ctable=1 useColorIndex=0 GLINFO: line_len = 1024, raw_line_len= 1088 GLINFO: texture-usage 1*width=512, 1*height=512 GLINFO: xgl_resize to 753x804 GLINFO: 16bpp color palette lookup bitblit GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLINFO: xgl_resize to 960x1024 GLmame v0.94 - the_peace_version , by Sven Goethel, http://www.jausoft.com, [EMAIL PROTECTED], based upon GLmame v0.6 driver for xmame, written by Mike Oliphant
