forked from woce/LunaSysMgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluna-chile.conf
158 lines (139 loc) · 3.74 KB
/
luna-chile.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# @@@LICENSE
#
# Copyright (c) 2008-2012 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# LICENSE@@@
# @@@LICENSE
#
# Copyright (c) 2008 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# LICENSE@@@
#
# Luna System Manager settings
#
[General]
ApplicationPath=/usr/lib/luna/applications:/var/luna/applications:/var/usr/lib/luna/applications:/usr/palm/applications:/var/usr/palm/applications:/media/cryptofs/apps/usr/palm/applications
SystemPath=/usr/lib/luna/system/luna-systemui
SystemResourcesPath=/usr/palm/sysmgr/images
SystemLocalePath=/usr/palm/sysmgr/localization
AppLauncherPath=/usr/lib/luna/system/luna-applauncher
LaunchPointsPath=/var/luna/launchpoints
PreferencesPath=/var/luna/preferences
DisplayWidth=800
DisplayHeight=480
DisplayNumBuffers=3
MaxPenMoveFreq=30
MinPenMoveFreq=10
MoveMinX=16
MoveMinY=12
MaxPaintLoad=6
MaxGestureChangeFreq=30
MinGestureChangeFreq=20
ShowReticle=true
NotificationSoundDuration=5000
ScanCalculatesAppSizes=true
AutoMigrateAppsAtBoot=true
AllowTurboMode=true
WifiInterfaceName=athwlan0
WanInterfaceName=ppp0
[DockMode]
DockModeEnabled=true
DockModePrelaunchAllApps=false
DockModeCloseAppOnMinimize=false
DockModeCloseAppsOnExit=true
DockModeMaxApps=6
DockModeNightBrightness=1
[VirtualKeyboard]
VirtualKeyboardEnabled=true
[Display]
BrightnessOutdoorScale=250
BrightnessDimScale=50
BrightnessDarkScale=10
EnableALS=true
[CoreNavi]
EnableLightBar=true
CoreNaviBrightnessScaler=40
GestureAnimationSpeedInMs=1000
ThrobberBrightnessInLight=100
ThrobberBrightnessInDark=50
[Memory]
CardLimit=-1
AppsToAllowInLowMemory=com.palm.app.phone;com.palm.app.contacts;com.palm.app.messaging
[TouchEvents]
TapRadiusSquared=625
DoubleClickDuration=300
[VTrackBall]
PixelsPerMoveH=14
PixelsPerMoveV=26
AccelRateH1=350
AccelRateV1=200
AccelConstH1=1
AccelConstV1=2
AccelRateH2=700
AccelRateV2=375
AccelConstH2=2
AccelConstV2=3
[Debug]
WatchPenEvents=false
EnableDebugModeByDefault=false
PiranhaDrawColoredOutlines=false
PiranhaDisplayFps=false
ShowGestures=false
FailAllMigration=false
[LaunchAtBoot]
Applications=com.palm.app.phone;
[KeepAlive]
Applications=com.palm.app.phone
[KeepAliveUntilMemPressure]
Applications=com.palm.app.browser
[Fonts]
Banner=Prelude
LockWindow=Prelude
DockMode=Prelude
Quicklaunch=Prelude
[UI]
PositiveSpaceTopPadding=28
PositiveSpaceBottomPadding=28
MaximumNegativeSpaceHeightRatio=0.55
ActiveCardWindowRatio=0.659
NonActiveCardWindowRatio=0.61
AtlasEnabled=true
[DownloadManager]
MaxQueueLength=128
MaxConcurrent=2
MaxRecvSpeed=65536
[Demo]
# The default will be true for Nova-Demo, false for all others.
# EnableGestureRepeater=true
GestureRepeaterIp=192.168.1.106
GestureRepeaterPort=5001
[CpuShare]
UiMainLow=512
UiOtherLow=128
JavaLow=128
WebLow=64
Default=1024