So, here’s a post where I am asking you, the Flash community, for a hand. Any of it is truly appreciated and will hopefully get some attention and maybe even a solution to a problem which has been in around in Flash since as long as I can remember; screen tearing.
First, what does tearing mean in this context ? Read this wikipedia article. In this case, it’s a visual split along a vertical line in a Flash movie. It’s been a known issue with Flash since quite some time (always as far as I know), with improvements over several Flash player versions, but I haven’t had to deal with it much lately….until now. I’m in a project where this visual artefact is a major distraction from the content and the experience.
All in all, this seems to be the cause (at least, my analysis of it) of tearing in this case; Flash internally rasterizes a screen, and pushes it to the screen buffer. Internally, this should be synced to your display refresh (60hz or 72hz, for instance), so that the buffer doesn’t get updated halfway through the videocard building up the frame. But on some browsers and platforms it does update during the video card frame refresh, resulting in two rendered frames being displayed at once (or better; 1 frame being updated to the next while drawing to screen), with an optically visible vertical split visible between the two frames. This problem has been around for a long time. It’s more prone to show up in content with “tall” items in it, fast frame rates with large portions of the screen moving, and during horizontal scrolling of displayobjects.
The picture above shows the problem in action. It’s a picture taken using a regular camera pointed at the screen, as this problem doesn’t show up in screencapture software. It shows two different frames of the testing movie; both a black and white square, updated halfway through the screen. While the position of where the slicing happens changes, in many single frames, 2 frames will be displayed at the same time.
I’m seeing problems with the latest 10 Player on Windows XP (Firefox), Mac OS X (Firefox, safari doesn’t but “stutters), and Windows 7. All in all, this is a graphical issue which has been around for a long time and should be solved. It’s definitely a Flash Player bug and with FlashPlayer 10.1 around the corner, I would really love to see this fixed. As well as being hopeful for finding a solution for current player/browser configurations. But testing results are varying and that’s where I am asking you for help, by running 2 flash movies and posting the results to my comments.
Over the last days I’ve been frantically testing several configurations and options, I would hope force vsync with the flash screen buffer, amongst which the following :
- Adding a video at 30fps to the stage (no result)
- Adding system text to the display list (seems to work on windows xp)
- Several configurations of stage.invalidate() and Event.RENDER (no result)
- Different drawing / caching methods.
- Wmode=”direct” for flash player embed options. (result across the board!)
The last option is the only thing which seems to work on all testing configurations, but comes at a cost. Switching to wmode=”direct” seems to force vsyncing and this would adhere to what has been said about direct wmode:
“This mode tries to use the fastest path to screen, or direct path if you will. In most cases it will ignore whatever the browser would want to do to have things like overlapping HTML menus or such work. A typical use case for this mode is video playback. On Windows this mode is using DirectDraw or Direct3D on Vista, on OSX and Linux we are using OpenGL. Fidelity should not be affected when you use this mode.” [Link to Tinics blog]
“Hardware offscreen buffer
Software renderer, perfect fidelity” [link to Jim Corbett's presentation (ppt)]
As opposed to the wmode=”gpu” flag, which moves rasterization to the videocard (at a hight cost in most content cases, also altering the appearance of your content depending on the videocard), this option still uses the Flash Software Rasterizer to build up content for the screen. But on both my Mac and PC testing this comes at a performance cost of several frames per second, up to about 15fps on larger screens (1280×768). Also, I’m not sure about the results of this on machines with no gpu. (mostly, cheap on board graphic chipsets, which share system memory). While most of the time, your content type might vary in terms of results with either GPU enabled wmodes, in this test that shouldn’t be an issue.
Obviously, abusing wmode=”direct” to force vsyncing on the Flash Player isn’t ideal, but it seems to work. In an effort to survey the results of this, I’ve built a very simple test swf. What I’d like you to do is run both swfs and copy the text field of both and paste them in my comments. Although I’m already in contact with Tinic about this, there’s currently no JIRA bug describing the problem. With the results you have, I’d like to put up an official bug there, and use your results to describe what systems are impacted.
Firefox seems to be the main culprit. Since FF 3 there have been a number of big issues with Flash and Firefox; for instance, in some cases a right click on the flash player will cause the updated areas in the Flash movie to render as an opaque rectangle with the background color. In another case, Flash doesn’t respond to rollover events and doesn’t even render without a mouse click occuring.
Please help me and hopefully Adobe identify and fix this problem, by running these tests. Here’s what you should do :
- Run both movies
- Look for tearing. Typically, in these test, instead of steady flickering, you’ll see a moving vertical tear between the black and white area. It is essentiall you identify tearing correctly, so make sure you know what it looks like (picture above is a still). The effect of tearing shows even better on my mac, when you move the firefox window so that the flash movie intersects your screenborder, halfway splitting vertically through the flash movie).
- Copy and paste the textfield contents when the test is done, on both tests to my comments. Fill in the required 2 fields, and if you can, what type of graphics hardware your machine has.
- Send this link to other people who are willing to test (and be part of the solution, making Flash a better place!).
[WARNING : if you are prone to visually induced epileptic fits, this might induce one. Don't run it then]
(don’t forget to post to the comments).
Pingback: Tweets that mention Help me test! Flash VSync and Screen Tearing. | UnitZeroOne -- Topsy.com
Wmode : Opaque
FPS : 55.7
Rendered Frames : 557
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : SafariVersion 4.0.3 (5531.9)
Wmode : Direct
FPS : 53.7
Rendered Frames : 538
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari Version 4.0.3 (5531.9)
Wmode : Opaque
FPS : 57.1
Rendered Frames : 571
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari Version 4.0.4 (5531.21.10)
Wmode : Direct
FPS : 57.6
Rendered Frames : 576
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari Version 4.0.4 (5531.21.10)
Copy and past this to my comments :
Wmode : Opaque
FPS : 55.8
Rendered Frames : 558
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : Yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 45.6
Rendered Frames : 457
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox version 3.0.5
Copy and past this to my comments :
Wmode : Direct
FPS : 58.9
Rendered Frames : 589
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox version 3.0.5
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : CHROME 3.0.195.33]
Wmode : Direct
FPS : 27.0
Rendered Frames : 270
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : CHROME 3.0.195.33]
Wmode : Direct
FPS : 51.0
Rendered Frames : 510
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Chromiun 4.0.239.0 (31376)
Copy and past this to my comments :
Wmode : Opaque
FPS : 51.3
Rendered Frames : 514
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Chromiun 4.0.239.0 (31376)
Wmode : Direct
FPS : 53.6
Rendered Frames : 537
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing :no
My browser : firefox 3.5.5
GFX: geforce 9800Gtx+
Proc:Athlon64 x2 dual core 2.27Ghz, 3Go ram
——————————————————————-
Wmode : Opaque
FPS : 54.1
Rendered Frames : 541
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : firefox 3.5.5
GFX: geforce 9800Gtx+
Proc:Athlon64 x2 dual core 2.27Ghz, 3Go ram
——————————————————————–
Wmode : Opaque
FPS : 62.5
Rendered Frames : 625
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : ie8
GFX: geforce 9800Gtx+
Proc:Athlon64 x2 dual core 2.27Ghz, 3Go ram
——————————————————————–
Wmode : Direct
FPS : 57.7
Rendered Frames : 577
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : ie8
GFX: geforce 9800Gtx+
Proc:Athlon64 x2 dual core 2.27Ghz, 3Go ram
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : chrome 3.0.195.33
Wmode : Direct
FPS : 59.6
Rendered Frames : 597
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : chrome 3.0.195.33
Wmode : Opaque
FPS : 59.0
Rendered Frames : 591
Flash Player :WIN 10,1,51,43
Debug :false
OS : Windows 7
It did show tearing :yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 44.5
Rendered Frames : 450
Flash Player :WIN 10,1,51,43
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 58.3
Rendered Frames : 584
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Direct
FPS : 56.0
Rendered Frames : 561
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
At work (PC):
Wmode : Opaque
FPS : 57.2
Rendered Frames : 573
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : IE 7.0.5730
Wmode : Direct
FPS : 44.5
Rendered Frames : 445
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : IE 7.0.5730
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox/3.5.5
Wmode : Direct
FPS : 56.0
Rendered Frames : 561
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox/3.5.5
Graphic card: NVidia GeForce 6150 LE
Copy and past this to my comments :
Wmode : Opaque
FPS : 47.6
Rendered Frames : 476
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 42.2
Rendered Frames : 422
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 17.3
Rendered Frames : 175
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4
Wmode : Direct
FPS : 49.6
Rendered Frames : 497
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4
Tested on a 2.5GHz Intel Core 2 Duo Mac with 4GB DDR2 SDRAM
Wmode : Opaque
FPS : 57.7
Rendered Frames : 577
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.7
It did show tearing : YES
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 18.6
Rendered Frames : 187
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.7
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 53.4
Rendered Frames : 534
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no] Yes
My browser : [FILL IN : full browser version] Firefox 3.5.5
Wmode : Direct
FPS : 41.8
Rendered Frames : 418
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no] No
My browser : [FILL IN : full browser version] Firefox 3.5.5
Graphics Card Info:
NVIDIA GeForce 9400M:
Chipset Model: NVIDIA GeForce 9400M
Type: GPU
Bus: PCI
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0×0863
Revision ID: 0x00b1
ROM Revision: 3343
gMux Version: 1.7.3
Displays:
Color LCD:
Resolution: 1440 x 900
Pixel Depth: 32-Bit Color (ARGB8888)
Main Display: Yes
Mirror: Off
Online: Yes
Built-In: Yes
Display Connector:
Status: No Display Connected
Wmode : Opaque
FPS : 56.3
Rendered Frames : 564
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 47.6
Rendered Frames : 477
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 57.2
Rendered Frames : 573
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Safari v. 4.0.4 (6531.21.10)
Wmode : Direct
FPS : ***
Rendered Frames : ***
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : The 1st time it didn’t, now its not even working.
My browser : Safari v. 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 48.0
Rendered Frames : 482
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Google Chrome 4.0.249.12
Wmode : Direct
FPS : 49.1
Rendered Frames : 492
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Google Chrome 4.0.249.12
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 4.0.249.11
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Google Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Opaque
FPS : 56.1
Rendered Frames : 562
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 46.3
Rendered Frames : 463
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Tested on a 2.5GHz Intel Core 2 Duo Mac with 4GB DDR2 SDRAM
Wmode : Opaque
FPS : 28.9
Rendered Frames : 290
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : Yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 19.8
Rendered Frames : 199
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 23.7
Rendered Frames : 238
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Safari
Wmode : Direct
FPS : 43.7
Rendered Frames : 437
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Safari
Wmode : Opaque
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : yes
My browser : Internet Explorer 8.0.6001.18828
Wmode : Direct
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : Internet Explorer 8.0.6001.18828
Wmode : Opaque
FPS : 57.1
Rendered Frames : 572
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 44.0
Rendered Frames : 440
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 52.0
Rendered Frames : 521
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari 4.0.4 (5531.21.10)
Wmode : Direct
FPS : 56.1
Rendered Frames : 561
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.4 (5531.21.10)
Wmode : Opaque
FPS : 56.2
Rendered Frames : 562
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Direct
FPS : 45.7
Rendered Frames : 458
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Opaque
FPS : 50.0
Rendered Frames : 500
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
————-
Wmode : Direct
FPS : 49.8
Rendered Frames : 499
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 56.0
Rendered Frames : 560
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : YES
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 47.1
Rendered Frames : 472
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : NO
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 55.2
Rendered Frames : 553
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser :FireFox 3.5.5
Wmode : Direct
FPS : 53.8
Rendered Frames : 538
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : FireFox 3.5.5
Wmode : Opaque
FPS : 49.5
Rendered Frames : 496
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 49.6
Rendered Frames : 497
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 57.3
Rendered Frames : 574
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox/3.5.5
Note: The tearing effect was like a horizontal bar moving from the top to the bottom of the screen, not a split up like in the sample image.
Copy and past this to my comments :
Wmode : Direct
FPS : 50.2
Rendered Frames : 502
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox/3.5.5
iMac
Model Identifier: iMac8,1
Processor Name: Intel Core 2 Duo
Processor Speed: 3.06 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Bus Speed: 1.07 GHz
Boot ROM Version: IM81.00C1.B00
SMC Version (system): 1.30f1
NVIDIA GeForce 8800 GS:
Chipset Model: NVIDIA GeForce 8800 GS
Type: GPU
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 512 MB
Vendor: NVIDIA (0x10de)
Device ID: 0×0609
Revision ID: 0x00a2
ROM Revision: 3234
Displays:
iMac:
Resolution: 1920 x 1200
Pixel Depth: 32-Bit Color (ARGB8888)
Main Display: Yes
Mirror: Off
Online: Yes
Built-In: Yes
Display Connector:
Status: No Display Connected
good luck
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 57.6
Rendered Frames : 576
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 57.9
Rendered Frames : 579
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Wmode : Direct
FPS : 58.9
Rendered Frames : 589
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Nice testing method! Here’s my results:
Wmode : Opaque
FPS : 52.3
Rendered Frames : 526
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5
Wmode : Direct
FPS : 17.6
Rendered Frames : 177
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5
Wmode : Opaque
FPS : 52.8
Rendered Frames : 528
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 40.6
Rendered Frames : 407
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 56.0
Rendered Frames : 560
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : YES
My browser : OSX Firefox 3.5.5
Wmode : Direct
FPS : 47.1
Rendered Frames : 472
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : NO
My browser : OSX Firefox 3.5.5
Wmode : Opaque
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 56.8
Rendered Frames : 569
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : 3.5.5
Wmode : Opaque
FPS : 62.6
Rendered Frames : 627
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : IE8
Wmode : Direct
FPS : 59.5
Rendered Frames : 596
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : IE8
Wmode : Opaque
FPS : 58.3
Rendered Frames : 584
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 54.4
Rendered Frames : 545
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows Vista
It did show tearing : Yes, all over the place. Sometimes like a combination between ‘snow’ and tearing
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Copy and past this to my comments :
Wmode : Direct
FPS : 53.9
Rendered Frames : 540
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows Vista
It did show tearing : no, but with some frames doubling (prolonged white or black display)
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Good luck!
Wmode : Opaque
FPS : 59.4
Rendered Frames : 594
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : firefox 3.5.5
—————————————-
Wmode : Direct
FPS : 56.7
Rendered Frames : 567
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : firefox 3.5.5
—————————————
CPU: AMD Athlon 64 X2 Dual Core 4000+
RAM: 2Gb
GPU: nVidia GeForce 6150SE (internal)
MB: nVidia nForce 430
Copy and past this to my comments :
Wmode : Opaque
FPS : 40.8
Rendered Frames : 408
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5.5
————————————————
Wmode : Direct
FPS : 39.9
Rendered Frames : 399
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 46.1
Rendered Frames : 466
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : yes
My browser : Firefox/3.5.5
Wmode : Direct
FPS : 37.1
Rendered Frames : 373
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Firefox/3.5.5
Wmode : Opaque
FPS : 58.7
Rendered Frames : 587
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Firefox/3.5.3 (.NET CLR 3.5.30729)
Wmode : Direct
FPS : 41.9
Rendered Frames : 419
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Firefox/3.5.3 (.NET CLR 3.5.30729)
Wmode : Opaque
FPS : 54.2
Rendered Frames : 550
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 55.0
Rendered Frames : 551
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Opaque
FPS : 48.9
Rendered Frames : 489
Flash Player :MAC 10,1,51,43
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 40.1
Rendered Frames : 402
Flash Player :MAC 10,1,51,43
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Opaque
FPS : 53.1
Rendered Frames : 531
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : tes
My browser : Firefox 3.5
Copy and past this to my comments :
Wmode : Direct
FPS : 50.9
Rendered Frames : 509
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5
Wmode : Opaque
FPS : 58.2
Rendered Frames : 583
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : FF3.5.5
Wmode : Direct
FPS : 58.1
Rendered Frames : 582
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : FF3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 47.5
Rendered Frames : 475
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Opaque
FPS : 56.1
Rendered Frames : 562
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 58.5
Rendered Frames : 585
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Chrome 3.0.195.33
I pasted too quickly.
Wmode: Direct DID NOT tear for me.
Wmode : Opaque
FPS : 50.5
Rendered Frames : 505
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 44.1
Rendered Frames : 442
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.1
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 46.1
Rendered Frames : 461
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 45.8
Rendered Frames : 458
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 57.1
Rendered Frames : 571
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : NO
My browser : Safari 4.0.4
Wmode : Direct
FPS : 57.8
Rendered Frames : 578
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : NO
My browser : Safari 4.0.4
Copy and past this to my comments :
Wmode : Opaque
FPS : 32.8
Rendered Frames : 328
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.28-16-generic
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 38.9
Rendered Frames : 425
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.28-16-generic
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : YES
My browser : Google Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Direct
FPS : 58.1
Rendered Frames : 582
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : NO
My browser : Google Chrome 3.0.195.33
Wmode : Opaque
FPS : 58.0
Rendered Frames : 580
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP 64
It did show tearing : [FILL IN : yes]
My browser : [FILL IN : Firefox 3.5.5]
Wmode : Direct
FPS : 58.2
Rendered Frames : 583
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP 64
It did show tearing : [FILL IN : no]
My browser : [FILL IN : Firefox 3.5.5]
Wmode : Direct
FPS : 57.1
Rendered Frames : 571
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Opaque
FPS : 57.3
Rendered Frames : 573
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 62.5
Rendered Frames : 626
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows
It did show tearing : [yes]
My browser : [IE 8.0.6]
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows
It did show tearing : [yes]
My browser : [IE 8.0.6]
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Opaque
FPS : 37.2
Rendered Frames : 373
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing :no
My browser : Safari Version 4.0.4 (6531.21.10)
Copy and past this to my comments :
Wmode : Direct
FPS : 42.2
Rendered Frames : 423
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 43.4
Rendered Frames : 434
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : YES
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 49.1
Rendered Frames : 491
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.189.0
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.189.0
Copy and past this to my comments :
Wmode : Opaque
FPS : 57.6
Rendered Frames : 577
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows Vista
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 60.0
Rendered Frames : 600
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : Google Chrome 3.0.195.33
Graphics Card Info:
NVIDIA GeForce 8400 256Mb /GDDR2 64-bit
Wmode : Direct
FPS : 45.4
Rendered Frames : 455
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 56.5
Rendered Frames : 566
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.7
It did show tearing : yes
My browser : FF 3.5.5
Wmode : Direct
FPS : 49.3
Rendered Frames : 493
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.7
It did show tearing : no
My browser : FF 3.5.5
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 58.8
Rendered Frames : 588
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 51.3
Rendered Frames : 514
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.3 (5531.9)
Copy and past this to my comments :
Wmode : Opaque
FPS : 51.3
Rendered Frames : 514
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.3 (5531.9)
Copy and past this to my comments :
Wmode : Opaque
FPS : 57.9
Rendered Frames : 579
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 56.1
Rendered Frames : 561
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7 x64
It did show tearing : no tearing, but it “stutters”
My browser : Opera 10.01 Build 1844
—
Wmode : Direct
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7 x64
It did show tearing : no at all
My browser : Opera 10.01 Build 1844
—-
GPU: nVidia Quadro FX 1600M (Driver 191.00) – DirectX 11
Resolution: 1900×1200 @62 MHz
Copy and past this to my comments :
Wmode : Opaque
FPS : 62.0
Rendered Frames : 621
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : IE 8.0
Copy and past this to my comments :
Wmode : Direct
FPS : 59.3
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : IE 8.0
Wmode : Opaque
FPS : 59.3
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 57.4
Rendered Frames : 574
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
i7 920 @ 3.8GHz
12GB DDR3
EVGA GeForce 260GTX
Wmode : Opaque
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Opera 10.10
===================
Wmode : Direct
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Opera 10.10
===================
Wmode : Opaque
FPS : 58.8
Rendered Frames : 588
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Mozilla 3.5.5
===================
Wmode : Direct
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Mozilla 3.5.5
Wmode : Opaque
FPS : 54.5
Rendered Frames : 545
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 46.2
Rendered Frames : 462
Flash Player :MAC 10,0,2,54
Debug :true
OS : Mac OS 10.5.6
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 35.0
Rendered Frames : 351
Flash Player :MAC 10,0,2,54
Debug :true
OS : Mac OS 10.5.6
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 31.2
Rendered Frames : 315
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Opaque
FPS : 58.7
Rendered Frames : 587
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 57.7
Rendered Frames : 578
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 49.2
Rendered Frames : 492
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : No
My browser: Firefox 3.5.5
Wmode : Direct
FPS : 50.3
Rendered Frames : 504
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 61.8
Rendered Frames : 619
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : No
My browser : IE 8.0.7600
Wmode : Direct
FPS : 59.0
Rendered Frames : 591
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing: No
My browser : IE 8.0.7600
Wmode : Opaque
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : YES
My browser : Gecko/20091102 Firefox/3.5.5
Wmode : Direct
FPS : 57.7
Rendered Frames : 577
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : NO
My browser : Gecko/20091102 Firefox/3.5.5
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 50.1
Rendered Frames : 501
Flash Player :MAC 10,1,51,45
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Chipsatz-Modell: NVIDIA GeForce GT 120
Typ: GPU
Bus: PCIe
Steckplatz: Slot-1
PCIe-Lane-Breite: x16
VRAM (gesamt): 512 MB
Hersteller: NVIDIA (0x10de)
Geräte-ID: 0×0640
Versions-ID: 0x00a1
ROM-Version: 3386
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Chrome 3.0.195.32
Wmode : Direct
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Chrome 3.0.195.32
Wmode : Opaque
FPS : 57.1
Rendered Frames : 571
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : No, but did stutter
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 43.6
Rendered Frames : 436
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 42.4
Rendered Frames : 425
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : No
My browser : Safari 4.0.3 ( 6531.9 )
Wmode : Direct
FPS : 42.9
Rendered Frames : 429
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : No
My browser : Safari 4.0.3 ( 6531.9 )
Wmode : Opaque
FPS : 49.6
Rendered Frames : 498
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Versie 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 49.9
Rendered Frames : 500
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Versie 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 57.8
Rendered Frames : 580
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing :yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 57.8
Rendered Frames : 578
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : Google Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.31-15-generic
It did show tearing : Yes
My browser : Chrome 4.0.249.11
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.31-15-generic
It did show tearing : Yes (but I think it’s linux not doing v-sync, it happens with Javascript too)
My browser : Chrome 4.0.249.11
Wmode : Opaque
FPS : 57.5
Rendered Frames : 576
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4
Wmode : Direct
FPS : 57.7
Rendered Frames : 578
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4
Wmode : Opaque
FPS : 60.3
Rendered Frames : 603
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : yes
My browser : IE8
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : IE8
Processor: Intel(R) Pentium(R) 4 CPU 3.00 GHz
RAM: 2Gb
System type: 32-bit
GPU: Radeon X1300/X1550 Series 256 MB DDR2
Wmode : Opaque
FPS : 50.7
Rendered Frames : 507
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.0.15
Wmode : Direct
FPS : 39.9
Rendered Frames : 400
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.0.15
Copy and past this to my comments :
Wmode : Opaque
FPS : 53.8
Rendered Frames : 538
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : FF 3.6 Beta 4
Copy and past this to my comments :
Wmode : Direct
FPS : 56.2
Rendered Frames : 562
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : FF 3.6 Beta 4
Copy and past this to my comments :
Wmode : Opaque
FPS : 55.2
Rendered Frames : 552
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 47.0
Rendered Frames : 470
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 58.3
Rendered Frames : 583
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Firefox 3.5.5
Graphics card : Gforce 9600M GT
Wmode : Direct
FPS : 56.0
Rendered Frames : 560
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5.5
Graphics card : Gforce 9600M GT
Wmode : Opaque
FPS : 60.1
Rendered Frames : 601
Flash Player :MAC 10,1,51,12
Debug :true
OS : Mac OS 10.5.8
It did show tearing : Yes
My browser : Safari 4.0.4
Second example doesn’t seem to run – just white screen and I can’t right click on the player.
Wmode : Opaque
FPS : 48.4
Rendered Frames : 484
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : NO
My browser : SAFARI Version 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 49.8
Rendered Frames : 499
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : NO
My browser : SAFARI Version 4.0.4 (6531.21.10)
GRAPHICS CARD : ATI Radeon HD 4870
Wmode : Opaque
FPS : 57.5
Rendered Frames : 575
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : YES
My browser : Version 4.0.4 (6531.21.10)
Wmode : Direct
not getting it correctly. shows few frames than stays blank and no results show up..
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Direct
FPS : 59.9
Rendered Frames : 600
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : chrome 3.0.195.33
Wmode : Opaque
FPS : 57.5
Rendered Frames : 575
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing :yes
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Direct
FPS : 50.0
Rendered Frames : 501
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Opaque
FPS : 44.7
Rendered Frames : 447
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 44.7
Rendered Frames : 447
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 47.7
Rendered Frames : 477
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 57.2
Rendered Frames : 573
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : YES
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : FF 3.5.5
Wmode : Direct
FPS : 57.9
Rendered Frames : 580
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : FF 3.5.5
Wmode : Opaque
FPS : 35.1
Rendered Frames : 355
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari 4.0.3
Wmode : Direct
FPS : 57.7
Rendered Frames : 578
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.3
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : YES
My browser : FF 3.0.15
Wmode : Direct
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : NO
My browser : FF 3.0.15
GeForce 9500 GT
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP 64
It did show tearing : yes
My browser : Opera 10.10
Wmode : Direct
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP 64
It did show tearing : no
My browser : Opera 10.10
Copy and past this to my comments :
Wmode : Opaque
FPS : 50.2
Rendered Frames : 503
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : FF 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 33.6
Rendered Frames : 336
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : FF 3.5.5
NVidia GeForce 8600M GT, Intel Core 2 Duo
Wmode : Opaque
FPS : 56.8
Rendered Frames : 568
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : FF3.0.10
Wmode : Direct
FPS : 46.4
Rendered Frames : 464
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : FF3.0.10
Copy and past this to my comments :
Wmode : Opaque
FPS : 61.2
Rendered Frames : 612
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : IE 8.0.6001
Wmode : Direct
FPS : 59.1
Rendered Frames : 591
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes, but way less than the above test
My browser : IE 8.0.6001
Wmode : Opaque
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes, but very little
My browser : Safari 4.0.3
Wmode : Direct
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Safari 4.0.3
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Opera 9.52
Wmode : Direct
FPS : 60.0
Rendered Frames : 600
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Opera 9.52
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : Yes
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 56.9
Rendered Frames : 570
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : No
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : Yes
My browser : IE 7
Copy and past this to my comments :
Wmode : Direct
FPS : 58.4
Rendered Frames : 585
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : No
My browser : IE 7
Wmode : Opaque
FPS : 37.6
Rendered Frames : 376
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : safari 4.0.4
Wmode : Direct
FPS : 43.4
Rendered Frames : 434
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : safari 4.0.4
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 4.0.223.16
Copy and past this to my comments :
Wmode : Direct
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Chrome 4.0.223.16
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.0.15
Copy and past this to my comments :
Wmode : Direct
FPS : 59.6
Rendered Frames : 597
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.0.15
Copy and past this to my comments :
Wmode : Opaque
FPS : 62.6
Rendered Frames : 626
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : IE 8.0.6001.18702
Copy and past this to my comments :
Wmode : Direct
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : no
My browser : IE 8.0.6001.18702
Opps, forgot to mention:
Graphics hardware: NVidia 8800 GTS
Wmode : Opaque
FPS : 53.4
Rendered Frames : 534
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : NO
My browser : FF 3.5.5
Wmode : Direct
FPS : 49.1
Rendered Frames : 491
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.1
It did show tearing : NO
My browser : FF 3.5.5
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Opaque
FPS : 44.7
Rendered Frames : 447
Flash Player :LNX 10,0,12,36
Debug :false
OS : Linux 2.6.31-15-generic-pae
It did show tearing : yes
My browser : Chromium 4.0.258.0 (Ubuntu build 33210)
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :LNX 10,0,12,36
Debug :false
OS : Linux 2.6.31-15-generic-pae
It did show tearing : not at first, then yes
My browser : Chromium 4.0.258.0 (Ubuntu build 33210)
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0
Wmode : Direct
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Google Chrome 3.0
Wmode : Opaque
FPS : 49.2
Rendered Frames : 494
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 45.8
Rendered Frames : 458
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 56.3
Rendered Frames : 563
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 48.0
Rendered Frames : 481
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 49.5
Rendered Frames : 496
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 50.0
Rendered Frames : 500
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Direct
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.0
Rendered Frames : 591
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 47.1
Rendered Frames : 472
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Chrome 4.0.249.0
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Chrome 4.0.249.0
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.0
Rendered Frames : 590
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 54.8
Rendered Frames : 549
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 57.6
Rendered Frames : 576
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no (sometimes wired line flickering)
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 54.1
Rendered Frames : 541
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 62.4
Rendered Frames : 624
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Explorer 7
Wmode : Direct
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no (sometimes wired line flickering)
My browser : Explorer 7
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing :YES
My browser : MINEFIELD 3.71apre
Wmode : Direct
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : NO
My browser : MINEFIELD 3.71apre
Copy and past this to my comments :
Wmode : Opaque
FPS : 57.5
Rendered Frames : 576
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Copy and past this to my comments :
Wmode : Direct
FPS : 57.5
Rendered Frames : 575
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 49.1
Rendered Frames : 492
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : Yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 43.5
Rendered Frames : 435
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 49.8
Rendered Frames : 499
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Safari 4.04
Wmode : Direct
FPS : 48.7
Rendered Frames : 487
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Safari 4.04
Wmode : Opaque
FPS : 58.0
Rendered Frames : 581
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : FF 3.5.3
Copy and past this to my comments :
Wmode : Direct
FPS : 57.1
Rendered Frames : 571
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : FF 3.5.3
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.3
Rendered Frames : 594
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : [FILL IN : yes]
My browser : [FILL IN : Firefox 3.5.5]
Copy and past this to my comments :
Wmode : Direct
FPS : 58.0
Rendered Frames : 580
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows 7
It did show tearing : [FILL IN : no]
My browser : [FILL IN : Firefox 3.5.5]
Wmode : Opaque
FPS : 58.2
Rendered Frames : 582
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows Vista
It did show tearing : [FILL IN : yes/no] yes
My browser : [FILL IN : full browser version] FF 3.5.5
Wmode : Opaque
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
e : Opaque
FPS : 56.7
Rendered Frames : 570
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [ yes]
My browser : [win XP firefox 3.5.5]
Copy and past this to my comments :
Wmode : Direct
FPS : 50.7
Rendered Frames : 508
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [no]
My browser : [win XP firefox 3.5.5]
OK I didn’t know I was epeleptic until I did this test!!
please send some tablets to stop me foaming!
Wmode : Opaque
FPS : 34.3
Rendered Frames : 344
Flash Player :LNX 10,0,15,3
Debug :true
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Google Chrome 4 (BETA)
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,15,3
Debug :true
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Google Chrome 4 (BETA)
Wmode : Opaque
FPS : 56.5
Rendered Frames : 566
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,32,18
Debug :false
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Firefox 3.5.5
I have been fighting tearing for a long time with no clear solution. I’m more than happy to help.
I’ve long noticed Compiz (GPU-enabled desktop) has an effect on the speed of Flash. It’s worth noting that turning off Compiz boosted the Firefox/Opaque results to 60fps (all other results were the same). For the three results at 60fps the animation also seemed much faster, almost blurring into a single color at times, while other times showing multiple tears.
Wmode : Opaque
FPS : 38.4
Rendered Frames : 384
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing :yes
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Direct
FPS : 49.2
Rendered Frames : 493
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Google Chrome 3.0.195.33
Wmode : Opaque
FPS : 59.9
Rendered Frames : 600
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : FF 3.5.5
Wmode : Direct
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes (at first “no”, but reloaded the page twice and finally yes)
My browser : FF 3.5.5
Wmode : Direct
FPS : 58.5
Rendered Frames : 585
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Chrome 3.0.195.33
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :LNX 10,0,32,18
Debug :true
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :LNX 10,0,32,18
Debug :true
OS : Linux 2.6.31-15-generic
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows Vista (7)
It did show tearing : no
My browser : Chrome
Wmode : Direct
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows Vista (7)
It did show tearing : no
My browser : chrome
Wmode : Opaque
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 58.2
Rendered Frames : 582
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 58.8
Rendered Frames : 588
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 55.7
Rendered Frames : 558
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 43.6
Rendered Frames : 436
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
—-
Wmode : Direct
FPS : 27.5
Rendered Frames : 275
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
On MacBook Pro 5.3 / NVIDIA GeForce 9400M GT / 3200×1200@60Hz
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 58.0
Rendered Frames : 580
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 47.4
Rendered Frames : 475
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 39.7
Rendered Frames : 397
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 53.5
Rendered Frames : 536
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes, big time
My browser : FF 3.5.5
=========================
Copy and past this to my comments :
Wmode : Direct
FPS : 47.8
Rendered Frames : 478
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : FF 3.5.5
System specs:
Model Name: MacBook Pro
Model Identifier: MacBookPro5,2
Processor Name: Intel Core 2 Duo
Processor Speed: 2.66 GHz
NVIDIA GeForce 9400M:
Chipset Model: NVIDIA GeForce 9400M
Type: Display
Bus: PCI
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0×0863
Revision ID: 0x00b1
ROM Revision: 3436
gMux Version: 1.7.10
Displays:
Display Connector:
Status: No Display Connected
Display Connector:
Status: No Display Connected
NVIDIA GeForce 9600M GT:
Chipset Model: NVIDIA GeForce 9600M GT
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 512 MB
Vendor: NVIDIA (0x10de)
Device ID: 0×0647
Revision ID: 0x00a1
ROM Revision: 3436
gMux Version: 1.7.10
Displays:
Color LCD:
Resolution: 1920 x 1200
Depth: 32-Bit Color
Core Image: Hardware Accelerated
Main Display: Yes
Mirror: Off
Online: Yes
Quartz Extreme: Supported
Built-In: Yes
FPD2485W:
Resolution: 1920 x 1200 @ 60 Hz
Depth: 32-Bit Color
Core Image: Hardware Accelerated
Mirror: Off
Online: Yes
Quartz Extreme: Supported
Rotation: Supported
————
Wmode : Direct
FPS : 29.8
Rendered Frames : 299
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : chrome 3.0.195.33
————–
Copy and past this to my comments :
Wmode : Opaque
FPS : 44.2
Rendered Frames : 443
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : chrome 3.0.195.33
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : Yes
My browser : Firefox 3.6b4
Copy and past this to my comments :
Wmode : Direct
FPS : 53.4
Rendered Frames : 539
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : Yes, but a lot less
My browser : Firefox 3.6b4
NVIDIA Quadro FX 1700 with 2x DELL 2405FPW @ 1920×1200 60Hz
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Opera 10.10 build 1893
——————————–
Wmode : Direct
FPS : 59.1
Rendered Frames : 592
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Opera 10.10 build 1893
——————————–
NVidia GeForce 8500 GT
Wmode : Opaque
FPS : 57.1
Rendered Frames : 571
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 45.9
Rendered Frames : 460
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
//
//
Wmode : Direct
FPS : 57.5
Rendered Frames : 576
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 56.9
Rendered Frames : 570
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : Yes. Severe.
My browser : Firefox 3.5.5
Copy and past this to my comments :
Wmode : Direct
FPS : 56.5
Rendered Frames : 566
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no, but some frame skipping
My browser : Firefox 3.5.5
On Desktop:
Wmode : Opaque
FPS : 58.6
Rendered Frames : 586
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 58.4
Rendered Frames : 585
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.5.5
On Laptop (MacBook Pro):
Wmode : Opaque
FPS : 54.9
Rendered Frames : 549
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 46.5
Rendered Frames : 465
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox 3.5.5
Wmode : Opaque
FPS : 49.3
Rendered Frames : 493
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 49.6
Rendered Frames : 497
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari 4.0.4 (6531.21.10)
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Firefox 3.5.5
—————————————————-
Wmode : Opaque
FPS : 59.2
Rendered Frames : 593
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Google Chrome 3.0.195.33
—————————————————-
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows Vista
It did show tearing : yes
My browser : IE8 (8.0.6001.18828)
Wmode : Direct
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : IE8 (8.0.6001.18828)
Wmode : Opaque
FPS : 56.7
Rendered Frames : 568
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 43.9
Rendered Frames : 439
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser :firefox 3.5.5
Wmode : Opaque
FPS : 48.5
Rendered Frames : 486
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 35.8
Rendered Frames : 359
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.6.2
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : [yes]
My browser : Google Chrome 3.0.195.33
Wmode : Direct
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : [yes]
My browser : Google Chrome 3.0.195.33
Wmode : Opaque
FPS : 41.7
Rendered Frames : 417
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari version 4.0.4 (6531.21.10)
Wmode : Direct
FPS : 34.6
Rendered Frames : 346
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Safari version 4.0.4 (6531.21.10)
—————————————————-
Wmode : Opaque
FPS : 56.4
Rendered Frames : 565
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Google Chrome Beta 4.0.249.30
Wmode : Direct
FPS : 56.5
Rendered Frames : 565
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Google Chrome Beta 4.0.249.30
—————————————————-
Wmode : Opaque
FPS : 57.8
Rendered Frames : 578
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
Wmode : Direct
FPS : 48.7
Rendered Frames : 488
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : No
My browser : Firefox 3.5.5
—————————————————-
ATI Radeon HD 2600 256 MB @ 2.8 GHz Quad-Core Intel Xeon, 4 GB RAM
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Opera 10.10
—————————————————————–
Wmode : Direct
FPS : 57.8
Rendered Frames : 578
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Opera 10.10
Wmode : Opaque
FPS : 61.6
Rendered Frames : 616
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
—————————————————————–
Wmode : Direct
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Opera 10.10 build 1893
—————————————————————–
Wmode : Direct
FPS : 58.2
Rendered Frames : 583
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Opera 10.10 build 1893
Wmode : Opaque
FPS : 58.3
Rendered Frames : 584
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows XP 64
It did show tearing : yes
My browser : Opera 10.1 build 1893
Wmode : Direct
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,1,51,45
Debug :false
OS : Windows XP 64
It did show tearing : no
My browser : Opera 10.1 build 1893
Copy and past this to my comments :
Wmode : Opaque
FPS : 62.5
Rendered Frames : 625
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : [no]
My browser : [IE 8]
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows 7
It did show tearing : [yes]
My browser : [IE8]
You should put a simple poll to submit it right in the flash , man it’s hard to collect this result from comment , did you do it , please let us know the result
Wmode : Direct
FPS : 55.9
Rendered Frames : 560
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.4
Wmode : Opaque
FPS : 49.2
Rendered Frames : 494
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari 4.0.4
Wmode : Opaque
FPS : 58.2
Rendered Frames : 582
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.6
Wmode : Direct
FPS : 58.8
Rendered Frames : 588
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.5.6
Wmode : Opaque
FPS : 57.2
Rendered Frames : 572
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 2.0.50727)
Wmode : Direct
FPS : 56.8
Rendered Frames : 569
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 2.0.50727)
Wmode : Opaque
FPS : 56.9
Rendered Frames : 570
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : yes
My browser : FF 3.5.6
Wmode : Direct
FPS : 47.5
Rendered Frames : 476
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : FF 3.5.6
Pingback: Most Tweeted Articles by Adobe Experts: MrTweet
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : [yes]
My browser : [Google Chrome 3.0.195.38]
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : [yes]
My browser : [Google Chrome 3.0.195.38]
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes]
My browser : [FILL IN : FireFox 2.0.0.20]
Copy and past this to my comments :
Wmode : Direct
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,0,22,87
Debug :true
OS : Windows XP
It did show tearing : [FILL IN : yes, much more than opaque Wmode]
My browser : [FILL IN : FireFox 2.0.0.20]
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.195.27
Wmode : Direct
FPS : 43.7
Rendered Frames : 437
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no* (see below)
My browser : Google Chrome 3.0.195.27
Please note, however, that wmode:direct DID “tear” as soon as the Flash Player lost focus, *or* the rightclick (context) menu was shown!
(The performance -FPS- counter given is without any intervention)
It’s a shame that a so-called OS does not provide any Vertical Retrace clues if it can’t handle the subject by itself… Blame this with a pie on Mr. Ballmer, not Adobe! I use to develop traditional 2D “GDI” applications as well, and I didn’t find a means of avoiding this artefact except switching to DirectDraw…
Wmode : Opaque
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.6
Wmode : Direct
FPS : 56.6
Rendered Frames : 567
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : no
My browser : firefox 3.5.6
I have an Intel Core2 Duo 2.66 and a NVidia GeForce 8600 GT
Hope this helps!
MYYY EEYEYYYYYYEESSS!!!
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Copy and past this to my comments :
Wmode : Direct
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Wmode : Opaque
FPS : 57.3
Rendered Frames : 574
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari 4.0.4 (5531.21.10)
GFX: GeForce 8600M GT
Wmode : Direct
FPS : 56.5
Rendered Frames : 566
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 4.0.4 (5531.21.10)
GFX: GeForce 8600M GT
Wmode : Opaque
FPS : 56.3
Rendered Frames : 563
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
GFX: GeForce 8600M GT
Wmode : Direct
FPS : 47.9
Rendered Frames : 480
Flash Player :MAC 10,0,32,18
Debug :true
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
GFX: GeForce 8600M GT
Pingback: Schlechte Qualit
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows XP
It did show tearing : sometimes no, sometimes yes
My browser : FireFox 3.5.7
________________________________
Wmode : Direct
FPS : 56.5
Rendered Frames : 566
Flash Player :WIN 10,0,2,54
Debug :true
OS : Windows XP
It did show tearing : sometimes no, sometimes yes
My browser : FireFox 3.5.7
Wmode : Opaque
FPS : 62.5
Rendered Frames : 626
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : IE 8.0.6001.18702
____________________________________
Wmode : Direct
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows XP
It did show tearing : no
My browser : IE 8.0.6001.18702
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.1
Rendered Frames : 592
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows 7
It did show tearing : [Yes]
My browser : [Firefox 3.5.7]
Copy and past this to my comments :
Wmode : Direct
FPS : 58.2
Rendered Frames : 582
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows 7
It did show tearing : [Yes, as bad maybe worse as opaque.]
My browser : [Firefox 3.5.7]
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : NO
My browser : Google Chrome 3.0.195.38
Copy and past this to my comments :
Wmode : Direct
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,32,18
Debug :false
OS : Windows Vista
It did show tearing : YES
My browser : Google Chrome 3.0.195.38
Copy and past this to my comments :
Wmode : Opaque
FPS : 62.0
Rendered Frames : 621
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows Vista
It did show tearing : YES
My browser : IE 8.0.6001.18865
Copy and past this to my comments :
Wmode : Direct
FPS : 59.5
Rendered Frames : 596
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows Vista
It did show tearing : YES
My browser : IE 8.0.6001.18865
Wmode : Opaque
FPS : 52.4
Rendered Frames : 525
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.7
Wmode : Direct
FPS : 23.9
Rendered Frames : 239
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.7
Wmode : Opaque
FPS : 47.8
Rendered Frames : 481
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox/3.5.7 GTB6
Wmode : Direct
FPS : 35.8
Rendered Frames : 358
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Firefox/3.5.7 GTB6
Copy and past this to my comments :
Wmode : Opaque
FPS : 45.8
Rendered Frames : 458
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Copy and past this to my comments :
Wmode : Direct
FPS : 45.7
Rendered Frames : 458
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari Version 4.0.4 (6531.21.10)
Sometimes it seems to skip a frame, but no tearing was visible on my configuration and in these browsers.
Flash player version :10,0,32,18 installed
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.9
Rendered Frames : 599
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : no]
My browser : [FILL IN : FireFox 3.5.7]
Copy and past this to my comments :
Wmode : Direct
FPS : 56.3
Rendered Frames : 563
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : no]
My browser : [FILL IN : FireFox 3.5.7]
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.195.38
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,0,32,18
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 3.0.195.38
Wmode : Opaque
FPS : 62.6
Rendered Frames : 627
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : Internet Explorer 8 (version 8.0.6001.18702)
———————————————————————————–
Wmode : Direct
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : Internet Explorer 8 (version 8.0.6001.18702)
==========================================
Wmode : Opaque
FPS : 58.6
Rendered Frames : 587
Flash Player :WIN 10,0,22,87
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : Firefox 3 (v3.0.15)
———————————————————————————–
Wmode : Direct
FPS : 58.9
Rendered Frames : 589
Flash Player :WIN 10,0,22,87
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : Firefox 3 (v3.0.15)
==========================================
Wmode : Opaque
FPS : 29.2
Rendered Frames : 292
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
Wmode : Direct
FPS : 26.3
Rendered Frames : 264
Flash Player :MAC 10,0,32,18
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
In both cases on Firefox issues with frame rate, sometimes slowed to a crawl
Pingback: Touch My Pixel Blog » Blog Archive » Smoth verticle scrolling with flash
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,42,34
Debug :true
OS : Windows Vista
It did show tearing : yes, a lot
My browser :
Google Chrome 4.0.249.78 (36714)
Vista 64
GeForce 9700M GT 512Mb
Wmode : Direct
FPS : 59.1
Rendered Frames : 591
Flash Player :WIN 10,0,42,34
Debug :true
OS : Windows Vista
It did show tearing : no, not once
My browser :
Same as above
Thanks for the Wmode trick. I had been searching for a solution for this for 10 hours yesterday on Google.
Wmode : Opaque
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,1,51,66
Debug :true
OS : Windows XP
It did show tearing : definitely yes
My browser : Chrome 4.0.249.78
—————————————
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,1,51,66
Debug :true
OS : Windows XP
It did show tearing : slightly on edges
My browser : Chrome 4.0.249.78
Copy and past this to my comments :
Wmode : Opaque
FPS : 52.1
Rendered Frames : 522
Flash Player :LNX 10,0,42,34
Debug :false
OS : Linux 2.6.31.12-174.2.3.fc12.i686
It did show tearing : yes
My browser : ff 3.5.6 on Fedora
Copy and past this to my comments :
Wmode : Direct
FPS : 52.0
Rendered Frames : 521
Flash Player :LNX 10,0,42,34
Debug :false
OS : Linux 2.6.31.12-174.2.3.fc12.i686
It did show tearing : Yes!
My browser : ff 3.5.6 on Fedora
This fix/hack seems to be ignored on Linux Flash Player
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :MAC 10,1,50,451
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no
My browser : Safari 4.0.4
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :MAC 10,1,50,451
Debug :true
OS : Mac OS 10.6.2
It did show tearing : no, but there were two periods of slower flickering lasting for a second or so.
My browser : Safari 4.0.4
Wmode : Opaque
FPS : 58.0
Rendered Frames : 580
Flash Player :WIN 10,1,51,66
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 55.6
Rendered Frames : 557
Flash Player :WIN 10,1,51,66
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version
The Direct was flashing (as intended?), the Opaque had a horizontal line tearing up the screen from bottom to top.
Wmode : Opaque
FPS : 58.5
Rendered Frames : 586
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.5.8
Wmode : Direct
FPS : 57.4
Rendered Frames : 575
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.5.8
Wmode : Opaque
FPS : 60.0
Rendered Frames : 600
Flash Player :WIN 10,1,51,66
Debug :true
OS : Windows Vista
It did show tearing : YES
My browser : Chrome
—–
Wmode : Direct
FPS : 54.0
Rendered Frames : 540
Flash Player :WIN 10,1,51,66
Debug :true
OS : Windows Vista
It did show tearing : no
My browser : chrome
Wmode : Opaque
FPS : 58.3
Rendered Frames : 584
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100224 SeaMonkey/2.0.4pre
Wmode : Direct
FPS : 55.8
Rendered Frames : 558
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100224 SeaMonkey/2.0.4pre
AMD Athlon XP 2500+ 1.86 GHz CPU, nVidia GeForce4 Ti4280 video
32-bit Windows XP
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.32-14-generic
It did show tearing : yes
My browser : Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100222 Ubuntu/10.04 (lucid) Firefox/3.6
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.32-14-generic
It did show tearing : yes
My browser : Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100222 Ubuntu/10.04 (lucid) Firefox/3.6
Intel T7600 2.33 GHz CPU, ATI X1400 video.
64-bit kernel, Firefox and Flash, radeon open source driver
Wmode : Opaque
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : yes
My browser :Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
Wmode : Direct
FPS : 58.3
Rendered Frames : 583
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
AMD 2X3.0GHz, ATI Radeon X1200 Series
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,45,2
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : chrome 4.0.249.89 (38071)
__________________________________
Wmode : Direct
FPS : 59.8
Rendered Frames : 598
Flash Player :WIN 10,0,45,2
Debug :true
OS : Windows XP
It did show tearing : yes
My browser : chrome 4.0.249.89 (38071)
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :WIN 10,0,42,34
Debug :true
OS : Windows XP
It did show tearing : [chrome : yes]
My browser : [chrome 4.0.249.89 (38071) ]
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.8
Rendered Frames : 599
Flash Player :WIN 10,0,42,34
Debug :true
OS : Windows XP
It did show tearing : [yes]
My browser : [chrome 4.0.249.89 (38071) ]
Wmode : Opaque
FPS : 58.2
Rendered Frames : 583
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows Vista
It did show tearing : Yes until I right clicked to turn on Hardware Acceleration. Then it synced for a few seconds before tearing again.
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Wmode : Direct
FPS : 59.9
Rendered Frames : 600
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows Vista
It did show tearing : Not for the first few seconds, but it did start tearing at the end.
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Wmode : Opaque
FPS : 59.2
Rendered Frames : 593
Flash Player :LNX 10,0,45,2 (64-bit)
Debug :false
OS : Linux 2.6.31-19-generic
It did show tearing : Almost none.
My browser : FF 3.5.8
Wmode : Direct
FPS : 58.3
Rendered Frames : 583
Flash Player :LNX 10,0,45,2 (64-bit)
Debug :false
OS : Linux 2.6.31-19-generic
It did show tearing : Almost none.
My browser : FF 3.5.8
With OpenGL compositing enabled there is almost no tearing! With XRender or no compositing tearing still occurs. Wmode doesn’t seem to make any difference.
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module 185.18.36 Fri Aug 14 17:35:21 PDT 2009
GCC version: gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
Correction for my last comment:
I had “Use VSync” checked in my “Desktop effects->Advanced” settings, so the lack of tearing had nothing to do with flash.
Without “Use VSync” I get tearing in both direct and opaque wmodes.
Wmode : Opaque
FPS : 46.6
Rendered Frames : 467
Flash Player :MAC 10,0,45,2
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No, but occasionally stuttered
My browser : Firefox 3.5.3
Wmode : Direct
FPS : 47.6
Rendered Frames : 477
Flash Player :MAC 10,0,45,2
Debug :true
OS : Mac OS 10.6.2
It did show tearing : No, but occasionally stuttered
My browser : Firefox 3.5.3
Wmode : Opaque
FPS : 56.4
Rendered Frames : 564
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Firefox 3.5.9
Wmode : Direct
FPS : 55.1
Rendered Frames : 551
Flash Player :WIN 10,0,42,34
Debug :false
OS : Windows Vista
It did show tearing : Minor tearing along the bottom 2% of the draw area
My browser : Firefox 3.5.9
Wmode : Direct
FPS : 53.9
Rendered Frames : 539
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 57.6
Rendered Frames : 576
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : [yes]
My browser : [FF 3.6.3]
Wmode : Direct
FPS : 54.9
Rendered Frames : 549
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : [yes] but less
My browser : [FF 3.6.3]
Internet Explorer 8 is very good because it is as stable as Opera. I hate the previous versions of IE like IE6 because it hangs frequently. -
Internet Explorer 8 have been my most used browser this year, it is definitely stable and fast loading too. .
Latest beta Flash Player…
Wmode : Opaque
FPS : 59.0
Rendered Frames : 590
Flash Player :WIN 10,1,53,38
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Wmode : Direct
FPS : 55.7
Rendered Frames : 557
Flash Player :WIN 10,1,53,38
Debug :false
OS : Windows Vista
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
If you are using Vista/Win7, use an Aero windows theme. With Aero, the windows manager will coordinate all updates from all apps to the screen. You should not see any tearing in this mode.
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 10,1,53,38
Debug :true
OS : Windows XP
It did show tearing : Yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
—————————————–
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 10,1,53,38
Debug :true
OS : Windows XP
It did show tearing : No
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Sorry last comment has both for opaqe
Wmode : Direct
FPS : 42.1
Rendered Frames : 421
Flash Player :WIN 10,1,53,38
Debug :true
OS : Windows XP
It did show tearing : No
My browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :LNX 10,1,53,38
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [NO]
My browser : [Firefox 3.5.6 32bit]
Copy and past this to my comments :
Wmode : Direct
FPS : 59.0
Rendered Frames : 590
Flash Player :LNX 10,1,53,38
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [only a little bit. beginning of test seemed to lag all black]
My browser : [Firefox 3.5.6 32bit]
some other notes: I tested your tests with the stable 10.0 flash on google chrome 64bit (linux) and got HORRIBLE tearing, but with Flash 10.1 RC4 on Firefox 32bit, the tearing was nonexistant except for a few frames on the final test.
however, some video on Hulu.com still tear once in awhile.
Wmode : Opaque
FPS : 59.6
Rendered Frames : 596
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [YES]
My browser : [Arora 0.10.2]
Wmode : Direct
FPS : 60.1
Rendered Frames : 602
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [YES]
My browser : [Arora 0.10.2]
Wmode : Opaque
FPS : 35.1
Rendered Frames : 352
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [YES]
My browser : [Chromium 5.0.375.38 64bit]
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :LNX 10,0,45,2
Debug :false
OS : Linux 2.6.33-zen2
It did show tearing : [YES]
My browser : [Chromium 5.0.375.38 64bit]
Some notes: Screen tears with compositing On & Off. still tearing with nvidia vsync and kde vsync on. noticibly worse with vsync turned off in either of them, or with compositing off. (Kde 4.4.3 Gentoo x86_64 nvidia 8600GT)
Vsync is a huge issue for Linux right now. the only way to get flash to vsync is if it uses direct OpenGL I believe, because general vsync for 2D or composited stuff just isn’t possible. “Making this work requires changes to Xorg, mesa, every graphics driver, and every compositor.” <- quoted by an Ubuntu developer.
Wmode : Opaque
FPS : 36.4
Rendered Frames : 374
Flash Player :WIN 10,1,53,55
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : Chrome 4.1.249.1064
Wmode : Direct
FPS : 26.4
Rendered Frames : 275
Flash Player :WIN 10,1,53,55
Debug :false
OS : Windows XP
It did show tearing : No
My browser : Chrome 4.1.249.1064
Wmode : Direct
FPS : 59.6
Rendered Frames : 597
Flash Player :WIN 10,1,52,14
Debug :false
OS : Windows 7
It did show tearing : NO ( tiny bit on the top 5%)
My browser : google chrome 5.0.375.55
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :WIN 10,0,45,2
Debug :true
OS : Windows XP 64
It did show tearing : YES
My browser : Chrome 5.0.375.55
Wmode : Direct
FPS : 57.4
Rendered Frames : 575
Flash Player :WIN 10,0,45,2
Debug :true
OS : Windows XP 64
It did show tearing : NO
My browser : Chrome 5.0.375.55
Wmode : Opaque
FPS : 60.0
Rendered Frames : 601
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : google chrome 5.0.375.55
Wmode : Direct
FPS : 59.6
Rendered Frames : 596
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : google chrome 5.0.375.55
Wmode : Opaque
FPS : 62.4
Rendered Frames : 624
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : Internet Explorer 8.0.6001.18702IC
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : Internet Explorer 8.0.6001.18702IC
Wmode : Opaque
FPS : 59.9
Rendered Frames : 600
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : YES
My browser : Firefox 3.5.9
Wmode : Direct
FPS : 58.7
Rendered Frames : 587
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : NO
My browser : Firefox 3.5.9
Wmode : Opaque
FPS : 52.5
Rendered Frames : 525
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : Yep
My browser : Firefox 3.6.2
Wmode : Direct
FPS : 43.5
Rendered Frames : 435
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.6.2
Wmode : Opaque
FPS : 59.7
Rendered Frames : 598
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : Yep
My browser : Safari 5.0 (5533.16)
Wmode : Direct
FPS : 44.8
Rendered Frames : 448
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : No
My browser : Safari 5.0 (5533.16)
Hope that helps
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.2
Rendered Frames : 602
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Safari 5.0
Copy and past this to my comments :
Wmode : Direct
FPS : 49.7
Rendered Frames : 498
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Safari 5.0
Copy and past this to my comments :
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Google Chrome 5.0.375.86
Copy and past this to my comments :
Wmode : Direct
FPS : 59.9
Rendered Frames : 600
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Google Chrome 5.0.375.86
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.9
Rendered Frames : 600
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : yes
My browser : Firefox 3.6.3
Copy and past this to my comments :
Wmode : Direct
FPS : 42.5
Rendered Frames : 426
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.5.8
It did show tearing : no
My browser : Firefox 3.6.3
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.4
Rendered Frames : 595
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows 7
It did show tearing : [FILL IN : no]
My browser : [FILL IN : firefox 3.6.6]
Copy and past this to my comments :
Wmode : Direct
FPS : 55.6
Rendered Frames : 557
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows 7
It did show tearing : [FILL IN : yes]
My browser : [FILL IN : firefox 3.6.6]
Wmode : Opaque
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows Vista
It did show tearing : yes
My browser : 3.6.7
——————————————-
Wmode : Direct
FPS : 57.2
Rendered Frames : 573
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows Vista
It did show tearing : well, there was some strange line 20 pixels from the bottom, but no tearing like in the opaque mode
My browser : 3.6.7
Copy and past this to my comments :
Wmode : Direct
FPS : 59.3
Rendered Frames : 593
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Google Chrome 5.0.375.125
Copy and past this to my comments :
Wmode : Opaque
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,1,53,64
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Google Chrome 5.0.375.125
http://www.unitzeroone.com/blog/2009/11/30/help-me-test-flash-vsync-and-screen-tearing/
Wmode : Opaque
FPS : 45.7
Rendered Frames : 457
Flash Player :MAC 10,0,45,2
Debug :false
OS : Mac OS 10.6.4
It did show tearing : YES
My browser : Firefox 3.6.8
Wmode : Direct
FPS : 40.8
Rendered Frames : 408
Flash Player :MAC 10,0,45,2
Debug :false
OS : Mac OS 10.6.4
It did show tearing : NO
My browser : Firefox 3.6.8
Wmode : Opaque
FPS : 47.3
Rendered Frames : 474
Flash Player :MAC 10,0,45,2
Debug :false
OS : Mac OS 10.6.4
It did show tearing : NO
My browser : Safari 5.0.1
Wmode : Direct
FPS : 47.9
Rendered Frames : 479
Flash Player :MAC 10,0,45,2
Debug :false
OS : Mac OS 10.6.4
It did show tearing : NO
My browser : Safari 5.0.1
Wmode : Opaque
FPS : 60.1
Rendered Frames : 602
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.6.4
It did show tearing : NO
My browser : Chrome 5.0.375.125
Wmode : Direct
FPS : 60.0
Rendered Frames : 600
Flash Player :MAC 10,1,53,64
Debug :false
OS : Mac OS 10.6.4
It did show tearing : NO
My browser : Chrome 5.0.375.125
Copy and past this to my comments :
Wmode : Opaque
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.6.12
Wmode : Opaque
FPS : 59.5
Rendered Frames : 595
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version
Wmode : Opaque
FPS : 49.9
Rendered Frames : 499
Flash Player :WIN 10,1,102,64
Debug :true
OS : Windows 7
It did show tearing : yes
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Wmode : Direct
FPS : 53.9
Rendered Frames : 539
Flash Player :WIN 10,1,102,64
Debug :true
OS : Windows 7
It did show tearing : no
My browser : Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Wmode : Opaque
FPS : 59.4
Rendered Frames : 595
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing :YES
My browser:Firefox 3.6.13
Wmode : Direct
FPS : 57.8
Rendered Frames : 579
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing :NO
My browser : Firefox 3.6.14
Wmode : Direct
FPS : 59.0
Rendered Frames : 591
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.6.14
Wmode : Opaque
FPS : 59.7
Rendered Frames : 598
Flash Player :WIN 10,0,45,2
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.6.14
Wmode : Opaque
FPS : 59.3
Rendered Frames : 593
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Chromium build 73488
Wmode : Direct
FPS : 58.4
Rendered Frames : 584
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Chromium build 73488
Wmode : Opaque
FPS : 59.4
Rendered Frames : 595
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing : no
My browser : firefox 3.6.13
Wmode : Direct
FPS : 53.1
Rendered Frames : 532
Flash Player :WIN 10,1,102,64
Debug :false
OS : Windows 7
It did show tearing : no
My browser : firefox 3.6.13
Wmode : Opaque
FPS : 59.1
Rendered Frames : 592
Flash Player :WIN 10,2,152,26
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox/3.6.13
Wmode : Direct
FPS : 56.8
Rendered Frames : 569
Flash Player :WIN 10,2,152,26
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox/3.6.13
http://unitzeroone.com/blog/2009/11/30/help-me-test-flash-vsync-and-screen-tearing/
Pingback: Flimmern / Flackern / Screen tearing - Flashforum
Wmode : Opaque
FPS : 13.8
Rendered Frames : 141
Flash Player :WIN 10,2,154,25
Debug :false
OS : Windows 7
It did show tearing : [yes]
My browser : [chrome 10.0.648.151]
Wmode : Direct
FPS : 21.8
Rendered Frames : 224
Flash Player :WIN 10,2,154,25
Debug :false
OS : Windows 7
It did show tearing : [no]
My browser : [chrome 10.0.648.151]
Wmode : Opaque
FPS : 57.5
Rendered Frames : 575
Flash Player :WIN 10,2,152,32
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 3.6.16
Wmode : Direct
FPS : 56.3
Rendered Frames : 563
Flash Player :WIN 10,2,152,32
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox 3.6.16
Wmode : Opaque
FPS : 59.3
Rendered Frames : 593
Flash Player :LNX 10,2,153,1
Debug :false
OS : Linux 2.6.35-28-generic
It did show tearing : [ yes]
My browser : [Firefox 4.0 64bit]
Wmode : Direct
FPS : 59.9
Rendered Frames : 600
Flash Player :LNX 10,2,153,1
Debug :false
OS : Linux 2.6.35-28-generic
It did show tearing : [no]
My browser : [Firefox 4.0 64bit]
What is your progress. Any solution for this problem?
And what about this link:
http://www.flashforum.de/forum/flash-cs5-professional/flimmern-flackern-screen-tearing-293320.html#post1981568
Copy and past this to my comments :
Wmode : Opaque
FPS : 58.8
Rendered Frames : 589
Flash Player :WIN 10,2,154,25
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Google Chrome 10.0.648.204
Copy and past this to my comments :
Wmode : Direct
FPS : 55.7
Rendered Frames : 557
Flash Player :WIN 10,2,154,25
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Google Chrome 10.0.648.204
Wmode : Opaque
FPS : 58.9
Rendered Frames : 589
Flash Player :WIN 10,3,181,14
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Google Crome 11.0.696.68
Wmode : Direct
FPS : 57.6
Rendered Frames : 576
Flash Player :WIN 10,3,181,14
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Google Crome 11.0.696.68
Wmode : Opaque
FPS : 58.9
Rendered Frames : 590
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : Firefox 5.0
Copy and past this to my comments :
Wmode : Direct
FPS : 57.2
Rendered Frames : 573
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows XP
It did show tearing : no
My browser : Firefox 5.0
Wmode : Opaque
FPS : 59.5
Rendered Frames : 596
Flash Player :WIN 10,3,181,34
Debug :false
OS : Windows 7
It did show tearing :yes
My browser :chrome
Wmode : Direct
FPS : 59.0
Rendered Frames : 591
Flash Player :WIN 10,3,181,34
Debug :false
OS : Windows 7
It did show tearing :no
My browser :chrome
Wmode : Opaque
FPS : 57.6
Rendered Frames : 576
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Firefox 3.6.18
Wmode : Direct
FPS : 56.8
Rendered Frames : 568
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows 7
It did show tearing : no
My browser : Firefox 3.6.18
Wmode : Opaque
FPS : 51.6
Rendered Frames : 517
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : Firefox 5.0
Copy and past this to my comments :
Wmode : Direct
FPS : 53.7
Rendered Frames : 537
Flash Player :WIN 10,3,181,26
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : Firefox 5.0
Wmode : Opaque
FPS : 33.6
Rendered Frames : 336
Flash Player :MAC 11,0,1,129
Debug :true
OS : Mac OS 10.7.1
It did show tearing : yes
My browser : Firefox 6.0.2
————
Wmode : Direct
FPS : 17.3
Rendered Frames : 182
Flash Player :MAC 11,0,1,129
Debug :true
OS : Mac OS 10.7.1
It did show tearing : yes
My browser : Firefox 6.0.2
Wmode : Opaque
FPS : 56.8
Rendered Frames : 569
Flash Player :WIN 11,0,1,152
Debug :false
OS : Windows 7
It did show tearing : yes
My browser : Mozilla Firefox 7.0
Wmode : Direct
FPS : 57.0
Rendered Frames : 570
Flash Player :WIN 11,0,1,152
Debug :false
OS : Windows 7
It did show tearing : no, only two little quick ones
My browser : Mozilla Firefox 7.0
Copy and past this to my comments :
Wmode : Direct
FPS : 59.7
Rendered Frames : 597
Flash Player :LNX 11,1,102,55
Debug :false
OS : Linux 3.0.0-14-generic
It did show tearing : yes
My browser : Firefox 8.0
Wmode : Opaque
FPS : 54.5
Rendered Frames : 545
Flash Player :WIN 11,1,102,55
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Direct
FPS : 56.8
Rendered Frames : 569
Flash Player :WIN 11,1,102,55
Debug :false
OS : Windows XP
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Ubuntu Oneiric, ATI/AMD graphics card with fglrx driver (ubuntu latest) at 2560×1440 resolution, Intel i7-2600
Wmode : Opaque
FPS : 59.8
Rendered Frames : 598
Flash Player :LNX 11,1,102,63
Debug :false
OS : Linux 3.0.0-16-generic
It did show tearing : [yes, all the time]
My browser : [Firefox 10.0.2]
Copy and past this to my comments :
Wmode : Direct
FPS : 60.1
Rendered Frames : 601
Flash Player :LNX 11,1,102,63
Debug :false
OS : Linux 3.0.0-16-generic
It did show tearing : [yes, but much less]
My browser : [Firefox 10.0.2]
Wmode : Opaque
FPS : 59.2
Rendered Frames : 592
Flash Player :WIN 11,2,202,235
Debug :false
OS : Windows 7
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
——————————————————————-
Wmode : Direct
FPS : 57.2
Rendered Frames : 572
Flash Player :WIN 11,2,202,235
Debug :false
OS : Windows 7
It did show tearing : [FILL IN : yes/no]
My browser : [FILL IN : full browser version]
Wmode : Opaque
FPS : 57.9
Rendered Frames : 579
Flash Player :WIN 11,3,300,262
Debug :false
OS : Windows XP
It did show tearing : yes
My browser : FF 13.0.1
Wmode : Direct
FPS : 56.2
Rendered Frames : 563
Flash Player :WIN 11,3,300,262
Debug :false
OS : Windows XP
It did show tearing : no
My browser : FF 13.0.1