Forums

Skip to content

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

Search found 208 matches

Go to advanced search

Advanced search
Search found 208 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
by Anacific
Sat Sep 27, 2003 1:35 am
Forum: Desktop Environments
Topic: aterm in winxp??
Replies: 6
Views: 1310

I guess you can get PuTTY for your ssh and sftp needs and then use a third party app to make it transparent. I don't see a reason to use a dos emulator on xp.
  • Jump to post
by Anacific
Sun Sep 14, 2003 11:49 pm
Forum: Duplicate Threads
Topic: alternative to gentoo
Replies: 43
Views: 9678

I'd use *BSD if I had no access to Gentoo :)
  • Jump to post
by Anacific
Sun Sep 07, 2003 8:13 am
Forum: Desktop Environments
Topic: Noob question about fluxbox install!!
Replies: 4
Views: 722

You can also create an .xinitrc file in your home directory as explained in fluxbox docs
  • Jump to post
by Anacific
Thu Aug 28, 2003 4:21 am
Forum: Desktop Environments
Topic: Fluxbox 0.9.5 out
Replies: 27
Views: 3863

Hmm... it does seem like a very minor update. I'll give this a try once I get the time though, yay!
  • Jump to post
by Anacific
Wed Aug 27, 2003 2:23 am
Forum: Duplicate Threads
Topic: Best Graphical C++ editor
Replies: 28
Views: 19164

When it come to IDEs the best ones I've used are KDevelop (for KDE/Qt) and Anjuta (Gnome/GTK)
  • Jump to post
by Anacific
Tue Aug 26, 2003 12:25 am
Forum: Portage & Programming
Topic: Linux Kernel 2.4.22 Stable is out!
Replies: 8
Views: 1704

o Fix ALi15x3 DMA on sparc64 (maybe others)
Ohhhhh!! Maybe it'll work for me too! (x86)
  • Jump to post
by Anacific
Sat Aug 23, 2003 8:04 pm
Forum: Desktop Environments
Topic: gaim .66 and .67 problems...
Replies: 9
Views: 1710

Speaking of gAIM, is there a way to get rid off buttons on IM window like "block", "warm" and such?
  • Jump to post
by Anacific
Sat Aug 23, 2003 8:00 pm
Forum: Desktop Environments
Topic: process info in fluxbox menu
Replies: 5
Views: 2038

Oh, I like it. I'll give this a try once get home!
  • Jump to post
by Anacific
Sat Aug 23, 2003 7:08 pm
Forum: Duplicate Threads
Topic: FS Benchmarks: comparing Reiser, XFS, JFS, ext3, ext2
Replies: 8
Views: 5000

Nice job!
  • Jump to post
by Anacific
Sat Aug 23, 2003 6:02 am
Forum: Desktop Environments
Topic: Previews of new Bluecurve
Replies: 40
Views: 9677

It looks great! Not that I'll try it but still.
  • Jump to post
by Anacific
Sat Aug 23, 2003 2:29 am
Forum: Installing Gentoo
Topic: Want to avoid loading modules at boot
Replies: 7
Views: 1093

Have you tried /etc/modules.autoload?
  • Jump to post
by Anacific
Sat Aug 23, 2003 2:28 am
Forum: Installing Gentoo
Topic: emerge --depclean problems
Replies: 2
Views: 1014

It's always nice to do emerge -p --depclean before doing the actual --depclean. In most cases it will mess up your system in one way or another and it's said so in the man pages, IIRC.
  • Jump to post
by Anacific
Fri Aug 22, 2003 10:38 pm
Forum: Installing Gentoo
Topic: Keep or reinstall?
Replies: 1
Views: 724

You'll definitely need to recompile your kernel (since your new mobo may have new chipset controllers and such). I wouldn't try and reinstall everything unless something goes horribly horribly wrong.

Make backups!
  • Jump to post
by Anacific
Fri Aug 22, 2003 10:36 pm
Forum: Installing Gentoo
Topic: Accessing window partitions
Replies: 2
Views: 898

