Questions about FreeBSD support for Multiple Monitors IPv6 Protocol

2005-06-10 Thread 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?

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

  Express yourself instantly with MSN Messenger! [1]MSN Messenger
  Download today it's FREE!

References

  1. http://g.msn.com/8HMBEN/2728??PS=47575
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions about FreeBSD support for Multiple Monitors IPv6 Protocol

2005-06-10 Thread Björn König

Matthew Jordan wrote:


  Does FreeBSD, Xorg or the Window Managers have support for more than
  one Monitor, and if so how would I enable that feature?


X.org supports this feature. I can offer a sample configuration that 
works for me:


http://www.alpha-tierchen.de/dateien/etc/xorg.conf-dual.txt


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


Yes, read the IPv6 section of the handbook

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html

if you need further information about this topic.

Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions about FreeBSD support for Multiple Monitors IPv6 Protocol

2005-06-10 Thread Mario Hoerich
# 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]