User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 28 of 28

Thread: La la la LAG! Somethings up with the screen in MMF

  1. #21
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    I haven't experienced any problems with Vram or DirectX on the demo ^^

  2. #22
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    I haven't experienced any problems with Vram or DirectX on the demo ^^

  3. #23
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    []There is something seriously wrong with DirectX+VRam, thats the problem. Every single time I try to use DirectX + VRam, I get extreme lag. And I'm using a videocard with 256MB of VRam so that shouldn't be the case. This was a problem in MMF 1.5 too, so I don't know. All I can say is, avoid using VRam until the problem is fixed. [/]

    Did you try updating your videocard's drivers?

  4. #24
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    []There is something seriously wrong with DirectX+VRam, thats the problem. Every single time I try to use DirectX + VRam, I get extreme lag. And I'm using a videocard with 256MB of VRam so that shouldn't be the case. This was a problem in MMF 1.5 too, so I don't know. All I can say is, avoid using VRam until the problem is fixed. [/]

    Did you try updating your videocard's drivers?

  5. #25
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    >> It's because ink effects are done via setpixel calls

    No, that's not 100% correct. VRAM is a shortcut for "Video RAM". In this mode, MMF2 puts graphic buffers to the memory on the video card, because the video RAM is optimized for transfers. For example scrolling is faster between 2 blocks in video memory than between 2 blocks in system memory.

    But the drawback is that reading from this memory is VERY slow. If you display a normal sprite, MMF2 will just write the pixels that are non transparent, i.e. it will never read the memory and that will be fast. But... when you use an ink effect that needs to read screen pixels to merge them with the source pixels, then that's a problem. Ink effects that need to read from the memory screen are : semi-transparency, AND, OR, XOR, as well as the semi-transparent pixels in a sprite with alpha channel.

    Yves.

  6. #26
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    >> It's because ink effects are done via setpixel calls

    No, that's not 100% correct. VRAM is a shortcut for "Video RAM". In this mode, MMF2 puts graphic buffers to the memory on the video card, because the video RAM is optimized for transfers. For example scrolling is faster between 2 blocks in video memory than between 2 blocks in system memory.

    But the drawback is that reading from this memory is VERY slow. If you display a normal sprite, MMF2 will just write the pixels that are non transparent, i.e. it will never read the memory and that will be fast. But... when you use an ink effect that needs to read screen pixels to merge them with the source pixels, then that's a problem. Ink effects that need to read from the memory screen are : semi-transparency, AND, OR, XOR, as well as the semi-transparent pixels in a sprite with alpha channel.

    Yves.

  7. #27
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Posts
    395
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    are you guys aware that when u change to full screen resolution the screen goes all pixelated? I'm all like "Ewww. My beautiful photoshoped sprites are all gewy!"

    unfortunate. But im much more happier simply running in windowed mode.. odly it runs faster!?

  8. #28
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Posts
    395
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: La la la LAG! Somethings up with the screen in

    are you guys aware that when u change to full screen resolution the screen goes all pixelated? I'm all like "Ewww. My beautiful photoshoped sprites are all gewy!"

    unfortunate. But im much more happier simply running in windowed mode.. odly it runs faster!?

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Running 640x960 (portrait) screen on 1366x768 PC screen
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 22
    Last Post: 11th April 2013, 02:39 PM
  2. Taking a Print Screen of SWF game screen
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 12th February 2012, 01:49 PM
  3. Scrolling Screen Issues - Screen Bounces?
    By Vandas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th June 2009, 06:01 PM
  4. record screen with screen capture obhect
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th November 2008, 04:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •