Forums

Skip to content

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

[SOLVED] using pulseaudio only for firefox

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
27 posts
  • 1
  • 2
  • Next
Author
Message
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

[SOLVED] using pulseaudio only for firefox

  • Quote

Post by powettpt » Sun May 03, 2020 10:43 pm

I know that firefox has been requiring pulseaudio for a while (in order to get sound at least...).

My objective is to have pulseaudio only for firefox and absolutely nothing else. Unfortunately pulseaudio "polutes" everything in my configs. From automatically handelling pluging/unpluging of devices, creating Dummy audio devides (which completely breaks my alsa configs by moving the real device from Card 0 to Card 2), changing the volume in an unpredictably (for me, i.e. doesn't use my astore default config), and a few more reasons that are pointless to enumerate.

Is there a way to have this type of config? Thanks!
Last edited by powettpt on Mon May 04, 2020 12:21 am, edited 1 time in total.
Top
Ionen
Developer
Developer
User avatar
Posts: 3013
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Sun May 03, 2020 10:55 pm

While upstream wants you to use pulseaudio, you can get sound from firefox without pulseaudio. Even with firefox-bin the ebuild can use patchelf (modifies the binary when USE="alsa -pulseaudio") to cause it to automatically use media-sound/apulse's library which will output sound through libasound(alsa) instead.

If building firefox, then there is native ALSA and JACK support that can be built in (alsa is enabled automatically if pulseaudio is disabled), however that support is a bit dodgy/untested at times. I personally recommend to stick to apulse (or pulseaudio proper). Edit: Handled a bit differently but if apulse is installed when USE=pulseaudio is set, will create some symlinks so it gets used. Build apulse with USE=sdk to install headers so pulseaudio isn't needed at all.

That aside, it's more work, but personally I do run real pulseaudio only for some things and have pulseaudio sink to JACK rather than ALSA (if not using JACK, then sinking to ALSA's dmix is also a option, so that it won't hold the card -- will lead to more sound latency though). I personally leave it running and load only 3 modules without any dbus/elogind/systemd/udev/consolekit/etc.. support, and don't have USE=pulseaudio globally so that things like alsa-plugins don't install pulse configuration and the like.
Last edited by Ionen on Sun May 03, 2020 11:48 pm, edited 3 times in total.
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Sun May 03, 2020 11:08 pm

thanks! many great options. firefox with native alsa (pa disable) doesn't work for me, unfortunately.

having PA sink to alsa dmix would also manipulate my alsa configs? or they would be left alone? if so sounds my best option. btw, I have global USE=-pulseaudio, and firefox is the only package enabling it, but this still pulls alsa-plugins with pulseaudio enabled
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Sun May 03, 2020 11:17 pm

Which version of Firefox do you use?

I use www-client/firefox-68.7.0-r1 and it works perfectly fine with ALSA. :)

If I had to install Pulseaudio just to be able to use Firefox, I would certainly switch the browser.
Top
Ionen
Developer
Developer
User avatar
Posts: 3013
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Sun May 03, 2020 11:29 pm

