Difference between pages "Package:NVIDIA Linux Display Drivers" and "User:Jubalh"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (corrected a minor typo (drives to drivers))
 
m (sorry for touching your page =()
 
Line 1: Line 1:
{{Ebuild
{{Person
|Summary=NVIDIA accelerated graphics driver
|Full name=Jubalh
|CatPkg=x11-drivers/nvidia-drivers
|Nick=colonolGron
|Repository=Funtoo Overlay
|Geoloc=47.67, 9.17
|Overlay=Funtoo
|Location name=Germany
|Roles={{Role
|Role type=Contributor
|Role desc=Contributor
}}
}}
== Introduction ==
NVIDIA have proprietary graphics drivers for Linux under binary blob. The alternative open source driver is {{Package|x11-drivers/xf86-video-nouveau}}.
== Preparing to Install ==
=== Hardware compatibility and driver versions ===
Currently, there are five versions of meta NVIDIA Linux drivers, each of which supports a specific group of GPUs. To check the type of driver that is related to your video card, check out the official page of the NVIDIA [http://www.nvidia.com/object/IO_32667.html complete list of supported GPUs].
If you have identified as your driver version 337.25, for example, you need the mask(s) driver(s) latest(s) to which you want to install.
<console>
###i## echo “>x11-drivers/nvidia-drivers-340” >> /etc/portage/package.mask
</console>
=== The required kernel options ===
{{kernelop|desc=
[*] Enable loadable module support
}}
{{kernelop|desc=
[*] MTRR (Memory Type Range Register) support
}}
To we made a successful compilation of the legacy NVIDIA driver, we set before the removal of the native framebuffer drivers into the kernel in order to avoid conflicts for x86 and AMD64 processors, in this case.
{{kernelop|desc=
Device Drivers --->
      Graphics support --->
            <*> Support for frame buffer devices --->
                  <> NVIDIA Framebuffer Support
                  <> NVIDIA Riva support
}}
{{tip|An alternative is to [[uvesafb|uvesafb]] framebuffer, or vesa framebuffer which can be installed in parallel with nvidia-drivers }}
== Installation ==
Upgrade and/or configure <code>VIDEO_CARDS</code>  variable to <code>nvidia</code> in <code>/etc/[[make.conf]]</code>. This will serve to while you are installing the Server X, the correct version of nvidia-drivers to be provided for you.
<console>
# ##i##nano /etc/make.conf
VIDEO_CARDS="nvidia"
</console>
{{note|Installing to the driver with the option in '''gtk''' use flags will make it installed the <code>media-video/nvidia-settings</code> which is a graphical tool for monitoring and various settings for your video card}}
=== Emerging the package ===
<console>
###i## emerge x11-drivers/nvidia-drivers
</console>
When the installation is complete run '''modprobe''' nvidia module to read kernel memory.
<console>
###i## lsmod | grep nvidia
</console>
If an update before remove the old module
<console>
###i## rmmod nvidia
###i## modprobe nvidia
</console>
=== Testing your Video Card ===
To test your video card run the glxinfo program, which is part of the mesa-progs package. This will check if direct rendering is enabled.
<console>
$ ##i##glxinfo | grep direct
$ ##i##  direct rendering: yes
</console>
== Configuring ==
=== Loading at boot ===
To automate the loading of the module when you boot your system, add '''nvidia''' in modules variable.
<console>
# ##i##nano /etc/conf.d/modules
modules="nvidia"
</console>
=== Integration with X Server ===
When your X server is installed find, and there's <code>/etc/X11/xorg.conf</code> you can run the nvidia-xconfig which will set in xorg.conf to identify the video card among other possible configurations.
<console>###i## nvidia-xconfig</console>
{{file|name=/etc/X11/xorg.conf|body=
Section "Device"
    Identifier    "nvidia"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "[Name] [Model]"
EndSection
}}
}}


=== Enabling NVIDIA Support ===
== Jubalh ==
Include the use flag in '''nvidia''' in <code>/etc/[[make.conf]]</code> so due to applications that make use of this advantage may withdraw.
* Freenode nick: colonolGron
<console>
# ##i##nano /etc/make.conf
USE="nvidia"
</console>


=== Enabling OpenGL/OpenCL ===
Being a Linux user since around 2003, I have tinkered with many distributions, mostly using Debian GNU/Linux.
As a requirement, make sure that the Xorg server is not in use during this change. To enable OpenGL and OpenCL.
In March 2014 I made the switch to Funtoo as my main distribution.
<console>
###i## eselect opengl set nvidia
###i## eselect opencl set nvidia
</console>


[[Category:Video Cards]]
Now going to try to participate in it.
[[Category:First Steps]]
{{EbuildFooter}}

Revision as of 14:23, January 27, 2015


Location

Loading map...
Germany


Jubalh

  • Freenode nick: colonolGron

Being a Linux user since around 2003, I have tinkered with many distributions, mostly using Debian GNU/Linux. In March 2014 I made the switch to Funtoo as my main distribution.

Now going to try to participate in it.