SCIENTIFIC-LINUX-USERS Archives

May 2008

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Payne <[log in to unmask]>
Reply To:
Chris Payne <[log in to unmask]>
Date:
Mon, 26 May 2008 09:46:06 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (93 lines)
Eve--

On Fri, May 23, 2008 at 04:52:16PM -0500, Eve V. E. Kovacs wrote:
> We are trying to configure a 4-head display on an SL4.6 system.
> We have an NVIDIA Quadro NVS 290 graphics adapter.
> We have installed the kernel-module-nvidia package, so we have some kind 
> of driver, but maybe not the best one.
> So far, we haven't even succeeded in configuring a dual head display.
> (The configuration gui offers a dual head option, but doesn't change the 
> xorg.conf when we select it.)
> 
> Any help would be appreciated.

In my previous position, we used the NVidia NVS-400 quad head cards on SL 
4.4. I have attached my notes from that setup below, it might help you, but I 
think they use different drivers if I read the NVidia pages correctly.

The last driver I did this with was:

NVIDIA-Linux-x86-1.0-8774-pkg1.run

So it is slightly out of date. (as you can tell from the resolution as well 
;-) )

You might have better luck with the drivers available from atrpms, ones 
matching your config from the list:

yum list nvidia\* --enablerepo=atrpms

I don't remember why I didn't use these at the time, probably just ignorance 
on my part.

Cheers and good luck.
Chris
--
Chris Payne			[log in to unmask]
TRIUMF ATLAS Tier-1 System Administrator - Networking
TRIUMF				+1 604 222 7554
4004 Wesbrook Mall, Vancouver, BC, V6T2A3, CANADA


 NVidia NVS-400

	* If using NVidia card (NVS-400) 

yum -y install gcc kernel-smp-devel 

or for non-smp kernel

yum -y install gcc kernel-devel 

    * Download driver from: 

http://www.nvidia.com/object/unix.html

and follow instructions, eq:

License     <Accept>
Download    <No>
Build       <OK>

    * then run: 

nvidia-xconfig --depth=16 --enable-all-gpus --mode=1280x1024 \
--separate-x-screens --xinerama  --twinview --twinview-xinerama-info

tweek config as required (look to an existing similar host if confused)

    * add to Mouse section 

   Option      "ZAxisMapping" "4 5"
   Option      "Emulate3Buttons" "no"

    * Add to Monitor section 

   Option      "DPMS"

    * add to Device Section 

   Option      "HWcursor" "on"
   Option      "backingstore"
   Option      "RenderAccel" "true"
   Option      "AllowGLXWithComposite" "true"

    * edit Screen Sections to change to: 

   DefaultDepth    16
   Option         "MetaModes" "1280x1024, 1280x1024"
   Option         "NoTwinViewXineramaInfo" "False"
   SubSection     "Display"
	   Depth       16
   EndSubSection

ATOM RSS1 RSS2