root/foundation-apps/grosview-maxx/Xdefaults

Revision 2, 7.9 KB (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1! **********************************************************************
2! **********************************************************************
3! **  DO NOT EDIT Xdefaults!!!!
4! **
5! **  Only make changes to the file Xdefaults.in, and re-run ./configure
6! **  to regenerate Xdefaults.
7! **
8! **  Thanks,
9! **    the Management :)    (bgrayson)
10! **
11! **********************************************************************
12! **********************************************************************
13!
14!  xosview resources (override into your .Xdefaults file)
15!  $Id: Xdefaults.in,v 1.1.1.1 2008/05/04 15:53:48 emasson Exp $
16
17! General Resources
18
19xosview*title:              Gr_osview
20xosview*geometry:           370x300+10+440
21!xosview*display:
22xosview*captions:           True
23xosview*labels:             True
24xosview*transparent:        False
25xosview*meterLabelColor:    black
26xosview*usedlabels:         True
27xosview*usedLabelColor:     black
28xosview*borderwidth:        1
29xosview*font:               7x13
30xosview*background:         gray55
31xosview*foreground:         black
32xosview*enableStipple:      False
33xosview*samplesPerSec:      10    ! not yet supported
34xosview*graphNumCols:       128   ! number of samples shown in a graph
35
36! Load Meter Resources
37! We don't need to enable the Decay option, as it is already time-averaged.
38
39xosview*load:               True
40xosview*loadCritColor:      red
41xosview*loadWarnColor:      orange
42xosview*loadProcColor:      seagreen
43xosview*loadIdleColor:      green2
44xosview*loadPriority:       20
45xosview*loadCritThreshold:  5
46xosview*loadWarnThreshold:  2
47xosview*loadDecay:          False
48xosview*loadGraph:          False
49xosview*loadUsedFormat:     float
50xosview*loadCpuSpeed:       True
51
52! Gfx Meter Resources ( Irix )
53
54xosview*gfx:               True
55xosview*gfxCritColor:      red
56xosview*gfxWarnColor:      orange
57xosview*gfxSwapColor:      seagreen
58xosview*gfxIdleColor:      aquamarine
59xosview*gfxPriority:       1    ! dont change, until you know what you do
60xosview*gfxCritThreshold:  120  ! swapbuffers/s per pipe
61xosview*gfxWarnThreshold:  60   ! swapbuffers/s per pipe
62xosview*gfxDecay:          False
63xosview*gfxGraph:          False
64xosview*gfxUsedFormat:     autoscale
65
66! CPU Meter Resources
67
68xosview*cpu:                True
69xosview*cpuUserColor:       blue
70xosview*cpuNiceColor:       yellow
71xosview*cpuSystemColor:     orange
72xosview*cpuInterruptColor:  red
73xosview*cpuWaitColor:       lightblue
74xosview*cpuIdleColor:       green2
75xosview*cpuHwIRQColor:      red
76xosview*cpuSwIRQColor:      magenta
77xosview*cpuPriority:        1
78xosview*cpuDecay:           True
79xosview*cpuGraph:           False
80xosview*cpuUsedFormat:      percent
81xosview*cpuFormat:          auto   ! single, all, auto or both
82
83! Memory Meter Resources
84! Not all of these are used by a specific platform.
85
86xosview*mem:                True
87xosview*memKernelColor:     SkyBlue
88xosview*memUsedColor:       blue
89xosview*memSharedColor:     yellow
90xosview*memBufferColor:     DarkOrange
91xosview*memSwapCacheColor:  white
92xosview*memCacheColor:      red
93xosview*memFreeColor:       green2
94xosview*memTextColor:       blue
95xosview*memOtherColor:      orange
96xosview*memActiveColor:     blue
97xosview*memInactiveColor:   lightblue
98xosview*memPriority:        10
99xosview*memDecay:           False
100xosview*memGraph:           False
101xosview*memUsedFormat:      autoscale
102
103! Swap Meter Resources
104
105xosview*swap:               True
106xosview*swapUsedColor:      blue
107xosview*swapFreeColor:      green2
108xosview*swapReservedColor:  yellow
109xosview*swapPriority:       10
110xosview*swapDecay:          False
111xosview*swapGraph:          False
112xosview*swapUsedFormat:     autoscale
113
114
115! Page Meter Resources
116
117xosview*page:               False
118xosview*pageBandwidth:      120
119xosview*pageInColor:        Blue
120xosview*pageOutColor:       Red
121xosview*pageIdleColor:      green2
122xosview*pagePriority:       5
123xosview*pageDecay:          False
124xosview*pageGraph:          False
125xosview*pageUsedFormat:     autoscale
126
127
128! Network Meter Resources
129
130xosview*net:                True
131!xosview*netBandwidth:       7500  ! for 64kbps ISDN
132!xosview*netBandwidth:       5000  ! for up to 57.6kbps modems
133!xosview*netBandwidth:       2000  ! for 28.8kbps modems (no compression)
134!                                  ! or  14.4kbps modems (with compression)
135!xosview*netBandwidth:    1000000  ! for 10Mbit/s Ethernet (could be 1250000)
136xosview*netBandwidth:   10000000  ! for 100Mbit/s Ethernet (could be 12500000)
137xosview*netInColor:         Blue
138xosview*netOutColor:        Red
139xosview*netBackground:      green2
140xosview*netPriority:        2
141xosview*netDecay:           True
142xosview*netGraph:           False
143xosview*netUsedFormat:      autoscale
144xosview*netIface:           False
145
146! Linux-only resources:
147
148! Serial Meter Resources
149!
150! set 'True' for autodetection or give the baseaddress
151! (autodetection may fail sometimes, if the port is
152! locked by ppp/slip for example)
153
154!xosview*serial0:            0x3f8
155!xosview*serial1:            0x2f8
156!xosview*serial2:            0x3e8
157!xosview*serial3:            0x2e8
158xosview*serial0:            False
159xosview*serial1:            False
160xosview*serial2:            False
161xosview*serial3:            False
162xosview*serial4:            False
163xosview*serial5:            False
164xosview*serial6:            False
165xosview*serial7:            False
166xosview*serial8:            False
167xosview*serial9:            False
168xosview*serialOnColor:      red
169xosview*serialOffColor:     aquamarine
170xosview*serialPriority:     1
171
172! Interrupt Meter Resources
173
174xosview*interrupts:         False
175xosview*intOnColor:         red
176xosview*intOffColor:        blue
177xosview*intPriority:        1
178
179! Interrupt Rate Meter Resources
180xosview*irqrate:        False
181xosview*irqrateUsedColor:       red
182xosview*irqrateIdleColor:       black
183xosview*irqratePriority:        1
184xosview*irqrateUsedFormat:  autoscale
185xosview*irqrateDecay:   True
186xosview*irqrateGraph:   False
187
188! Battery Meter Resources
189
190xosview*battery:            False
191xosview*batteryLeftColor:   blue
192xosview*batteryUsedColor:   green2
193xosview*batteryPriority:    50
194xosview*batteryUsedFormat:  percent
195xosview*batteryChargeColor: green
196xosview*batteryFullColor:   magenta
197xosview*batteryLowColor:    red
198xosview*batteryCritColor:   red
199xosview*batteryNoneColor:   grey
200
201! Disk Meter Resources
202
203xosview*disk:               True
204xosview*diskUsedColor:      red
205xosview*diskIdleColor:      green2
206xosview*diskWriteColor:     yellow
207xosview*diskReadColor:      Blue
208xosview*diskBandwidth:      10000000 ! 10MB/s should be reasonable today for
209                                     ! both IDE and SCSI
210xosview*diskPriority:       10
211xosview*diskDecay:          True
212xosview*diskUsedFormat:     autoscale
213xosview*diskGraph:          True
214
215
216xosview*RAID:                 False
217xosview*RAIDdevicecount:      1
218xosview*RAIDdiskOnlineColor:  green
219xosview*RAIDdiskFailureColor: red
220xosview*RAIDresyncdoneColor:  yellow
221xosview*RAIDresynctodoColor:  red
222xosview*RAIDresynccompleteColor:  green
223xosview*RAIDPriority:         20
224xosview*RAIDUsedFormat:       percent
225
226xosview*horizontalMargin:      5
227xosview*verticalMargin:        5
228xosview*verticalSpacing:       5
229
230! Lms Temp
231xosview*lmstemp:        False
232xosview*lmstempActColor:        blue
233xosview*lmstempHighColor:       red
234xosview*lmstempIdleColor:      aquamarine
235! xosview*lmstempHighest:       100
236! default 100
237xosview*lmstemp1:       temp
238xosview*lmstemp2:       remote_temp
239! for more sensors just add entries here
240! note, there is currently no way to configure sensors with same
241! name in different subdirs
242! xosview*lmstempLabel1:        TMP
243! labels for avove sensors (default = TMP)
244xosview*lmstempLabel2:  RTMP
245xosview*lmstempPriority: 20
246xosview*lmstempUsedFormat: autoscale
247
248xosview*NFSDStats:       False
249xosview*NFSDStatCallsColor:     green
250xosview*NFSDStatBadCallsColor: red
251xosview*NFSDStatUDPColor:       yellow
252xosview*NFSDStatTCPColor:       orange
253xosview*NFSDStatIdleColor:      aquamarine
254
255xosview*NFSStats:       False
256xosview*NFSStatReTransColor:    aquamarine
257xosview*NFSStatAuthRefrshColor: seagreen
258xosview*NFSStatCallsColor:      green
259xosview*NFSStatIdleColor:       aquamarine
Note: See TracBrowser for help on using the browser.