Subject: help needed with dual head nvidia. [SEC=UNCLASSIFIED]
To: None <netbsd-users@netbsd.org>
From: Paul (NCC/CS) <pts@bom.gov.au>
List: netbsd-users
Date: 08/07/2007 10:38:41
Hi,
I have a new machine with an nvidia quadro nvs 285 video card.

I can't get it to run both monitors.
And I'm not sure what is wrong or where to begin.

I wonder:
- do I need the nvidia driver happening or is the nv one ok?
I'm using the nv one with XFree86 which came default in NetBSD 3.1

- should I be running Xorg instead?


- I think there are different ways to run the dual head thingy. So
maybe I'm just setting it up wrong in XF86Config.

Does anyone have an XF86Config file they can post?

heres mine below.

Please help! very stuck.


thanks,
Paul.

Bureau of Meteorology
Australia.






Section "ServerLayout"
 Identifier     "XFree86 Configured"
# Screen      0  "Screen0" 0 0
        Screen      "Screen 0" LeftOf "Screen 1"
        Screen      "Screen 1" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
 Option "Xinerama" "true"
#  Option "Xinerama" "on"
EndSection


Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
 Load  "extmod"
 Load  "glx"
 Load  "dbe"
 Load  "record"
 Load  "xtrap"
 Load  "type1"
 Load  "speedo"
EndSection
Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "wsmouse"
 Option     "Device" "/dev/wsmouse"
EndSection


Section "Monitor"
 Option "UsePreferredMode" "false"
 #DisplaySize   340   270 # mm
 Identifier   "Monitor0"
 VendorName   "SAM"
 ModelName    "SyncMaster"
 Option     "DPMS"
     HorizSync   30 - 81
     VertRefresh 56-75
# Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
EndSection


Section "Monitor"
 Option "UsePreferredMode" "false"
 #DisplaySize   340   270 # mm
 Identifier   "Monitor1"
 VendorName   "SAM"
 ModelName    "SyncMaster"
 Option     "DPMS"
     HorizSync   30 - 81
     VertRefresh 56-75
# Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
EndSection




Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "HWcursor"            # [<bool>]
        #Option     "NoAccel"             # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "UseFBDev"            # [<bool>]
        #Option     "Rotate"              # [<str>]
        #Option     "VideoKey"            # <i>
        #Option     "FlatPanel"           # [<bool>]
        #Option     "FPDither"            # [<bool>]
        #Option     "CrtcNumber"          # <i>
        #Option     "FPScale"             # [<bool>]
        #Option     "FPTweak"             # <i>
 Identifier  "Card0"
 Driver      "nv"
 VendorName  "nVidia Corporation"
 BoardName   "Unknown Board"
 ChipSet     "Quadro NVS 285"
 BusID       "PCI:1:0:0"
EndSection


Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "HWcursor"            # [<bool>]
        #Option     "NoAccel"             # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "UseFBDev"            # [<bool>]
        #Option     "Rotate"              # [<str>]
        #Option     "VideoKey"            # <i>
        #Option     "FlatPanel"           # [<bool>]
        #Option     "FPDither"            # [<bool>]
        #Option     "CrtcNumber"          # <i>
        #Option     "FPScale"             # [<bool>]
        #Option     "FPTweak"             # <i>
 Identifier  "Card1"
 Driver      "nv"
 VendorName  "nVidia Corporation"
 BoardName   "Unknown Board"
 ChipSet     "Quadro NVS 285"
 BusID       "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor     "Monitor0"

 SubSection "Display"
  Viewport   0 0
  Depth     8
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection

 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection

EndSection

Section "Screen"
 Identifier "Screen1"
 Device     "Card1"
 Monitor     "Monitor1"

 SubSection "Display"
  Viewport   0 0
  Depth     8
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection

 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection

EndSection