[gentoo-user] Fluxbox/Conky acting up

2007-01-18 Thread Vlad Dogaru
Hello everyone, I had Conky start automatically when I log in to Fluxbox by adding the following line to .fluxbox/startup: exec /usr/bin/conky It is before exec /usr/bin/fluxbox (a howto warned me about this pitfall) and everything works as expected. The only problem is that when I exit my

Re: [gentoo-user] Fluxbox/Conky acting up

2007-01-19 Thread Mick
On Friday 19 January 2007 21:28, Vlad Dogaru wrote: On 1/19/07, Mick [EMAIL PROTECTED] wrote: What you probably need is a line like: kill -HUP conky after your 'exec /usr/bin/conky ' entry

Re: [gentoo-user] Fluxbox/Conky acting up

2007-01-19 Thread Mick
Hi Vlad, On Thursday 18 January 2007 22:35, Vlad Dogaru wrote: Hello everyone, I had Conky start automatically when I log in to Fluxbox by adding the following line to .fluxbox/startup: exec /usr/bin/conky It is before exec /usr/bin/fluxbox (a howto warned me about this pitfall

Re: [gentoo-user] Fluxbox/Conky acting up

2007-01-19 Thread Vlad Dogaru
On 1/19/07, Mick [EMAIL PROTECTED] wrote: Hi Vlad, On Thursday 18 January 2007 22:35, Vlad Dogaru wrote: Hello everyone, I had Conky start automatically when I log in to Fluxbox by adding the following line to .fluxbox/startup: exec /usr/bin/conky It is before exec /usr/bin/fluxbox

Re: [gentoo-user] weird xorg/nvidia-drivers 169.09-r1 behaviour

2008-03-19 Thread José Pedro Saraiva
On Thu, Mar 20, 2008 at 5:02 AM, 李刚 [EMAIL PROTECTED] wrote: in your xorg.conf In the module section, try adding the following line load dbe Then try to run conky from your terminal-emulator, does it say something that double framebuffer enabled? Yup, i have dbe enabled and I'm

[gentoo-user] conky failed to build: Missing unknown library/application/whatever

2016-12-31 Thread Meino . Cramer
Hi, conky fails to build: -- Checking for module 'ncurses' -- Found ncurses, version 6.0.20150808 -- Looking for getnameinfo -- Looking for getnameinfo - found -- Looking for 5 include files netdb.h, ..., arpa/inet.h -- Looking for 5 include files netdb.h, ..., arpa/inet.h - found -- Looking

[gentoo-user] zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc didn't work.

2007-11-29 Thread Chen Xianwen
Hello all, I'm a noob. I tried zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc but it didn't work. Please help me. Wen -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc didn't work.

2007-11-29 Thread YoYo Siska
Chen Xianwen wrote: Hello all, I'm a noob. I tried zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc but it didn't work. Please help me. bzcat instead of zcat? yoyo -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc didn't work.

2007-11-29 Thread Michael Schreckenbauer
Am Donnerstag, 29. November 2007 schrieb Chen Xianwen: Hello all, I'm a noob. I tried zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc but it didn't work. Please help me. use bzcat instead. use zcat for *.gz bzcat for *.bz2 Wen Regards, Michael -- [EMAIL PROTECTED

Re: [gentoo-user] Fluxbox/Conky acting up

2007-01-19 Thread Vlad Dogaru
On 1/20/07, Mick [EMAIL PROTECTED] wrote: On Friday 19 January 2007 21:28, Vlad Dogaru wrote: On 1/19/07, Mick [EMAIL PROTECTED] wrote: What you probably need is a line like: kill -HUP conky

Re: [gentoo-user] Fluxbox/Conky acting up

2007-01-19 Thread Vlad Dogaru
conky after your 'exec /usr/bin/conky ' entry in .fluxbox/startup. Alternatively, meant to be kill -HUP `echo ${SOME_THING} | cut -d ':' -f 2

[gentoo-user] AMD Phenom X6 conkyrc: Only four temps?

2010-09-08 Thread meino . cramer
Hi, For my conky I setup the readout of /sys/class/hwmon*. Under /sys/class/hwmon2/* I found six files which reflects the six temperatures of the six cores of the cpu. Or: They should. Conky only reports four temparatures, two remains 0. I cated the according entries in the /sys/class/hwmon2

[gentoo-user] HF Propagation for conky ???

2015-05-24 Thread Meino . Cramer
Hi, Looking at http://www.hamqsl.com/solar.html#addwebsite (left side) one could find a real nice HF propagation*) display, which looks like (style-wise) be inspired by conky... :) Unfortunately all the offered ways to include this forecast is for webpages and Windows. I am a Linux-only rebel

[gentoo-user] crazy conky

2017-01-04 Thread Meino . Cramer
Hi, after successfully compiling conky again (omitting the nvidia related stuff) another crazy """bug""" appears, which not present in the previous version: My conky configuration puts a vertical "stripe" of horizontal bars and values at the very right si

Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-01 Thread Arve Barsnes
ary. > > How can I cirumvent that problem ? > You can check if the library is actually present with `equery f nvidia-settings` I have the library, but I don't know why I have the nvidia USE flag enabled for conky, since I don't use that functionality. You can do as I now intend to do, and

Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-03 Thread lee
Daniel Pielmeier writes: > Afaik nvidia-settings is on it's way out of portage thus considered > deprecated. What's is replacing it?

Re: [gentoo-user] zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc didn't work.

2007-11-29 Thread Chen Xianwen
Hi yoyo, Yeah! Bzcat works! Thank you! Wen On 29/11/2007, YoYo Siska [EMAIL PROTECTED] wrote: Chen Xianwen wrote: Hello all, I'm a noob. I tried zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc but it didn't work. Please help me. bzcat instead of zcat? yoyo

Re: [gentoo-user] zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2 ~/.conkyrc didn't work.

2007-11-29 Thread Chen Xianwen
Hi Michael, Yes, bzcat works for bz2 compression file. Thank you! Regards, Wen On 29/11/2007, Michael Schreckenbauer [EMAIL PROTECTED] wrote: Am Donnerstag, 29. November 2007 schrieb Chen Xianwen: Hello all, I'm a noob. I tried zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.bz2

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Matthias Krebs
Hi, thank you for your posting ! :) Screenshot? ...oh yes! Sorry... Here it is (upper left corner): http://customize.org/thumbnails/larger/53967.jpg Hi, looks like a very basic conky configuration check out this thread for some more advanced examples : http://crunchbanglinux.org

Re: [gentoo-user] crazy conky

2017-01-04 Thread Arve Barsnes
On 4 January 2017 at 13:16, <meino.cra...@gmx.de> wrote: > Every application deserves its own freedom...but... > > Any idea what's happening here? > Did it used to work or is it a new installation? What does your config look like? My conky instances don't behave like thi

Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-01 Thread David Haller
Hello, On Sun, 01 Jan 2017, meino.cra...@gmx.de wrote: >conky fails to build: >CMake Error at cmake/ConkyPlatformChecks.cmake:353 (message): > Unable to find XNVCtrl library >Call Stack (most recent call first): > CMakeLists.txt:37 (include) Add the 'static-libs' use-flag

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Neil Bothwick
On Sat, 28 Jan 2023 11:37:20 +, Michael wrote: > haven't used conky for some years now, its development must have > improved since. [...] Anyway, > even after spending time configuring it to suit my requirements, I > found gkrellms to be better in every respect. Same here, wh

Re: [gentoo-user] weird xorg/nvidia-drivers 169.09-r1 behaviour

2008-03-19 Thread 李刚
in your xorg.conf In the module section, try adding the following line load dbe Then try to run conky from your terminal-emulator, does it say something that double framebuffer enabled? Also,i found the conky in ~x86 portage a little of weird, 1. it displays my uptime very strange, a very

Re: [gentoo-user] world problems

2005-12-27 Thread Glenn Enright
' has no ebuilds available 'app-vim/vimspell' has no ebuilds available 'media-sound/pmidi' has no ebuilds available 'x11-wm/xfce' has no ebuilds available 'xfce-extra/xffm-icons' has no ebuilds available 'app-admin/conky' has no ebuilds available Finished otherland2 ~ # ls /usr/portage/app-admin

Re: [gentoo-user] Conkyrc and the troubles I have with it...

2018-06-09 Thread Arve Barsnes
On 9 June 2018 at 06:28, wrote: > Where can I find a sufficient explanation and a description of the new > syntax ... I dont know lua enough to have a successful gues work > here... Most of it is converting the variables to the new format, which is explained on the github page. man c

[gentoo-user] how do you monitor your pc?

2020-04-02 Thread Caveman Al Toraboran
in `journalcdl`. [question 1] i wonder how do you monitor your pc? [question 2] i'm thinking to put my `journalctl -f` as a wallpaper that keeps updating. how to do this? conky? better than conky? rgrds, cm.

Re: [gentoo-user] urxvt on i3wm as wallpaper

2014-12-06 Thread behrouz khosravi
like the conky behaves when it is on the walpaper. However how did you remove the window decorations?! thanks.

[gentoo-user] conky crashes with JSON output.

2013-05-05 Thread Kevin Thompson
Hello, everyone. I'm experiencing some problems with conky that seems to be Gentoo-specific. All of my friends running other distributions are able to run my configuration file just fine. Here's the output from conky: 7f2af50f5000-7f2af52f4000 ---p 0012 08:02 1469347 /usr/lib64/libglib-2.0.so

Re: [gentoo-user] Few problems

2006-12-31 Thread Hans-Werner Hilse
Hi, On Sun, 31 Dec 2006 14:42:57 +0100 Pavel Kouřil [EMAIL PROTECTED] wrote: Kinfocenter shows the same.. 22,71/503,58MB RAM free, which is like a 95% in conky. Memory consumption is not load! And it's pretty normal that Linux uses up all available RAM. Substract the current cache and buffer

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Jesús Guerrero
screenshot shows something which looks like a system monitor a la gkrellm but it was painted plain onto the background / root window. It may help if you point us to the screen shot. But quite a few X applications allow drawing directly to the root window. For example, torsmo and conky (both

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread meino . cramer
Matthias Krebs matthias.kr...@gmail.com [09-09-16 19:46]: Hi, thank you for your posting ! :) Screenshot? ...oh yes! Sorry... Here it is (upper left corner): http://customize.org/thumbnails/larger/53967.jpg Hi, looks like a very basic conky configuration check out

Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-02 Thread Daniel Pielmeier
f portage thus considered deprecated. Unmerge it and conky should pull in nvidia-drivers with USE="tools,static-libs" automatically. -- Regards Daniel 0xC5E80123.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] crazy conky

2017-01-04 Thread Meino . Cramer
g, > but the only difference between yours and mine that should be able to make > a difference are: > > background = false (but I launch mine to background from a script anyway, > so probably no difference) > own_window = true > > Regards, > Arve Hi Arve, I changed both to values of your config and: TADA! Conky is not longer crazy! Thanks a lot! :) Cheers Meino

Re: [gentoo-user] how do you monitor your pc?

2020-04-02 Thread Michael
apps > that you recommend?) > * another shows `watch 'dmesg -T` for kernely > things not showing up in `journalcdl`. > > [question 1] i wonder how do you monitor your pc? > > [question 2] i'm thinking to put my > `journalctl -f` as a wallpaper that keeps updating. &g

[gentoo-user] official gentoo wallpaper font

2015-06-29 Thread Michael Mair-Keimberger
Hi all, Quick question: Can someone tell which font is being used in the official 10 years compiling wallpaper [1] (top right)? I haven't found any information about it, but i like it and want to use it for a conky configuration :) Thx [1] https://www.gentoo.org/assets/img/wallpaper/gentoo-10

[gentoo-user] Wifi slow motion data transfer

2015-07-28 Thread Meino . Cramer
Hi, the AP is now up and running ... but the the transfer rates are only about 80 Kb/sec (conky). I use an Atheros based USB wifi dongle, create_ap for setup and the internet connection goes via my PC. There are no other transfers running (check with wireshark), beside occassional dns and pop3

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Michael
other distros as well. It will be more than just keeping the ebuild > up to date. I'm hoping that someone somewhere will take it up. I'd > think it is used by a lot of people. Surely someone can do coding > updates as well. Only needs one, maybe two, people. > > I found a video o

Re: [gentoo-user] Few problems

2006-12-31 Thread Pavel Kouřil
that you have high cpu and ram usage? Conky, and how is pc slow. =/ Conky might be showing all ram usage, without telling you whether it's disk cache or applications using it. Take a look at kinfocenter's memory page and see what it says for application ram usage. Unused ram is wasted

[gentoo-user] Conkyrc and the troubles I have with it...

2018-06-08 Thread tuxic
Hi, recently my conky stopped working due to a format change of the config file of conky. Unfortunately the provided convert scritp does not work at all: /usr/bin/lua: /tmp/convert.lua:139: attempt to index local 'settings' (a nil value) stack traceback: /tmp/convert.lua:139: in main

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Dale
eone somewhere will take it up.  I'd think it is used by a lot of people.  Surely someone can do coding updates as well.  Only needs one, maybe two, people.  I found a video on conky.  Link below.  It's kinda scattered so I found myself skipping ahead.  There is a few times where it shows wha

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Joshua Murphy
window. For example, torsmo and conky (both in portage), supports the -w switch to specify the window id. You just need to specify the right one for the root window :) http://conky.sourceforge.net/docs.html http://torsmo.sourceforge.net/readme.php W -- A grenade thrown into a kitchen in France

Re: [gentoo-user] Wifi Monitor

2006-01-16 Thread Rumen Yotov
) Facts are stubborn things, but statistics are more pliable. - Mark Twain -- gentoo-user@gentoo.org mailing list Hi, When playing with Fluxbox also had 'torsmo', but just yesterday removed it. Seems it's dead upstream (not maintained) so i switched to conky. Currently all versions

