Releases: Blaukovitch/GOOGLE_CHROME_Windows_7
115.0.5322.152
🎮 OperaGX
- up to latest ver. 115
- Submited #24
- SANDBOX is worked!
- Fixed
Profile not be opened BUG
(see down) - Need videoboard/videodriver with D3D11 feature (DDI) level (see down) only!!! For hardware acceleration. VMWARE SVGA 3D (Windows 7) may be supported only 10.1 (ShaderModel 4.0/4.1).
- WebGPU (d3d11) is supported.
- x86 only!
- opera_autoupdate.exe, browser_assistant.exe, assistant_installer.exe is DISABLED.
- Fixed dwrite.DWriteCreateFactory calls with QueryInterface(IID_IDWriteFactory3)
{9A1B41C3-D3BB-466A-87FC-FE67556A3B65}
- Workend on Windows 7 always. Opera Norway AS is noobs ^)
WARNINGs!
Profile not be opened BUG
Your profile could not be opened correctly.
Some features may be unavailable. Please check that the profile exists and that you have permission to read and write its contents.
For fix this problems, opera_browser.dll is patched - flag --lowered-browser
is automatically added in to command line args.
Or launch opera.exe --lowered-browser separately as first command (or use !!!!!!!OPERAGX_PROFILE_ERRORFIX.bat
).
DirectX 11 feature only
Opera GX is support only D3D_FEATURE_LEVEL_11_0 (instead of standard chromium kits D3D_FEATURE_LEVEL_9_1 - D3D_FEATURE_LEVEL_12_1) while create the DirectX 11 Device:
//Default Chroumium feature kit
const D3D_FEATURE_LEVEL kFeatureLevels_CHROMIUM[] = {
D3D_FEATURE_LEVEL_12_1, D3D_FEATURE_LEVEL_12_0, D3D_FEATURE_LEVEL_11_1,
D3D_FEATURE_LEVEL_11_0, D3D_FEATURE_LEVEL_10_1, D3D_FEATURE_LEVEL_10_0,
D3D_FEATURE_LEVEL_9_3, D3D_FEATURE_LEVEL_9_2, D3D_FEATURE_LEVEL_9_1};
//OPERA GX feature kit
const D3D_FEATURE_LEVEL kFeatureLevels_OPERAGX = {
D3D_FEATURE_LEVEL_11_0};
//OPERA GX call D3D11 device
Microsoft::WRL::ComPtr<ID3D11Device> d3d11_device;
D3D_FEATURE_LEVEL returned_feature_level = D3D_DRIVER_TYPE_HARDWARE;
if (FAILED(D3D11CreateDevice(dxgi_adapter.Get(), D3D_DRIVER_TYPE_HARDWARE,
/*Software=*/0,
/*Flags=*/0, kFeatureLevels_OPERAGX,
_countof(kFeatureLevels_OPERAGX), D3D11_SDK_VERSION,
&d3d11_device, &returned_feature_level,
/*ppImmediateContext=*/nullptr))) {
continue;
}
See D3D11 default Device init:
https://chromium.googlesource.com/chromium/src/+/lkgr/gpu/config/gpu_info_collector_win.cc
You videoborad and videodriver is must supported D3D_FEATURE_LEVEL_11_0 (ShaderModel 5.0) for full hardware acceleration. Use DXDIAG (DirectX diagnostic tool - standard Miicrosoft utility) for check you own display features:
Low GX performance
No optimization for GX browser. Lots of overloaded GUI content to render, and the renderer is not optimized for it. Everything is done in one thread and as slow as possible. Opera Software is really noobs.
7 release:
5.3.0
130.0.6723.70
- up to 130 (!)
- Update API-MS-Lib (GetProcessInformation PAPI)
- added API-MS-WIN-POWER-SETTING-L1-1-1.dll lib.
- Version hack trigger is passed.
- SANDBOX is worked!
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- os_update_handler.exe is disabled.
- x64/x86. But x64 still affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
- Windows 7 (24/10/2024)
128.0.6613.119 ungoogled
- 🇺 https://github.com/ungoogled-software/ungoogled-chromium
- initial release 128.0.6613.119
- Submited #8
- SANDBOXed and PDFed! (fixed some crash)
- WebGPU is availabled.
- added API-MS-WIN-CORE-SYSINFO-L1-2-1.dll
- Ready for ungoogled in to Windows 7 8)
5.2.3
127.0.6533.73
- up to 127
- NEW! (127) Version hack trigger is passed (as Windows 10).
- SANDBOX is worked!
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- x64/x86. But x64 still affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
- Windows 7 (30/07/2024)
126.0.6478.127
- up to 126
- SANDBOX is worked!
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
- 27/127)
128.0.2739.42
- current ver. is 128
- SANDBOX is worked!
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- WEBNN is here, but copilot AppX not available on Windows 7 :/
- added API-MS-WIN-POWER-SETTING-L1-1-1.dll (API-MS)
- x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.
- Pwned Micro$oft again)
6.8.3381.44
WebNN (Web Machine Learning) may be ENABLED in vivaldi://flags
- current ver. AS Chrome/126.0.0.0
- CVE-2024-4947, CVE-2024-4671 and CVE-2024-4761 is fixed here.
- SANDBOX is worked!
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- x86 ONLY. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug.
- For @Shpankov
125.0.2535.92
WebNN (Web Machine Learning) may be ENABLED in edge://flags
- current ver. 125
- CVE-2024-4947, CVE-2024-4671 and CVE-2024-4761 is fixed here.
- SANDBOX is worked! BUT printing/pdf_view may be not worked :/
- WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
- added API-MS-WIN-POWER-SETTING-L1-1-1.dll (API-MS)
- x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.
- Pwned Micro$oft)