Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-28-2006, 08:27 PM
|
#1
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Rep:
|
Dual LCD's?
Can anyone tell me how I can set up dual LCD's on Linux? I am using Gnome and have Nvidia drivers inatalled.
http://img299.imageshack.us/img299/8457/nvidia5iw.png
Both LCD's are identical & and am wondering if both can be connected to a AGP card that has dual output? The card has DVI and Analog connections and both LCD's support both.
Anyone know how I would go about hooking this up?
|
|
|
04-28-2006, 09:26 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Doesn't look like it is a dual head card. Just able to connect to different types of monitors. If both ports are used then it will only display the same on both.
Brian1
|
|
|
04-29-2006, 02:24 PM
|
#3
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
So I will need to use like another PCI card or will that even work?
|
|
|
04-29-2006, 03:09 PM
|
#4
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Yes adding a pci video card will due. Or use a duel head video card.
Brian1
|
|
|
04-29-2006, 05:50 PM
|
#5
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
If the card has dual outputs and dual-head capability (every Ti4600 I've seen does), then you can connect two monitors. Basically you just need another monitor section, another device section (one with "Screen 0", one with "Screen 1"), and add another line to the server layout. This should all be documented in the Nvidia README.
Last edited by ioerror; 04-29-2006 at 05:52 PM.
|
|
|
04-29-2006, 07:03 PM
|
#6
|
Member
Registered: Aug 2004
Location: Oregon, USA
Distribution: Ubuntu 6.06; Debian Testing
Posts: 40
Rep:
|
Here is what looks to be the relevant parts of my xorg.conf that I'm running my GF4 Ti 4600 with dual monitors. I'm running two CRTs at 1024x768 each by default. The desktop is a 2048x768 desktop spread over two monitors. When I play a game at 1024x768 or lower, with previous nvidia drivers, the left monitor would turn off, with the game on the right monitor, but with the newer drivers, both monitors display the same image. You might also just try using the nvidia config generator that comes with the drivers on their webpage.
Code:
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 31.5 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4600]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV25 [GeForce4 Ti 4600]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "TwinView"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; NULL, 1024x768; NULL, 800x600; NULL, 640x480"
Option "SecondMonitorHorizSync" "31-70"
Option "SecondMonitorVertRefresh" "50-75"
SubSection "Display"
Depth 1
Modes "2048x768" "1600x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "2048x768" "1600x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "2048x768" "1600x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "2048x768" "1600x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "2048x768" "1600x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "2048x768" "1600x600" "1024x768"
EndSubSection
EndSection
|
|
|
All times are GMT -5. The time now is 02:50 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|