Open oknozor opened 4 years ago
This sounds like a bug.
I am hitting a similar issue
Outputs:
> swaymsg -t get_outputs
Output eDP-1 'Unknown 0x243D 0x00000000'
Current mode: 1920x1080 @ 60.030998 Hz
Position: 1920,0
Scale factor: 1.000000
Scale filter: nearest
Subpixel hinting: unknown
Transform: normal
Workspace: 1
Max render time: off
Adaptive sync: disabled
Available modes:
1920x1080 @ 60.030998 Hz
Output DP-4 'Unknown 27HC1R P 0x00000101' (focused)
Current mode: 1920x1080 @ 144.001007 Hz
Position: 0,0
Scale factor: 1.000000
Scale filter: nearest
Subpixel hinting: unknown
Transform: normal
Workspace: 2
Max render time: off
Adaptive sync: disabled
Available modes:
...
1920x1080 @ 144.001007 Hz
Output DP-3 'Goldstar Company Ltd LG HDR 4K 0x00008594' (inactive)
Available modes:
...
3840x2160 @ 59.997002 Hz
kanshi logs:
> kanshi
applying profile 'dock'
applying profile output 'eDP-1' on connected head 'eDP-1'
applying profile output 'DP-3' on connected head 'DP-3'
applying profile output 'DP-4' on connected head 'DP-4'
failed to apply configuration for profile 'dock'
My config file:
> cat ~/.config/kanshi/config
profile dock {
output eDP-1 enable mode 1920x1080 position 3840,0
output DP-3 enable mode 3840x2160 position 0,0
output DP-4 enable mode 1920x1080 position 3840,0
}
The DP-3 monitor is attached
I have the exact same issue as @rohan47 , this is the kanshi output I get:
applying profile 'home'
applying profile output 'eDP-1' on connected head 'eDP-1'
applying profile output 'DP-5' on connected head 'DP-5'
applying profile output 'DP-7' on connected head 'DP-7'
failed to apply configuration for profile 'home'
I have this configuration which works great on my work laptop (thinkpad, intel cpu + nvidia graphics with nouveau) I doesn't work on my personal laptop (amd cpu + gpu)
Here are the outputs
Here is kanshi ouput when plugin the HP display :
Am I missing something here or is this a bug ?