-
Posts
513 -
Joined
-
Last visited
-
Days Won
282
Content Type
Profiles
Forums
Blogs
Posts posted by drobbins
-
-
-
I have a GNOME system here -- the only thing I have masked is >=x11-base/xorg-server-1.17, because this system is using ati-drivers which are not yet compatible with 1.17. I'm not experiencing anything odd after the upgrades.
Based on this, my guess is that it is directly related to xorg-server-1.17.
-
Open a bug for this on bugs.funtoo.org, if the issue persists and the deps aren't quite right.
-
I updated the search settings so 3-word search terms should be okay.
-
You shouldn't run wpa_supplicant -- only add NetworkManager to your runlevel, and use the "addwifi" command to add your connection. I typically don't have a NetworkManager.conf at all. "addwifi" will create an entry in /etc/NetworkManager/system-connections.
-
Hi All,
If you have installed a new Funtoo Linux system in the last week, you may have noticed something interesting -- /etc/make.conf is EMPTY and eselect profile show shows something new -- a subarch profile:
test / # eselect profile showCurrently set profiles:arch: gentoo:funtoo/1.0/linux-gnu/arch/x86-64bitbuild: gentoo:funtoo/1.0/linux-gnu/build/currentflavor: gentoo:funtoo/1.0/linux-gnu/flavor/coresubarch: gentoo:funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/corei7What's going on? This is part, or maybe culmination of an ongoing effort to simplify /etc/make.conf. While it is still possible to set CFLAGS in /etc/make.conf, by default, these settings are now defined in a subarch profile. By default, new stage3's will have a subarch profile set, but existing Funtoo systems don't need to have one set. If you'd like to set a subarch profile, you can do so by ensuring you have the latest eselect installed and using the "eselect profile set-subarch" command.What are the benefits of subarch profiles? Of course, the first big benefit is to keep /etc/make.conf clean. Subarch profiles, along with flavors and mix-ins, are designed to help keep /etc/make.conf tidy and only contain the tweaks you personally need for your system. It also assists with Metro, our stage building tool. Metro no longer has to store all the CFLAGS settings for each subarch -- these are now integrated into the Portage tree, in one place. And also, this allows us to fix and improve subarches over time, and you automatically benefit from any improvements with an emerge --sync.Hope you enjoy the new system,
Daniel -
Hi All,
One new thing that we have had to deal with is the addition of the CPU_FLAGS_X86 variable to Gentoo and Funtoo Linux. As you may know, there are a lot of USE flags that deal with CPU instruction sets, such as "mmx", "sse", etc. These have been migrated to a CPU_FLAGS_X86 variable, which works similarly to other variables like VIDEO_CARDS.
Strangely, I couldn't find any good documentation on the USE flags that are now CPU_FLAGS_X86, so I created my own docs for everyone on this page:
http://www.funtoo.org/CPU_FLAGS
As you can see, the history of CPU instruction sets for x86 systems has been pretty interesting and complex.
One thing you might be wondering, especially if you are a new user, is what instructions are being used for your Funtoo Linux system. This is actually determined by the CFLAGS -march setting, primarily. This tells the compiler which instruction sets to use when building C programs. The additional CPU_FLAGS_X86 flags enable optional build-time functionality in ebuilds for these instruction sets that must be specifically enabled. Typically, these are special optimized parts that have been hand-written to run very fast on systems with these instruction sets. I hope this clarifies things.
Over the next week, expect updates to the Subarches page on the wiki to reference CPU_FLAGS_X86 instead of USE.
Regards,
Daniel
-
Really nice screenshots -- I just changed www.funtoo.org's main page to show off some YouTube videos of Funtoo Linux -- feel free to share your vids as well. Post them here.
-
- 666threesixes666, shaman, anika200 and 1 other
-
4
-
Good idea. I'd be open to that. We could also add mediaformats-light to give people the basics they need to have a functional desktop that can read the most popular formats.
On the "keeping users abreast of upcoming changes" front, I'm planning to leverage the news system on the wiki, tweets and forums posts more -- to pre-announce rather than to post-announce.
-
Digifuzzy,
That request is a bit of a challenge, seeing as we have only 3 day-to-day developers, including myself, so we do need to stay focused on having an efficient development process, and yet I understand the benefits of what you are asking for and will look into ways to address it.
-Daniel
-
Threesixes, this forum is for general Funtoo discussion, not off-topic discussion.
-
Would this explain the recent emerge of a large number of packages?
Bit of a shock the number involved.
Yes, if you are using the desktop or workstation flavor, or have manually added the media mix-in. Though the actual USE flag additions weren't extremely dramatic, but probably affected quite a few packages.
-
Hey everyone,
Funtoo Linux now has new media mix-ins! Thanks to Michal Gorny for implementing this for me. Learn about them here:
Best Regards,
Daniel Robbins
-
-
The new skin name is "Warrior" -- if you don't see it, you can select it from the "Change Theme" menu at the bottom left. If you don't like it, you can select another theme from the same menu -- the previous theme was "Dashboard".
-
Hi All,
I've added a new default skin to the forums, as you can probably see. The goal is to make the forums friendlier for late night chatting. Enjoy.
-Daniel
-
Everyone,
Learn about the many builds of Funtoo Linux, and the new Web UI available to browse them all:
http://www.funtoo.org/News:The_Many_Builds_of_Funtoo_LinuxBest Regards,
Daniel -
Nope, you're not the only one. I use it too.
Brushdemon and h3nnn4n now have screenshots on the main funtoo.org page ;)
-
Stac, the official policy on this is that funtoo containers don't have any kind of uptime guarantee, and you host things on them at your own risk.
Several people do host production things on them. It's fine to do this. Just understand that if there is some issue, I'm not available 24x7 to look into it.
-
You're welcome. I just integrated UEFI into the install guide and tried to make it flow a lot better.
-
I continue to hit this build issue, so it is not fixed. It's an intermittent build failure of some kind. It will break in exactly this spot.
-
Hi Everyone,
Be sure to check out the new Install Guide functionality documented here:
http://www.funtoo.org/News:Modular_Install_Guide_Parts
Best Regards,
Daniel
-
No, don't worry about USE except when it comes up for tips/tricks related to successful install. I am automatically importing USE flag descriptions from metadata.xml for forked and overlay ebuilds and hope to add Gentoo ones soon.

Subarch Profiles
in News and Announcements
Posted
Also, per request, I just added a subarch for intel64-sandybridge.