[NCLUG] Dual head video under linux?

Brett Johnson brett at hp.com
Fri Mar 14 10:08:02 MST 2003


On Thu, 2003-03-13 at 21:48, Mike W Jensen wrote:
> I recently replaced my Voodoo 3 and Radeon 7000 combo for a Geforec 4 
> 440mx-se.  I got the nvidia kernel module installed.  I am having problems 
> getting twin view to work, and havent found any thing that has been _lots_ of 
> help online.  Dose anyone have a working XF86Config file they could send me?  

Here's one that I use with an NVidia 900XGL card (same driver you should
be using).

Note that with NVidia, you're going to have to download and install
their proprietary (and closed source) "nvidia" X driver package to get
twinview to work.  The "nv" open source driver doesn't support a lot of
NVidia chipsets, and it doesn't support twinview at all.

Cheers!
-- 
Brett Johnson <brett at hp.com>
   -  i  n  v  e  n  t  -
-------------- next part --------------
Section "Files"
	#FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/local/lib/X11/fonts/msfonts"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/TrueType"
	FontPath	"/usr/lib/X11/fonts/misc"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"AutoRepeat" "500 30"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
        Option	        "Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"900XGL"
	Driver		"nvidia"
	Option "TwinView"
	# be sure to replace the HorizSync and VertRefresh with correct values
	# for your monitor!  
	Option "SecondMonitorHorizSync"   "30-96"
	Option "SecondMonitorVertRefresh" "50-160"
	Option "TwinViewOrientation"      "RightOf"
	Option "MetaModes"                "1600x1024,1280x1024"
	Option "ConnectedMonitor"         "crt,crt"
	Option "NoLogo"			  "true"
	Option "RenderAccel"		  "true"
	Option "WindowFlip"		  "true"

EndSection

Section "Monitor"
	Identifier	"A1295A"
	HorizSync	30-130
	VertRefresh	50-160
	Option		"DPMS"
	Modeline 	"1600x1024"  162   1600 1664 1856 2160 1024 1032 1040 1068  +HSync -VSync
EndSection

Section "Monitor"
	Identifier	"P1100"
	HorizSync	30-96
	VertRefresh	50-160
	Option		"DPMS"
	Modeline 	"1280x1024"  126.5 1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"900XGL"
	Monitor		"A1295A"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1600x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
EndSection



More information about the NCLUG mailing list