Forums

Skip to content

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

Can Beryl and Fluxbox be friends?

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
34 posts
  • 1
  • 2
  • Next
Author
Message
kha0s
n00b
n00b
User avatar
Posts: 21
Joined: Sun Feb 11, 2007 9:16 pm
Location: Lisbon, PT

Can Beryl and Fluxbox be friends?

  • Quote

Post by kha0s » Sun Feb 18, 2007 9:20 am

I'm afraid the anwser will be a blunt "NO", but I still have to ask: Is it possible to have beryl running under fluxbox? If not, do you think it will be at short term?

Cheers
Who will guard the guards?
Top
yabbadabbadont
Advocate
Advocate
User avatar
Posts: 4791
Joined: Fri Mar 14, 2003 12:02 am
Location: 2 exits past crazy

  • Quote

Post by yabbadabbadont » Sun Feb 18, 2007 9:55 am

You are correct, the answer is "No". :D

The problem is that Beryl and Fluxbox are both window managers. They serve the exact same purpose. You can only have one window manager running at a time. With the desktop environments (xfce, gnome, kde), Beryl is just replacing one part of the system (xfwm, metacity, kwin). I hope that made sense.
Bones McCracker wrote:On the other hand, regex is popular with the ladies.
Top
kha0s
n00b
n00b
User avatar
Posts: 21
Joined: Sun Feb 11, 2007 9:16 pm
Location: Lisbon, PT

  • Quote

Post by kha0s » Sun Feb 18, 2007 12:19 pm

Yeah, it makes sense. I only asked because of something I read in Beryl gentoo-wiki.org guide
(http://gentoo-wiki.com/Beryl):
Manually (no manager)

The following can be used as a script to start Beryl without its manager component:

LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ \
beryl --replace dbus settings &
emerald &


At first sight (especial for someone who's dreaming for a long time to have a "3D beryl fluxbox) it seemed that by "starting Beryl without its manager component" one could make the dream come true!

Nevertheless it's all good, because shattered dreams have been the story of my life, :lol:

Hasta
Who will guard the guards?
Top
bitwise
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 104
Joined: Wed Apr 20, 2005 4:42 pm
Location: seattle
Contact:
Contact bitwise
Website

  • Quote

Post by bitwise » Sun Feb 18, 2007 4:18 pm

are you guys sure? you can start beryl by just running `beryl` and the window manager for beryl is started by `emerald`, so, couldn't you just put beryl and fluxbox (no emerald) in your .xinitrc?
Top
madisonicus
Veteran
Veteran
User avatar
Posts: 1130
Joined: Wed Sep 20, 2006 9:31 pm

  • Quote

Post by madisonicus » Sun Feb 18, 2007 4:29 pm

Not hard to find out what happens...

Code: Select all

$ beryl
**************************************************************
* Beryl system compatibility check                           *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

Relaunching beryl with __GL_YIELD="NOTHING"
**************************************************************
* Beryl system compatibility check                           *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : passed
Checking maximum texture size                   : passed (4096x4096)

beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0.0
Nothing.
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Top
ll4e
n00b
n00b
User avatar
Posts: 28
Joined: Thu Dec 14, 2006 10:59 am

  • Quote

Post by ll4e » Sun Feb 18, 2007 7:03 pm

Try using:

Code: Select all

beryl --replace
edit: Sorry, as kha0s pointed out, you could use:

Code: Select all

LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ \
beryl --replace dbus settings &
emerald & 
Top
widremann
Veteran
Veteran
Posts: 1314
Joined: Mon Mar 14, 2005 9:47 pm

  • Quote

Post by widremann » Sun Feb 18, 2007 8:12 pm

I think some people here are having a hard time understanding why this is utterly impossible. Beryl is a window manager, Fluxbox is a window manager and you can only have one running at a time. Case closed.

And for your reference, here are some facts about how this works so you can understand why this is impossible.

The window manager is Beryl. A window manager intercepts certain X requests in such a fashion that it can deal with things like window borders and title bars, as well as focus and window stacking. Beryl does all that, but it also does compositing. That means that tells X to force all subwindows of the root window to have their output redirected to image buffers. These buffers are available to Beryl and it uses them to either display the window content on the screen, or to do special effects (such as fade-ins). There cannot be multiple window managers because it would not make sense for X to redirect requests and window buffers to multiple programs. Consequently, X does not allow redirection to be done by multiple programs (on the same window, at least...in this case, the root window. You could have window managers that manage subwindows of some other window, to make, e.g., an MDI interface, but that's rarely done).

Emerald is a special program that just draws window decorations. Beryl allows it somehow to draw the stuff in the window frames, instead of having Beryl do it itself (most window managers draw the frames themselves). The idea is that this allows for easier configurability in window decorations. In any case, Emerald is NOT a window manager. It cannot be used by itself without Beryl. You may be able to run it without errors, but it won't do anything. You need to have Beryl running to make it be useful.

A few other notes:
1) Running beryl --replace tells Beryl to replace the currently running window manager, in this case, Fluxbox. This is not what you want.
2) When somebody saw that you could disable the Beryl manager, that does not mean the Beryl window manager. The Beryl Manager is just that program that sits in the system tray and lets you select window managers and window decorators, as well as other options. The Beryl window manager cannot be disabled because that's all it is: a window manager. It would be like disabling the text-editor component of gedit...
Top
funkyade
n00b
n00b
User avatar
Posts: 33
Joined: Sun Nov 12, 2006 9:38 pm
Location: France (61)

  • Quote

Post by funkyade » Mon Feb 26, 2007 3:11 pm

Been trying this myself, as fancied using flux with beryl. I don't think it is possible at the moment. However, you could use xcompmgr instead which gives you some nice transparency effects.

Code: Select all

$ sudo emerge xcompmgr
$ xcompmgr -c -r12 -l 0 -t 0 &
hope this helps a bit.

oh, if you get errors that packages have not been installed with the USE="xcomposite" flag set, then set it! You may as well stick it in make.conf.
Top
isidore_ducasse
n00b
n00b
Posts: 11
Joined: Mon Feb 12, 2007 11:36 pm

fluxbox and beryl akind?

  • Quote

Post by isidore_ducasse » Thu Mar 15, 2007 1:25 am

widremann's quote: "Fluxbox is a window manager and you can only have one running at a time. Case closed."

I wouldn't say so: I can imagine people (like me) get confused when other people assume beryl and fluxbox are akind: beryl can't start a new session on its own while fluxbox can!

So what's the trick? Traditionally, window managers are the applications that get called by the graphical login manager, such as xdm or gdm. So beryl isn't one! Formally, window managers are applications that manage window behaviour and that's all. So fluxbox is more than a window manager, since it takes care of bringing your desktop on...

In my opinion, we should state that fluxbox is a minimal desktop environment, so minimal that it embeds a window manager, which makes it incompatible with beryl or any other window manager. I can imagine this situation is here to last...

If you want to have beryl running with a "minimal" desktop environment, you'd better head towards xfce4 (careful! beryl's integration in xfce is not what I would call complete and automated; on my machine I have several issues such as Terminal becoming blank, etc)... and that's about all, as far as I can see.

