Template:VIDEO CARDS

From Gentoo Wiki
(Redirected from X/make.conf)
Jump to:navigation Jump to:search
[edit

Documentation

The information in this template has been deprecated. It may or may not be relevant for contemporary usage. Handle with care!
Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages. As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.

Use this template to show instructions for setting the VIDEO_CARDS variable.

Parameters

unnamed
Set a valid VIDEO_CARDS variable.

Usage

See the template's testcases:


Parameter: unnamed
Wiki code {{VIDEO_CARDS|intel}}

Main version Portage uses the USE_EXPAND variable called VIDEO_CARDS to enable support for various graphics cards in packages. Setting VIDEO_CARDS to appropriate value(s) will pull in the correct driver(s):
FILE /etc/portage/make.confSet VIDEO_CARDS to intel
VIDEO_CARDS="intel"

Substitute the name of the driver(s) to be used. Common choices include nouveau, nvidia, radeon, and intel. </translate> <translate> After setting or altering VIDEO_CARDS values remember to update the system using the following command so the changes take effect:

root #emerge --ask --changed-use --deep @world


Sandbox version Portage uses the VIDEO_CARDS USE_EXPAND variable for enabling support for various graphics cards in packages. Setting VIDEO_CARDS to appropriate value(s) will pull in the correct driver(s):
FILE /etc/portage/make.confSet VIDEO_CARDS to intel
VIDEO_CARDS="intel"

Substitute the name of the driver(s) to be used. Common choices include nouveau, nvidia, radeon, and intel. </translate> <translate> After setting or altering VIDEO_CARDS values remember to update the system using the following command so the changes take effect:

root #emerge --ask --changed-use --deep @world


See also

Note
The above documentation is transcluded from Template:VIDEO CARDS/doc. (edit | history)
Editors can experiment in this template's sandbox (edit) and testcases (edit) pages.
Please add categories and interwikis to the /doc subpage. (See the subpages of this template.)