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

From Funtoo
Jump to navigation Jump to search
m (more details)
m (add 50 for loading order)
Line 13: Line 13:
=== Tips ===
=== Tips ===
==== Disable vsync ====
==== Disable vsync ====
{{file|name=/etc/X11/xorg.conf.d/novsync.conf|lang=|desc=Disable vsync|body=
{{file|name=/etc/X11/xorg.conf.d/50novsync.conf|lang=|desc=Disable vsync|body=
Section "Device"
Section "Device"
  Identifier "My Graphics"
  Identifier "My Graphics"

Revision as of 21:03, May 29, 2015

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.

   Important

Editors: Please refer to x11-drivers/ati-drivers as a guide to the format and content required for describing the installation and use of Nouveau.

   /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