Difference between revisions of "Package:Nouveau Video Drivers (Open Source)"

From Funtoo
Jump to navigation Jump to search
m (add 50 for loading order)
m (um, Package:AMD Catalyst Video Drivers has nothing whatsoever to do with nouveau?)
 
Line 5: Line 5:
|Homepage=http://nouveau.freedesktop.org
|Homepage=http://nouveau.freedesktop.org
}}
}}
{{important|Editors: Please refer to {{Package|x11-drivers/ati-drivers}} as a guide to the format and content required for describing the installation and use of Nouveau.}}
{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
{{file|name=/etc/portage/make.conf|lang=|desc=Set video in make.conf|body=
{{file|name=/etc/portage/make.conf|lang=|desc=Set video in make.conf|body=

Latest revision as of 00:11, January 15, 2016

Nouveau Video Drivers (Open Source)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

   /etc/portage/make.conf - Set video in make.conf
VIDEO_CARDS="nouveau"

Tips

Disable vsync

   /etc/X11/xorg.conf.d/50novsync.conf - Disable vsync
Section "Device"
 Identifier "My Graphics"
 Option "GLXVBlank" "off"
EndSection