mike155 wrote:I use www-client/firefox-68.7.0-r1 and it works perfectly fine with ALSA. :) .
Native alsa did break on many websites since firefox-74 (depends on how they are using audio, one way works and the other doesn't). That's why I recommend apulse instead (related bug). That there would be more issues or removal in the future also wouldn't surprise me, so even if it gets fixed moving to apulse may make more sense.

I haven't tried them cause of my setup, but to recap those should work to use apulse without having to use the "bin/apulse" wrapper:
firefox-bin: install with USE="alsa -pulseaudio"
firefox: install media-sound/apulse with USE=sdk, then build firefox with USE="pulseaudio" and it shouldn't try to install pulseaudio

I know it sounds strange for the latter but the ebuild has this:

Code: Select all

    # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
    # doesn't need to be forced into the LD_LIBRARY_PATH
    if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then
        einfo "APULSE found - Generating library symlinks for sound support"
Edit: That aside, native alsa should still somewhat work rather than not at all (and should be fine with ESR). Like I said earlier, USE=-pulseaudio is needed to enable that. I'd definitely look into fixing/alternative before trying to run pulseaudio just for firefox.

Edit2: forgot to mention, if don't want pulseaudio installed at all, still need headers to build firefox so install apulse with USE=sdk for that (also edited mention above)
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Mon May 04, 2020 12:20 am

great, thanks for all the help (I use ff75)
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Mon May 04, 2020 1:12 am

Ionen, thanks for the detailed summary!!!
Top
The Main Man
Veteran
Veteran
Posts: 1173
Joined: Thu Nov 27, 2014 11:25 pm
Location: /run/user/1000

  • Quote

Post by The Main Man » Mon May 04, 2020 9:10 am

Ionen wrote:That aside, native alsa should still somewhat work rather than not at all (and should be fine with ESR)
Well, you make it sound like it barely works and it's pretty hard to find some site where sound works.
AFAIK, there's only one site with a problem (soundcloud) if there are more sites with a problem I would like to know.
I bet even that site could be solved if there's enough determination.

Sure, it's easier with pulseaudio, I agree on that, not just with Firefox but with everything else audio related.
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Mon May 04, 2020 1:30 pm

kajzer wrote:Well, you make it sound like it barely works and it's pretty hard to find some site where sound works.
AFAIK, there's only one site with a problem (soundcloud) if there are more sites with a problem I would like to know.
I bet even that site could be solved if there's enough determination.
Really? Then probably I'm doing something wrong, because with -pulseaudio (and without apluse) I get no audio on youtube (actually I cannot find any website that sound works). microphone use seems broken as well.

In firefox 75, at least.

Are you able to use the mic and play sound on youtube/vimeo/ videos websites?
Top
The Main Man
Veteran
Veteran
Posts: 1173
Joined: Thu Nov 27, 2014 11:25 pm
Location: /run/user/1000

  • Quote

Post by The Main Man » Mon May 04, 2020 1:40 pm

powettpt wrote:Really? Then probably I'm doing something wrong, because with -pulseaudio (and without apluse) I get no audio on youtube (actually I cannot find any website that sound works). microphone use seems broken as well.

In firefox 75, at least.

Are you able to use the mic and play sound on youtube/vimeo/ videos websites?
Yeah, firefox 75 as well, first time I tried it didn't work on any site, later I figured it's because I had 'rate 96000' in .asoundrc, so you might want to check your config file.
Paste it here so maybe I can try to reproduce it.
You can do a backup of that config file then delete it and then launch firefox, if it works (and it should) then we can locate the culprit in the config file.

I didn't try mic.

Only one site doesn't produce a sound for me (soundcloud.com) but I didn't try to solve it because I don't care about it.
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Mon May 04, 2020 3:32 pm

kajzer wrote: Paste it here so maybe I can try to reproduce it.
it used to be empty. now it is very basic, just dealing with my card0 being a dummy device:

Code: Select all

pcm.!default {                                                                    
    type hw                                                                       
    card 2                                                                        
}                                                                                 
                                                                                  
ctl.!default {                                                                    
    type hw                                                                       
    card 2                                                                        
}
Top
The Main Man
Veteran
Veteran
Posts: 1173
Joined: Thu Nov 27, 2014 11:25 pm
Location: /run/user/1000

  • Quote

Post by The Main Man » Mon May 04, 2020 3:54 pm

Okay, then you must have something playing in the background (using the device) , you need dmix
In /etc/asound.conf place this :

Code: Select all

defaults.pcm.card 2
defaults.ctl.card 2
Try this in the config (delete previous), close the browser and then launch it again.
And if you had anything else using the card close it first.

Code: Select all

pcm.onboard_card {
   type hw
   card 2

   format S32_LE
   rate 48000
}

pcm.dmixplug {
   type plug
   slave.pcm "dmixer"
}

pcm.dmixer {
   type dmix # multi-stream mixing
   ipc_key 4897
   
   slave {
      pcm "onboard_card"
      channels 2 # adjust as necessary (e.g. 8 for 7.1 audio)
      format S32_LE
      rate 48000
   
      period_time 0
      period_size 1024 # double if you notice increased CPU load or crackling
      buffer_time 0
      buffer_size 8192 # some applications do not like smaller buffers
   }
}

pcm.!default pcm.dmixplug
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Mon May 04, 2020 8:06 pm

this is amazing, the sound works! thanks so much!!

unfortunately the microphone does not : (. arecord gived me:

Code: Select all

ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.1.2/work/alsa-lib-1.2.1.2/src/pcm/pcm_dmix.c:1024:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
arecord: main:828: audio open error: Invalid argument
which I solved by using this asoundrc https://forums.gentoo.org/viewtopic.php?p=958187 (which is very similar to yours but the "asymed")

the mic now works with arecord, unfortunatelly it does not work in firefox. and due to the (excessive) videocalls these days, this is a must for me : ((
Top
The Main Man
Veteran
Veteran
Posts: 1173
Joined: Thu Nov 27, 2014 11:25 pm
Location: /run/user/1000

  • Quote

Post by The Main Man » Mon May 04, 2020 8:33 pm

Yeah I forgot about mic, sorry about that.

Unfortunately I can't help you with a mic, maybe someone else can.
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Mon May 04, 2020 9:03 pm

no problem, you really helped a lot already. thanks a lot, and all the best for you!
Top
mike155
Advocate
Advocate
Posts: 4438
Joined: Fri Sep 17, 2010 11:33 pm
Location: Frankfurt, Germany

  • Quote

Post by mike155 » Wed May 06, 2020 3:58 pm

I emerged and installed Firefox 68, 75 and 76 (www-client/firefox).

All three versions of Firefox work perfectly fine with ALSA. apulse and pulseaudio are NOT required. Neither for building Firefox, nor for running Firefox. :)
Top
shevy
n00b
n00b
Posts: 16
Joined: Mon Aug 28, 2017 12:33 pm

  • Quote

Post by shevy » Wed May 06, 2020 9:31 pm

> I know that firefox has been requiring pulseaudio for a while (in order to get sound at least...).

Yeah unfortunately. That was actually the reason why I abandoned firefox. Not the change itself,
but I complained about it, and the mozilla guy wrote something along the lines that distributions
not using pulseaudio don't count (aka "most use pulseaudio"). That was for me the final straw
that broke the squirrel's back.

Most I know workaround this partially by using pulseaudio shims. I went to palemoon instead -
not saying it is perfect, mind you, I understand the issues that palemoon has and I am not
claiming palemoon is perfect - but I don't want to enter the Google empire and use
adChromium, nor do I want to have anything to do with Mozilla anymore after that
"conversation" with the developer who crippled non-pulseaudio. Sound output via youtube
works just fine, ublock origin works fine, all on palemoon - so it is perfectly usable for me.

There are problems, yes, but mentally these problems are less severe to me than having
to use adChromium, or deal with Mozilla, so it is still an improvement (for me).

But in the long run, we really really really need to have more diversity and choice here, since
the www is sooooo important. Google sort of bulldozers over everything right now like
an unstoppable force.

> All three versions of Firefox work perfectly fine with ALSA. apulse and pulseaudio are NOT
> required. Neither for building Firefox, nor for running Firefox.

Yeah, I also use different versions of firefox. Whenever I use firefox where audio works,
I get annoyed at the mozilla dev who lied that it is not possible to have audio output
without pulseaudio ... (to clarify: while I do not really use firefox, I do have multiple
versions available on my system, for various reasons, e. g. the GoboLinux approach
to have versioned AppDirs, and sometimes you are forced to use a specific browser,
so I actually have vivaldi too, which is adChromium - but whenever I can, which is
about 99.5% of the time, I just use palemoon. Still it would be so great if we could have
a versatile, open www, without having private groups control so much of the flow of
information these days. Reddit is also an example where discussion is stifled and you
can get banned if you don't have the same opinion that others have)
Top
powettpt
n00b
n00b
Posts: 17
Joined: Sun May 03, 2020 10:33 pm

  • Quote

Post by powettpt » Wed May 06, 2020 10:28 pm

mike155 wrote:I emerged and installed Firefox 68, 75 and 76 (www-client/firefox).

All three versions of Firefox work perfectly fine with ALSA. apulse and pulseaudio are NOT required. Neither for building Firefox, nor for running Firefox. :)
unfortunately the microphone doesn't work for me with just ALSA : (

Works great with apulse though, and I'm very happy. my firefox even already inclued the sandbox exceptions required by apulse, idk if included in gentoo's firefox or are set when pulling firefox with apulse USE="sdk"
Top
nsoveiko
n00b
n00b
Posts: 53
Joined: Sat Dec 04, 2004 9:18 pm
Location: somewhere over the rainbow

  • Quote

Post by nsoveiko » Sun Jul 26, 2020 7:34 pm

Ionen wrote:firefox: install media-sound/apulse with USE=sdk, then build firefox with USE="pulseaudio" and it shouldn't try to install pulseaudio
didn't work for me. firefox still tries to pull in pulseaudio:

Code: Select all

# emerge -auDU firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] net-libs/libasyncns-0.8-r4  USE="-debug -doc" 
[ebuild  N     ] media-libs/webrtc-audio-processing-0.3.1  USE="-static-libs" 
[ebuild  N     ] media-libs/speexdsp-1.2_rc3-r2  USE="-static-libs" CPU_FLAGS_X86="sse sse2" 
[ebuild  N     ] dev-lang/orc-0.4.31  USE="-gtk-doc -static-libs -test" 
[ebuild  N     ] media-sound/pulseaudio-13.0  USE="X alsa alsa-plugin asyncns caps dbus elogind gdbm glib gtk orc qt5 sox ssl udev webrtc-aec -bluetooth -doc -equalizer -gconf -ipv6 -jack -libressl -libsamplerate -lirc -native-headset -ofono-headset (-oss) -realtime (-selinux) (-system-wide) -systemd -tcpd -test -zeroconf" 
[ebuild  N     ] media-plugins/alsa-plugins-1.2.2  USE="ffmpeg mix pulseaudio usb_stream -arcam_av -debug -jack -libsamplerate -oss -speex" 
[ebuild   R    ] www-client/firefox-68.10.0  USE="pulseaudio*" 
[blocks B      ] media-sound/pulseaudio ("media-sound/pulseaudio" is blocking media-sound/apulse-0.1.12-r4)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-sound/pulseaudio-13.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] (>=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)]) required by (media-plugins/alsa-plugins-1.2.2:0/0::gentoo, ebuild scheduled for merge) USE="ffmpeg mix pulseaudio usb_stream -arcam_av -debug -jack -libsamplerate -oss -speex"
    media-sound/pulseaudio required by (www-client/firefox-68.10.0:0/0::gentoo, ebuild scheduled for merge) USE="dbus gmp-autoupdate openh264 pulseaudio screenshot startup-notification system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-sqlite system-webp -bindist -clang -custom-cflags -custom-optimization -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto (-pgo) (-selinux) -test -wayland -wifi" CPU_FLAGS_X86="-avx2" L10N="en-CA -ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -cak -cs -cy -da -de -dsb -el -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -ur -uz -vi -xh -zh-CN -zh-TW"

  (media-sound/apulse-0.1.12-r4:0/0::gentoo, installed) pulled in by
    media-sound/apulse required by @selected 
