Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 217 matches

Go to advanced search

Advanced search
Search found 217 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
by apmurray
Mon Oct 03, 2005 12:44 pm
Forum: Desktop Environments
Topic: Looking for applets showing CPU temp. for Gnome2 ?
Replies: 26
Views: 4719

GNOME Sensors Applet has now been added to portage!

Code: Select all

emerge sensors-applet
  • Jump to post
by apmurray
Sun Oct 02, 2005 5:24 am
Forum: Kernel & Hardware
Topic: How do i get the best performance?
Replies: 12
Views: 4374

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.
  • Jump to post
by apmurray
Sun Oct 02, 2005 1:34 am
Forum: Desktop Environments
Topic: Nautilus Desktop / Computer icon for HAL automounted devices
Replies: 14
Views: 4936

gnome-volume-manager does the same thing as ivman so I would get rid of Ivman..
Also have you added yourself to the plugdev group??
  • Jump to post
by apmurray
Sat Oct 01, 2005 9:57 am
Forum: Desktop Environments
Topic: Looks like Xorg has a memory leak....
Replies: 7
Views: 2195

maybe anything that you have running - not specifically xorg - perhaps something in kde?
  • Jump to post
by apmurray
Wed Sep 07, 2005 10:34 am
Forum: Portage & Programming
Topic: Block evolution from emerging
Replies: 7
Views: 2271

check the ebuild:
RDEPEND=">=gnome-extra/libgtkhtml-3.6.2
>=gnome-extra/gal-2.4.2
>=gnome-extra/evolution-data-server-1.2.2
>=net-libs/libsoup-2.2
>=dev-libs/glib-2
>=dev-libs/libxml2-2
>=x11-libs/pango-1.8.1
>=gnome-base/gconf-2
>=gnome-base/libglade-2
>=gnome-base/gnome-vfs-2.4
>=gnome ...
  • Jump to post
by apmurray
Wed Sep 07, 2005 3:21 am
Forum: Portage & Programming
Topic: Block evolution from emerging
Replies: 7
Views: 2271

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 ...
  • Jump to post
by apmurray
Sun Aug 21, 2005 1:07 am
Forum: Kernel & Hardware
Topic: System Monitor
Replies: 7
Views: 2397

if you run Gnome: Gnome Sensors Applet - ebuild available from gentoo bugzilla
  • Jump to post
by apmurray
Sat Jul 30, 2005 12:25 am
Forum: Portage & Programming
Topic: applet includes ??
Replies: 1
Views: 703

this should already be installed, as it is needed to compile gnome-applets...
For a primer on writing Gnome 2 Applets check out http://www.gnome.org/projects/ORBit2/ap ... orial.html
  • Jump to post
by apmurray
Sat Jul 23, 2005 11:23 pm
Forum: Desktop Environments
Topic: Gnome 2.10 menus buggy by nature?
Replies: 1
Views: 796

perhaps the problem is in smeg and not the menus themselves.
  • Jump to post
by apmurray
Thu Jul 07, 2005 8:48 am
Forum: Kernel & Hardware
Topic: lm-sensors on Asus A8N-E (SOLVED)
Replies: 38
Views: 6838

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 ...
  • Jump to post
by apmurray
Wed Jul 06, 2005 6:11 am
Forum: Portage & Programming
Topic: Is it possible to opt-out of parts of the portage tree?
Replies: 6
Views: 835

run emerge sync as a cron job and you won't have to wait as your tree will be as up-to-date as you want it to be
  • Jump to post
by apmurray
Sun Jul 03, 2005 11:58 am
Forum: Desktop Environments
Topic: Hooray for xorg! [solved]
Replies: 16
Views: 3746

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
  • Jump to post
by apmurray
Fri Jul 01, 2005 6:41 am
Forum: Desktop Environments
Topic: How to disable DBUS in Evo? [solved]
Replies: 5
Views: 1488

no worries, I had this same prob so was glad i could help

how intruiging - Adelaide or 'a de l'aide' in deed?
  • Jump to post
by apmurray
Fri Jul 01, 2005 2:54 am
Forum: Portage & Programming
Topic: EMacs?
Replies: 13
Views: 2145

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

in general the learning ...
  • Jump to post
by apmurray
Thu Jun 30, 2005 12:58 am
Forum: Desktop Environments
Topic: How to disable DBUS in Evo? [solved]
Replies: 5
Views: 1488

run the following command:

Code: Select all

gconftool-2  --set /apps/evolution/mail/notify/gen_dbus_msg --type boolean false
  • Jump to post
by apmurray
Wed Jun 29, 2005 12:04 pm
Forum: Desktop Environments
Topic: Firefox question marks. Missing fonts?
Replies: 8
Views: 1583

yeah I get the same thing... annoying..
  • Jump to post
by apmurray
Wed Jun 29, 2005 5:55 am
Forum: Desktop Environments
Topic: Hooray for xorg! [solved]
Replies: 16
Views: 3746

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 ...
  • Jump to post
by apmurray
Sun Jun 26, 2005 10:56 pm
Forum: Other Things Gentoo
Topic: Shutdown hanging
Replies: 44
Views: 12820

I am using vesafb but no fbsplash and I am still getting this with gentoo-sources-2.6.12-r1
  • Jump to post
by apmurray
Thu Jun 23, 2005 8:12 am
Forum: Other Things Gentoo
Topic: Shutdown hanging
Replies: 44
Views: 12820

I get the same thing - hangs when unmounting filesystems with 2.6.12-gentoo...
  • Jump to post
by apmurray
Sat Jun 18, 2005 11:55 am
Forum: Desktop Environments
Topic: gamin... help need
Replies: 8
Views: 1561

this is fixed in gamin-0.1.1 which has been released but is not in portage yet :(
  • Jump to post
by apmurray
Thu Jun 16, 2005 11:04 pm
Forum: Portage & Programming
Topic: Programming problem!
Replies: 3
Views: 567

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:

{
int i ...
  • Jump to post
by apmurray
Wed Jun 15, 2005 8:15 am
Forum: Desktop Environments
Topic: Newb portage / gnome question :(
Replies: 6
Views: 1329

don't specify the version when emerging. Instead just do an:

emerge gnome
  • Jump to post
by apmurray
Sun Jun 12, 2005 12:06 pm
Forum: Desktop Environments
Topic: evolution + dbus problem
Replies: 7
Views: 2157

I get the same thing, and I think it may be due to the fact that recently the dbus api changed, so there could be a mismatch between the two.
  • Jump to post
by apmurray
Thu Jun 09, 2005 5:57 am
Forum: Desktop Environments
Topic: I miss the mail notification applet
Replies: 9
Views: 3797

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)
  • Jump to post
by apmurray
Wed Jun 08, 2005 10:44 pm
Forum: Kernel & Hardware
Topic: lm_sensors and 2.4 kernel
Replies: 5
Views: 2338

the mininum is not an actual minimum, just a vale that you can set to be some predetermined min, so no, I wouldn't worry.
  • Jump to post

Search found 217 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic