|
Bugzilla – Full Text Bug Listing |
| Summary: | vs code window gray with rectangles | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ernst Reißner <Rei3ner> |
| Component: | X11 Applications | Assignee: | E-mail List <screening-team-bugs> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | brunopitrus, Rei3ner |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | a screenshot | ||
|
Description
Ernst Reißner
2023-09-19 23:20:09 UTC
Created attachment 869607 [details]
a screenshot
The vscode builds provided by openSUSE here: https://build.opensuse.org/project/show/devel:tools:ide:vscode support customization of flags provided to chromium by putting them into `~/.config/electron-flags.conf`. The flags apply to all electron applications from our distribution. You can check the status of hardware acceleration by running `electron chrome://gpu` You can also check whether WebGL works (does not crash) by opening any webpage using it eg. `electron https://webglsamples.org/aquarium/aquarium.html` (webgl is IIRC used by the vscode terminal) The following set of flags work for me on a nvidia GPU: --use-angle=gl-egl --ignore-gpu-blocklist --enable-accelerated-video-decode --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,UseOzonePlatform,CanvasOopRasterization,WaylandWindowDecorations,RawDraw,Vp9kSVCHWDecoding,Vulkan,EnableDrDc --enable-gpu-rasterization --enable-zero-copy --use-vulkan For other vendors, you may need to use other angle backends and/or disabling vulkan. We don't provide support for software we don't distribute. If you wish to run upstream builds of VSCode, the openSUSE bugzilla is not the correct place to complain about them. |