The script I use to start conky uses feh as follows:
#! /bin/bash
conky &
sleep 3
feh --bg-scale mywallpaper.jpg
After advice on a thread on a similar matter I switched from feh to qiv but I still get the same behaviour. Any ideas on how to figure out what is going on is greatly appreciated.
For info, I am using a NVIDIA 9800GT graphics card with the proprietary 256.63 driver version. Thanks.
Seeming as its related to conky I would suspect a refresh in your conkrc is causing the problem. How often is your update_interval and what is it doing i.e conky background images etc…
Thanks for your prompt reply. It is updating every 1 second and it is not loading any images. I used to have the exact same setting using Kubuntu with no problems.
Conky shows information from the NVIDIA graphics card. I just tried to open the NVIDIA settings and noticed that the Xorg uses a lot of the CPU.
So, I disabled the NVIDIA information from Conky and now CPU is back to normal. So, it is defenitely related to NVIDIA (either driver or nvidia-settings module)… Any ideas?
Thank you malcolmlewis, I just added your repository and installed a package named conky-feature-nvidia, changed the vendor for conky to your repository and now conky has nvidia support. I will post back if the problem re-appears. Thanks everyone for your help!