Announcement

Collapse
No announcement yet.

conky stuff

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by vsreeser View Post
    I'll have to learn more about grep, cut, and how to use sed.
    so you got me to thinking ( yes dangerous thing to do ) about how to get some CPU info (just the type) not all the gobeldy gook displayed in conky ,,,,,,,as I was already mucking around in my .conkyrc and tweeking things a bit.

    Gobeldy gook you say,,,,,,,well yes .

    we all know that "cat /proc/cpuinfo will tell you about your CPU , but the output is quite extensive and would not all fit in your conky.
    + I only want the name/type and not all the rest of the info (gobeldy gook)

    Code:
    vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 0
    cpu cores       : 4
    apicid          : 0
    initial apicid  : 0
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 1
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 1
    cpu cores       : 4
    apicid          : 2
    initial apicid  : 2
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 2
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 1700.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 2
    cpu cores       : 4
    apicid          : 4
    initial apicid  : 4
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 3
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 3
    cpu cores       : 4
    apicid          : 6
    initial apicid  : 6
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 4
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 1700.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 0
    cpu cores       : 4
    apicid          : 1
    initial apicid  : 1
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 5
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 1
    cpu cores       : 4
    apicid          : 3
    initial apicid  : 3
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 6
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 2
    cpu cores       : 4
    apicid          : 5
    initial apicid  : 5
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    
    processor       : 7
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 60
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    stepping        : 3
    microcode       : 0x17
    cpu MHz         : 800.000
    cache size      : 8192 KB
    physical id     : 0
    siblings        : 8
    core id         : 3
    cpu cores       : 4
    apicid          : 7
    initial apicid  : 7
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips        : 5786.35
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    way to mutch info
    so we nead to "grep" us out some of the info we want from the gobeldy gook

    grep <some distinktive word/string> like,,,,,,,,,,name

    Code:
    vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep name
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    ,,,,,,,better but still to mutch

    Aaaaa "m1" limit # of matching lines in the outout to #

    Code:
    vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1 name
    model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    getting their ,,,,,but we dont want that "model name : in our conky output so,,,,,,,,,,,,,, "cut -c 14-54" (cut out and use caricatures #-14-54 in list )

    Code:
    vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1 name | cut -c 14-54
    Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz
    their we go ,,,,,,,,,,,,,,,,,,,,,,,,,but wate ,,,,,,, that wont fit in the width of my conky window.

    so fmt to work now ,,,,,,,,, -w(maximum line width) -g(goal width)

    Code:
    vinny@vinny-Bonobo-Extreme:~$ cat /proc/cpuinfo | grep -m1   name | cut -c 14-54 | fmt -w 25 -g 25
    Intel(R) Core(TM)
    i7-4910MQ CPU @ 2.90GHz
    now were ready for conky


    Code:
    CPU: ${execi 300 cat /proc/cpuinfo | grep -m1   name | cut -c 14-54 | fmt -w 25 -g 25}
    VINNY,,,,,,,,,,
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #17
      I used
      Code:
      ${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
      It shows same as what you got.

      Will have to play with temp. The code you gave me shows me the average of each proc but not the current. It's in there somewhere
      Last edited by vsreeser; Feb 06, 2015, 08:14 AM.

      Comment


        #18
        Playing with conky again on my faster machine. Can get the average temp just fine, although only in Celsius. Thought I'd play with fan speed, but I can't seem to get anything to show.

        Code:
        virgil@dadspc:~$ sensors -f                                                                               
        atk0110-acpi-0                                                                                            
        Adapter: ACPI interface
        Vcore Voltage:      +1.41 V  (min =  +0.85 V, max =  +1.60 V)
         +3.3 Voltage:      +3.36 V  (min =  +2.97 V, max =  +3.63 V)
         +5 Voltage:        +4.92 V  (min =  +4.50 V, max =  +5.50 V)
         +12 Voltage:      +12.09 V  (min = +10.20 V, max = +13.80 V)
        CPU FAN Speed:     1622 RPM  (min =  600 RPM, max = 7200 RPM)
        CHASSIS FAN Speed: 1607 RPM  (min =  200 RPM, max = 7200 RPM)
        POWER FAN Speed:      0 RPM  (min =  600 RPM, max = 7200 RPM)
        CPU Temperature:   +102.2°F  (high = +140.0°F, crit = +203.0°F)
        MB Temperature:     +95.0°F  (high = +113.0°F, crit = +167.0°F)
        
        k10temp-pci-00c3
        Adapter: PCI adapter
        temp1:        +80.4°F  (high = +158.0°F)
                               (crit = +211.1°F, hyst = +202.1°F)
        Apparently it doesn't show individual temps, but thats ok. Tried carying cut values to get the CPU fan speed to no avail.

        This is latest attempt
        Code:
        CPU fan speed ${execi 5 sensors | grep "CPU FAN Speed" | awk '{print $3}' | cut -c14-17}
        I if I use cut2-3, it prints out pe, 4-7 or even 4-50 give ed: anything higher for the start gives nothing at all. am I counting wrong?

        Was looking for a program to monitor and control speed similiar to speedfan for windows. No luck there

        Comment


          #19
          Look at my CPU temps coding:
          Code:
          ${color}Core 1  : ${color 20a5e4}${execi 8 sensors | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°F
          ${color}Core 2  : ${color 20a5e4}${execi 8 sensors | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°F
          ${color}Average : ${color 20a5e4}${execi 8 sensors | grep -A 0 'temp1'  | cut -c14-19 | sed '/^$/d'}°C ${color 20a5e4}$alignr${execi 8 sensors -f | grep -A 0 'temp1'  | cut -c14-19 | sed '/^$/d'}°F
          Should aid you if getting your code correct.
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #20
            This might help.

            sensors gives me this
            Code:
            life0riley@precise-desktop:~$ sensors
            atk0110-acpi-0
            Adapter: ACPI interface
            Vcore Voltage:      +1.23 V  (min =  +0.85 V, max =  +1.60 V)
             +3.3 Voltage:      +3.41 V  (min =  +2.97 V, max =  +3.63 V)
             +5 Voltage:        +5.09 V  (min =  +4.50 V, max =  +5.50 V)
             +12 Voltage:      +12.46 V  (min = +10.20 V, max = +13.80 V)
            CPU FAN Speed:      305 RPM  (min =  200 RPM)
            CHASSIS FAN Speed:    0 RPM  (min =  600 RPM)
            POWER FAN Speed:      0 RPM  (min = 1800 RPM)
            CPU Temperature:    +37.0°C  (high = +60.0°C, crit = +95.0°C)
            MB Temperature:     +25.0°C  (high = +45.0°C, crit = +95.0°C)
            
            life0riley@precise-desktop:~$
            This is my conky code for this in the text section of the conky config
            Code:
            ${color FFFFFF}${font sans-serif:bold:size=8}PROCESSOR ${color 8888FF}${hr 2}
            ${font sans-serif:normal:size=7}${color gray}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
            ${font sans-serif:bold:size=8}${color 90DDC0}Processes: ${color gray}$processes ${alignr}${color 90DDC0}Running: ${color gray}$running_processes
            ${color #ff6600}${cpubar cpu1 3,120} ${offset 10}${color #cc0033}${cpubar cpu2 3,120}$color
            ${color gray}${cpugraph cpu1 26,120 000000 ff6600 -t} ${offset 10}${cpugraph cpu2 26,120 000000 cc0033 -t}
            ${font sans-serif:normal:size=8}${color 90DDC0}CPU Total Usage: $alignr ${color FFFFFF}${cpu cpu0}% 
            ${font sans-serif:normal:size=8}${color 90DDC0}CPU FAN Speed: $alignr ${color FFFFFF}${exec sensors|grep 'CPU FAN Speed'|awk '{print $4}'} RPM 
            ${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}
            ${font sans-serif:normal:size=8}${color 90DDC0}MB Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'MB Temperature'|awk '{print $3}'} ${iconv_stop}
            
            ${color FFFFFF}${font sans-serif:bold:size=8}VIDEO ${color 8888FF}${hr 2}
            ${color 90DDC0}${font sans-serif:normal:size=8}NVidia GeForce GPU ${color FFFFFF}$alignr ${nvidia gpufreq} Mhz
            ${color 90DDC0}${font sans-serif:normal:size=8}NVidia Memory ${color FFFFFF}$alignr ${nvidia memfreq} Mhz
            ${color 90DDC0}${font sans-serif:normal:size=8}GPU Temperature ${color FEF606}$alignr ${nvidia temp} ${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}
            ${color 90DDC0}${font sans-serif:normal:size=8}GPU Temperature Threshold${color FFFFFF}$alignr ${nvidia threshold} ${iconv_start UTF-8 ISO_8859-1}°C ${iconv_stop}
            It looks like this. Sorry, the temp is not displayed in Fahrenheit.


            My conky looks like this.


            My entire conky config is attached.
            Attached Files
            sigpic

            Comment


              #21
              Originally posted by life0riley View Post
              This might help.


              life0riley@precise-desktop:~$[/CODE]
              y conky looks like this.


              My entire conky config is attached.
              Used you conky config file and it works. Will have to study it to see how you pulled specific values, but should be able to figure it out. Eventually, I may figure out how to show other things

              Comment


                #22
                Originally posted by life0riley View Post
                This is my conky code ...
                Code:
                ...
                ${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}
                ...
                If you replaced that awk '{print $3}' with
                Code:
                awk '{print sprintf("%.1f",$3*9/5.0+32) "°F"}'
                you might get Fahrenheit. Not sure how that degree sign will travel, that iconv stuff is arcane.

                Regards, John Little
                Regards, John Little

                Comment


                  #23
                  Originally posted by vsreeser View Post
                  Used you conky config file and it works. Will have to study it to see how you pulled specific values, but should be able to figure it out. Eventually, I may figure out how to show other things
                  I changed my conky config after reading this.
                  My "Most Excellent" Conky Theme
                  sigpic

                  Comment


                    #24
                    Originally posted by jlittle View Post
                    If you replaced that awk '{print $3}' with
                    Code:
                    awk '{print sprintf("%.1f",$3*9/5.0+32) "°F"}'
                    you might get Fahrenheit. Not sure how that degree sign will travel, that iconv stuff is arcane.

                    Regards, John Little
                    Actually I added the -f option to sensors, so it looks like this.
                    Code:
                    ${font sans-serif:normal:size=8}${color 90DDC0}CPU Temperature: $alignr ${color FFFFFF}${iconv_start UTF-8 ISO_8859-1}${exec sensors -f|grep 'CPU Temp'|awk '{print $3}'} ${iconv_stop}
                    And I get the desired outcome. The section under the VIDEO header will require more thought.


                    I was pretty sure the degree sign would not carry. I think that was why I left it in Celsius in the first place. I didn't give it much thought at the time.
                    sigpic

                    Comment


                      #25
                      Of course, that CPU temperature looks worthless, in that it's always 37 °C. What's the bet that all three of our systems have exactly the same temp? Looking at my sensors output, the "Core0" and "Core1" seem to show something that might be real. I'd need to record the output over some time, from a cold start, say, to see if they were useful.

                      Regards, John Little
                      Regards, John Little

                      Comment


                        #26
                        Originally posted by jlittle View Post
                        Of course, that CPU temperature looks worthless, in that it's always 37 °C. What's the bet that all three of our systems have exactly the same temp? ...

                        Regards, John Little
                        Start encoding video or install/update a virtual guest and you'll see that number climb. Is it the average of the cores or the overall temp?
                        sigpic

                        Comment


                          #27
                          Conky on Lock Screen...

                          Has anyone gotten conky to work on the kde lock screen?, as my desktop is always covered it would be nice to have this on the lock screen??

                          here is mine
                          Click image for larger version

Name:	conky1.png
Views:	1
Size:	108.7 KB
ID:	643080
                          it is a modified gotham conky, would like to add gmail indicator then add to lock sceen
                          Last edited by txhammer68; Nov 01, 2015, 07:23 PM. Reason: add image

                          Comment

                          Working...
                          X