Hi all,
I'm posting here cause I was looking for an answer on the net but didn't find anything yet.
Yesterday I installed 64Bit version of Fedora and putted latest version of nvidia driver.
Everything go fine and my 2 displays (Dell 24" and Dell 17") works fine.
Only problem I got, the 17" who is connected using standard VGA adapter seems to be the primary display under X. 24" on DVI comes after.
So that is not really a problem for software development but when I want to play a game like Quake 4 or UT2004, it takes the 17" for fuul screen

.
I'm looking now to tell X or NVidia driver to take the DVI port as primary display.
Anyone has info on how to do it please ?
Here are the options I putted in my xorg.conf :
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA Unknown (generic)"
Option "TwinView"
Option "MetaModes" "1280x1024 +1920+176,1920x1200; NULL, 1920x1200; 1280x1024, NULL"
EndSection
I tried the following but X didn't start anymore :
Option "ConnectedMonitor" "DFP-0, CRT-0"
Option "MetaModes" "1280x1024 ,1280x1024"