One could imagine pulling in the mere requirements to start a session from gnome, but I heard metacity (gnome's window manager) still has to be loaded first at session-boottime, for beryl to replace it. So one'll have to pull metacity in anyway.

The clue is: don't think about sparing softs on your machine if you want beryl in.
-<*><*>-
^
Ooh --<
Top
widremann
Veteran
Veteran
Posts: 1314
Joined: Mon Mar 14, 2005 9:47 pm

Re: fluxbox and beryl akind?

  • Quote

Post by widremann » Thu Mar 15, 2007 3:16 am

isidore_ducasse wrote:widremann's quote: "Fluxbox is a window manager and you can only have one running at a time. Case closed."

I wouldn't say so: I can imagine people (like me) get confused when other people assume beryl and fluxbox are akind: beryl can't start a new session on its own while fluxbox can!

So what's the trick? Traditionally, window managers are the applications that get called by the graphical login manager, such as xdm or gdm. So beryl isn't one! Formally, window managers are applications that manage window behaviour and that's all. So fluxbox is more than a window manager, since it takes care of bringing your desktop on...
You are getting confused. Technically, anything can get started by the display manager. There just has to be a session file in some obscure place /etc/X11. To date, people haven't done that for Beryl because it is meant to be used in conjunction with a DE. There is no reason that you can't use Beryl by itself just like you would use Fluxbox...but people don't in general.

More importantly, you are missing the key point about what makes a WM a WM. It does not have to do with whether the display manager starts it or anything like that. A window manager is a program that enables substructure redirection on the root window. This allows it to trap requests to map and unmap windows and other things like that. Fluxbox also listens for mouse events on the root window. This is how you get that nice right click menu. Additionally, Fluxbox creates its own (unmanaged) window at the bottom of the screen: the toolbar. It's still one program. It's still just a window manager. There's nothing else going on.
In my opinion, we should state that fluxbox is a minimal desktop environment, so minimal that it embeds a window manager, which makes it incompatible with beryl or any other window manager. I can imagine this situation is here to last...
You can state whatever you want, but that doesn't change the reality of things. Both Fluxbox and Beryl are window managers that do more or less the same thing (with respect to window management...Beryl, however, does compositing as well).
If you want to have beryl running with a "minimal" desktop environment, you'd better head towards xfce4 (careful! beryl's integration in xfce is not what I would call complete and automated; on my machine I have several issues such as Terminal becoming blank, etc)... and that's about all, as far as I can see.