Top
Ionen
Developer
Developer
User avatar
Posts: 3013
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Sun Jul 26, 2020 7:47 pm

nsoveiko wrote:didn't work for me. firefox still tries to pull in pulseaudio:
Yeah I see why, ESR firefox-68 is different. I was looking at ~testing firefox when I said that. Don't know why but the apulse[sdk] dep to replace pulseaudio at build time isn't present on 68.10.0, but it's there for 78.0.2.

Sorry for the confusion.
Top
nsoveiko
n00b
n00b
Posts: 53
Joined: Sat Dec 04, 2004 9:18 pm
Location: somewhere over the rainbow

  • Quote

Post by nsoveiko » Sun Jul 26, 2020 8:05 pm

Ionen wrote:
nsoveiko wrote:didn't work for me. firefox still tries to pull in pulseaudio:
Yeah I see why, ESR firefox-68 is different. I was looking at ~testing firefox when I said that. Don't know why but the apulse[sdk] dep to replace pulseaudio at build time isn't present on 68.10.0, but it's there for 78.0.2.

Sorry for the confusion.
are you sure? these are from the firefox-68.10.0.ebuild:

Code: Select all

RDEPEND="${CDEPEND}
        jack? ( virtual/jack )
        openh264? ( media-libs/openh264:*[plugin] )
        pulseaudio? (
                || (
                        media-sound/pulseaudio
                        >=media-sound/apulse-0.1.9
                )
        )
        selinux? ( sec-policy/selinux-mozilla )"

