Results 1 to 4 of 4

Thread: conky issues

  1. #1
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    conky issues

    I'm trying to install conky on 12.04, and i followed this guide:

    http://www.quicktweaks.com/2008/09/2...buntu-desktop/

    when i try to run it from the terminal i get this output:

    Code:
    michael@michael-Presario-CQ56-Notebook-PC:~$ conky
    Conky: /home/michael/.conkyrc: 14: no such configuration: 'border_margin'
    Conky: desktop window (1600095) is subwindow of root window (af)
    Conky: window type - override
    Conky: drawing to created window (0x3800001)
    Conky: drawing to double buffer
    Segmentation fault (core dumped)
    any ideas as to what i have done wrong??

  2. #2
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: conky issues

    [QUOTE=mick_86;12146744]I'm trying to install conky on 12.04, and i followed this guide:

    http://www.quicktweaks.com/2008/09/2...buntu-desktop/

    when i try to run it from the terminal i get this output:

    Code:
    michael@michael-Presario-CQ56-Notebook-PC:~$ conky
    Conky: /home/michael/.conkyrc: 14: no such configuration: 'border_margin'
    Conky: desktop window (1600095) is subwindow of root window (af)
    Conky: window type - override
    Conky: drawing to created window (0x3800001)
    Conky: drawing to double buffer
    Segmentation fault (core dumped)
    can you post the contents of your .conkyrc file???

    I am running Conky on 12.04 with no problems....see the screen shot below...there are 2 different Conkys running concurrently...1 for my sys mon & 1 for my local WX ...

    Tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  3. #3
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: conky issues

    [QUOTE=NM5TF;12146998]
    Quote Originally Posted by mick_86 View Post
    I'm trying to install conky on 12.04, and i followed this guide:

    http://www.quicktweaks.com/2008/09/2...buntu-desktop/

    when i try to run it from the terminal i get this output:

    Code:
    michael@michael-Presario-CQ56-Notebook-PC:~$ conky
    Conky: /home/michael/.conkyrc: 14: no such configuration: 'border_margin'
    Conky: desktop window (1600095) is subwindow of root window (af)
    Conky: window type - override
    Conky: drawing to created window (0x3800001)
    Conky: drawing to double buffer
    Segmentation fault (core dumped)
    can you post the contents of your .conkyrc file???

    I am running Conky on 12.04 with no problems....see the screen shot below...there are 2 different Conkys running concurrently...1 for my sys mon & 1 for my local WX ...

    Tommy

    thanks for replying! i tried a different conky script and i have it working now. i would just like to make it a little bit bigger could you tell me how to do this?

    Code:
    #==============================================================================
    #                               conkyrc_orange
    #
    #  author  : SLK
    #  version : v2011011601
    #  license : Distributed under the terms of GNU GPL version 2 or later
    #
    #==============================================================================
    
    background yes
    update_interval 1
    
    cpu_avg_samples 2
    net_avg_samples 2
    temperature_unit celsius
    
    double_buffer yes
    no_buffers yes
    text_buffer_size 2048
    
    gap_x 10
    gap_y 30
    minimum_size 250 600
    maximum_width 250
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    border_inner_margin 0
    border_outer_margin 0
    alignment tr
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    override_utf8_locale yes
    use_xft yes
    xftfont caviar dreams:size=8
    xftalpha 0.5
    uppercase no
    
    default_color FFFFFF
    color1 DDDDDD
    color2 AAAAAA
    color3 888888
    color4 EF5A29
    
    lua_load ~/.conky/conky_orange.lua
    lua_draw_hook_post main
    
    #${voffset 35}
    #${goto 95}${color3}${font ubuntu:size=32}${time %e}${color1}${voffset 0}${offset -60}${font ubuntu:size=10}${time %A}
    #${goto 85}${color2}${voffset -2}${font ubuntu:size=9}${time %b}${voffset -2} ${color3}${font ubuntu:size=12}${time %Y}${font}
    #
    #${voffset 70}
    
    
    TEXT
    ${voffset 35}
    ${goto 95}${color4}${font ubuntu:size=22}${time %e}${color1}${offset -50}${font ubuntu:size=10}${time %A}
    ${goto 85}${color2}${voffset -2}${font ubuntu:size=9}${time %b}${voffset -2} ${color3}${font ubuntu:size=12}${time %Y}${font}
    
    ${voffset 80}
    ${goto 90}${font Ubuntu:size=7,weight:bold}${color}CPU
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top name 1}${alignr}${top cpu 1}%
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top name 2}${alignr}${top cpu 2}%
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top name 3}${alignr}${top cpu 3}%
    ${goto 90}${cpugraph 10,100 666666 666666}
    ${goto 90}${voffset -10}${font Ubuntu:size=7,weight:normal}${color}${threads} process 
    
    ${voffset 20}
    ${goto 90}${font Ubuntu:size=7,weight:bold}${color}MEM
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top_mem name 1}${alignr}${top_mem mem 1}%
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top_mem name 2}${alignr}${top_mem mem 2}%
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top_mem name 3}${alignr}${top_mem mem 3}%
    
    ${voffset 15}
    ${goto 90}${font Ubuntu:size=7,weight:bold}${color}DISKS
    
    ${goto 90}${diskiograph 30,100 666666 666666}${voffset -30}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_used /home} /home
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_used /} /
    
    ${voffset 10}
    ${goto 70}${font Ubuntu:size=18,weight:bold}${color3}NET${alignr}${color2}${font Ubuntu:size=7,weight:bold}${color1}${if_up eth0}eth ${addr eth0} ${endif}${if_up wlan0}wifi ${addr wlan0}${endif}
    ${goto 90}${font Ubuntu:size=7,weight:bold}${color}open ports: ${alignr}${color2}${tcp_portmon 1 65535 count}
    ${goto 90}${font Ubuntu:size=7,weight:bold}${color}${offset 10}IP${alignr}DPORT
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  0}${alignr 1}${tcp_portmon 1 65535 rport  0}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  1}${alignr 1}${tcp_portmon 1 65535 rport  1}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  2}${alignr 1}${tcp_portmon 1 65535 rport  2}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  3}${alignr 1}${tcp_portmon 1 65535 rport  3}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  4}${alignr 1}${tcp_portmon 1 65535 rport  4}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  5}${alignr 1}${tcp_portmon 1 65535 rport  5}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  6}${alignr 1}${tcp_portmon 1 65535 rport  6}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  7}${alignr 1}${tcp_portmon 1 65535 rport  7}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  8}${alignr 1}${tcp_portmon 1 65535 rport  8}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  9}${alignr 1}${tcp_portmon 1 65535 rport  9}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 10}${alignr 1}${tcp_portmon 1 65535 rport 10}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 11}${alignr 1}${tcp_portmon 1 65535 rport 11}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 12}${alignr 1}${tcp_portmon 1 65535 rport 12}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 13}${alignr 1}${tcp_portmon 1 65535 rport 13}
    ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 14}${alignr 1}${tcp_portmon 1 65535 rport 14}
    i tried changing the values of this line:

    Code:
    minimum_size 250 600
    maximum_width 250
    but it did't do anything.

  4. #4
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: conky issues

    it looks like you have the max width set to the same size as the min width of 250...
    try changing the max width var to a larger size...the vars are in pixels, so it may not look like it changes much unless you choose a large number...

    if you want to change both x & y, then change the minimum sizes....x is 1st, then y
    in your code above x= 250 pixels & y= 600 pixels.....

    go here for a complete list of Conky vars:

    http://conky.sourceforge.net/docs.html

    Tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •