> For the complete documentation index, see [llms.txt](https://docs.xibosignage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xibosignage.com/kb/media-players/control-samsung-tizen-soc-monitor-settings-from-the-cms.md).

# Control Samsung Tizen SoC monitor settings from the CMS

### Tizen Display Profile

1. Go to **Display Settings** located under the **Displays** section of the main CMS menu
2. Use the row menu and select **Edit**

This section will focus on three tabs:

* ON/OFF Timers
* Picture Settings
* Lock Settings

#### On/Off Timers

Configure to switch the Samsung Tizen monitor on/off at specific times/days.

{% hint style="info" %}
It is not possible to have multiple On/Off timings per day. TV timings are only supported for 1 ON and 1 OFF per day.
{% endhint %}

{% hint style="info" %}
When the monitor is "Off", it will not be able to receive content/schedule updates from the CMS.
{% endhint %}

#### Picture Settings

Control various settings such as backlight, contrast, brightness etc.

* Click on the monitor setting and use the slider to set the required range.

#### Lock Settings

Control osdlock by selecting true or false values.

* osdlock - set access to the monitor settings via the remote control.

Keylock settings allow a user to completely block key input on the remote and/or the monitor itself.

* Keylock (local) - set permitted key input for the monitor; Allow All or Block All.
* Keylock (remote) - set permitted key input for the remote; Allow All or Block All.

It is also possible to send osdlock with true or false values via a command.

{% hint style="info" %}
Settings applied to a Display Profile will override individually sent commands at a future point. The Display will then revert to the original setting as specified in the Display Profile
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xibosignage.com/kb/media-players/control-samsung-tizen-soc-monitor-settings-from-the-cms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