One could imagine pulling in the mere requirements to start a session from gnome, but I heard metacity (gnome's window manager) still has to be loaded first at session-boottime, for beryl to replace it. So one'll have to pull metacity in anyway.
I think you can make it so GNOME doesn't ever start Metacity, but even if it does have to initially, you can automate the process of having Beryl start and this means that you don't have to really worry about Metacity.
Top
piwacet
Guru
Guru
Posts: 486
Joined: Thu Dec 30, 2004 1:27 am

  • Quote

Post by piwacet » Thu Mar 15, 2007 4:19 am

Yeah Beryl + Fluxbox would be fantastic.
Top
PP133
Apprentice
Apprentice
Posts: 192
Joined: Thu Jun 02, 2005 9:20 pm

Fluxbox - Beryl

  • Quote

Post by PP133 » Tue Mar 27, 2007 11:48 pm

Hey peeps, I'm currently running fluxbox and I absolutely love its simplicity and how quickly you can edit menus and hotkeys, but yesterday I watched a great video on Beryl and now I'm tempted to switch over. So here come the questions.

A coworker of mine, avid Ubuntu user, claims that I should be able to run two windows managers at once, that one will compliment the other and so I should be able to install Beryl with Fluxbox, but http://wiki.gentoo-xeffects.org/FAQ states otherwise:
Can I use compiz or beryl with fluxbox/openbox?

The answer is unfortunately no. Fluxbox and Openbox are both window managers. It is impossible to run multiple window managers. Thus when you start any window manager, it detects if one is currently running. Most by default will exit with an error about it, however some like beryl will replace the currently running window manager.
So can two windows managers work together?

Next question, can I setup gentoo so that when I boot up I get to choose which windows manager will start? If so, how?

Thx in advance!
-Paul
Top
broken_chaos
Guru
Guru
Posts: 370
Joined: Wed Jan 18, 2006 7:47 am
Location: Ontario, Canada

  • Quote

Post by broken_chaos » Wed Mar 28, 2007 12:17 am

No, you cannot use two window managers at the same time. You can choose what window manager to use by using something like GDM or KDM. I wouldn't recommend using Beryl all alone, as it provides no menus, desktops, taskbars, etc... Just window decorations and fancy effects. You'll need something else to go along with it - KDE, Gnome, XFCE, or perhaps Rox.
Top
i92guboj
Bodhisattva
Bodhisattva
User avatar
Posts: 10315
Joined: Tue Nov 30, 2004 8:17 pm
Location: Córdoba (Spain)

Re: Fluxbox - Beryl

  • Quote

Post by i92guboj » Wed Mar 28, 2007 12:30 am

PP133 wrote:Hey peeps, I'm currently running fluxbox and I absolutely love its simplicity and how quickly you can edit menus and hotkeys, but yesterday I watched a great video on Beryl and now I'm tempted to switch over. So here come the questions.

A coworker of mine, avid Ubuntu user, claims that I should be able to run two windows managers at once, that one will compliment the other and so I should be able to install Beryl with Fluxbox, but http://wiki.gentoo-xeffects.org/FAQ states otherwise:
Yeah, you put them both, and they fight for each window, the winner puts the tittle bar for that window (it is a joke, of course). Jokes appart, no, that is not possible. Maybe your friend was talking about using an alternative window manager into a desktop environment. For example, you can use beryl, fluxbox or fvwm as replacements for kwin (the window manager of kde). It is also possible to do so with metacity, the default wm of gnome. So, you can run any of these WMs into kde or gnome, or any other desktop. But it is not possible to run two wm's at once. Since they have the same function (regardless of some of them having additional features).
So can two windows managers work together?
No.
Next question, can I setup gentoo so that when I boot up I get to choose which windows manager will start? If so, how?

Thx in advance!
Use kdm/gdm/entrance/slim/qingy for that. How to set it up highly depends on what you choose, so, I would first take a look at them all. If you want it to just work, go for kdm or gdm. If you want something framebuffer/console oriented look into qingy, but it has some annoyances and on certain configuration it does not play well.
Top
PP133
Apprentice
Apprentice
Posts: 192
Joined: Thu Jun 02, 2005 9:20 pm

  • Quote

Post by PP133 » Wed Mar 28, 2007 12:47 am

broken_chaos wrote:No, you cannot use two window managers at the same time. You can choose what window manager to use by using something like GDM or KDM. I wouldn't recommend using Beryl all alone, as it provides no menus, desktops, taskbars, etc... Just window decorations and fancy effects. You'll need something else to go along with it - KDE, Gnome, XFCE, or perhaps Rox.
This is an excellent example of what was confusing me, you say that Beryl should not be used alone, I had always understood this to mean that it should be used with another windows manager but it seems like you can install something else to handle menus, desktops, and taskbars, right?
-Paul
Top
mjrosenb
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 115
Joined: Mon Jun 12, 2006 3:06 pm
Location: CMU

  • Quote

Post by mjrosenb » Wed Mar 28, 2007 12:50 am

he might have been referring to the decoration manager, which comes with beryl. Beryl handles alot of the dirty work, and leaves certain things such as drawing the titlebar, minimize, maximize, etc. to a decoration manager. the default is emerald, and they have others like heliodor and aquamarine, which try to emulate kde and gnome.
I'll be mjrosenb on #${COMPUTER_RELATED_SUBJECT}
1x i386 laptop w/ Gentoo
4x i386 desktop w/ Gentoo
2x dual proc i386 w/dragonfly bsd
1x x86-64 desktop w/ Gentoo
1x i386 desktop w/ FreeBSD
1x alpha workstation w/ Gentoo
looking for more
Top
PP133
Apprentice
Apprentice
Posts: 192
Joined: Thu Jun 02, 2005 9:20 pm

Re: Fluxbox - Beryl

  • Quote

Post by PP133 » Wed Mar 28, 2007 12:51 am

6thpink wrote:Use kdm/gdm/entrance/slim/qingy for that. How to set it up highly depends on what you choose, so, I would first take a look at them all. If you want it to just work, go for kdm or gdm. If you want something framebuffer/console oriented look into qingy, but it has some annoyances and on certain configuration it does not play well.
Thanks for the reply...Now that you mention it, I think that I do have gdm installed...at least I've seen it before (I reboot so seldom that I forget what the bootup process looks like :) ) I'll take a look when I get home.
-Paul
Top
i92guboj
Bodhisattva
Bodhisattva
User avatar
Posts: 10315
Joined: Tue Nov 30, 2004 8:17 pm
Location: Córdoba (Spain)

  • Quote

Post by i92guboj » Wed Mar 28, 2007 2:07 am

mjrosenb wrote:he might have been referring to the decoration manager, which comes with beryl. Beryl handles alot of the dirty work, and leaves certain things such as drawing the titlebar, minimize, maximize, etc. to a decoration manager. the default is emerald, and they have others like heliodor and aquamarine, which try to emulate kde and gnome.
Yep, but that doesn't change a thing. Beryl is a wm, and, ultimately, it is the one that manages the windows, and it does not leave anyone else do it so while it is running. It does not matter if it has a plugin based architecture, which is ultimately what beryl is about.
PP133 wrote:
broken_chaos wrote:No, you cannot use two window managers at the same time. You can choose what window manager to use by using something like GDM or KDM. I wouldn't recommend using Beryl all alone, as it provides no menus, desktops, taskbars, etc... Just window decorations and fancy effects. You'll need something else to go along with it - KDE, Gnome, XFCE, or perhaps Rox.
This is an excellent example of what was confusing me, you say that Beryl should not be used alone, I had always understood this to mean that it should be used with another windows manager but it seems like you can install something else to handle menus, desktops, and taskbars, right?
No, reffer to my first post in this thread for more info. It means that beryl can be use within a desktop environment like kde or gnome, and in that case, beryl substitutes the native wm of that desktop.

Beryl can also be used alone, in that case, you are the responsible to provide all the functionality that you might want. Since, as stated above, the functionality of beryl -like most wms- is limited to move and resize windows (besides all the fancy stuff, it is almost useless :P ). The easiest way to do so it the .xinitrc file. You can add stuff there and it will be launched along with your beryl when you type startx. You can put there panels, pagers, karamba stuff, a terminal...
Top
Cyker
Veteran
Veteran
Posts: 1746
Joined: Thu Jun 15, 2006 7:43 pm

  • Quote

Post by Cyker » Wed Mar 28, 2007 8:35 pm

What's all the stuff Fluxbox uses for its taskbar etc?
If we can seperate them, he could have all the Fluxbox bits without the actual Window Manager - I think that's what he's after...
Top
i92guboj
Bodhisattva
Bodhisattva
User avatar
Posts: 10315
Joined: Tue Nov 30, 2004 8:17 pm
Location: Córdoba (Spain)

  • Quote

Post by i92guboj » Wed Mar 28, 2007 9:35 pm

Cyker wrote:What's all the stuff Fluxbox uses for its taskbar etc?
All that stuff is Fluxbox. There is no separate apps for what you see inside fluxbox when you start it for first time.
Top
marschw
n00b
n00b
Posts: 51
Joined: Wed Jun 04, 2003 6:38 am

  • Quote

Post by marschw » Wed Mar 28, 2007 9:37 pm

Why not use beryl as the wm, and separate applications to enable the functionality that you want from fluxbox? x11-misc/fbpanel is a decent replacement for the fluxbox panel (for me at least), anybody know of an application to recreate the right-click menu?

-=Marcus
Top
yabbadabbadont
Advocate
Advocate
User avatar
Posts: 4791
Joined: Fri Mar 14, 2003 12:02 am
Location: 2 exits past crazy

  • Quote

Post by yabbadabbadont » Wed Mar 28, 2007 9:53 pm

marschw wrote:Why not use beryl as the wm, and separate applications to enable the functionality that you want from fluxbox? x11-misc/fbpanel is a decent replacement for the fluxbox panel (for me at least), anybody know of an application to recreate the right-click menu?

-=Marcus
fbpanel includes quickstart icons and a menu so there really isn't any need for a right-click menu as the panel is (usually) always on top.
Bones McCracker wrote:On the other hand, regex is popular with the ladies.
Top
marschw
n00b
n00b
Posts: 51
Joined: Wed Jun 04, 2003 6:38 am

  • Quote

Post by marschw » Wed Mar 28, 2007 10:57 pm

yabbadabbadont wrote:fbpanel includes quickstart icons and a menu so there really isn't any need for a right-click menu as the panel is (usually) always on top.
That's true, but I prefer being able to right-click anywhere on the desktop to launch applications, since it's a bit quicker and you don't have to be as precise. I also like being able to nest menus within menus; do you know if that's possible with fbpanel, or if there's another application that supports this?

-=Marcus
Top
yabbadabbadont
Advocate
Advocate
User avatar
Posts: 4791
Joined: Fri Mar 14, 2003 12:02 am
Location: 2 exits past crazy

  • Quote

Post by yabbadabbadont » Thu Mar 29, 2007 12:16 am

You can build a full menu tree in fbpanel. As for clicking on the desktop, mine is either completely empty or completely covered by a maximized app, so it doesn't really make any difference to me where the menu is located. :)
Bones McCracker wrote:On the other hand, regex is popular with the ladies.
Top
hokstein
n00b
n00b
Posts: 46
Joined: Mon Apr 17, 2006 3:51 am
Location: Campinas, SP, Brazil

  • Quote

Post by hokstein » Thu Mar 29, 2007 1:29 am

PP133 wrote:
broken_chaos wrote:No, you cannot use two window managers at the same time. You can choose what window manager to use by using something like GDM or KDM. I wouldn't recommend using Beryl all alone, as it provides no menus, desktops, taskbars, etc... Just window decorations and fancy effects. You'll need something else to go along with it - KDE, Gnome, XFCE, or perhaps Rox.
This is an excellent example of what was confusing me, you say that Beryl should not be used alone, I had always understood this to mean that it should be used with another windows manager but it seems like you can install something else to handle menus, desktops, and taskbars, right?
Maybe what is confusing you is the difference between a desktop environment (KDE, Gnome, Xfce) and a window manager (Beryl, Fluxbox, Fvwm...). A DE is an environment in which applications can implement a consistent graphic interface. A WM is the program responsible for drawing windows on your screen and handling them afterwards. A DE must run with a WM, either one you installed separately or the default one (for instance, the default WM for Gnome is Metacity), but you can run a WM without a DE.

A window decorator is a program specific for Beryl, responsible for drawing the titlebar and borders on windows. As far as I know, in other window managers the manager itself does this.
Top
Post Reply

34 posts
  • 1
  • 2
  • Next

Return to “Desktop Environments”

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 Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy