Author Topic: Nvidia Twin Vview.  (Read 2440 times)

CrafyZA

  • Regular Poster
  • **
  • Posts: 40
    • View Profile
    • my2wheels
Nvidia Twin Vview.
« on: September 26, 2007, 12:43:52 pm »

Is this supported in LMCE?
MOBO: Asus A8V Deluxe
CPU   :AMD 64 Athalon 3500
RAM   : 1.5 GB Ram
GPU   : Nvidia 6600GT
PVR   : Leadtek Winfast XP2000
Bluetooth dongle for orbitor software on Nokia 6600
This setup works like a charm! Maybe just a little more ram ;-)

CrafyZA

  • Regular Poster
  • **
  • Posts: 40
    • View Profile
    • my2wheels
Re: Nvidia Twin Vview.
« Reply #1 on: September 27, 2007, 07:34:21 am »
For those who are interested in this:

Typically your x configuration (xorg.conf) will have something in that looks pretty much like this:
Code: [Select]
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600]"
Driver "nv"
BusID "PCI:4:0:0"
Option "TwinView" "False"
Option "TwinViewOrientation" "RightOf"   
Option "UseEdidFreqs" "False"
    Option "SecondMonitorHorizSync"   "UseEdidFreqs"
Option "SecondMonitorVertRefresh" "UseEdidFreqs"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "UseDisplayDevice" "CRT"
Option "ConnectedMonitor" "CRT, CRT"
EndSection


just update it to look like this:
Code: [Select]
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600]"
Driver "nv"
BusID "PCI:4:0:0"
Option "TwinView" "True"
Option "TwinViewOrientation" "RightOf"   
Option "UseEdidFreqs" "True"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "SecondMonitorHorizSync" "28.0-51.0"
Option "SecondMonitorVertRefresh" "43.0-60.0"
Option "UseDisplayDevice" "CRT"
Option "ConnectedMonitor" "CRT, CRT"
EndSection

I have not fully tested this, but do not think that it will cause any trouble...
« Last Edit: September 27, 2007, 07:37:58 am by CrafyZA »
MOBO: Asus A8V Deluxe
CPU   :AMD 64 Athalon 3500
RAM   : 1.5 GB Ram
GPU   : Nvidia 6600GT
PVR   : Leadtek Winfast XP2000
Bluetooth dongle for orbitor software on Nokia 6600
This setup works like a charm! Maybe just a little more ram ;-)