Settings

Version 11 (brfransen, 05/16/2016 12:37 pm) → Version 12/17 (jams, 05/16/2016 12:37 pm)

h1. Settings

Many settings for your LinHES system can be accessed and changed in the Service Menu --> LinHES Configuration.
Settings for MythTV can be accessed and changed in the Service Menu --> MythTV Configuration.

h1. Other Settings

h2. Install Boot Settings

There are various [[Boot Settings]] available from the [[Downloads|LinHES install image.]]

h2. MythVantage

[[MythVantage]] provides the settings in Service Menu --> LinHES Configuration.

h3. Disable Modules

To prevent MythVantage from erasing your custom settings, each module can be turned off.

Change which settings are applied in Service Menu --> LinHES Configuration:
* Edit @/etc/mythvantage.cfg@
** *True* will allow the module to apply the settings
** *False* will prevent the module from applying the settings
+NOTE:+ The UI will still run and the settings can be changed but will not be applied to your system.
To prevent the settings from being changed use Service Menu --> LinHES Configuration --> Access Control
** *Modules:*
*** misc = True
*** sleep = True
*** hostype = True
*** advanced = True
*** audio = True
*** network = True
*** xorg = True
*** webuser = True
*** restartfe = True
*** reloadfe = True
*** ddns = True
*** screensaver = True
*** ir = True
*** user = True
*** software = True
*** smolt = True

h3. Manual Access

If mythfrontend won't run and you can't access Service Menu --> LinHES Configuration you can run the individual [[MythVantage]] modules from the command line.

* Access Control: @mythinstall -s accesscontrol@
* Add/Remove Software: @mythinstall -s plugins,software@
* Advanced Settings: @mythinstall -s advanced@
* Audio Settings: @mythinstall -s sound@
* Display Settings: @mythinstall -s advancedX@
* DDNS Settings: @mythinstall -s ddns@
* File Shares: @mythinstall -s fileshare@
* Miscellanous Settings: @mythinstall -s misc@
* Network Settings: @mythinstall -s network@
* Remotes: @mythinstall -s ir@
* Screensaver Settings: @mythinstall -s screensaver@
* Shutdown Settings: @mythinstall -s sleep@
* System Type: @mythinstall -s hostype@
* User Accounts: @mythinstall -s user@
* VNC Service: @mythinstall -s vnc@
* Web Security: @mythinstall -s webuser@
* Settings Profile Manager: @mythinstall -t@

h2. On Screen Display

h3. R8

LinHES R8 uses msg_client.py to add, remove, or list items in the queue of messages to be displayed on screen.

For more information open a terminal window and enter @msg_client.py --usage@

h3. R7.x

LinHES R7.x uses osd_cat to display various system messages (shortcut keys, updates, backup, restore, screenshooter, etc) on the screen.

To change the default appearance settings of osd_cat:
* Edit @/etc/osd_cat.cfg@ to make osd_cat use a different color, outline, shadow or font

h2. Unclutter

LinHES uses unclutter to hide the mouse pointer to make the system more like an appliance. Unclutter can be toggled on and off by pressing Ctrl + Alt + u or in R8 Alt + u.

To change the default settings of unclutter:
* Edit or create @/etc/unclutter.cfg@ to make unclutter either more or less aggressive in hiding the mouse pointer.
** @idle@ is the number of seconds between polls for idleness
** @jitter@ is the amount of movement of the mouse pointer that is to be ignored and considered as random noise

h2. VNC

To change the options that x11vnc uses on startup, create the file /etc/x11vnc.cfg
The file should contain one line like below.
x11vnc_options=" -forever -rfbport 5902 --passwd mypassword"
When x11vnc is started by the session it will use options listed in the file instead of the default.