-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
If I switch from docked config to mobile config autorandr failed with following error
$ autorandr -c
mobile (detected)
docked
xrandr: specified screen 1600x900 not large enough for output VGA-1 (1920x1080+1920+0)
xrandr: specified screen 1600x900 not large enough for output HDMI-3 (1920x1080+0+0)
xrandr: cannot find crtc for output LVDS-1
Failed to apply profile 'mobile' (line 762):
Command failed: xrandr --fb 1600x900 --output LVDS-1 --gamma 1.0:1.0:1.0 --mode 1600x900 --pos 0x0 --primary --rate 60.01 --reflect normal --rotate normal (line 762)
My mobile config looks as followed:
output VGA-1
off
output HDMI-1
off
output DP-1
off
output HDMI-2
off
output HDMI-3
off
output DP-2
off
output DP-3
off
output LVDS-1
mode 1600x900
pos 0x0
primary
rate 60.01
My docked config:
output HDMI-1
off
output DP-1
off
output HDMI-2
off
output DP-2
off
output DP-3
off
output LVDS-1
off
output HDMI-3
mode 1920x1080
pos 0x0
rate 60.00
output VGA-1
mode 1920x1080
pos 1920x0
rate 60.00
Autorandr is installed from the Arch Repo.