# 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"