|
|
#73 | |
|
Registered User
Join Date: Mar 2010
Posts: 2
|
Bernhard,
Many thanks for clarifying that - most useful! best wishes and many thanks lara |
|
|
|
|
|
|
#74 | |
|
Registered User
Join Date: Aug 2010
Posts: 41
|
Hi all!
Well, i'm currently running [0]1280x1024 <----> [1]1680x1050 <---->[2]1280x1024 with Xinerama (two cards) and would be VERY interested to know if i could get that TwinViewXineramaInfoOverride - thing working without that bezel problems.... Would: Code:
Option "TwinViewXineramaInfoOverride" "1280x1024+0+0, 1680x1050+1050+0, 1280x1024+2960+0" Help much appreciated! Yours ![]() |
|
|
|
|
|
|
#75 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Quote:
"true" Xinerama is enabled. So, XineramaInfoOverride is not a solution when you run "true" Xinerama on two GPUs, sorry. Unfortunately, you can't use the TH2G as proposed in this thread, either, because you need displays with the same geometry. (unless you are willing to run the 1680x1050 LCD at the non-native resolution 1280x1024, or the other two 1280x1025 LCDs at 1680x1050, where the later may not work anyway, depending on the capability of your LCDs). regards Bernhard |
|
|
|
|
|
|
#76 | |
|
Registered User
Join Date: Jan 2010
Posts: 6
|
This thread seems like the best place to post this scenario.
Up until recently, I have been happily running a 6 LCD setup on a single GTX 260 with two TH2G. However, just recently I acquired a new Dell U3011 LCD that does 2560x1600. I'm wanting to stop using one of the TH2G, and run with three LCD's above the new LCD. So essentially four LCD's total on a single card. Code:
Videocard Displays
________
|
DVI-D +-----------------------> LCD #1 @ 2560x1600
| ____
Out | | |
put | | +------> LCD #2 @ 1280x1024
| | |
DVI-D +---------->| +------> LCD #3 @ 1280x1024
________| | |
| +------> LCD #4 @ 1280x1024
|____|
TH2G
http://www.nvnews.net/vbulletin/showthread.php?t=133740&page=2
I'm feeling that I can accomplish this, but the xorg settings for it have me a bit at a loss. So far, I am able to get X to display something on all four LCD's but the three connected to the TH2G don't seem to be receiving the right signals and I get a series of blurred and stretched images instead. My guess is I am missing something fundamental here. The following was my latest attempt, but the U3011 just goes out of range and the TH2G LCD's are unreadable. I think perhaps the ranges for the U3011 are something like HorizSync 29.0 - 113.0 and VertRefresh 49.0 - 86.0 but I don't know for sure. That's just what the NVidia control panel guessed. Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Matrox"
ModeLine "3840x1024" 254.31 3840 3856 3872 3976 1024 1025 1032 1066 +HSync +VSync
HorizSync 31-80
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEDID" "False"
Option "ExactModeTimingsDVI" "True"
Option "PixmapCacheSize" "5760000"
Option "Coolbits" "1"
Option "NoLogo" "True"
Option "CursorShadow" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "ConnectToAcpid" "False"
Option "TwinView" "True"
Option "TwinViewOrientation" "Above"
Option "TwinviewXineramaInfo" "True"
Option "TwinViewXineramaInfoOverride" "1280x1024+0+0, 1280x1024+1280+0, 1280x1024+2560+0, 2560x1600+640+1024"
Option "DynamicTwinView" "False"
Option "MetaModes" "3840x1024,2560x1600"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
|
|
|
|
#77 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Quote:
the exact timing for the U3011 and just creates an ModeLine from the hsync/vsync values you provided. So I guess you would need to add a ModeLine for the U3011. Second, Xorg doesn't know which device is connected where, so it might be worth a try to swap cables or swap the order in "MetaModes". However, since you are using the default 3840x1024 resolution for the TH2G, it may not be necessary to supply a modeline and to disable the use of the EDID: let Xorg probe the connected devices and it should just work. For future postings on this topic, I suggest to add the nvidia-bug-report.log in order to get more insights from the Xorg.0.log. regards Bernhard |
|
|
|
|
|
|
#78 | |
|
Registered User
Join Date: Jan 2010
Posts: 6
|
Your suggestion to let it probe has has yielded me a fairly functional set of displays. However, the method nvidia-settings choose to configure uses mode descriptions to reference the two displays, and it's unclear to me how I can further divide up the three LCD's on the TH2G now. (The three LCD's on the TH2G appear as one screen) Can I simply add the sizes and offset's to the line? The Nvidia appendix doesn't seem to clearly define how to do this but I might be overlooking the obvious again.
Thanks again for your help! Code:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: 3840x1024 +0+0, DFP-1: nvidia-auto-select +640+1024"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
|
|
|
|
#79 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Quote:
Code:
Option "TwinViewXineramaInfoOverride" "1280x1024+0+0, 1280x1024+1280+0, 1280x1024+2560+0, 2560x1600+640+1024" regards Bernhard |
|
|
|
|
|
|
#80 |
|
Registered User
Join Date: Jan 2010
Posts: 6
|
Works perfectly! For future reference, Unity wants to show it's launcher on the first monitor. So the order of TwinViewXineramaInfoOverride is important if that matters to you. I wanted to show it on my largest display so....
Code:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOverride" "2560x1600+640+1024, 1280x1024+0+0, 1280x1024+1280+0, 1280x1024+2560+0"
Option "TwinViewXineramaInfoOrder" "DFP-1, DFP-0"
Option "metamodes" "DFP-0: 3840x1024 +0+0, DFP-1: nvidia-auto-select +640+1024"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| NVIDIA GeForce GTX 670 brings Kepler on a $399 budget (SlashGear) | News | GeForce GTX 670 Reviews | 0 | 05-10-12 08:40 AM |
| Rumor regarding lack of 680 availability | ViN86 | Rumor Mill | 6 | 05-09-12 04:48 PM |