You are not logged in.
Pages: 1
Hello everyone. I want to setup Hyprland, but I have some issues with configuring monitors:
1. Only one monitor from three is available.
I have 3 monitors:
xrandr | grep connected
DP-2 connected 1920x1080+3840+0 (normal left inverted right x axis y axis) 530mm x 300mm
HDMI-A-3 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 530mm x 290mm
DP-3 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mmhyprctl monitors | grep Monitor
Monitor WL-1 (ID 0)I tried to use wsbind, but it says the command doesn't exist
so I tried to manual list monitors by its names:
monitor= HDMI-A-3, 1920x1080@100, 1
monitor= DP-2, 1920x1080@144, 1
setup:
CPU: 12th Gen Intel i7-12700K
GPU: NVIDIA GeForce RTX 3060 Ti
GPU: Intel AlderLake-S GT1
DE: Plasma 6.0.5
Last edited by londonsbark (2024-06-02 08:04:31)
Offline
Proper multi-GPU support on Wayland isn't exactly trivial, chances this will generally work properly are low, if you can, attach all of them to the same GPU.
Basic requirement for nvidia wayland anything to work in any shape or form is kernel modesetting, make sure that's enabled and use the kernel parameter method via nvidia_drm.modeset=1 to disable the simpledrm framebuffer device: https://wiki.archlinux.org/title/NVIDIA … de_setting
Offline
Pages: 1