You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on NixOS with nvidia drivers, prime (~= optimus) and modesetting, and i3:
services.xserver.videoDrivers=["nvidia""modesetting"];# Nvidia + Modesettinghardware.opengl.enable=true;hardware.nvidia={prime={# Auto share between nvidia GPU and amd GPUsync.enable=true;amdgpuBusId="PCI:5:0:0";nvidiaBusId="PCI:1:0:0";};modesetting.enable=true;};
Setting background with feh ignores the multi-display and sets a single image across both monitors.
feh --bg-fill --no-fehbg --random -v .
Disabling either nvidia drivers or modesetting makes it work properly.
I'm running on NixOS with nvidia drivers, prime (~= optimus) and modesetting, and i3:
Setting background with
feh
ignores the multi-display and sets a single image across both monitors.feh --bg-fill --no-fehbg --random -v .
Disabling either nvidia drivers or modesetting makes it work properly.
feh version: 3.10.1
Any idea how I could investigate this?
Thanks,
The text was updated successfully, but these errors were encountered: