The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Profiles"
m (Protected "Install/Profiles": create a draft in your user space and open a bug to change this page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <translate> | ||
<includeonly> | |||
</noinclude>< | == Profiles == <!--T:1--> | ||
= | </includeonly><noinclude><languages/> | ||
= Install Guide: Profiles = | |||
<!--T:2--> | |||
{{InstallNavigation|num=17|prev=Finishing|next=Done|title=Profiles}}</noinclude> | |||
[[Funtoo | <!--T:31--> | ||
Once you have rebooted into Funtoo Linux, you can further customize your system to your needs by using [[Funtoo Profiles]]. A quick introduction to profiles is included below -- consult the [[Funtoo Profiles]] page for more detailed information. There are five basic profile types: arch, build, subarch, flavors and mix-ins: | |||
<!--T:21--> | |||
{{TableStart}} | |||
{{2ColHead|Sub-Profile Type|Description}} | |||
{{2Col|{{c|arch}}|Typically {{c|x86-32bit}} or {{c|x86-64bit}}, this defines the processor type and support of your system. This is defined when your stage was built and should not be changed.}} | |||
{{2Col|{{c|build}}|Defines whether your system is a {{c|current}}, {{c|stable}} or {{c|experimental}} build. At the moment, all Funtoo Linux builds use the {{c|funtoo-current}} build profile.}} | |||
{{2Col|{{c|subarch}}|Defines CPU optimizations for your system. The subarch is set at the time the stage3 is built, but can be changed later to better settings if necessary. Be sure to pick a [[Subarches|setting that is compatible with your CPU]].}} | |||
{{2Col|{{c|flavor}}|Defines the general type of system, such as {{c|server}} or {{c|desktop}}, and will set default USE flags appropriate for your needs.}} | |||
{{2Col|{{c|mix-ins}}|Defines various optional settings that you may be interested in enabling.}} | |||
{{TableEnd}} | |||
One arch, build and flavor must be set for each Funtoo Linux system, while mix-ins are optional and you can enable more than one if desired. | <!--T:22--> | ||
One arch, build and flavor must be set for each Funtoo Linux system, while mix-ins are optional and you can enable more than one if desired. Often, flavors and mix-ins inherit settings from other sub-profiles. Use {{c|epro show}} to view your current profile settings, in addition to any inheritance information. | |||
<!--T:32--> | |||
{{Note|It's recommended that your run this command now, particularly if you are using the ''{{c|gnome}}'' install image, in order to familiarize yourself with the current profile settings on your system.}} | |||
<!--T:33--> | |||
{{console|body= | {{console|body= | ||
# ##i##epro show | |||
=== ##g##Enabled Profiles##!g##: === | === ##g##Enabled Profiles##!g##: === <!--T:23--> | ||
arch: ##c##x86-64bit | <!--T:24--> | ||
build: ##c##current | arch: ##c## x86-64bit | ||
subarch: ##c##intel64-haswell | build: ##c## current | ||
flavor: ##c##desktop | subarch: ##c## intel64-haswell | ||
mix-ins: ##c##gnome | flavor: ##c## desktop | ||
mix-ins: ##c## gnome | |||
=== ##g##All inherited flavors from desktop flavor##!g##: === | === ##g##All inherited flavors from desktop flavor##!g##: === <!--T:25--> | ||
##c##workstation (from desktop flavor) | <!--T:26--> | ||
##c##core (from workstation flavor) | ##c##workstation##!c## (from desktop flavor) | ||
##c##minimal (from core flavor) | ##c##core##!c## (from workstation flavor) | ||
##c##minimal##!c## (from core flavor) | |||
=== ##g##All inherited mix-ins from desktop flavor##!g##: === | === ##g##All inherited mix-ins from desktop flavor##!g##: === <!--T:27--> | ||
##c##X##!c## (from workstation flavor) | <!--T:28--> | ||
##c##X##!c## (from workstation flavor) | |||
##c##audio##!c## (from workstation flavor) | ##c##audio##!c## (from workstation flavor) | ||
##c##dvd##!c## (from workstation flavor) | ##c##dvd##!c## (from workstation flavor) | ||
Line 53: | Line 66: | ||
}} | }} | ||
<!--T:29--> | |||
{{ | Here are some basic examples of {{c|epro}} usage: | ||
( | {{TableStart}} | ||
}} | {{2ColHead|Description|Command}} | ||
{{2Col|View available profiles. Enabled profiles will be highlighted in cyan. Directly enabled profiles will be in bold and have a {{c|*}} appended.|{{c|epro list}}}} | |||
{{2Col|Change the system flavor.|{{c|epro flavor desktop}}}} | |||
{{2Col|Add a mix-in.|{{c|epro mix-in +gnome}}}} | |||
{{TableEnd}} | |||
=== Graphics Settings === <!--T:34--> | |||
<!--T:35--> | |||
{{Note|The ''{{c|gnome}}'' install image will have additional graphic support already enabled for you, but you will still need to set up X and your display manager (covered in the next section.)}} | |||
<!--T:36--> | |||
Funtoo Linux 1.4 features the following mix-ins to allow simplified configuration of your graphics settings. It's recommended to use these mix-ins rather than manually placing {{c|USE}} and {{c|VIDEO_CARDS}} settings in {{f|/etc/make.conf}}. You can learn more about Funtoo's graphics configuration and the design approach of these settings at the [[make.conf/VIDEO_CARDS]] page. | |||
<!--T:37--> | |||
{{:Make.conf/VIDEO_CARDS/Mix-ins}} | |||
<!--T:38--> | |||
Enable the appropriate graphics options for your hardware as follows: | |||
<!--T:39--> | |||
{{console|body= | {{console|body= | ||
# ##i##epro mix-in +gfxcard-intel | |||
}} | }} | ||
<!--T:40--> | |||
Once this has been done, proceed to set up X, KDE, GNOME or another desktop environment on your system, as desired. See the next section for more information on this. | |||
</translate> | </translate> | ||
<noinclude>{{InstallNavigation|num=17|prev=Finishing|next=Done|align=right}}</noinclude> |
Latest revision as of 04:32, December 13, 2021
Install Guide: Profiles
Install Guide, Chapter 17 | < Prev | Next > |
Once you have rebooted into Funtoo Linux, you can further customize your system to your needs by using Funtoo Profiles. A quick introduction to profiles is included below -- consult the Funtoo Profiles page for more detailed information. There are five basic profile types: arch, build, subarch, flavors and mix-ins:
Sub-Profile Type | Description |
---|---|
arch | Typically x86-32bit or x86-64bit , this defines the processor type and support of your system. This is defined when your stage was built and should not be changed. |
build | Defines whether your system is a current , stable or experimental build. At the moment, all Funtoo Linux builds use the funtoo-current build profile. |
subarch | Defines CPU optimizations for your system. The subarch is set at the time the stage3 is built, but can be changed later to better settings if necessary. Be sure to pick a setting that is compatible with your CPU. |
flavor | Defines the general type of system, such as server or desktop , and will set default USE flags appropriate for your needs. |
mix-ins | Defines various optional settings that you may be interested in enabling. |
One arch, build and flavor must be set for each Funtoo Linux system, while mix-ins are optional and you can enable more than one if desired. Often, flavors and mix-ins inherit settings from other sub-profiles. Use epro show
to view your current profile settings, in addition to any inheritance information.
It's recommended that your run this command now, particularly if you are using the gnome
install image, in order to familiarize yourself with the current profile settings on your system.
root # epro show === Enabled Profiles: === arch: x86-64bit build: current subarch: intel64-haswell flavor: desktop mix-ins: gnome === All inherited flavors from desktop flavor: === workstation (from desktop flavor) core (from workstation flavor) minimal (from core flavor) === All inherited mix-ins from desktop flavor: === X (from workstation flavor) audio (from workstation flavor) dvd (from workstation flavor) media (from workstation flavor) mediadevice-audio-consumer (from media mix-in) mediadevice-base (from mediadevice-audio-consumer mix-in) mediadevice-video-consumer (from media mix-in) mediadevice-base (from mediadevice-video-consumer mix-in) mediaformat-audio-common (from media mix-in) mediaformat-gfx-common (from media mix-in) mediaformat-video-common (from media mix-in) console-extras (from workstation flavor) print (from desktop flavor)
Here are some basic examples of epro
usage:
Description | Command |
---|---|
View available profiles. Enabled profiles will be highlighted in cyan. Directly enabled profiles will be in bold and have a * appended. | epro list |
Change the system flavor. | epro flavor desktop |
Add a mix-in. | epro mix-in +gnome |
Graphics Settings
The gnome
install image will have additional graphic support already enabled for you, but you will still need to set up X and your display manager (covered in the next section.)
Funtoo Linux 1.4 features the following mix-ins to allow simplified configuration of your graphics settings. It's recommended to use these mix-ins rather than manually placing USE
and VIDEO_CARDS
settings in /etc/make.conf
. You can learn more about Funtoo's graphics configuration and the design approach of these settings at the make.conf/VIDEO_CARDS page.
Funtoo Graphics Mix-Ins
gfxcard-intel
- This mix-in is equivalent to
gfxcard-intel-classic
orgfxcard-intel-iris
, depending on the release you're running. Currently, it defaults togfxcard-intel-classic
on 1.4-release and togfxcard-intel-classic
on Next release. Do not enable more than 1gfxcard-intel*
mix-in at the same time. The result is not what you might expect. gfxcard-intel-classic
- This mix-in enables Intel graphics support based on the older i915 mesa driver (not to be confused with the i915 kernel driver). Choose this if you have a Gen3 or older chipset.
gfxcard-intel-iris
- This mix-in enables Intel graphics support for cards with glamor modesetting support (drivers i965 or iris), including support OpenGL ES (>=Gen4) and OpenCL and Vulkan (>=Gen7) and video acceleration where available. If your card is >=Gen5, do an
emerge libva-intel-driver
oremerge media-libs/libva-intel-media-driver
(for >=Gen8) afterwards to ensure you have full video acceleration support. gfxcard-amdgpu
- This mix-in enables support for modern Radeon cards, Southern Islands -- GFX Core 6 (see this x.org reference) and greater. Includes Vulkan and video acceleration where available. Drivers are built for both the Gallium framework (modern replacement for DRI framework) and DRI framework. Glamor is used to accelerate 2D operations.
gfxcard-radeon
- This mix-in enables support for modern Radeon cards, R600 through Northern Islands -- GFX Core 4 and 5 (see this x.org reference). Drivers are built for the Gallium framework (modern replacement for DRI framework) as well as DRI framework. Glamor is used to accelerate 2D operations.
gfxcard-older-ati
- Use this mix-in to enable support for R300 up to (but not including) R600 Radeon cards -- -- GFX Core 3 (see this x.org reference). DRI as well as Gallium-based drivers are enabled.
gfxcard-ancient-ati
- Use this mix-in to enable support pre-R300 cards -- GFX Core 1 and 2 (see this x.org reference). These drivers are DRI-based.
gfxcard-nvidia
- Use this to enable support for proprietary NVIDIA drivers. You will also need to
emerge nvidia-kernel-modules
, blacklistnouveau
and add yourself to thevideo
group. See this documentation for more details. Note that Funtoo now has two catpkgs for NVIDIA proprietary graphics --nvidia-drivers
andnvidia-kernel-modules
-- to aid the use of NVIDIA acceleration on containers. gfxcard-nvidia-legacy
- Proprietary NVIDIA drivers like above, but the legacy version of the driver that supports older hardware. See https://www.nvidia.com/en-us/drivers/unix/ and browse the specific driver version that
emerge
is installing to get detailed compatibility information. gfxcard-nouveau
- Use this mix-in to enable support for Open Source nouveau drivers.
Enable the appropriate graphics options for your hardware as follows:
root # epro mix-in +gfxcard-intel
Once this has been done, proceed to set up X, KDE, GNOME or another desktop environment on your system, as desired. See the next section for more information on this.
Install Guide, Chapter 17 | < Prev | Next > |