Re: [gentoo-user] Reconstructing a Gentoo Installer Computer

2006-05-31 Thread Raymond Lewis Rebbeck
is there to pull in the PHP stuff as BASE requires it. The -mmx and several of the others are there to keep conky from pulling in a bunch of stuff as well that it does not need Thanks TIM Timothy A. Holmes IT Manager / Network Admin / Web Master / Computer Teacher Medina Christian

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Alejandro
conky Cheers. 2009/9/16 meino.cra...@gmx.de Hi, on my way to the best window manager (at least for my needs ;) ) I came across a lot of screenshots of themes. More than one screenshot shows something which looks like a system monitor a la gkrellm but it was painted plain onto

[gentoo-user] KWin closed unexpexctedly:(

2013-12-05 Thread Jackie
Hello! I am using Gentoo with kernel-3.11.6 KDE-4.11.4. It's been a while since I last used Gentoo,but when I login yesterday via KDM,my desktop went blackout emmediately with only mouse cursor(I could still move it) and my conky there.I didn't even know what happened. I then reboot and used

Re: [gentoo-user] Wifi slow motion data transfer

2015-07-28 Thread J. Roeleveld
On Wednesday, July 29, 2015 05:18:25 AM meino.cra...@gmx.de wrote: Hi, the AP is now up and running ... but the the transfer rates are only about 80 Kb/sec (conky). I use an Atheros based USB wifi dongle, create_ap for setup and the internet connection goes via my PC. There are no other

[gentoo-user] Re: KDE and the new plasma 5 thing

2016-04-15 Thread »Q«
to do that, and does it all depend on ~arch packages? Will > > it still work tomorrow? :p > > that's not plasma it's gkrell. > > Been around for years and works just about everywhere > I find the equivalent plasmoids are huge clunky and nowhere near as > useful Conky als

Re: [gentoo-user] conky failed to build: Missing unknown library/application/whatever

2017-01-03 Thread Daniel Pielmeier
Am 3. Januar 2017 10:23:05 MEZ schrieb lee : >Daniel Pielmeier writes: > >> Afaik nvidia-settings is on it's way out of portage thus considered >> deprecated. > >What's is replacing it? I mentioned it my the previous mail but I should have been more clear.

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Neil Bothwick
see anything obvious to replace it. The only thing I've found that comes close is app-admin/conky - it's nice but a bit awkward to set up. The last time I troed it was a few years ago and there was the odd issue so I went back to GkrellM. -- Neil Bothwick Pound for pound, the amoeba is the most vi

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Willie Wong
allow drawing directly to the root window. For example, torsmo and conky (both in portage), supports the -w switch to specify the window id. You just need to specify the right one for the root window :) Correction, torsmo is gone from portage since at least 3 years ago, conky was born

