Chapter 2. Configuring Duo-View Display Mode

The Duo-View display mode is to display same content on two display devices. Different VIA chipset supports different display combinations.

To light Duo-View display mode, you must pay attention to the following aspects.

For example,

(1) Internal CRT + Internal LCD

       Section "Device"
               Driver   "via"
               VendorName  "VIA Tech"
               BoardName   "via"
               Identifier  "Device0"
               Option "ActiveDevice" "CRT, LCD"
               Option "LCDPort"      "LVDS0"
               Screen 0
       EndSection 

(2) Internal CRT + External DVI

       Section "Device"
               Driver   "via"
               VendorName  "VIA Tech"
               BoardName   "via"
               Identifier  "Device0"
               Option "ActiveDevice" "CRT, DVI"
               Option "DVIPort"      "DVP1"
               Screen 0 
       EndSection 

(3) External LCD + External TV

       Section "Device"
               Driver   "via"
               VendorName "VIA Tech"
               BoardName "via"
               Identifier "Device0"
               Option "ActiveDevice"  "LCD, TV"
               Option "LCDPort"       "DVP0"
               Option "TVPort"        "DVP1"
               Option "TVType"        "PAL"
               Option "TVOutput"      "S-Video"
               Screen 0 
       EndSection 

The configuration for other display device combinations could derive from the samples.

Regarding to configuring two display devices of the same type, i.e. two CRTs, two LCDs, two TVs, please refer to Part III Chapter 1, Output Device Configuration Instructions, it's demonstrated in the related sections.