Forums

Skip to content

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

The desktop-effects overlay

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
425 posts
  • Page 5 of 17
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 17
  • Next
Author
Message
jcat
Veteran
Veteran
User avatar
Posts: 1337
Joined: Fri May 26, 2006 10:47 am

  • Quote

Post by jcat » Sun Mar 30, 2008 1:10 am

This bit me as well, it seems there is is an error in the ebuild.

I changed a line in fusion-icon-9999.ebuild from

Code: Select all

COMPIZ_RELEASE="0.7.2"
to

Code: Select all

COMPIZ_RELEASE="9999"
and that fixed the issue.

I presume the Desktop Effects guys will fix it soon once they spot it.



Cheers,
jcat
Top
aitch
Tux's lil' helper
Tux's lil' helper
Posts: 88
Joined: Mon Sep 26, 2005 9:03 pm
Location: New Zealand

  • Quote

Post by aitch » Sun Mar 30, 2008 1:17 am

hey desktop effectors I'm trying to get compiz working on my fresh gentoo install but it's giving me a pretty ambiguous error.

latest nvidia/cairo/xorg and I'm getting the same results with 0.6 and 9999 ebuilds..

when I trying to start compiz by any method (fusion-icon, compiz --replace, emerald --replace) I get this output:

Code: Select all

hamish@arrogantminisense ~ $ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * KWin is already running
 * Setting window manager to Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding --indirect-rendering
compiz (core) - Error: Another window manager is already running on screen: 0
compiz (core) - Fatal: No manageable screens found on display :0
I've tried recompiling compiz apps in the correct order (emerge -av1 compiz compiz-bcop emerald compiz-fusion-plugins-main libcompizconfig compiz-fusion-plugins-extra emerald-themes ccsm compiz-fusion ) but that doesn't seem to help.

any ideas as to what might be causing this error?
Top
andr3w
n00b
n00b
Posts: 16
Joined: Wed Apr 25, 2007 8:02 pm

  • Quote

Post by andr3w » Sun Mar 30, 2008 6:38 pm

Hey all.

I'm trying to get compiz-fusion to work on my computer using this overlay. I am using the latest xorg, compiz, and fglrx.

I installed fusion-icon, as well as the rest of compiz-fusion, and I get the following error message when running fusion-icon.

Code: Select all

 * Detected Session: unknown
 * Searching for installed applications...
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
 * Using the GTK Interface
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
My xorg.conf can is here. Has anyone else solved this problem in the past?

Thanks.
Pants!
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Thu Apr 03, 2008 8:09 pm

emerge -va x11-plugins/compiz-fusion-plugins-unsupported

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

Calculating dependencies... done!
[ebuild N ] x11-plugins/compiz-fusion-plugins-unsupported-9999 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /usr/portage/local/layman/desktop-effects

Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) x11-plugins/compiz-fusion-plugins-unsupported-9999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
* git update start -->
* repository: git://anongit.compiz-fusion.org/fusion/plugins-unsupported
* local clone: /usr/portage/distfiles/git-src/compiz-fusion-plugins-unsupported
* committish: master
>>> Unpacked to /var/tmp/portage/x11-plugins/compiz-fusion-plugins-unsupported-9999/work/plugins-unsupported
* Running eautoreconf in '/var/tmp/portage/x11-plugins/compiz-fusion-plugins-unsupported-9999/work/plugins-unsupported' ...
* Running aclocal ... [ ok ]
* Running libtoolize --copy --force --automake ... [ ok ]
* Running aclocal ... [ ok ]
* Running autoconf ... [ !! ]

* Failed Running autoconf !
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/x11-plugins/compiz-fusion-plugins-unsupported-9999/temp/autoconf-5912.out

*
* ERROR: x11-plugins/compiz-fusion-plugins-unsupported-9999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 2962: Called eautoreconf
* environment, line 977: Called eautoconf
* environment, line 920: Called autotools_run_tool 'src_unpack'
* environment, line 454: Called die
* The specific snippet of code:
* die "Failed Running $1 !";
* The die message:
* Failed Running autoconf !
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/x11-plugins:compiz-fusion-plugins-unsupported-9999:20080403-200147.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-plugins/compiz-fusion-plugins-unsupported-9999/temp/environment'.


autoconf-5912.out :!:

***** autoconf *****
***** autoconf

configure.ac:145: error: possibly undefined macro: AM_GCONF_SOURCE_2
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.

thanks :roll: :!:


EDIT: solved :!: by emerging gconf :!: :roll: :oops:

CooSee ' Ya
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
artie
n00b
n00b
Posts: 37
Joined: Mon Feb 04, 2008 8:59 am

error when trying to sync desktop-effects

  • Quote

Post by artie » Wed Apr 16, 2008 7:06 am

