


Conky by fabienhenon 108 comments
- Mar 28 2018

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
lspci -vmm ?
- Mar 28 2018

Conky by fabienhenon 108 comments
What do you get with these 3 commands :
lspci -mm
lspci -nnk
lspci -v
Thanks - Mar 28 2018

Conky by fabienhenon 108 comments
Do you switch from one to another ? Do you have a command to switch ?
What do get with the following commands :
lshw -C display
inxi -G
lspci -v -s $(lspci | grep ' VGA ' | cut -d" " -f 1)
Thanks - Mar 26 2018

Conky by fabienhenon 108 comments
I am also looking for persons with multiple screens to check how AutomatiK behaves.
To contact me : fabien_._henon_@_gmx_.fr (remove all the underscores)
Thanks - Mar 25 2018

Conky by fabienhenon 108 comments
J'ai envoyé un courriel la semaine dernière (avec 2 pièce jointes) pour tester. Tu ne l'as pas eu ?
A bientôt - Mar 25 2018

Conky by fabienhenon 108 comments
Je veux bien t'aider.Je t'ai envoyé un email, mais je n'ai pas encore eu de réponse. Est-ce que tu l'as eu ? - Mar 14 2018

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
https://www.bountysource.com/issues/54045180-no-gpu-info-for-rx480-on-radeontop-1-0
If some users have a AMD, card, I'd like to know how it works for them - Feb 23 2018

Conky by fabienhenon 108 comments
Is the driver correclty reported ?
If you know a tool that reports AMD card correctly, please let me know. - Feb 23 2018

Conky by fabienhenon 108 comments
I have uploaded a version with Radeon (with Nvidia) support. Please let me know what you get. - Feb 22 2018

Conky by fabienhenon 108 comments
Thanks for your reply. I managed to get static info, but to get the GPU load and memory, I have to start radeontop as root-> I have to find another way. Can you start radeontop as a user (not as root) ? - Feb 19 2018

Conky by fabienhenon 108 comments
lshw -C displaylshw -C display
lspci -v -s $(lspci | grep ' VGA ' | cut -d" " -f 1)
inxi -G
for I in `lspci |awk '/VGA/{print $1}'`;do lspci -v -s $I;done
- Feb 17 2018

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
Thanks. I do not have any AMD graphic card for debugging
What output do you get with these command lines :
aticonfig --odgc
aticonfig --odgt - Jan 19 2018

Conky by fabienhenon 108 comments
nvidia-settings -q all -t | grep -i fan
You have a mobile version. I am not sure it 'behaves' the same way as the other cards - Jun 28 2017

Conky by fabienhenon 108 comments
Thanks for your feedback.
What do you get with the following command line ? (I just removed the [fan:0]/)
"nvidia-settings -q GPUCurrentFanSpeedRPM -t"
I hope this help. - Jun 26 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
I do not have BTRFS subvolumes on my computer.
What is the output on your computer ?
Please give me your full command line + output - May 07 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
For the disk issue, it seems you have two old snaps remaining from previous installation(s). You might look at
https://askubuntu.com/questions/828859/how-to-unmount-and-possibly-delete-old-ubuntu-core-snap
- May 06 2017

Conky by fabienhenon 108 comments
sensors | grep -i core | awk '!/-/' | awk '{ print $3}' | sort -r | head -n 1 | sed 's/[^0-9]*//g' - May 06 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
"CPUCore=float(CPUCore)/10"
and
"CPUTemp=float(CPUTemp)/10" - May 06 2017

Conky by fabienhenon 108 comments
I did not manage to reproduce the error (I have an AMD processor )
Could you open the file cpu01.py and replace "int" with "float" and tell me how is works ?
CPUTemp=int(CPUTemp)/10 becomes CPUTemp=float(CPUTemp)/10 - May 05 2017

Conky by fabienhenon 108 comments
It seems you are a bash guru.
That's a lot of help that you find bugs and debug them.
I was not aware of the help bitbucket could bring.
I'll take a close look at the fixes you propose to see if that works on my (and everybody) system as well.
I guess the disk01 might need some rewrite.
Cheers
Fabien - May 04 2017

Conky by fabienhenon 108 comments
I am sorry to see that I broke something with a fix.
CPU
In a terminal, when you go into the Automatik directory and type "python cpu01.py" , does the cpu window disappear and show up ?
DISK
In a terminal, what is the output of "df -Th" ?
Thanks - May 04 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
df -Th 2>/dev/null | egrep -v '^.*(tmp|proc|sys|var|pts|daemon|root|gvfs).*$' | grep -v 'efi' - May 01 2017

Conky by fabienhenon 108 comments
I do not have multi screen : I cannot try
Let me know if this works - May 01 2017

Conky by fabienhenon 108 comments
The corrected versions are now updating. - May 01 2017

Conky by fabienhenon 108 comments
I tried Suse in Virtualbox (I have opensuse tumbleweed)
The Alt-click does work either, but that's related to kde and/or Suse.
You might have a look at :
https://forums.opensuse.org/showthread.php/507545-Tumbleweed-Cannot-disable-ALT-move-windows-after-upgrading-to-KDE-4-14-8
The color bars work on my computer on virtualbox.
- Could you go into the Automatik directory and give me the 3 output of : (remove the double-quotes)
"cat cpufile | grep gradbar"
"cat memfile | grep gradbar"
"cat diskfile | grep gradbar" - May 01 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
CPU information has been changed to PROCESSORS in German - Apr 23 2017

Conky by fabienhenon 108 comments
For the CPU, could you give me the output of "sensors" ? (in case the output has changed)
For the title, could you give me the output of "locale | grep LANG" - Apr 22 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
No the code is hosted only here, but why not. Thanks for the idea. - Mar 23 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
Fabien - Mar 16 2017

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments

Conky by fabienhenon 108 comments
Thanks for your feedback.
There are two ways :
- Open start.sh in an editor, look for the the widget you want to move, and add x and a number
(There is a conky file and a python file for each widget)
Example : "conky -q -p1 -c topfile -x 250 -y 450" (the pixels are counted from top right)
- Open the py file your want to move in an editor, look for the words gap_x and gap y and change to numbers
Example for top01.py "gap_x 380
gap_y 50"
Hope it helps - Feb 19 2017

Karamba & Superkaramba by fabienhenon 3 comments
cd /to/the/directory/where/Automablock/is/downloaded
tar xzvf AutomablocK.tar.gz
cd AutomablocK
superkaramba Au*.th*
I hope this helps - Jan 19 2013

Karamba & Superkaramba by fabienhenon 40 comments
Could give me the ouptut of the following :
$ which sensors
$ /sbin/lsmod | grep coretemp
and
$ sensors
?
Thanks
Fabien - Jun 06 2010

Karamba & Superkaramba by fabienhenon 40 comments
Thanks for your feed-back, they are extremely useful.
Sorry, I did not see your post at first -> I am kinda late for the reply
For the b in the command line
I check the following line and it it OK on my system
If I add b to the line as below
FreeMemorySensor=Quote+'sensor=memory format="%fmb '+Megabyte[Language]+' '+FreeWord[Language]+'" interval=2000'+Quote
It gives the used memory. What we need on this line is the free memory left
How does it compare with the free command ? Do you get the proper figures ?
To get Sabayon properly detected, could you give me the output of the lines below :
$ python
>>> import platform
>>> platform.linux_distribution()
So that I can fix it in the next release
Thanks
Fabien - Jun 06 2010