Author Topic: Muitiple Monitors in RedHat 8  (Read 468 times)

buzza24

  • Member
  • **
  • Posts: 62
  • Kudos: 0
Muitiple Monitors in RedHat 8
« on: 16 November 2002, 10:01 »
Hello,
 Me agian.

Is it posible to use multiple monitors in Linux Redhat 8?

Linux has detected that i do have two video cards(S3 Savage4 and Nvidia Riva TNT2 Model64)

Later,
Buzza
It's Not Broken,
It Just Needs Repairing.
-Buzza

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Muitiple Monitors in RedHat 8
« Reply #1 on: 16 November 2002, 10:43 »
Sure it's possible (well not sure with the two cards that you are running but in general it's possible). And it doesn't matter what distro you are using. It's a function of Xwindows. Are both cards PCI (what does "/sbin/lspci -v" spit out)? I personally have only done a dual head in Linux using a single video card capable of driving two and even four monitors.

Search google "dual head xfree 4.2". Look for "dual head" on http://www.xfree.org/ as I am pretty sure that's where I got the necessary information. You'll definitely be tweaking your /etc/X11/XF86Config file.

You'll need a "Monitor" section for each monitor, and a "Device" section for each card, and then the "ServerLayout" is the important part. It's where you tell X how to talk to each card and how you want your monitors laid out.

Do a "man XF86Config" (case sensitive) and you will find a "ServerLayout" dual head example. It also tells you how to use the "BusID" tag for your "Device" section to specify how to address each card. It sounds a lot harder than it really is. You might be able to find some example XF86Config files out there with a good search.
Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Muitiple Monitors in RedHat 8
« Reply #2 on: 16 November 2002, 11:28 »
I am pretty sure that if both cards work individually in X and if there are no system conflicts with both cards installed then yes, you should be able to use a PCI and an AGP. But I am not an expert, google is the expert. Like I said I've only done it with a single card capable of 4 heads. Google shows many people out there running two different video cards and making X run on both of them. One way to find out. Try it.
Someone please remove this account. Thanks...