Code: Select all

        # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
        # doesn't need to be forced into the LD_LIBRARY_PATH
        if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
                einfo "APULSE found - Generating library symlinks for sound support"
                local lib
                pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die
                for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do
                        # a quickpkg rolled by hand will grab symlinks as part of the package,
                        # so we need to avoid creating them if they already exist.
                        if [[ ! -L ${lib##*/} ]] ; then
                                ln -s "${lib}" ${lib##*/} || die
                        fi
                done
                popd &>/dev/null || die
        fi
by all accounts it seems to must be working...

ps. anyhow, in the meanwhile i managed to fix my .asoundrc so that i now have sound in both chromium and firefox.

Code: Select all

defaults.pcm.card 2
defaults.ctl.card 2
card number can be determined from the output of

Code: Select all

aplay --list-devices
thanks to https://wiki.gentoo.org/wiki/ALSA#Firef ... er_apps_do for the tip
Top
Ionen
Developer
Developer
User avatar
Posts: 3013
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Mon Jul 27, 2020 10:09 am

nsoveiko wrote:are you sure? these are from the firefox-68.10.0.ebuild:
Yes, there's two parts to PA dependencies, there's the RDEPEND (runtime) and DEPEND (used for building, where it looks for pulseaudio headers and libraries to link with).

The one from the second part in firefox-68.10.0 is:

Code: Select all

    pulseaudio? ( media-sound/pulseaudio )
And in 78:

Code: Select all

    pulseaudio? (
        || (
            media-sound/pulseaudio
            >=media-sound/apulse-0.1.12-r4[sdk]
        )
    )
Edit: sdk basically let pulseaudio application build as-if pulseaudio was there, they link against apulse without knowing (thus apulse's script wrapper isn't needed, although isn't for firefox either way given it uses a workaround). If the package isn't using anything advanced from pulseaudio it should typically work with about anything and putting pulseaudio in package.provided may be a (possible) option for packages which don't know about apulse[sdk]. Still to use with care given using package.provided isn't a supported option and could run into build failures ("may" have issues with 68 ESR), I haven't tested apulse[sdk] with firefox myself given I have a different setup with jack (firefox barely supports its alternative alsa/jack outputs, apulse or real pulse should typically give better support and be more future proof for the day they decide to straight up remove. Also that webaudio alsa bug been going for months with seemingly no attention).
Top
Princess Nell
l33t
l33t
User avatar
Posts: 947
Joined: Fri Apr 15, 2005 1:00 pm

  • Quote

Post by Princess Nell » Mon Aug 10, 2020 1:05 pm

So the 68 ESR ebuild is broken wrt usability with apulse. Is there a bug report yet?

I've always been a staunch defender of firefox, but for some aspects it has become less usable over time. One of these aspects is audio support for collaboration. $work has switched to webex during lockdown, and it was not usable during WFH with ff 68/ESR due to frequent loss of audio. In fact, even after returning to the office, the problem persisted, can't blame the home broadband connection for it.

Now I revisited the issue with ff 68.11, and webex stopped working altogether with "cannot connect to computer audio". At the same time, audio consumption, e.g. youtube, works fine.

Then I decided to go down the apulse road, but it can't be done with 68/ESR. Upgrading to ff 79 with apulse, and the "computer audio" connection issue is resolved, webex appears to work, which I will need to test in a real meeting.
Top
Ionen
Developer
Developer
User avatar
Posts: 3013
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Mon Aug 10, 2020 8:29 pm

You can still use apulse[-sdk] with firefox 68, but you need to install pulseaudio anyway of headers/libraries (you just wont have to actually run it).

For what it's worth, firefox 68 will be replaced by 78 ESR probably around next month+ or so (maintainer says Q3 2020 for the switch not to rush things), and will likely carry over apulse[sdk] changes unless they're judged not stable-ready, maintainer would know better if anything up with this.
Top
Princess Nell
l33t
l33t
User avatar
Posts: 947
Joined: Fri Apr 15, 2005 1:00 pm

  • Quote

Post by Princess Nell » Thu Aug 13, 2020 9:57 am

I will stay on 79 as I finally have a setup that works for my purposes. The only remaining problem is now that the browser just hangs when finishing a meeting, requiring a kill and restart. But I can live with that for the time being.
Top
Post Reply

27 posts
  • 1
  • 2
  • Next

Return to “Multimedia”

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