Difference between pages "Video" and "Install/Media"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(initial commit before i wreck it)
 
Line 1: Line 1:
The purpose of this page is to give you streamlined steps for setting up your video hardware for X, and desktop environments such as GNOME.
== Known Working Media ==
The following live media distributions are known to work for installing on several systems


{{Note|Editors: Keep this page relatively simple, and link to dedicated pages for more exhaustive coverage of a particular video driver. These instructions are intended to get users set up as quickly and simply as possible, without having to wade through lots of minute details.}}
{|class="wikitable"
 
! style="text-align:left;"|distro
== Video Drivers ==
! gui
 
! uefi support
first determine which video card you have and which driver it requires.
! unetbootin live usb support
 
! architecture specific
<console>###i## lspci -k</console>
! notes
 
|-
=== Intel ===
|Sysrescuecd
Add or Edit the VIDEO_CARDS global variable in /etc/portage/make.conf to the value in the following table appropriate for the Intel graphics hardware.
|yes
* '''NEED TABLE''': available drivers, hardware gen, VIDEO_CARDS variable
|??
gen 1&2:
|no
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
|no
VIDEO_CARDS="intel"
|not compatible with unetbootin
}}
|-
gen 3
|LFS live cd
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
|startx must be run
VIDEO_CARDS="intel i915"
|??
}}
|probably
gen 4+
|yes
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
|probably
VIDEO_CARDS="intel i965"
|-
}}
|Ubuntu
* custom kernel menuconfig settings
|yes
 
|??
=== AMD/ATI ===
|yes
Users can choose between Open (radeon) and Closed-Source (fglrx) video drivers. Add or Edit the VIDEO_CARDS global variable in /etc/portage/make.conf to the value in the following table appropriate for the AMD/ATI graphics hardware.
|yes
* '''NEED TABLE''': available drivers, hardware gen, required VIDEO_CARDS variable
|must download specific architecture
Open source drivers:
|-
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
|Xubuntu
VIDEO_CARDS="radeon"
|yes
}}
|??
 
|yes
Closed source drivers:
|yes
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
|must download specific architecture
VIDEO_CARDS="fglrx"
|-
}}
|Gentoo minimal install
 
|no
* custom kernel menuconfig settings
|??
 
|probably
=== Nvidia ===
|yes
Users can choose between Open (nouveau) and Closed-Source (nvidia) video drivers. Add or Edit the VIDEO_CARDS global variable in /etc/portage/make.conf to the value in the following table appropriate for the Nvidia graphics hardware.
|
* '''NEED TABLE''': nouveau + nvidia-drivers versions, hardware gen, required VIDEO_CARDS variable
|-
Open source drivers:
|}
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
VIDEO_CARDS="nouveau"
}}
Closed source [[Package:NVIDIA_Linux_Display_Drivers | drivers]]:
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
VIDEO_CARDS="nvidia"
}}
* custom kernel menuconfig settings
different settings for nouveau and nvidia
 
=== Other ===
==== Multiple Cards (Hybrid Graphics) ====
recommended make.conf VIDEO_CARDS
Hybrid intel/ati:
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
VIDEO_CARDS="fglrx intel"
}}
 
==== Virtual Machine Guests ====
(details?)
These settings are used by Parallels VM's and presumably others
{{file|name=/etc/portage/make.conf|lang=|desc=set video global variable|body=
VIDEO_CARDS="vesa vga"
}}
 
==== Raspberry Pi ====
(details?)
 
== Install ==
once your video cards variable is set in make.conf merge changes into your system
 
<console>###i## emerge -avuND world</console>
 
eselect profile?
 
==Configure X.org==
===Intel===
?
===Nvidia===
nvidia-xconfig, etc.
 
===AMD/ATI===
aticonfig, etc.
<console># ##i##aticonfig --initial --input=/etc/X11/xorg.conf</console>
 
==Configure framebuffer==
What to put in boot.conf etc. Assumes that the kernel is correctly configured.
===Intel===
?
===Nvidia===
* settings for nouveau
* settings for nvidia-drivers
* How to use sys-apps/v86d
===AMD/ATI===
* settings for fglxr
* settings for radeon, etc.
 
==Finalise and test==
* eselect opengl
{{note|change the number of card eselected to match the card of your system}}
<console>###i## eselect opengl list
###i## eselect opengl set 1</console>
* eselect opencl
{{note|some setups can make use of opencl}}
<console>###i##eselect opencl list
###i##eselect opencl set 1</console>
* reboot/test process
 
==Tips and Tricks==
 
===compressed video playback===
 
* VDPAU, VA-API
* how to set up mplayer, etc.
 
==Troubleshooting==
* what to do if only a blank screen
* nvidia-drivers users updating media-libs/mesa

Revision as of 06:10, December 17, 2014

Known Working Media

The following live media distributions are known to work for installing on several systems

distro gui uefi support unetbootin live usb support architecture specific notes
Sysrescuecd yes ?? no no not compatible with unetbootin
LFS live cd startx must be run ?? probably yes probably
Ubuntu yes ?? yes yes must download specific architecture
Xubuntu yes ?? yes yes must download specific architecture
Gentoo minimal install no ?? probably yes