Settings

Version 2 (brfransen, 05/16/2016 12:37 pm)

1 1
h1. Settings
2 1
3 1
Many settings for your LinHES system can be accessed and changed in the Service Menu --> LinHES Configuration.
4 1
Settings for MythTV can be accessed and changed in the Service Menu --> MythTV Configuration.
5 1
6 1
h1. Other Settings
7 1
8 1
h2. osd_cat
9 1
10 1
LinHES uses osd_cat to display various system messages (shortcut keys, updates, backup, restore, screenshooter, etc) on the screen.
11 1
12 1
To change the default appearance settings of osd_cat:
13 1
* Edit @/etc/osd_cat.cfg@ to make osd_cat use a different color, outline, shadow or font
14 1
15 1
h2. unclutter
16 1
17 1
LinHES uses unclutter to hide the pointer to make the system more like an appliance. Unclutter can be toggled on and off by pressing ctrl+alt u.
18 1
19 1
To change the default settings of unclutter:
20 1
* Edit @/etc/unclutter.cfg@ to make unclutter either more or less aggressive in hiding the pointer
21 1
* @idle@ is the number of seconds between polls for idleness
22 1
* @jitter@ is the amount of movement of the pointer that is to be ignored and considered as random noise
23 2 brfransen
24 2 brfransen
25 2 brfransen
h2. MythVantage configuration 
26 2 brfransen
To avoid MythVantage erasing some custom setup, each module can be configured to not run.
27 2 brfransen
28 2 brfransen
If  /etc/sysconfig/INGORE_X is  present, the entire X configuration will be skipped.
29 2 brfransen
30 2 brfransen
/etc/mythvantage.cfg controls which module will be skipped.
31 2 brfransen
True will allow systemconfig to run that module
32 2 brfransen
False will skip the module
33 2 brfransen
> misc = True
34 2 brfransen
> sleep = True
35 2 brfransen
> hostype = True
36 2 brfransen
> advanced = True
37 2 brfransen
> audio = True
38 2 brfransen
> network = True
39 2 brfransen
> xorg = True
40 2 brfransen
> webuser = True
41 2 brfransen
> restartfe = True
42 2 brfransen
> reloadfe = True
43 2 brfransen
> ddns = True
44 2 brfransen
> screensaver = True
45 2 brfransen
> ir = True
46 2 brfransen
> user = True
47 2 brfransen
> software = True
48 2 brfransen
> smolt = True