Have you read Mounting MS Windows partitions FAQ? It covers it pretty extensively.
  • Jump to post
by Anacific
Fri Aug 22, 2003 9:43 pm
Forum: Desktop Environments
Topic: Problem emerging karamba
Replies: 8
Views: 1030

If karamba is masked (I'm not on Gentoo right now so I can't check) you have to add ACCEPT_KEYWORDS="~x86" (I'm guessing that's what was trying to say ;)) before emerging. It's a bad idea to put it in make.conf because it will tell portage that merging masked (= possibly unstable) is okay.

Try ...
  • Jump to post
by Anacific
Wed Aug 20, 2003 7:05 am
Forum: Desktop Environments
Topic: FluxBox Assessment and summation.
Replies: 21
Views: 3121

I think it would be nice to have a config app that does the basics. Of course, you can say that flux is not a DE. However, I don't know anyone who doesn't want to have nice wallpaper. Why include a nice way of setting it via the flux menu.

I don't have a problem with setting it manually, I just ...
  • Jump to post
by Anacific
Wed Aug 20, 2003 3:22 am
Forum: Installing Gentoo
Topic: kernel panic
Replies: 4
Views: 1269

If you copied your kernel to /boot then in your grub it should be

Code: Select all

kernel /bzImage-gaming root=/dev/hda7
  • Jump to post
by Anacific
Wed Aug 20, 2003 3:15 am
Forum: Installing Gentoo
Topic: More HD problems
Replies: 3
Views: 698

I'm pretty sure you can press "Pause" on your keyboard during boot to see what you actually have. You should also be able to see them in your BIOS.

I'm pretty sure there are other ways but I'm braindead right now. 8O
  • Jump to post
by Anacific
Wed Aug 20, 2003 12:02 am
Forum: Desktop Environments
Topic: Flux and USE variables
Replies: 4
Views: 1280

I have -kde -gnome set in my USE flags and everything works just fine (w/ fluxbox)

Of course, if something doesn't work you can check with emerge -pv and then turn those flags on just for that application.
  • Jump to post
by Anacific
Tue Aug 19, 2003 7:54 am
Forum: Desktop Environments
Topic: kdebase
Replies: 6
Views: 1158

Yes, you can.
Also you can exclude individual applications you do not want

ie.

Code: Select all

export DO_NOT_COMPILE="koffice kfoo kbar ketc..." emerge kdebase
KDE Program Documentation has the list of applicatioins in each package with descriptions.
  • Jump to post
by Anacific
Tue Aug 19, 2003 7:39 am
Forum: Desktop Environments
Topic: kdebase
Replies: 6
Views: 1158

Yes :)
Also this way you can avoid merging kdegames and other stuff you may not need!
  • Jump to post
by Anacific
Tue Aug 19, 2003 7:27 am
Forum: Desktop Environments
Topic: Cannot start X with a .xinitrc file
Replies: 4
Views: 1047

Did you chmod it?

ie.

Code: Select all

$ chmod 700 .xinitrc
  • Jump to post
by Anacific
Fri Aug 15, 2003 10:29 pm
Forum: Installing Gentoo
Topic: emerge sync doesn't work
Replies: 5
Views: 1937

There are quite a few threads covering the problem. Have you read any of them?

For example,
http://forums.gentoo.org/viewtopic.php?t=72007
  • Jump to post
by Anacific
Fri Aug 15, 2003 10:22 pm
Forum: Installing Gentoo
Topic: APM & alsa
Replies: 2
Views: 1122

After each kernel recompile you should re-emerge alsa-driver.

ie.

Code: Select all

emerge alsa-driver
as stated in the ALSA installation guide. Did you do that?
  • Jump to post
by Anacific
Sun Aug 10, 2003 8:51 pm
Forum: Desktop Environments
Topic: fluxbox, idesk, and fbdesk headaches
Replies: 8
Views: 1758

I think that menu transparency is only available in the developer version 0.9.4
I'm couldn't be bothered to find out how to install it though. If someone can tell us, it would be nice ;)
  • Jump to post

Search found 208 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