|
|
#1 | |
|
Registered User
Join Date: May 2010
Posts: 3
|
Hi everybody,
I have a HP desktop with two Nvida cards. lolo@meije:~$ lspci |grep VGA and I have three monitors :
DELL 17 1280x1024 - HP 24 1920x1200 - ACER 17 1280x1024 I have tried some xorg.conf I have found on the net but without success. If you need more information about my system .. Thanks a lot Last edited by loloemr; 11-21-12 at 07:05 AM. Reason: detail .. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Hi!
Please check /usr/share/doc/NVIDIA_GLX-1.0/README.txt for "BaseMosaic". There's also a configuration example for a 2x2 setup: Code:
nvidia-xconfig --base-mosaic --metamodes="GPU-0.DFP-0: 1920x1024+0+0,
GPU-0.DFP-1: 1920x1024+1920+0, GPU-1.DFP-0: 1920x1024+0+1024, GPU-1.DFP-1:
1920x1024+1920+1024"
Once you got it working, I would appreciate it if you could post some details. regards Bernhard |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2010
Posts: 3
|
Thank you very much, it solved perfectly my problem using :
Code:
sudo nvidia-xconfig --base-mosaic --metamodes="GPU-0.DFP-0:1280x1024+0+0, GPU-0.DFP-2: 1920x1200+1280+0, GPU-1.DFP-0:1280x1024+3200+0" Very Happy this morning ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|