View previous topic :: View next topic |
Author |
Message |
nikolis Apprentice

Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Wed Mar 01, 2006 1:19 pm Post subject: karamba themes |
|
|
ho scaricato alcuni themes
ma non mi fanno vedere temperatura e il resto delle partizioni
date mi un esempio di edit
dal kernel sono abilitati i sensori. |
|
Back to top |
|
 |
GuN_jAcK l33t


Joined: 23 Mar 2005 Posts: 834 Location: Prague, Czech Republic
|
Posted: Wed Mar 01, 2006 1:25 pm Post subject: |
|
|
mmmm.... per vedere le partizione teoricamente non serve avere abilitati i sensori... sei sicuro che non sia proprio la theme difettosa..? magari prima provane un'altra.. _________________ Rispondi in maniera intelligente anche a chi ti tratta stupidamente. |
|
Back to top |
|
 |
nikolis Apprentice

Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Wed Mar 01, 2006 1:29 pm Post subject: |
|
|
volevo dire che i sensori sono abilitati per le temperature.
Aparte questo non si vedono le partizioni. (si vede solo di root e home) |
|
Back to top |
|
 |
GuN_jAcK l33t


Joined: 23 Mar 2005 Posts: 834 Location: Prague, Czech Republic
|
Posted: Wed Mar 01, 2006 3:02 pm Post subject: |
|
|
ne ho anche io una di queste themes per karamba e mi fa vedere solo la home e la root... devi vedere se effetivamente la "plugin" fa il check delle partizioni o fa di base solo quelle due.
Per caso si chiama CrystalMonitor ? _________________ Rispondi in maniera intelligente anche a chi ti tratta stupidamente. |
|
Back to top |
|
 |
ercoppa Guru


Joined: 10 Dec 2005 Posts: 371 Location: roma
|
Posted: Wed Mar 01, 2006 3:12 pm Post subject: |
|
|
Ascolta io uso superkaramba, per alcuni temi li ho dovuti modificare a manina, perchè ad esempio vedeva la root, ma altre partizioni ad esempio quella di winzoz la cercava in un mountpoint stabilito, che non era quello impostato da me, quindi ho aperto il file con un editor e modificato. |
|
Back to top |
|
 |
Luca89 Advocate


Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Wed Mar 01, 2006 4:25 pm Post subject: |
|
|
Quoto ercoppa, vatti a modificare il tema per fargli leggere le tue partizioni, non è nulla di difficile. _________________ Running Fast! |
|
Back to top |
|
 |
nikolis Apprentice

Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Wed Mar 01, 2006 5:20 pm Post subject: |
|
|
ok! provo |
|
Back to top |
|
 |
nikolis Apprentice

Joined: 21 Aug 2003 Posts: 200 Location: Athens
|
Posted: Wed Mar 01, 2006 9:09 pm Post subject: |
|
|
non capisco come devo fare per vedere le temperature......datemi una mano
################################################################################
# Sensors
################################################################################
<group> x=10 y=515
image x=172 y=20 path="img/icons/fans_temps.png"
text x=15 y=8 value="Fans/Temp" color=155,155,155 fontsize=16 font="snap ttf"
text x=14 y=7 value="Fans/Temp" color=255,255,255 fontsize=16 font="snap ttf"
################################################################################
# Sensor CPU-Temperature
# "type" depends on your mainboard **was temp2
# range is up to 70 degrees celsius. change 'max' value if needed.
text x=10 y=30 value="CPU" color=255,255,255 align=left fontsize=10 font="nimbus sans l"
bar x=50 y=30 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor type="M/B_Temp" max=70
text x=170 y=30 sensor=sensor type="M/B_Temp" format="%v °C" align=right color=255,255,255 fontsize=10 font="nimbus sans l"
################################################################################
# Sensor Fan (CPU)
# "type" depends on your mainboard
# range is up to 5000 rpm. change 'max' value if needed.
text x=10 y=45 value="Fan" color=255,255,255 align=left fontsize=10 font="nimbus sans l"
bar x=50 y=45 w=70 h=5 vertical=false path="img/bar.png" sensor=sensor type="CPU_Fan" max=5000
text x=170 y=45 sensor=sensor type="CPU_Fan" format="%v" align=right color=255,255,255 fontsize=10 font="nimbus sans l"
################################################################################
# Sensor Chassis-Temperature
# "type" depends on your mainboard
# range is up to 70 degrees celsius. change 'max' value if needed.
text x=10 y=70 value="Chassis" color=155,155,155 align=left fontsize=10 font="nimbus sans l"
text x=9 y=69 value="Chassis" color=255,255,255 align=left fontsize=10 font="nimbus sans l"
bar x=50 y=70 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor type="CPU_Temp" max=75
text x=170 y=70 sensor=sensor type="CPU_Temp" format="%v °C" align=right color=155,155,155 fontsize=10 font="nimbus sans l"
text x=169 y=69 sensor=sensor type="CPU_Temp" format="%v °C" align=right color=255,255,255 fontsize=10 font="nimbus sans l"
################################################################################
# Sensor Fan (Chassis)
# "type" depends on your mainboard
# range is up to 5000 rpm. change 'max' value if needed.
text x=10 y=85 value="Fan" color=155,155,155 align=left fontsize=10 font="nimbus sans l"
text x=9 y=84 value="Fan" color=255,255,255 align=left fontsize=10 font="nimbus sans l"
bar x=50 y=85 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor type="Chassis_Fan" max=10000
text x=170 y=85 sensor=sensor type="Chassis_Fan" format="%v" align=right color=155,155,155 fontsize=10 font="nimbus sans l"
text x=169 y=84 sensor=sensor type="Chassis_Fan" format="%v" align=right color=255,255,255 fontsize=10 font="nimbus sans l"
</group>
################################################################################
#image x=25 y=615 path="img/line.png"
################################################################################
che altra info devo cercare? |
|
Back to top |
|
 |
|