MetX wrote:Oh, forgot to note, gentoo-sources are better than vanilla-sources because it includes fixes made by gentoo's team.
What?? That doesnt necissarily mean it is better!! Personally I use it, but to say that it is better because it has fixes made by the gentoo team is completely unfounded.
use gnome-light. If evolution is the only thing you dont want, do an emerge --unmerge gnome emerge gnome-light
emerge -av depclean
then add everything listed to /var/liub/portage/world EXCEPT evolution (and its direct dependencies), and this way you will have a complete GNOME install just minus ...
Firstly you do not need the lm_sensors or i2c packages installed to use the sensors, as as you said yourself, the kernel already has the modules, you just need to know which ones to build and then load (however the sensors program comes with lm_sensors IIRC). Perhaps there is some conflict between ...
you shouldnt need to set portdir overlay for portage to find the files in /etc/portage as it should look there automatically.
The portage overlay and the package.mask/keywords/whatever are unrelated
emacs is good. If you want it with nice gtk2 menus etc emerge emacs-cvs
there is a lot of discussion of emacs (and vim) around these forums so searching for previous comments about emacs will probably be useful also, as this may degrade into the usual emacs vs vim battles
you may need the latest nvidia drivers to work with the 6600gt, but they are masked as unstable. to unmask them, type as root: mkdir /etc/portage echo "media-video/nvidia-kernel ~x86" >> /etc/portage/package.keywords echo "media-video/nvidia-glx ~x86" >> /etc/portage/package.keywords modprobe -r ...
I am not an expert with valgrind but I think thats just to do with the linking, so I wouldn't be too worried.. Is this a C or C++ program (C I assume), so you shouldn't be declaring a new variable i at the start of your for loop, this should be declared before the for loop starts ie:
evolution now contains a plugin to do this, but I guess you'll need it running to get the functionality...
Not sure which version it is in / will be in (am not at by linux box at the moment so can't check it)... it is in CVS though (new-mail-notify)