GnomeRR.Output – gnome-rr-4 Reference Manual
Packages
gnome-rr-4
GnomeRR
Output
can_clone
get_backlight
get_crtc
get_current_mode
get_display_name
get_edid_data
get_id
get_ids_from_edid
get_is_primary
get_is_underscanning
get_min_backlight_step
get_name
get_physical_size
get_position
get_possible_crtcs
get_preferred_mode
is_builtin_display
list_modes
set_backlight
set_color_transform
supports_color_transform
supports_mode
supports_underscanning
Output
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gnome_rr_output_get_type ()"
) ]
[
Compact
]
public
class
Output
Namespace:
GnomeRR
Package:
gnome-rr-4
Content:
Methods:
public
bool
can_clone
(
Output
clone)
Checks whether the given output can clone another output.
public
int
get_backlight
()
Retrieves the backlight brightness of the given output.
public
unowned
Crtc
get_crtc
()
Retrieves the CRTC of the given output.
public
unowned
Mode
get_current_mode
()
Retrieves the current mode of the given output.
public
unowned
string
get_display_name
()
Retrieves the display name of the given output.
public
uint8
get_edid_data
(
size_t
size)
public
uint32
get_id
()
public
void
get_ids_from_edid
(
out
string
vendor,
out
string
product,
out
string
serial)
Retrieves the model identifiers from the EDID of the given output.
public
bool
get_is_primary
()
Checks whether the given output is the primary output.
public
bool
get_is_underscanning
()
public
int
get_min_backlight_step
()
Retrieves the value of the minimum backlight step for the given output, as a percentage.
public
unowned
string
get_name
()
Retrieves the name of the given output.
public
void
get_physical_size
(
out
int
width_mm,
out
int
height_mm)
Retrieves the physical size of the given output.
public
void
get_position
(
out
int
x,
out
int
y)
public
unowned
Crtc
[]
get_possible_crtcs
()
Retrieves all the possible CRTC for the given output.
public
unowned
Mode
get_preferred_mode
()
Retrieves the preferred mode of the given output.
public
bool
is_builtin_display
()
Checks whether the given output is a built-in display.
public
unowned
Mode
[]
list_modes
()
Retrieves all available modes of the given output.
public
bool
set_backlight
(
int
value)
throws
Error
Sets the backlight level for the given output.
public
bool
set_color_transform
(
CTM
ctm)
throws
Error
Sets the color transformation matrix for the given output.
public
bool
supports_color_transform
()
public
bool
supports_mode
(
Mode
mode)
Checks whether the given output supports a mode.
public
bool
supports_underscanning
()