Re: [gentoo-user] Wifi slow motion data transfer

2015-07-29 Thread Meino . Cramer
J. Roeleveld jo...@antarean.org [15-07-29 16:38]: On Wednesday, July 29, 2015 05:18:25 AM meino.cra...@gmx.de wrote: Hi, the AP is now up and running ... but the the transfer rates are only about 80 Kb/sec (conky). I use an Atheros based USB wifi dongle, create_ap for setup

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Michael
about looking either. I'm looking into app-admin category but > > don't see anything obvious to replace it. > > The only thing I've found that comes close is app-admin/conky - it's nice > but a bit awkward to set up. The last time I troed it was a few years ago > and there was

[gentoo-user] start X at startup without a login manager

2009-03-20 Thread fei huang
here: export XMODIFIERS='@im=SCIM' export GTK_IM_MODULE=scim scim -d xrdb -merge ~/.Xresources urxvtd -q -f -o conky -q exec awesome any ideas? thanks fei

Re: [gentoo-user] Reconstructing a Gentoo Installer Computer

2006-05-31 Thread Hans-Werner Hilse
a package specification, not a USE flag. And: What is BASE? The -mmx and several of the others are there to keep conky from pulling in a bunch of stuff as well that it does not need When mmx isn't set by default there's no good reason to disable it, right? Make sure that you have understood

