|
Functions |
int | oyGetMonitorInfo (const char *display, char **manufacturer, char **model, char **serial, oyAllocFunc_t allocate_func) |
| pick up monitor information with Xlib
|
int | oyGetScreenFromPosition (const char *display_name, int x, int y) |
| screen number from position
|
char * | oyGetDisplayNameFromPosition (const char *display_name, int x, int y, oyAllocFunc_t allocate_func) |
| display name from position
|
char * | oyGetMonitorProfile (const char *display, size_t *size, oyAllocFunc_t allocate_func) |
| get the monitor profile
|
char * | oyGetMonitorProfileName (const char *display, oyAllocFunc_t allocate_func) |
| get the monitor profile filename
|
int | oySetMonitorProfile (const char *display_name, const char *profil_name) |
| set the monitor profile by filename
|
int | oyActivateMonitorProfiles (const char *display_name) |
| activate the monitor using the stored configuration
|