Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2005 14:41:28 +0200
From:      Mario Hoerich <lists@MHoerich.de>
To:        Matthew Jordan <matthewjordan110@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Questions about FreeBSD support for Multiple Monitors & IPv6 Protocol
Message-ID:  <20050610124127.GD34253@Pandora.MHoerich.de>
In-Reply-To: <BAY20-F182E4F921884F2FB07F0AB95FF0@phx.gbl>
References:  <BAY20-F182E4F921884F2FB07F0AB95FF0@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
# Matthew Jordan:
> 
>   Does FreeBSD, Xorg or the Window Managers have support for more than
>   one Monitor, and if so how would I enable that feature?
 
There are multiple ways to do this, i.e. xinerama.  Try googling
for "multiple monitors xorg" or something like that.

If you use the nVidia-driver from ports, it's even easier,
I just modified my xorg.conf:

  Section "Device"
      Identifier  "NV AGP"
      Driver      "nvidia"
      BusID	      "PCI:1:0:0"
      Option      "TwinView" "on"
      Option      "MetaModes" "1280x1024,1280x1024; 1024x768,NULL"
      Option      "SecondMonitorHorizSync" "28-64"
      Option      "SecondMonitorVertRefresh" "60"
      Option      "TwinViewOrientation" "LeftOf"
  EndSection


>   Can I use IPv6 Protocol with FreeBSD on my internal network if I
>   wanted to?

I haven't tried, but in all probability: yes.

 HTH,
Mario
-- 
 "Für Gegner der Reform wird ein Wagen, der an die Wand gefahren
  wurde, nicht dadurch wieder flott, dass man zwei seiner Räder
  für intakt erklärt."
           -- Hermann Unterstöger, SZ, über die Rechtschraipreform



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050610124127.GD34253>