-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.10.1 Flickers Every 5-10 Seconds #170
Comments
Try adding |
I'll give it a try when I have time and report back. By the way, I forgot, but some of lines I put single quotes around some things. Are these actually needed? Thanks |
Yes the quotes are required - unless they are digits or reserved words like true etc - basically following lua conventions for a lua script/program |
Ok can't say I know much about lua conventions... Well it's still flickering and I changed it to 256, and 1024 and still the same. Also I noticed at the CLI; minimum_size = 1920, thanks |
AHHH I changed the config to;
And it's not flickering anymore LOL... Looks like the problem was the To be honest, not sure why I made these the same numbers, hmm which doesn't seem correct, but it's a look that sits in the top middle of the screen centered, and I noticed if I make the |
You would change it the new format
The best way to convert your older format to newer 1.10x format of rc files is to use the utility 'convert.lua'. This is located in the conky folder under /usr/share/doc/conky OK appears you solved it - but convert comment and other stuff should help you on your way forward ;-) |
Why Well this is what my config looks like now, do you think I really need to use convert.lua? conky.config = { own_window = true, own_window_argb_visual = true, minimum_width = 1920, double_buffer = true, alignment = 'top_middle', conky.text = [[ thanks |
By the way in the doc folder for the conky.conf what does the thanks |
I forgot to mention if I run conky from the CLI I get no errors, so my config must be good?
|
One last thing for now, I noticed in the variables and new config there doesn't seem to be this option anymore...
thanks |
That 1080 was an example :) |
$hr is horizontal line |
Ok I'll leave the Cheers |
Can you please close this issue as it stands resolved - cheers |
Resolved. Nice work, mister. Closing. |
Just installed 1.10 because 1.9 is no longer available in Ubuntu and notice conky screen flickering frequently with skylake processor. Also pre-exec command no longer supported and must resort to exec instead. Although converting 1.9 scripts to 1.10 is an option it should not be necessary for users. That said earlier versions of 1.10 couldn't run my 1.9 conkyrc at all so I had to pin / mark hold an earlier version. |
If you receive conky screen flickering frequently on 1.10, but not 1.9, then you should try and git bisect this... so you can find the bad commit. You would have to compile |
My luck with compiling grub for UEFI left a bad taste in my mouth. Compiling for i386-pc was ok... Anyway changing |
Depending on what variables/object you have in your You could start pointing out some other issues with |
I tried the configs posted by ghost. No flickering here. If you're having this problem on |
Running 1.10.1 I noticed it flickers every few seconds, like maybe every 5-10 seconds.
1.9.0 runs great, ever since the 1.10x versions came out, nothing but trouble for me, I'd really like to figure out what is going on here?
These are some of system specs;
Slackware 14.1 x86_64
Openbox 3.6.1
compton
xorg-server-1.14.3
nvidia-driver-352.41
I'm not sure what would be casuing this, here is what my config looks like;
conky.config = {
override_utf8_locale = false,
background = true,
use_xft = true,
font = 'aller:size=9',
xftalpha = 0.8,
out_to_console = false,
update_interval = 3.0,
total_run_times = 0,
draw_shades = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop', -- normal /override /desktop /dock
own_window_transparent = true,
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
-- Prevent Conky refresh over itslef in tile wms
-- true - true transparency with compton
-- false - pseudo-transparency without compton
own_window_argb_visual = true,
minimum_size = 1920,
maximum_width = 1920,
double_buffer = true,
default_color = 'e3412c',
color1 = 'e0cdc3',
alignment = 'top_middle',
gap_y = 5, --vertical
-- gap_x = 0, --horizontal
no_buffers = true
}
conky.text = [[
${alignc}${color}CPU1: ${color1}${cpu cpu0}%
${color}CPU2: ${color1}${cpu cpu1}%
${color}CPU3: ${color1}${cpu cpu2}%
${color}CPU4: ${color1}${cpu cpu3}% - ${freq}MHz - ${hwmon 0 temp 1} °C
${color}GPU: ${color1}${execi 100 nvidia-settings -q gpucoretemp -t | head -1} °C
${color}RAM: ${color1}${mem} - $memperc%
${color}SSD: ${color1}${fs_free /} free
${color}LAN: ${color1}${addr eth0} - ${downspeed eth0} kb/s down - ${upspeed eth0} kb/s up
${color}POWER: ${color1}${acpiacadapter AC0} - ${color}BATTERY: ${color1}${battery_percent BAT0}% ${battery_time BAT0} ${color}UP: ${color1}$uptime_short
${execi 70 ~/.conky/scripts/battery_notify.sh}
]]
The text was updated successfully, but these errors were encountered: