* [gentoo-user] Nvidia vs Nouveau : solved
@ 2018-08-10 12:08 Philip Webb
0 siblings, 0 replies; only message in thread
From: Philip Webb @ 2018-08-10 12:08 UTC (permalink / raw
To: Gentoo User
After a few sleep cycles, I sorted out the problems.
Here are the notes I've made for the future :
NVidia vs Nouveau :
NVidia : (1) use non-Nouveau kernel ;
(2) emerge with 'linux' symlink pointing to current kernel ;
(3) 'nvidia-eg.conf' must be in /etc/X11/xorg.conf.d/ cont :
Section "Device"
Identifier "Device0"
Driver "nvidia"
Option "TripleBuffer" "True"
Option "NoLogo" "True"
Option "DynamicTwinView" "False"
EndSection
(4) 'eselect opengl set nvidia'.
Nouveau : (1) 'emerge xf86-video-nouveau' ;
(2) use Nouveau kernel :
Driver -> Graphics -> <*>DirectRenderingMgr [Y]
<*>NouveauCards [Y] ;
(3) move 'nvidia-eg.conf' out of /etc/X11/xorg.conf.d/ ;
(4) add '10nouveau.conf' to /etc/X11/xorg.conf.d/ containing :
Section "Device"
Identifier "Card0"
Driver "nouveau"
EndSection ;
(5) 'eselect opengl set xorg-x11'.
HTH others.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-10 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10 12:08 [gentoo-user] Nvidia vs Nouveau : solved Philip Webb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox