|
|
#1 | |
|
Registered User
Join Date: Jul 2006
Posts: 3
|
When you get the driver to work (see my previous post), use the fedora's system-config-display to configure dual monitors.
At this point, open a terminal and do: su - (enter your root password) and then: lspci | grep nvidia you will see something like this: 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0392 (rev a1) Make a note of the PCI BUS ID of the card (01:00.0 in this case). Then open /etc/X11R6/xorg.conf and do the following: Where it says: Section "Device" Identifier "Videocard0" make sure to have this: Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "nVidia Corporation Unknown device 0392" BusID "PCI:1:0:0" <<<--- replace with your BUSID Screen 0 EndSection and where it says: Section "Device" Identifier "Videocard1" make sure you have this: Section "Device" Identifier "Videocard1" Driver "nvidia" VendorName "Videocard Vendor" BoardName "nVidia Corporation Unknown device 0392" BusID "PCI:1:0:0" <<<--- replace with your BUSID Screen 1 EndSection Restart Gnome and you're done. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Putting The 'Ultra' Into New Dual Core Ivy Bridge Ultrabooks | News | Latest Tech And Game Headlines | 0 | 06-05-12 03:41 AM |
| Intel's Ivy Bridge Core i7 3770K Overheating Issue Detailed | News | Latest Tech And Game Headlines | 0 | 05-16-12 10:40 AM |
| CPUMark99 - how do you compare | fuelrod | Benchmarking And Overclocking | 66 | 07-19-11 08:32 AM |
| How do I get Dual Head working? | Heath | NVIDIA Linux | 1 | 08-22-02 12:44 PM |