[OpenIndiana-discuss] quadro 600 on oi-dev-148a - no joy :(

Ken Gunderson kgunders at teamcool.net
Sat Feb 26 23:39:01 UTC 2011


Hello All You Happy People:)

Well, I finally tracked down a #00 Phillips screw driver so I could swap
out the factory low profile mount for a standard height on my new Quadro
600.  Unfortunately, oi loads only with vesa driver. Boo Hiss!!

Booting to console and forcing nvidia drivers in xorg.conf pukes up glx
initialization failures.  I uninstalled and reinstalled the nvidia
drivers, glx extensions, etc., but results were the same with both
simple xorg.conf specifying nvidia driver and Xorg -configure generated
xorg.conf.  See attached log and xorg.conf's.  

nvidia's website and marketing stuff conveniently omits anything about
supported cpu's, but the actual packaging stipulates processor
requirements:

*Intel Core i5, i7 or Xeon processor or later
* AMD Phenom or Opteron class processor or later

The system is Tyan S2865 based, sporting any Opteron 180, & 4GB ECC,
fwiw.

Ideas?  Thanks in advance.

-- 
Ken Gunderson <kgunders at teamcool.net>
-------------- next part --------------
Section "Device"
	Identifier	"Card0"
	Driver		"nvidia"
EndSection
-------------- next part --------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules/amd64"
	ModulePath   "/usr/X11/lib/modules/"
	FontPath     "catalogue:/etc/X11/fontpath.d"
EndSection

Section "Module"
	Load  "dri2"
	Load  "dri"
	Load  "ia"
	Load  "dbe"
	Load  "extmod"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/mouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "ATI Technologies Inc"
	BoardName   "Rage XL"
	BusID       "PCI:5:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection



More information about the OpenIndiana-discuss mailing list