[Solved] Nividia Twinview Problem?

Gilboa Davara gilboad at gmail.com
Sun Jan 24 22:28:24 UTC 2010


On Sun, 2010-01-24 at 16:14 -0500, Marcel Rieux wrote:
> On Sun, Jan 24, 2010 at 12:26 AM, Gilboa Davara <gilboad at gmail.com> wrote:
> > On Sat, 2010-01-23 at 19:19 -0500, Marcel Rieux wrote:
> >> The cost of an Nvidia card is not the price you pay, but the time an
> >> "I don't care company" will make you lose. At minimum wage, it's at
> >> least ten times the price of the card.
> >
> > I'm using two screens with different aspect ration in TwinView mode on
> > two machines.
> > If you want to solve your problem (as opposed to useless rants), I'd
> > suggest you start by posting information about your setup, org.conf,
> > etc.
> >
> > P.S. This is -not- a Fedora issue.
> 
> It might not be. Do you mean by this that Windows users experience the
> same problem?

Nope.
I'd imagine that it's a broken xorg.conf configuration.

> I first asked here and only Ed Greshko answered but he had no
> solution. I didn't have a single answer on the NVIDIA forums. So, yes,
> it's a rant.

You do understand that ranting won't get you anywhere - instead it'll
simply annoy the people that might actually help you, right?

[snip]

> Section "Monitor"
>    Identifier     "Monitor0"
>    VendorName     "Unknown"
>    ModelName      "ViewSonic VX922"
>    HorizSync       30.0 - 82.0
>    VertRefresh     50.0 - 75.0
>    Option         "DPMS"
> EndSection
...

Your xorg.conf looks far too complex in my view. (You didn't post which
nVidia binary driver version are you using?)
It seems to be mixing xinerama and TwinView.
Plus, you have multiple concurrent configurations in the device and
monitor sections that more-or-less contradict each other...

Here's a copy of a work TwinView configuration from one of my
workstations. (22" LCD on DVI, 17" LCD on VGA)
Try using it as a reference (Its most likely full of garbage... I've
been dragging this xorg.conf since ~F5 [with minor modifications]...) 
Notice that the MetaModes are disabled - as at least in my case,
TwinView seems to be configuring the displays more-or-less out of the
box.

xorg.conf
=================================================================

Section "ServerLayout"
	Identifier	"Layout0"
	Screen		0	"Screen0" 0 0
	InputDevice	"Mouse0"		"CorePointer"
	InputDevice	"Keyboard0"		"CoreKeyboard"
	Option		"AutoAddDevices"	"off"
EndSection

Section "Files"
	ModulePath	"/usr/lib64/xorg/modules/extensions/nvidia/"
	ModulePath	"/usr/lib64/xorg/drivers"
	ModulePath	"/usr/lib64/xorg/modules"
EndSection

Section "Module"
	Load		"fbdevhw"
	Load		"record"
	Load		"freetype"
	Load		"type1"
	#Load		"dri"
	Load		"glx"
	Load		"dbe"
	Load		"extmod"
EndSection

Section "ServerFlags"
	Option		"AIGLX"	"on"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"AutoAddDevices"	"false"
	Option		"AutoEnableDevices"	"false"
	Option		"XkbModel"		"pc105"
	Option		"XkbLayout"		"us,il"
	Option		"XkbOptions"		"grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"		"auto"
	Option		"Device"		"/dev/input/mice"
	Option		"Emulate3Buttons"	"no"
EndSection

Section "Monitor"
	Identifier	"CRT-1"
	VendorName	"MAG"
	ModelName	"S776i"
	HorizSync	30.0 - 86.0
	VertRefresh	60.0 - 75.0
	Option		"DPMS"			"true"
EndSection

Section "Monitor"
	Identifier	"DFP-0"
	VendorName	"DELL"
	ModelName	"E228WFP"
	HorizSync	30.0 - 83.0
	VertRefresh	60.0 - 76.0
	Option		"DPMS"			"true"
EndSection

Section "Device"
	Identifier	"Videocard0"
	Driver		"nvidia"
	VendorName	"Videocard vendor"
	BoardName	"NVIDIA GeForce 8600GT"
	Option		"DPI"			"96 x 96"
	Option		"RenderAccel"		"true"
	Option		"Composite"		"Enable"
	Option		"TwinView"		"true"
	#Option		"UseEdidFreqs"		"false"
	#Option		"TwinViewOrientation"	"DFP-0 RightOf CRT-1"
	#Option		"UseEDID"		"false"
	#Option		"MetaModes"		"1600x1050, 1280x1024; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Videocard0"
	Monitor		"DFP-0"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
	EndSubSection
EndSection

Section "DRI"
	Group	0
	Mode	0666
EndSection

Section "Extensions"
	Option	"Composite"	"Enable"
	Option	"RENDER"	"true"
	Option	"DAMAGE"	"true"
EndSection
=================================================================

Hope it helps,
- Gilboa



More information about the users mailing list