[gentoo-user] Net.eth0 is hesitant to start

2006-10-30 Thread Timothy A. Holmes
there Sometimes for quite sometime before I ctrl-c and try again -- sometimes doing it in a different window helps, as does rebooting and trying again. My list of processes in conky shows the script running and also arping but nothing changes and the interface doesn't start -- Can someone suggest

[gentoo-user] X slowed down; is it KDE?

2007-01-21 Thread Vlad Dogaru
Hello, Since this morning, Fluxbox has been running very slowly. For instance, when I start Eterm, it takes about 3 to 5 seconds. Every single time. And conky shows X climbing up to 100% CPU usage until I get the terminal window. Could this be because of my failed attempt to compile KDE? Emerge

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Willie Wong
but it was painted plain onto the background / root window. It may help if you point us to the screen shot. But quite a few X applications allow drawing directly to the root window. For example, torsmo and conky (both in portage), supports the -w switch to specify the window id. You just need to specify

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-05 Thread the
it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I rebooted again and KDE still isn't working now.All I know is that when I log in all is black...I tried to remove ~/.kde4

[gentoo-user] Get bridge working for xen

2014-04-16 Thread Facu Curti
, with any iface, to to outside, or even to the getaway, it says host unreachable. Also, the system delays on load the system. It takes like 30 sec more, and conky get stuck (I use it to take data like IP, getway, dns, etc..). I hope can help me please, I need to get this working :/ Thank you! You all

