mbod
July 16, 2025, 1:00pm
1
I am still in my test phase for chromium based browsers. Yesterday I realized that brave is not showing the inline maps of the komoot.de webpage. When I turn off GPU acceleration it works. I opened an issue for it with screenshots:
opened 04:06PM - 15 Jul 25 UTC
OS/Desktop
### Description
komoot is a hiking/biking tour planer with an interaktiv map (h⦠ttps://www.komoot.com/de-de).
When GPU hardware acceleration is turned on the map is all black. See screenshot below
When I turn off GPU hardware acceleration the map is shown correct. See screenshot below
### Steps to reproduce
1. visit https://www.komoot.de
2. Go to the TAB "Routes" ("Touren" in german)
3. Check if you see the map
### Actual result
<img width="2512" height="1369" alt="Image" src="https://github.com/user-attachments/assets/001b806b-9ec9-4139-b15d-1d80f2faf6a9" />
### Expected result
<img width="2512" height="1369" alt="Image" src="https://github.com/user-attachments/assets/c8a9cfd3-f2f1-4c0e-b12f-966cfe7bf2cf" />
### Reproduces how often
Easily reproduced
### Brave version (brave://version info)
1.80.120 Chromium: 138.0.7204.101 (Offizieller Build) (64-Bit)
on endeavouros
### Channel information
- [x] release (stable)
- [ ] beta
- [ ] nightly
### Reproducibility
- [x] with Brave Shields disabled
- [x] with Brave Rewards disabled
- [x] in the latest version of Chrome
### Miscellaneous information
_No response_
After that I tested vivaldi and chromium and they both behave the same way.
Does anybody else notice that as well?
No problem with vivaldi, but as a side note I am using quad9 dns server.
mbod
July 16, 2025, 2:23pm
3
You have βUse graphics acceleration when available
β enabled?
Which GPU do you have? Can you share inxi -G
I have AMD Radeon RX 6650 XT
Can you also share output of brave://gpu
? Specifically the section at the top of the page showing hardware accelearation.
Here is mine:
Video Decode: Hardware accelerated
Video Encode: Software only. Hardware acceleration disabled
Vulkan: Enabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
For vivaldi this is:
"Use Hardware Acceleration when enabled"
and vivaldi://gpu
Hardware acceleration is enabled.
The inxi.
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Raphael driver: amdgpu v: kernel
Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
compositor: kwin_wayland driver: X: loaded: amdgpu unloaded: modesetting
dri: radeonsi gpu: amdgpu resolution: 2560x1440~100Hz
API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast
platforms: gbm,wayland,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.5-arch1.1
renderer: AMD Radeon Graphics (radeonsi raphael_mendocino LLVM 20.1.7 DRM
3.63 6.15.6-arch1-1)
API: Vulkan Message: No Vulkan data available.
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor wl: wayland-info
x11: xdpyinfo, xprop, xrandr
vivaldi://gpu
* Canvas: Hardware accelerated
* Direct Rendering Display Compositor: Disabled
* Compositing: Hardware accelerated
* Multiple Raster Threads: Enabled
* OpenGL: Enabled
* Rasterization: Hardware accelerated
* Raw Draw: Disabled
* Skia Graphite: Disabled
* TreesInViz: Disabled
* Video Decode: Hardware accelerated
* Video Encode: Software only. Hardware acceleration disabled
* Vulkan: Disabled
* WebGL: Hardware accelerated
* WebGL2: Hardware accelerated
* WebGPU: Disabled
* WebNN: Disabled
Donβt have Brave installed.
mbod
July 16, 2025, 2:43pm
5
This is an integrated GPU in an Ryzen 7000 processor. Correct?
Your vivaldi says: Vulkan: Disabled
Mine says: Vulkan: Enabled
Can you test with vulkan? What does vulkaninfo
say on your system?
You can enable vulkan in vivaldi://flags
Cpu is a ryzen 5 7600 with IGP , with vulkan enabled there is no problem .
mbod
July 16, 2025, 3:05pm
7
ok. thank you for testing.
Then the only difference remaining is the integrated graphics vs. separate graphics card.
mbod
July 17, 2025, 7:31am
9
I found the issue. My ~/.config/brave-flags.conf
contained
--enable-features=DefaultANGLEVulkan,VaapiIgnoreDriverChecks,Vulkan,VulkanFromANGLE
the feature DefaultANGLEVulkan
was the issue. Without it the komoot maps are displayed fine. Video playback is still accelerated to a point that I do not see a difference in CPU consumption with or without this feature. But nevertheless, brave://gpu
now says Vulkan: Disabled
.
1 Like