fd0 / grobi

Automatically configure monitors/outputs for Xorg via RANDR
BSD 2-Clause "Simplified" License
131 stars 23 forks source link

Including display id fails #17

Closed varac closed 6 years ago

varac commented 6 years ago

These displays are detected by grobi:

--- ~ » grobi show                                                                                                                
LVDS-1     LGD-728-0
HDMI-1     SAM-2537-1515804490

I use this config:

  - name: blah                                                                                                                                     
    outputs_connected: [LVDS-1, HDMI-1-SAM-2537-1515804490]                                                                                          
    primary: HDMI-1-SAM-2537-1515804490                                                                                                              
    configure_row:                                                                                                                                   
      - LVDS-1                                                                                                                                       
      - HDMI-1-SAM-2537-1515804490      

But grobi fails to update the displays:

--- ~ » grobi  update                                            
warning: output HDMI-1-SAM-2537-1515804490 not found; ignoring
varac commented 6 years ago

I realised that you could only include the display id in the outputs_connected field, now it works.

fd0 commented 6 years ago

Glad you figured it out yourself, thanks for leaving feedback!