Template:VIDEO CARDS/doc
From Gentoo Wiki
Jump to:navigation
Jump to:search
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.
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):
VIDEO_CARDS="intel"
Substitute the name of the driver(s) to be used. Common choices include 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):
VIDEO_CARDS="intel"
Substitute the name of the driver(s) to be used. Common choices include root # emerge --ask --changed-use --deep @world
|