Hardware Configuration: Supermicro 800MHz FSB serverboard, Dual Xeon 2.8GHz , 512Mb RAM Registered ECC PC2700 x2
Graphics card: ASUS GeForce extreme N6600 128Mb PCIExpressx16.
something about Primary Adaptor found PCI:2:0:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:2:0:0) found
I'm at work and the machine is not on the net and my work machien does not have a floppy drive, so I can't easily move the log files and xinit/startx/X/xorg stdout/err output and xorg.conf transfered over to post. I have to go from memory -- I tried altering the BIOS PCI Express port and PNP/OS settings and ended up w/ the BIOS eroring out unable to detect a video card (I have an old PCI card Diamond Stealth 64 SE at home I'm going to plug in to reset those bios settings tomorrow or the next day, whenever I can locate that card). In the meantime, here's what I can remember of my /etc/X11/xorg.conf file:
Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
# Load "GLCore" # No longer needed
Load "dbe"
# Load "dri" # No Longer needed
Load "extmod"
# Load glx" # Not needed, autoloaded
Load "record"
Load "bitmap"
Load "freetype"
Load "type1"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "keyboard"
Option "corekeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbRules "xfree86"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "Mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ps2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "CorePointer"
EndSection
#
# WARNING:

ALIBRATE
#
# Section "InputDevice"
# Identifier "touch"
# Driver "mutouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "10"
# Option "MaxX" "16383"
# Option "MinY" "10"
# Option "MaxY" "16383"
#
# Option "ScreenNumber" "1"
# Option "ReportingMode" "scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# Option "ButtonThreshold" "17"
# EndSection
Section "Monitor"
Identifier "CRT1"
VendorName "My Monitor"
ModelName "My Monitor"
VertRefresh <dont recall>
HorizRefresh <dont recall>
Modeline <dont recall but when not specified, neither worked in single head mode>
EndSection
Section "Monitor"
Identifier "CRT2"
VendorName "My Monitor"
ModelName "My Monitor"
VertRefresh <dont recall>
HorizRefresh <dont recall>
Modeline <dont recall but when not specified, neither worked in single head mode>
EndSection
Section "Device"
Identifier "GeForce6600-1"
VendorName "NVidia"
BoardName "ASUS Extreme N6600"
Driver "nvidia"
#Option "ForceCRT2Type "VGA"
# CRT1 :: DVI port
BusID "PCI:02:00:0" # also tried with BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "GeForce6600-2"
VendorName "NVidia"
BoardName "ASUS Extreme N6600"
Driver "nvidia"
Option "ForceCRT2Type "VGA" # tried w/ and w/o comented out
# CRT2 :: std VGA port
BusID "PCI:02:00:0" # also tried with BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen1"
Device "GeForce6600-1"
Monitor "CRT1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
SubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "GeForce6600-2"
Monitor "CRT2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
SubSection
EndSection
Section "ServerLayout"
Identifier "Dual Head Layout"
Screen "Screen1" 0 0 # DVI - HUD
Screen "Screen2" Below "Screen1" # VGA - rdr displays and touchscreen panel
Option "Xinerama" "Off"
InputDevice "keyboard"
InputDevice "mouse"
# InputDevice "touch" # DONT FORGET TO CALIBRATE
EndSection
Section "DRI"
Mode 0666
EndSection
# End xorg.conf. Hope I didnt leave anything out. I modified a template xorg file I had
# found on
www.winischhofer.net regarding a dual head config, single vid card setup.
#
# TIA.
Edit: i'm usiing NVidia driver version - 6629 dl'd from :
http://www.nvidia.com/object/linux_d..._1.0-6629.html