Re: [gentoo-user] OpenSP build fails

2014-04-26 Thread Stroller
noticed from above is weechat and conky depends from ncurses but glibc is not and other packages that depends builds fine(zsh, bash, mc). The glibc error looks to be related to gcc. What versions of gcc are installed, what does `gcc-config -l` say? Stroller.

Re: [gentoo-user] crazy conky

2017-01-04 Thread Arve Barsnes
On 4 January 2017 at 14:44, wrote: > My config is as follows: > > conky.config = { > background = true, > use_xft = true, > font = 'Sans:size=8', > xftalpha = 1, > update_interval = 1.0, > total_run_times = 0, >

[gentoo-user] revdep-rebuild

2012-06-05 Thread Willie Matthews
/usr/bin/cdxa2mpeg (requires libcdio.so.12 libiso9660.so.7) * broken /usr/bin/conky (requires libiw.so.29) [ 16% ] * broken /usr/bin/jsc-1 (requires libicui18n.so.48 libicuuc.so.48) [ 18% ] * broken /usr/bin/mencoder (requires libcdio_cdda.so.0 libcdio_paranoia.so.0) [ 19% ] * broken /usr

Re: [gentoo-user] Awesome vs Xmonad

2008-12-17 Thread Gregory SACRE
want as the configuration script, which is using the Lua script language, can load system commands (such as conky, even thought I couldn't get it to work, but used native lua scripts with the wicked.lua library) or run native code (I use this to see the disk space, mpd songs, battery life, cpu usage

Re: [gentoo-user] Awesome vs Xmonad

2008-12-17 Thread Man Shankar
was easy :-p) this wm is. You can do pretty much what you want as the configuration script, which is using the Lua script language, can load system commands (such as conky, even thought I couldn't get it to work, but used native lua scripts with the wicked.lua library) or run native code (I use

Re: [gentoo-user] kernel 2.6.12-r9 : sensors don't work

2005-09-01 Thread Holly Bostick
else had this problem using Kernel 2.6.10/11/12 + Gkrellm2 ? My answer is still 'no problems here'; I am also using GKrellm2, and while I didn't know it had its own sensors, they work fine ( temperature, fan, thermal, hdd, and voltage. I had turned them off because I replaced them with conky

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread meino . cramer
something which looks like a system monitor a la gkrellm but it was painted plain onto the background / root window. It may help if you point us to the screen shot. But quite a few X applications allow drawing directly to the root window. For example, torsmo and conky (both in portage

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
only voltages and temperatures. GKrellm (normally I use conky) also detects no fans. @Dale: Do you have exactly the same board (ASUS Crosshair IV formula) as I, or? I tried to include everything into the kernel but unfortunately the results are the same: No fans and the it87 driver seems

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-24 Thread Elaine C. Sharpe
) and conky for system monitoring, midnight commander or worker for file management, and you have a pretty complete desktop without need of all the bloaty k or g stuff. It's a *lot* faster that way, too. -- caveat utilitor ♫ ❤ ♫ ❤ ♫ ❤ ♫

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-24 Thread Dale
Elaine C. Sharpe wrote: I use fluxbox and sometimes wmaker. Probably a lot of people are put off by the default configs, but both offer extremely powerful and versatile customization tools. Add your fave terminal emulator (I recommend terminator for it's killer feature set) and conky for system

[gentoo-user] Re: How to read fan speed of my graphics card?

2012-02-25 Thread »Q«
of that possibility as I recognized nvidia-settings as a gui application only... :) If you're using app-admin/conky you can get a nice display of a several nVidia card status numbers. The man page has the nVidia options. That may not fit what you wanted, but I thought it wouldn't hurt to toss

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-05 Thread Mick
move it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I rebooted again and KDE still isn't working now.All I know is that when I log in all is black...I tried to remove ~/.kde4

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-05 Thread Alan McKinnon
mouse cursor(I could still move it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I rebooted again and KDE still isn't working now.All I know is that when I log in all is black

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-05 Thread Mick
yesterday via KDM,my desktop went blackout emmediately with only mouse cursor(I could still move it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I rebooted again and KDE still

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-06 Thread Jackie
blackout emmediately with only mouse cursor(I could still move it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I rebooted again and KDE still isn't working now.All I know is that when

Re: [gentoo-user] KWin closed unexpexctedly:(

2013-12-06 Thread Jackie
last used Gentoo,but when I login yesterday via KDM,my desktop went blackout emmediately with only mouse cursor(I could still move it) and my conky there.I didn't even know what happened. I then reboot and used openbox/KDE session and it worked all properly and I upgraded my system.After all that I

Re: [gentoo-user] Get bridge working for xen

2014-04-16 Thread AR
network on my domain0. I attach my /etc/conf.d/net When I try to ping, with any iface, to to outside, or even to the getaway, it says host unreachable. Also, the system delays on load the system. It takes like 30 sec more, and conky get stuck (I use it to take data like IP, getway, dns, etc

Re: [gentoo-user] OpenSP build fails

2014-04-27 Thread Nikita Tropin
anything else if it prevented me addressing this matter. The only thing I'm noticed from above is weechat and conky depends from ncurses but glibc is not and other packages that depends builds fine(zsh, bash, mc). The glibc error looks to be related to gcc. What versions of gcc are installed

Re: [gentoo-user] urxvt on i3wm as wallpaper

2014-12-07 Thread lee
, not in the floating mode or something like that. For example like the conky behaves when it is on the walpaper. I guess you'd have to build the terminal into the WM to achieve this. Other than that, you can always make the terminal fullscreen, and then there's no significant difference between

Re: [gentoo-user] urxvt on i3wm as wallpaper

2014-12-07 Thread behrouz khosravi
a terminal that is on the background (wallpaper) of the screen, not in the floating mode or something like that. For example like the conky behaves when it is on the walpaper. I guess you'd have to build the terminal into the WM to achieve this. Other than that, you can always make

Re: [gentoo-user] Re: "No CUDA device found" with nvidia-drivers newer than nvidia-drivers-396.24-r1(

2018-08-15 Thread Corentin “Nado” Pazdera
uot; > ABI_S390="-32 -64" ABI_X86="64 -32 -x32" KERNEL="linux -FreeBSD") > > and set via /etc/portage/package.use > > # required by app-admin/conky-1.10.6-r1::gentoo[nvidia,X] > # required by @selected > # required by @world (argument) >> =x11-drivers

Re: [gentoo-user] Re: "No CUDA device found" with nvidia-drivers newer than nvidia-drivers-396.24-r1(

2018-08-14 Thread tuxic
6.24-r1(0/396)^md(08:31:04 PM 08/14/2018)(X driver kms static-libs tools uvm -acpi -compat -gtk3 -multilib -pax_kernel -wayland ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" KERNEL="linux -FreeBSD") an

Re: [gentoo-user] Re: Wifi slow motion data transfer

2015-07-29 Thread Meino . Cramer
established? 'ip link' and 'netstat -nr' are a good start. Later on we'll get you some gui tools and a monitoring software (a ton of options)... USB is USB 2.0 The speed is measured by conky, which reads the transfer rate at eth0. At that tome, the tablet was getting a greater

Re: [gentoo-user] Awesome vs Xmonad

2008-12-17 Thread Dake Wang
system commands (such as conky, even thought I couldn't get it to work, but used native lua scripts with the wicked.lua library) or run native code (I use this to see the disk space, mpd songs, battery life, cpu usage with a graph, ...). Sounds great but when i customize the file and save

Re: [gentoo-user] Suggestions for a minimalistic system

2007-01-20 Thread Vlad Dogaru
% of 384 MiB of RAM, with 6 firefox tabs, Gaim, Eterm, Conky, mpd and other mostly insignificant processes. But I still experience a serious drop in responsiveness when opening, say, 3 Slashdot tabs at once, or when starting linuxdcpp. One good thing (among others) of using a real desktop environment

Re: [gentoo-user] [OT] In search of a good windowmanager

2009-09-12 Thread forgottenwizard
-graphs of the IceWM-Taskbar, which shows CPU load and net traffic throughput. Can I get this anywhere in a way that it is incorparated into fbpanel? mcc It may be possible, but I don't know how. I used fbpanel as just a panel, though if you scale it down in width you could run conky

Re: [gentoo-user] [OT] In search of a good windowmanager

2009-09-13 Thread Jesús Guerrero
used fbpanel as just a panel, though if you scale it down in width you could run conky and get the info you want in the exposed area. You can use the fluxbox slit to embed wmaker applets, there are quite a lot on portage under the category x11-plugins/ but also in many more places. You could

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
voltages and temperatures. GKrellm (normally I use conky) also detects no fans. @Dale: Do you have exactly the same board (ASUS Crosshair IV formula) as I, or? I tried to include everything into the kernel but unfortunately the results are the same: No fans and the it87 driver seems not to work for me

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
-version locally but I cant read from the ITE chip. Still only voltages and temperatures. GKrellm (normally I use conky) also detects no fans. @Dale: Do you have exactly the same board (ASUS Crosshair IV formula) as I, or? I tried to include everything into the kernel but unfortunately

[gentoo-user] Re: Wifi slow motion data transfer

2015-07-29 Thread James
on we'll get you some gui tools and a monitoring software (a ton of options)... USB is USB 2.0 The speed is measured by conky, which reads the transfer rate at eth0. At that tome, the tablet was getting a greater piece of tar archive (LInux for Android) and no other traffic other than

Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition

2015-10-17 Thread Heiko Baums
Am 17.10.2015 um 16:59 schrieb meino.cra...@gmx.de: > The equery command found three more of those: > app-admin/conky-1.9.0-r3 (nvidia ? media-video/nvidia-settings) > sci-libs/vtk-6.1.0-r1 (video_cards_nvidia ? media-video/nvidia-settings) > sys-apps/hwloc-1.10.0-r2 (gl ? media-

Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition

2015-10-17 Thread Heiko Baums
Am 17.10.2015 um 18:37 schrieb Heiko Baums: > Am 17.10.2015 um 16:59 schrieb meino.cra...@gmx.de: >> The equery command found three more of those: >> app-admin/conky-1.9.0-r3 (nvidia ? media-video/nvidia-settings) >> sci-libs/vtk-6.1.0-r1 (video_cards_nvidia ? media-video/nv

Re: [gentoo-user] Battery plugin on fbpanel

2016-11-22 Thread William Ernesto Cárdenas Gómez
T1 > The output is total 0 drwxr-xr-x 2 root root 0 nov 22 16:21 . drwxr-xr-x 49 root root 0 nov 22 16:21 .. lrwxrwxrwx 1 root root 0 nov 22 16:16 ADP0 -> ../../devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/ADP0 lrwxrwxrwx 1 root root 0 nov 22 16:16 BAT0 -> ../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0 No problem with tint2 and conky.

Re: [gentoo-user] Re: Something eats my memory - please help

2017-04-10 Thread Alan McKinnon
he top of top. Gnome's monitors are smaller but just as resource sucky. enlightenment has nice ones, but they are few and only work with enlightenment (which I gave up on shortly into e0.18) conky really only works if you minimize all windows and look at the desktop. Not for me. CLI tools are nice

Re: [gentoo-user] crazy conky

2017-01-04 Thread Meino . Cramer
t a new installation? What does your config look > like? My conky instances don't behave like this as far as I know, and my > config looks like this: > > own_window = true, > own_window_transparent = true, > own_window_type = 'desktop', > own_window_hints = 'undecorated

RE: [gentoo-user] Reconstructing a Gentoo Installer Computer

2006-05-31 Thread Timothy A. Holmes
Jeremiah 29:11 Esther 4:14 -- Raymond Lewis Rebbeck -- gentoo-user@gentoo.org mailing list [Timothy A. Holmes] Raymond - the dev-lang/php use flag is there to pull in the PHP stuff as BASE requires it. The -mmx and several of the others are there to keep conky from pulling in a bunch

Re: [gentoo-user] [OT] In search of a good windowmanager

2009-09-13 Thread Hazen Valliant-Saunders
it down in width you could run conky and get the info you want in the exposed area. You can use the fluxbox slit to embed wmaker applets, there are quite a lot on portage under the category x11-plugins/ but also in many more places. You could as well use gkrellm which does a lot of things

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
it. I installed that svn-version locally but I cant read from the ITE chip. Still only voltages and temperatures. GKrellm (normally I use conky) also detects no fans. @Dale: Do you have exactly the same board (ASUS Crosshair IV formula) as I, or? I tried to include everything into the kernel

Re: [gentoo-user] Get bridge working for xen

2014-04-16 Thread Facu Curti
, and conky get stuck (I use it to take data like IP, getway, dns, etc..). I hope can help me please, I need to get this working :/ Thank you! You all are the best!! Bye! Sorry if my english is not the best :/ [1] https://wiki.gentoo.org/wiki/Xen#Networking_on_Unpriviledged_Domains

Re: [gentoo-user] Get bridge working for xen

2014-04-18 Thread Joost Roeleveld
, the system delays on load the system. It takes like 30 sec more, and conky get stuck (I use it to take data like IP, getway, dns, etc..). I hope can help me please, I need to get this working :/ Thank you! You all are the best!! Bye! Sorry if my english is not the best

Re: [gentoo-user] Get bridge working for xen

2014-04-18 Thread Facundo Curti
, or even to the getaway, it says host unreachable. Also, the system delays on load the system. It takes like 30 sec more, and conky get stuck (I use it to take data like IP, getway, dns, etc..). I hope can help me please, I need to get this working :/ Thank you! You all are the best

  1   2   >