Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317574 Details for
Bug 425312
nvidia guide xorg.conf can be simplified
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch including description of simplified xorg.conf file
empty_xorg.conf.patch (text/plain), 1.24 KB, created by
Michael Mol
on 2012-07-08 12:48:09 UTC
(
hide
)
Description:
patch including description of simplified xorg.conf file
Filename:
MIME Type:
Creator:
Michael Mol
Created:
2012-07-08 12:48:09 UTC
Size:
1.24 KB
patch
obsolete
>? empty_xorg.conf.patch >Index: nvidia-guide.xml >=================================================================== >RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v >retrieving revision 1.51 >diff -u -r1.51 nvidia-guide.xml >--- nvidia-guide.xml 11 Sep 2011 08:43:18 -0000 1.51 >+++ nvidia-guide.xml 8 Jul 2012 12:35:58 -0000 >@@ -315,7 +315,22 @@ > </p> > > <p> >-Open <path>/etc/X11/xorg.conf</path> with your favorite editor (such as >+If you do not have an xorg.conf file, it is sufficient to simply tell the X Server to load the module; it will likely handle the remainder of your configuration itself. Create <path>/etc/X11/xorg.conf</path> with the contents: >+</p> >+ >+<pre caption="Creating the initial xorg.conf file"> >+Section "Device" >+ Identifier "my nVidia Card" >+ Driver "nvidia" >+EndSection >+</pre> >+ >+<p> >+This will allow the X server to use the video card to probe most of the remainder of your display setup. You will be able to tune and adjust this later using the <c>nvidia-settings</c> command. >+</p> >+ >+<p> >+If you already have an xorg.conf file, open <path>/etc/X11/xorg.conf</path> with your favorite editor (such as > <c>nano</c> or <c>vim</c>) and go to the <c>Device</c> section. In that > section, change the <c>Driver</c> line: > </p>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 425312
:
317570
| 317574