Lines 315-321
Link Here
|
315 |
</p> |
315 |
</p> |
316 |
|
316 |
|
317 |
<p> |
317 |
<p> |
318 |
Open <path>/etc/X11/xorg.conf</path> with your favorite editor (such as |
318 |
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: |
|
|
319 |
</p> |
320 |
|
321 |
<pre caption="Creating the initial xorg.conf file"> |
322 |
Section "Device" |
323 |
Identifier "my nVidia Card" |
324 |
Driver "nvidia" |
325 |
EndSection |
326 |
</pre> |
327 |
|
328 |
<p> |
329 |
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. |
330 |
</p> |
331 |
|
332 |
<p> |
333 |
If you already have an xorg.conf file, open <path>/etc/X11/xorg.conf</path> with your favorite editor (such as |
319 |
<c>nano</c> or <c>vim</c>) and go to the <c>Device</c> section. In that |
334 |
<c>nano</c> or <c>vim</c>) and go to the <c>Device</c> section. In that |
320 |
section, change the <c>Driver</c> line: |
335 |
section, change the <c>Driver</c> line: |
321 |
</p> |
336 |
</p> |