================================== Type deai.plugin.xorg.randr:Output ================================== .. lua:module:: deai.plugin.xorg.randr.Output See :lua:attr:`RandrExt.find_output `, :lua:attr:`RandrExt.output-change `, :lua:attr:`RandrExt.outputs `, :lua:attr:`MonitorInfo.output `, :lua:attr:`View.outputs ` for more information about this type Properties ========== .. list-table:: :header-rows: 0 * - :lua:attr:`backlight ` - Backlight level * - :lua:attr:`current_view ` - Output's current connected view * - :lua:attr:`info ` - Output info * - :lua:attr:`max_backlight ` - Max possible backlight level * - :lua:attr:`props ` - Output properties .. lua:attribute:: backlight: integer :type: integer Backlight level Read/write property for getting/setting the screen backlight level. Check :lua:attr:`max_backlight` for the largest possible level. .. lua:attribute:: current_view: View :type: :lua:mod:`View ` Output's current connected view A "view" is the portion of the overall Xorg screen that's displayed on this output. .. lua:attribute:: info: OutputInfo :type: :lua:mod:`OutputInfo ` Output info .. lua:attribute:: max_backlight: integer :type: integer Max possible backlight level .. lua:attribute:: props: OutputProps :type: :lua:mod:`OutputProps ` Output properties