Help using both QNIX 2650x1440 and acer 1680x1050 with NVIDIA?
I have to preface this with the fact that I'm a Linux newb. I've learned a lot in a couple of weeks, but so far this has me stumped.
I've been trying for over a week to find the solution that will let me use two monitors. They are a QNIX 2650x1440 and an acer 1680x1050. I can make either work individually, but can't seem to figure out how to get them on at the same time. II can get dual monitors under the default drivers, the problem is when I install the NVIDIA proprietary drivers. I have two GTX 680's and I"ve tried connecting both monitors to one
I am presently on Kubuntu, but I've tried Ubuntu and Linux Mint also.
Thank you!!!!!
Here's how I got the QNIX to work:
________________________________________
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Fri Mar 12 02:12:40 PST 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
EndSection
Section "Files"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "QNIX"
ModelName "2710"
HorizSync 88.8
VertRefresh 59.5
# 2560x1440 59.95 Hz (CVT 3.69M9-R) hsync: 88.79 kHz; pclk: 241.50 MHz
Modeline "2560x1440R" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
DisplaySize 597 336
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 680"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 680"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2560x1440"
EndSubSection
Option "UseEDID" "False"
Option "UseEDIDDPI" "False"
Option "UseEDIDFreqs" "False"
Option "ExactModeTimingsDVI" "True"
Option "metamodes" "DFP-0: 2560x1440 +0 +0"
### Metamode for single QX2710 (2560x1440)
# Option "metamodes" "DFP-0: 2560x1440 +0 +0"
### Metamode for dual QX2710 (5120x1440)
# Option "metamodes" "DFP-0: 2560x1440_60 @2560x1440 +0+0, DFP-2: 2560x1440_60 @2560x1440 +2560+0"
EndSection
I've been trying for over a week to find the solution that will let me use two monitors. They are a QNIX 2650x1440 and an acer 1680x1050. I can make either work individually, but can't seem to figure out how to get them on at the same time. II can get dual monitors under the default drivers, the problem is when I install the NVIDIA proprietary drivers. I have two GTX 680's and I"ve tried connecting both monitors to one
I am presently on Kubuntu, but I've tried Ubuntu and Linux Mint also.
Thank you!!!!!
Here's how I got the QNIX to work:
________________________________________
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Fri Mar 12 02:12:40 PST 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
EndSection
Section "Files"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "QNIX"
ModelName "2710"
HorizSync 88.8
VertRefresh 59.5
# 2560x1440 59.95 Hz (CVT 3.69M9-R) hsync: 88.79 kHz; pclk: 241.50 MHz
Modeline "2560x1440R" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
DisplaySize 597 336
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 680"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 680"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2560x1440"
EndSubSection
Option "UseEDID" "False"
Option "UseEDIDDPI" "False"
Option "UseEDIDFreqs" "False"
Option "ExactModeTimingsDVI" "True"
Option "metamodes" "DFP-0: 2560x1440 +0 +0"
### Metamode for single QX2710 (2560x1440)
# Option "metamodes" "DFP-0: 2560x1440 +0 +0"
### Metamode for dual QX2710 (5120x1440)
# Option "metamodes" "DFP-0: 2560x1440_60 @2560x1440 +0+0, DFP-2: 2560x1440_60 @2560x1440 +2560+0"
EndSection
Comment