Sync desktop-effects
sync desktop-effects> Updating 22174e6..9eb7f00
sync desktop-effects> profiles/package.mask: needs update
sync desktop-effects> fatal: Entry 'profiles/package.mask' not uptodate. Cannot merge.

Can anybody help ...
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Re: error when trying to sync desktop-effects

  • Quote

Post by kernelOfTruth » Wed Apr 16, 2008 7:26 am

artie wrote:Sync desktop-effects
sync desktop-effects> Updating 22174e6..9eb7f00
sync desktop-effects> profiles/package.mask: needs update
sync desktop-effects> fatal: Entry 'profiles/package.mask' not uptodate. Cannot merge.

Can anybody help ...
if in doubt, move the file to a folder outside of the repository & sync again - that should fix it :wink:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
cedrenos
n00b
n00b
Posts: 3
Joined: Tue Apr 08, 2008 7:44 pm

  • Quote

Post by cedrenos » Thu Apr 17, 2008 9:46 am

Hello!

I am trying to get the latest compiz-fusion to work, but get this nasty error.

Code: Select all

make[1]: Leaving directory `/var/tmp/portage/x11-wm/compiz-9999/work/compiz-9999'
make: *** [all] Error 2
 * 
 * ERROR: x11-wm/compiz-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2811:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-wm/compiz-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-wm/compiz-9999/temp/environment'.
 * 

Any ideas about this?

thanks, cedrenos
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Thu Apr 17, 2008 11:55 am

We need more information. The actual error will be farther back and we'll need your emerge --info to know what's going on.
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
cedrenos
n00b
n00b
Posts: 3
Joined: Tue Apr 08, 2008 7:44 pm

  • Quote

Post by cedrenos » Thu Apr 17, 2008 12:02 pm

Thanks for your replay loftwyr.

Here is my emerge --info output:

Code: Select all

Portage 2.1.5_rc4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r4 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Timestamp of tree: Thu, 17 Apr 2008 08:45:01 +0000
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.4.4-r6, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64 ~x86"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ "
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/desktop-effects /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl alsa amd64 berkdb bzip2 cdr cli cracklib crypt cups dbus dri dvd fortran gdbm gpm hal iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl startup-notification tcpd unicode xorg xscreensaver zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS




Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Thu Apr 17, 2008 12:46 pm

We still need the actual error message. Scroll back on the compile window until you see it.
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
Wojtek_
Guru
Guru
User avatar
Posts: 397
Joined: Sun May 28, 2006 5:09 pm
Location: London

  • Quote

Post by Wojtek_ » Mon Apr 21, 2008 5:50 pm

Hi,
I am trying to sync the overlay and here's what I get:

Code: Select all

eniac ~ # layman -S
* Running command "cd "/usr/portage/local/layman/desktop-effects" && /usr/bin/git pull"...
fatal: The remote end hung up unexpectedly
Cannot get the repository state from git://git.overlays.gentoo.org/proj/desktop-effects.git/
* 
* Errors:
* ------
* 
* Failed to sync overlay "desktop-effects".
* Error was: Syncing overlay "desktop-effects" returned status 256!
* 
Any ideas what might be wrong?
Cheers,

Wojtek

[EDIT] All is fine now - I can sync without any problems.
Fujitsu-Siemens Amilo Xi-1546
Intel Centrino Duo T2600 (2,16GHz)
2x1GB DDR2 RAM
ATi Mobility Radeon X1800 256MB DDR3
2x120GB HDD
Intel High Definition Audio
Top
Eckos
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Fri Jan 25, 2008 4:14 pm
Location: Houston, Texas, USA
Contact:
Contact Eckos
Website

  • Quote

Post by Eckos » Wed Apr 23, 2008 1:29 am

hmm I can't seem to find compiz-start :S.

How do I make it load when I startx if i reboot?
AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Wed Apr 23, 2008 1:41 am

Gnome or kde or something else?
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
Eckos
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Fri Jan 25, 2008 4:14 pm
Location: Houston, Texas, USA
Contact:
Contact Eckos
Website

  • Quote

Post by Eckos » Wed Apr 23, 2008 2:07 am

its gnome 2.22
AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Wed Apr 23, 2008 12:01 pm

http://gentoo-wiki.com/Compiz-fusion
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
deno
Guru
Guru
User avatar
Posts: 411
Joined: Wed Sep 13, 2006 4:23 pm

  • Quote

Post by deno » Wed Apr 23, 2008 1:59 pm

You can also install fusion-icon (nice thing) and add it to System -> Preferences -> Sessions.
Top
0000000000000
Apprentice
Apprentice
Posts: 163
Joined: Fri Mar 21, 2008 11:21 pm

  • Quote

Post by 0000000000000 » Wed May 07, 2008 1:02 am

Hi, and thanks for supplying this overlay.

I am trying to compile the screensaver plugin but am getting a "make failed" die message. Are there any dependencies required for this?

this is what appears to be the relevant portion of the emerge:

Code: Select all

linking   : build/libscreensaver.lai686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crti.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtbeginS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtendS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crtn.o: No such file or directory
make: *** [build/libscreensaver.la] Error 1
 * 
 * ERROR: x11-plugins/compiz-plugins-screensaver-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2907:  Called die
 * The specific snippet of code:
 *       emake || die "make failed"
 *  The die message:
 *   make failed
Also, I noticed when i tried this last night, that with bcop-9999 and compiz-9999 that i was getting errors starting compiz: ccp could not be loaded is the only i can remember, so i downgraded, but now i am not finding the earlier versions available with an emerge -s and i hope when i restart compiz i won't get that error.

any help would be very appreciated, and thanks again
Top
0000000000000
Apprentice
Apprentice
Posts: 163
Joined: Fri Mar 21, 2008 11:21 pm

  • Quote

Post by 0000000000000 » Wed May 07, 2008 2:26 am

With further searching I am seeing that I do not have the folder "4.1.1" in the 1686-pc-linux-gnu directory that it is looking for, I have 4.1.2 instead.

Is there a way to make it look in that directory or to install 4.1.1?

thanks


::doing an emerge system now, hope that will point the compiler in the right place...
Top
kuschelkriterium
n00b
n00b
User avatar
Posts: 33
Joined: Tue Nov 16, 2004 3:33 pm

  • Quote

Post by kuschelkriterium » Wed May 07, 2008 8:54 am

Had the same problem. Somehow, libtool was pointing to the old, non-existing path. Reemerging libtool did the trick.
And as in uffish thought he stood/The Jabberwock, with eyes of flame/Came whiffling through the tulgey wood/And burbled as it came!
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

  • Quote

Post by gimpel » Wed May 07, 2008 10:59 am

This should do the trick too:

Code: Select all

fix_libtool_files.sh 4.1.1
(where 4.1.1 is the previous gcc version)
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
0000000000000
Apprentice
Apprentice
Posts: 163
Joined: Fri Mar 21, 2008 11:21 pm

  • Quote

Post by 0000000000000 » Wed May 07, 2008 9:25 pm

thank you, that fixed it, though i am still with this error while using compiz-bcop-9999 and compiz-9999

Code: Select all

 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (core) - Error: no 'core' plugin with ABI version '20080401' loaded

compiz (ccp) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'ccp'
when i try to re-emerge any plugins, it downgrades bcop and compiz.

i may just try to live without my flying windows screensaver :(
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

  • Quote

Post by gimpel » Wed May 07, 2008 9:51 pm

0000000000000 wrote:thank you, that fixed it, though i am still with this error while using compiz-bcop-9999 and compiz-9999

Code: Select all

 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (core) - Error: no 'core' plugin with ABI version '20080401' loaded

compiz (ccp) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'ccp'
when i try to re-emerge any plugins, it downgrades bcop and compiz.

i may just try to live without my flying windows screensaver :(
You need to recompile compiz-fusion-plugins-main-9999 - and of course you need to unmask it.

If you upgrade the -9999 stuff, always recompile all of it, in right order.
I meanwhile use paludis and its -scm and sets feature. Back in portage times I used this very simple script:
http://gimpel.ath.cx/~tom/files/scripts ... -compiz.sh
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
0000000000000
Apprentice
Apprentice
Posts: 163
Joined: Fri Mar 21, 2008 11:21 pm

  • Quote

Post by 0000000000000 » Wed May 07, 2008 10:34 pm

Ah, yes. I re-emerged seemingly all of my compiz related stuff with -9999 suffix and all seems well...


just tested and I have awesome flying windows again!


thanks a lot :D


:::just noticed theres cube deformation available now as well, can't wait until they get it to morph into a sphere ;p


Edit: just actually enabled it, and it IS a sphere!!!
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

  • Quote

Post by gimpel » Wed May 07, 2008 11:32 pm

0000000000000 wrote:Edit: just actually enabled it, and it IS a sphere!!!
:D

Love it (both, the sphere and the cylinder)!
http://gimpel.ath.cx/tl_files/files/scr ... linder.png

That's so freaky farking wicked...
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
0000000000000
Apprentice
Apprentice
Posts: 163
Joined: Fri Mar 21, 2008 11:21 pm

  • Quote

Post by 0000000000000 » Thu May 08, 2008 12:55 am

it certainly is the coolest effect i have seen yet.

i wonder if they can make it wobbly... :P
Top
Post Reply

425 posts
  • Page 5 of 17
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 17
  • Next

Return to “Unsupported Software”

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