[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Is there a way to 'yoke' the 2 x monitors together so a different activity changes both monitors at once ?



On Tue, Aug 16, 2011 at 07:38:44PM +0100, dave selby wrote:
> Hi All,
> 
> Setting up debian 6 with a dual monitor using Nvidia drivers, all is
> well apart from adding activities seems to be per monitor, and worse
> changing activities seems to change all possible activity screens
> through one monitor at a time, so 2 x activities gives four possible
> activities per monitor ... yuk.
> 
> Is there a way to 'yoke' the 2 x monitors together so a different
> activity changes both monitors at once ?

Yes. You will need to edit (or create, if it doesn't exist)
/etc/X11/xorg.conf.

Add the following lines to it (or if you already have a Device section,
add the Option lines to it):

  Section "Device"
  	 Identifier "Device0"
	 Driver     "nvidia"                        # or "nouveau" if you're using that driver
     Option     "TwinView"                      # Enables nVidia TwinView
	 Option     "TwinViewOrientation" "Clone"   # Enables Display cloning
  EndSection

Save the file and restart X (or reboot if that's easier). You should now
see the same image on all connected displays.

-- 
Darac Marjal

Attachment: signature.asc
Description: Digital signature


Reply to: