apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

off-screen rendering problem on windows 7 home premium(?) #1480

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run "cefclient.exe --off-screen-rendering-enabled" on windows 7 home premium 
systems...
2. load url www.codeproject.com(or any url)
3. no page refresh occurs

What is the expected output? What do you see instead?
- if window is resized then page refreshed only 1 or 0 time.
- no animation(from javascript timer or flash) refreshed.
- if window is resized bigger, then new area is filled as black.

What version of the product are you using? On what operating system?
- CEF 3.2171.1949 on windows 7 home premium.

Please provide any additional information below.
- this refresh problem coccurs only on windows 7 home premium CEF 
3.2171.1949(or CEF 3.2217.1950 current dev version)
- All CEF 3.*.* versions have no this problem on windows 8.1(on 2 systems), 
vista(on 3 systems), 7 professional(on 1 system)
- I have tested this on korean windows system.

Original issue reported on code.google.com by jcem7...@gmail.com on 30 Dec 2014 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
* there is no problem on windows 7 home premium system at home.
  I don't know what makes this difference.
  2 different video adapters(problem on intel on-board, no problem on nvidia PCI-ex)?
  But on windows vista, intel on-board display has no problem.
* these windows 7 home premium systems upadated regularly via windows update.

Original comment by jcem7...@gmail.com on 31 Dec 2014 at 9:54

GoogleCodeExporter commented 9 years ago
Does windowed rendering behave correctly on the Windows 7 machine? Are your 
video device drivers up to date? You can also try running with the 
`--disable-gpu --disable-gpu-compositing` command-line flags.

Original comment by magreenb...@gmail.com on 9 Jan 2015 at 3:03

GoogleCodeExporter commented 9 years ago
* windwoed rendering runs always ok(on all os evrsions, with or without 
off-screen)!
* latest driver was installed(Intel HD Graphics 2500 v10.18.10.3958 via 
intel.com)
* If both or one of these 2 options( --disable-gpu --disable-gpu-compositing) 
supplied, then behave little differently...
  - new black unfilled area is painted correctly...
  - but no animation occurrs, still same problem!

Thank you for the response.

Original comment by jcem7...@gmail.com on 12 Jan 2015 at 12:03

Attachments:

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1480

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:36