mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Usb-c DisplayPort monitor problem. Discussed on the #swaywm:matrix.org
parent
b2efbeccdd
commit
f8f5e5ea13
10
Home.md
10
Home.md
|
@ -735,6 +735,16 @@ Issues when modifiers are enabled are due to two Nouveau bugs, fixed in these me
|
|||
|
||||
This usually means that nouveau doesn't support your GPU. See https://nouveau.freedesktop.org/FeatureMatrix.html
|
||||
|
||||
### Sway shows garbage or blank screen on usb-c 3.2 Gen 2 DisplayPort monitor.
|
||||
|
||||
Could manifest as blank screen or incomplete terminal output.
|
||||
|
||||
Try rendering sway with vulkan using `WLR_RENDERER=vulkan`. (WARNING: Tested on AMD Gpu).
|
||||
|
||||
Vulkan-validation layers is required for some distros.
|
||||
- Arch: [vulkan-validation-layers](https://archlinux.org/packages/extra/x86_64/vulkan-validation-layers/)
|
||||
- Void: [Vulkan-ValidationLayers](https://github.com/void-linux/void-packages/tree/master/srcpkgs/Vulkan-ValidationLayers)
|
||||
|
||||
### How can I setup keyboard volume keys?
|
||||
|
||||
You'll need to bind these keys in your configuration file. For instance, if you're using PulseAudio:
|
||||
|
|
Loading…
Reference in a new issue