Settings

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

1 1
h1. Settings
2 1
3 13 brfransen
Many settings for your LinHES system can be accessed and changed in the Service Menu --> LinHES Settings.
4 13 brfransen
Settings for MythTV can be accessed and changed in the Service Menu --> MythTV Settings.
5 1
6 1
h1. Other Settings
7 1
8 4 brfransen
h2. Install Boot Settings
9 4 brfransen
10 4 brfransen
There are various [[Boot Settings]] available from the [[Downloads|LinHES install image.]]
11 4 brfransen
12 3 brfransen
h2. MythVantage
13 3 brfransen
14 13 brfransen
[[MythVantage]] provides the settings in Service Menu --> LinHES Settings.
15 9 brfransen
16 9 brfransen
h3. Disable Modules
17 9 brfransen
18 3 brfransen
To prevent MythVantage from erasing your custom settings, each module can be turned off.
19 3 brfransen
20 13 brfransen
Change which settings are applied in Service Menu --> LinHES Settings:
21 3 brfransen
* Edit @/etc/mythvantage.cfg@
22 6 brfransen
** *True* will allow the module to apply the settings
23 6 brfransen
** *False* will prevent the module from applying the settings
24 6 brfransen
+NOTE:+ The UI will still run and the settings can be changed but will not be applied to your system.
25 13 brfransen
To prevent the settings from being changed use Service Menu --> LinHES Settings --> Access Control
26 3 brfransen
** *Modules:*
27 3 brfransen
*** misc = True
28 3 brfransen
*** sleep = True
29 3 brfransen
*** hostype = True
30 3 brfransen
*** advanced = True
31 3 brfransen
*** audio = True
32 3 brfransen
*** network = True
33 3 brfransen
*** xorg = True
34 3 brfransen
*** webuser = True
35 3 brfransen
*** restartfe = True
36 3 brfransen
*** reloadfe = True
37 3 brfransen
*** ddns = True
38 3 brfransen
*** screensaver = True
39 3 brfransen
*** ir = True
40 3 brfransen
*** user = True
41 3 brfransen
*** software = True
42 1
*** smolt = True
43 1
44 9 brfransen
h3. Manual Access
45 9 brfransen
46 13 brfransen
If mythfrontend won't run and you can't access Service Menu --> LinHES Settings you can run the individual [[MythVantage]] modules from the command line.
47 1
48 13 brfransen
* Access: @mythinstall -s accesscontrol@
49 13 brfransen
* Advanced: @mythinstall -s advanced@
50 13 brfransen
* Audio: @mythinstall -s sound@
51 13 brfransen
* Display: @mythinstall -s advancedX@
52 13 brfransen
* Dynamic DNS: @mythinstall -s ddns@
53 13 brfransen
* File Sharing: @mythinstall -s fileshare@
54 13 brfransen
* Host: @mythinstall -s hostype@
55 13 brfransen
* Miscellaneous: @mythinstall -s misc@
56 13 brfransen
* Network: @mythinstall -s network@
57 13 brfransen
* Programs: @mythinstall -s  plugins,software@
58 1
* Remotes: @mythinstall -s ir@
59 13 brfransen
* Screensaver: @mythinstall -s screensaver@
60 13 brfransen
* Screen Sharing: @mythinstall -s vnc@
61 13 brfransen
* Shutdown: @mythinstall -s sleep@
62 1
* Web Security: @mythinstall -s webuser@
63 13 brfransen
* User Accounts: @mythinstall -s user@
64 1
65 1
h2. On Screen Display
66 1
67 13 brfransen
h3. R8.x
68 1
69 13 brfransen
LinHES R8.x uses msg_client.py to add, remove, or list items in the queue of messages to be displayed on screen.
70 1
71 1
For more information open a terminal window and enter @msg_client.py --usage@
72 10 brfransen
73 1
h3. R7.x
74 10 brfransen
75 10 brfransen
LinHES R7.x uses osd_cat to display various system messages (shortcut keys, updates, backup, restore, screenshooter, etc) on the screen.
76 10 brfransen
77 10 brfransen
To change the default appearance settings of osd_cat:
78 10 brfransen
* Edit @/etc/osd_cat.cfg@ to make osd_cat use a different color, outline, shadow or font
79 10 brfransen
80 10 brfransen
h2. Unclutter
81 10 brfransen
82 13 brfransen
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.x Alt + u.
83 2 brfransen
84 2 brfransen
To change the default settings of unclutter:
85 10 brfransen
* Edit or create @/etc/unclutter.cfg@ to make unclutter either more or less aggressive in hiding the mouse pointer.
86 2 brfransen
** @idle@ is the number of seconds between polls for idleness
87 10 brfransen
** @jitter@ is the amount of movement of the mouse pointer that is to be ignored and considered as random noise
88 3 brfransen
89 13 brfransen
h2. VNC
90 10 brfransen
91 14 brfransen
To change the options that x11vnc uses on startup, create @/etc/x11vnc.cfg@
92 13 brfransen
The file should contain one line like: @x11vnc_options=" -forever -rfbport 5902 --passwd mypassword"@
93 14 brfransen
When x11vnc is started by the session it will use options listed in @/etc/x11vnc.cfg@ instead of the default options.
94 13 brfransen
95 13 brfransen
h2. ripD
96 13 brfransen
97 13 brfransen
ripD is a script that will rip a DVD. ripD can be started from Optical Disks --> Backup DVD.
98 13 brfransen
99 14 brfransen
To change the where the ripped DVD will be saved create @/etc/rip.cfg@ that contains contains @Ddir='/path_to_copy_files_to'@