注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Nouveau Video Drivers (Open Source)"
Jump to navigation
Jump to search
m (advice to editors) |
Threesixes (talk | contribs) m (more details) |
||
Line 7: | Line 7: | ||
{{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.}} | {{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= | |||
VIDEO_CARDS="nouveau" | |||
}} | |||
=== Tips === | |||
==== Disable vsync ==== | |||
{{file|name=/etc/X11/xorg.conf.d/novsync.conf|lang=|desc=Disable vsync|body= | |||
Section "Device" | |||
Identifier "My Graphics" | |||
Option "GLXVBlank" "off" | |||
EndSection | |||
}} | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 16:32, May 5, 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.confVIDEO_CARDS="nouveau"
Tips
Disable vsync
/etc/X11/xorg.conf.d/novsync.conf
- Disable vsyncSection "Device" Identifier "My Graphics" Option "GLXVBlank" "off" EndSection