Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2010 20:14:09 -0700 (PDT)
From:      Tim Gustafson <tjg@soe.ucsc.edu>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD 8 / amd64 / Xorg / nvidia GeForce 5200
Message-ID:  <2092844706.52171269486849103.JavaMail.root@mail-01.cse.ucsc.edu>
In-Reply-To: <286165196.52121269486793612.JavaMail.root@mail-01.cse.ucsc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_864_1693119008.1269486849102
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Hi,

My workstation runs FreeBSD 8.0-STABLE amd64.  I have Xorg 1.6.5 and an nVidia GeForce 5200 dual head video card.

Currently the first head of the card is operating well using the "nv" driver.  I tried to compile the nvidia-driver port, but it tells me that I need nvidia-driver-173 because the 5200 chipset isn't supported by the current driver.  When I go to compile nvidia-driver-173 it tells me that it is not supported under the amd64 architecture.  I can't switch to an i386 kernel because I need the amd64 architecture to take advantage of all my RAM and also because I am using ZFS on this workstation, which more or less requires the amd64 architecture.

So, I have two questions:

1. Is there any way to get the nvidia-driver-173 port to work with my amd64 OS?

2. Is there any way to get the second head of the 5200 video card to work using the nv driver?  I tried adding a second device section to xorg.conf but the system errors out telling me that it tried to use conflicting hardware.  I've attached both my xorg.conf and my Xorg.0.log file to this message.

Or am I stuck buying a newer card?

Tim Gustafson
Baskin School of Engineering
UC Santa Cruz
tjg@soe.ucsc.edu
831-459-5354


------=_Part_864_1693119008.1269486849102
Content-Type: application/octet-stream; name=xorg.conf.2010-03-24
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=xorg.conf.2010-03-24

Section "ServerLayout"
 Identifier "Layout0"
 Screen "Screen0"
 Screen "Screen1" RightOf "Screen0"
 InputDevice "Keyboard0" "CoreKeyboard"
 InputDevice "Mouse0" "CorePointer"
 Option "Xinerama" "1"
EndSection

Section "Files"
 FontPath "/usr/local/lib/X11/fonts/misc/:unscaled"
 FontPath "/usr/local/lib/X11/fonts/misc/"
 FontPath "/usr/local/lib/X11/fonts/TTF/"
EndSection

Section "InputDevice"
 Identifier "Mouse0"
 Driver "mouse"
 Option "Protocol" "auto"
 Option "Device" "/dev/sysmouse"
 Option "Emulate3Buttons" "no"
 Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
 Identifier "Keyboard0"
 Driver "keyboard"
EndSection

Section "Monitor"
 Identifier "Monitor0"
 VendorName "NEC"
 ModelName "MultiSync LCD 195VX"
 HorizSync 30.0 - 50.0
 VertRefresh 56.0 - 63.0
 Option "DPMS"
EndSection

Section "Device"
 Identifier "Device0"
 Driver "nv"
 VendorName "NVIDIA"
 BoardName "GeForce 5200"
 Screen 0
 BusID "PCI:3:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Device0"
 Monitor "Monitor0"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
 EndSubSection
EndSection

Section "Monitor"
 Identifier "Monitor1"
 VendorName "NEC"
 ModelName "MultiSync LCD 195VX"
 HorizSync 30.0 - 50.0
 VertRefresh 56.0 - 63.0
 Option "DPMS"
EndSection

Section "Device"
 Identifier "Device1"
 Driver "nv"
 VendorName "NVIDIA"
 BoardName "GeForce 5200"
 Screen 1
 BusID "PCI:3:2:0"
EndSection

Section "Screen"
 Identifier "Screen1"
 Device "Device1"
 Monitor "Monitor1"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
 EndSubSection
EndSection

------=_Part_864_1693119008.1269486849102--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2092844706.52171269486849103.JavaMail.root>