Tri monitor

I have my lovely g5 DP 1.8 and in theres the radion 9800 pro which has two 19" tft's. Now in to my possetion i have yet another 19" lucky moi i know. well as you can imagin - one graphics card drives 2 monitors, not three, thus i need to know if i can get a PCI graphics card, pop that in and rock a tri-monitor super system. or is this a pipe dream.
Any advice is much appreciated.
Thanks in advance, Mark

Sure, you can add an ATI Radeon 9200 Mac PCI card and hook up the third 19" monitor to it. You can hook up a fourth monitor too, if you have one...

Similar Messages

  • Tri monitor information non exsistant?

    Hello everyone.
    I was researching about using 3 22" wide screen monitors for linux and I can't seem to find any information on it..
    So here I ask:
    Is anyone running a tri-monitor set-up and was it a hassle to get it working?
    Well I am taking the suggestions of hardware from my other post (http://bbs.archlinux.org/viewtopic.php?id=55477) but, of course I will have to go SLi if i want more monitors.
    Any information on the topic is welcomed. Also, it doesn't matter what size monitors you have, just as long as your running 3 of them.
    I would as more questions but i can't really think of any since i havn't found and good resource of information.
    Thank you.

    Leigh had an xorg.conf file linked to in the Xorg entry in the wiki:
    http://wiki.archlinux.org/index.php/Xor … conf_Files
    Direct link:
    http://files.myopera.com/allisonleigh/l … 1222840230

  • Tri Monitor Setup

    Any way to hook up 3 external monitors from my black Macbook?
    Thanks,
    -Ian B.

    The MacBook is not designed to run more than one external. The hardware and the firmware aren't designed for it. Hence the link I gave. With a splitter assuming it would be able to handle 4 externals you would have four identical screens as extended desktop or 5 total mirrored displays counting the MacBooks.

  • Tri Monitors

    I have am tryin to run three monitors on my single machine with onboard video, 32mb GeForce2 AGP and 64mb GeForce2 PCI but they onboard video goes out and isn't detected...
    Is there anyway to enable it along with the other agp card??
    Bryan

    Hi Bryan -
    Sorry - it's not going to work.  As soon as you insert an AGP card, the on-board video is disabled.  There's only one AGP bus on the board so either the on-board video or an add-on AGP card can be active at one time, but not both.
    Jef

  • [SOLVED]Triple Monitors Xorg with AMD&NVIDIA: XRANDR and Xinerama...

    Hello,
    I'm trying to set up a tri monitor setup. Unfortunately I must use 2 cards, one an AMD HD4350 and a PCI Geforce FX200. (Old skool I know)
    Due to the restrictions, I am forced to use the open source drivers (else nvidia glx will clash).
    As I see it, I have 2 solutions available to me:
    1: Use XRANDR to span the displays (this is what I did previous to the introduction of the third monitor and nvidia card to my system)
    I tried to do this, by setting up a second X screen on the NVIDIA card, disabling Xinerama; but after much googling I can't figure out the syntax for panning across 2 screens (X screens) in XRANDR, even tho it's >1.3, which supposedly supports multi card output.
    2:Use Xinerama, sacrificing randr, and composite extensions.
    I also attempted to do this, with some limited success. I could get the NVIDIA screen to be right of the ATI, but I couldn't get 2 independent outputs running on the ATI card, even with "ZapohHeads" appended to one of the device sections for my ATI card.
    Any suggestions to how I can sort this?
    I'm amazed there's not a way to have mixed nvidia/radeon on X11 in 2011.
    Thanks,
    Chris.
    EDIT:
    It turns out the xrandr multi card output is an urban myth.
    I went the Xinerama route, I've pasted my xorg.conf below.
    Section "ServerLayout"
    Identifier "Hand Configured"
    Screen 0 "LeftScreen" 0 0
    Screen 1 "MiddleScreen" RightOf "LeftScreen"
    Screen 2 "RightScreen" RightOf "MiddleScreen"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "ON"
    Option "RandR" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "gb"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "DRI" "on"
    Option "ColorTiling" "on"
    #Screen 0
    # Option "ZaphodHeads" "DVI-0"
    BusID "PCI:01:00:0"
    # Option "DynamicPM" "on"
    # Option "ClockGating" "on"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "DRI" "on"
    Option "ColorTiling" "on"
    Screen 1
    Option "ZaphodHeads" "DVI-0"
    BusID "PCI:01:00:0"
    # Option "DynamicPM" "on"
    # Option "ClockGating" "on"
    EndSection
    Section "Device"
    Identifier "nvidia card"
    Driver "nouveau"
    BusID "PCI:3:5:0"
    #Screen 1
    EndSection
    Section "Screen"
    Identifier "LeftScreen"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "MiddleScreen"
    Device "Card1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "RightScreen"
    Device "nvidia card"
    Monitor "Monitor2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Last edited by kernel_geek (2011-03-24 18:44:26)

    Hello,
    I'm trying to set up a tri monitor setup. Unfortunately I must use 2 cards, one an AMD HD4350 and a PCI Geforce FX200. (Old skool I know)
    Due to the restrictions, I am forced to use the open source drivers (else nvidia glx will clash).
    As I see it, I have 2 solutions available to me:
    1: Use XRANDR to span the displays (this is what I did previous to the introduction of the third monitor and nvidia card to my system)
    I tried to do this, by setting up a second X screen on the NVIDIA card, disabling Xinerama; but after much googling I can't figure out the syntax for panning across 2 screens (X screens) in XRANDR, even tho it's >1.3, which supposedly supports multi card output.
    2:Use Xinerama, sacrificing randr, and composite extensions.
    I also attempted to do this, with some limited success. I could get the NVIDIA screen to be right of the ATI, but I couldn't get 2 independent outputs running on the ATI card, even with "ZapohHeads" appended to one of the device sections for my ATI card.
    Any suggestions to how I can sort this?
    I'm amazed there's not a way to have mixed nvidia/radeon on X11 in 2011.
    Thanks,
    Chris.
    EDIT:
    It turns out the xrandr multi card output is an urban myth.
    I went the Xinerama route, I've pasted my xorg.conf below.
    Section "ServerLayout"
    Identifier "Hand Configured"
    Screen 0 "LeftScreen" 0 0
    Screen 1 "MiddleScreen" RightOf "LeftScreen"
    Screen 2 "RightScreen" RightOf "MiddleScreen"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "ON"
    Option "RandR" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "gb"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    Modeline "1280x1024@75" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
    Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "DRI" "on"
    Option "ColorTiling" "on"
    #Screen 0
    # Option "ZaphodHeads" "DVI-0"
    BusID "PCI:01:00:0"
    # Option "DynamicPM" "on"
    # Option "ClockGating" "on"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    Option "DRI" "on"
    Option "ColorTiling" "on"
    Screen 1
    Option "ZaphodHeads" "DVI-0"
    BusID "PCI:01:00:0"
    # Option "DynamicPM" "on"
    # Option "ClockGating" "on"
    EndSection
    Section "Device"
    Identifier "nvidia card"
    Driver "nouveau"
    BusID "PCI:3:5:0"
    #Screen 1
    EndSection
    Section "Screen"
    Identifier "LeftScreen"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "MiddleScreen"
    Device "Card1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "RightScreen"
    Device "nvidia card"
    Monitor "Monitor2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    #Virtual 2560 1024
    EndSubSection
    EndSection
    Last edited by kernel_geek (2011-03-24 18:44:26)

  • How do I visually monitor instrumental plug-ins from the SAME computer??

    Hello -
    My set-up is noted below. Please note that my audio device for my main computer (the Mac Pro) is the _Motu 2408 MK3_.
    For larger sequencing projects, I use up to a choice of three slave computers (an aging Dell Precision Workstation, a Receptor and a MacBook Pro). I am happy to say that all works fine with this set up.
    I own many instrumental plug-ins for the MacPro (and the slave computers). Most of the instrumental plug-ins in this computer (and the others) are "powered" by Native-Instrument's Kontakt 2 Player or the full version of Kontakt 2.
    For the first time, I was experimenting with the MacPro's IAC Driver. So, for example, I was able to get the piano to play using Kontakt 2 OUTSIDE of the Logic program using the IAC Driver. It is very nice to know that I am able to do this. However, I was not able to visually monitor the audio signal from within Logic as I was playing the piano sound from the "external" Kontakt 2 program. So, to clarify my problem, I could hear the piano, but I could not see the audio signal on the audio meter from within Logic.
    First, I tried using the Logic's "*External Instrument*" plug-in. That did not work. Second, communicating with the "external" Kontakt 2 program using Logic's midi instrument via the IAC driver, I tried monitoring the audio signal using an Audio Channel from Logic. I Could not figure out how to route the audio signal so that it could be seen by Logic, so that did not work.
    I tried seeing if I could somehow configure the 2408 MK3 driver and CueMix Console. Nothing.
    So, here is my question (possibly two questions):
    1) Is it possible to configure the MOTU 2408 MK3 device so that I can monitor audio signals from within Logic that originate from instrumental plug-ins activated OUTSIDE of Logic?
    If yes, then. . .
    2) HOW do I configure the MOTU 2408 MK3 device and/or configure Logic so that the audio signals can be monitored? (And so that I can add EQ and audio effects, etc.??)
    Thank you in advance. . .
    Ted

    First, noequplease, THANK YOU very much for taking the time to answer my question. I sincerely appreciate the time and effort that you shared!!!
    I need to clarify myself, I guess. These are not "external" synths in the literal sense. Everything is "internal" within the same computer (the MacPro) as the Logic Pro program. These are instrumental plug-ins like the *Kontakt 2 Player* or the *Kontakt 2* (full version). What I've learned how to do is connect to these instrumental software plug-ins external from the Logic Pro program via the IAC Driver. So, it's all "internal" within the computer, just "external" from Logic. (If that makes sense.)
    The reason I'm attempting to connect Logic this way is so that I can use more of the 8 GBs of RAM found within my MacPro. So, in other words, I would use the Kontakt 2 Player as an instrumental plug-in within the Logic Pro program and ALSO connect Logic Pro to the "external" *Kontakt 2 Player* (the _stand alone_ plug-in version) via the IAC Driver.
    I can communicate with the stand alone version(s) of Kontakt via the IAC driver. Sound is coming out. However, I have yet to figure out a way route the audio signals from the stand alone plug-in to inside Logic.
    I suspect that your suggestion of using an external mixer might be the answer (despite using computer-based instrumental plug-ins). I don't think that there's a way of routing the audio signal from a stand alone plug-in to Logic without the use of some kind of mixer. I most probably will need a digital mixer to take advantage of the 2408 MK3's ADAT digital signals to route the signals back into the MacPro. Sadly, I can't afford a digital mixer at this time.
    I don't know. . . .
    BUT, like I said in my original post, my CURRENT set-up using the "slave" computers works just fine. I'm just trying to figure out a way to make use of all of my MacPro's 8 GBs of RAM. UGH.
    Any ideas??

  • Triple monitor: Sapphire HD5670 512MB (*non* eyefinity version)

    Those reading will know that, in order to have up to 3 displays showing content in a single graphics card, if it's an AMD card then you need a certain feature known as EyeFinity.
    In particular, I am talking about tihs card:
    http://www.google.co.uk/products/catalo … CDAQ8wIwAQ
    You will notice in the picture that this one has  DP, but there is another version that has VGA port in its place. I courd not for the life of me find it again, but at the time of buying the concern was CRT usage, so a VGA port was important. I did not know about EyeFinity at the time.
    This guide is for people whe made mistakes like this.
    This is typically the case. With my card in particular, you cannot get triple monitor in Windows, because the drivers prevent it (it is possible in Linux).
    I said prevent.
    If a card has 3 video outputs, each with their own RAMDAC (or none, if its digital-only), then why can you not use all 3 at the same time?
    Typically in such a setup, if it does not have EyeFinity, then the connectors are usually:
    VGA, DVI, HDMI (my card)
    or
    DVI, DVI, VGA (other cards)
    or
    DVI DVI, HDMI
    or
    HDMI, HDMI, DVI
    In other words, all ef these types of card without support for EyeFinity, do not have:
    DisplayPort connector
    This is a rather crude way of getting it to work, but any solution is a selution still.
    Well, here is a simple way I get triple monitor on my card that does not support EyeFinity:
    VGA lcd in the VGA
    DVI lcd in the DVI
    DVI lcd in the HDMI (using HDMI-DVI adapter)
    The HDMI is disconnected via a coupler, before I boot into Linux. I have a script with these commands:
    xrandr --auto --output VGA-0 --mode 1280x1024
    xrandr --auto --output DVI-0 --mode 1280x1024 --right-of VGA-0
    xrandr --auto --output HDMI-0 --mode 1280x1024 --right-of DVI-0
    (run it as a bash script)
    With the HDMI (via HDMI-DVI, then a DVI coupler, then DVI to DVI going to the monitor) disconnected at the coupler, I run this script.
    Of course, this script sets triple monitor, but right now only the DVI and VGA are hooked up.
    Once it has done, I have dual monitor.
    Then, connect at the coupler (or "gender changer") on the HDMI output. Now all 3 displays are connected, but you still have dual monitor.
    Run the above commands again, and you will see triple monitor.
    Now that you have solved the problem of getting tri-monitor in X, if you look at your TTYs you will notice that only one of the screens is showing. In X (usually terminal 7 or 8), simply disconnect the HDMI at the coupler for a few seconds, then reconnect it.
    Now you to your TTY (Ctrl-Alt-F{1-6}), and it will show text on all 3 screens (albeit duplicated).
    Thoughts,
    I am not sure as to why this is possible to do. I see it as "tricking" the other incapable hardware into outputting on 3 displays, but it seems penfectly functional.
    My guess is that this actually is an EyeFinity card, in the sense that it is the same base an which other cards (with DP, and thus, EyeFinity) are built, but that this particular card can be used in the same way, to get triple monitor.
    Either that, or this is a "bug" in X11/XrandR (if it is a bug, please do not fix it, I like my triple monitors, I call it a feature).
    I know that this certainly works in Xubuntu too, I tried it on a Live CD.
    I tried removing the graphics card and trying this on the intergrated graphics (HD 4290/4250 I think), which also has the same 3 outputs, but the hardwas itself actually enforces a maximum of 2 monitors. If you have DVI and HDMI hooked up, it defaults to HDMI, but masquerades as DVI (where the drivers are concerned). You could use this hack, but then it would still not work because the hardware itself, not the driver softawre, is enforcing it.
    The board is: ASUS M4a89GTD PRO
    Last edited by NightCrawler03X (2012-01-17 17:45:59)

    Hello,
    i get the same messages without any problems for my intel card.
    You can read more about it in this thread:
    http://forums.gentoo.org/viewtopic-t-85 … ec66f93bf2
    There are a fair amount of people who have posted their /proc/mtrr there, you can compare yours to them.
    In the end they come to the conclusion, that uncachable entries are not a problem, for the most systems.
    However uncachable regions of 1024MB seem to be too large.
    On my mtrr the biggest uncachable entry is 64MB.
    So you might get improvement from solving this.

  • How to create monitor entries from an update routine?

    Hi,
    Does anyone try to create monitor entries in ABAP routine in update rules?
    I have How-to guide "How to... Create monitor entries from an update routine". I applied code from it.
    RETURNCODE = 1.
    MONITOR-MSGID = 'RSM'.
    MONITOR-MSGTY = 'W'. *** I also tried MONITOR-MSGTY = 'E'
    MONITOR-MSGNO = '799'.
    MONITOR-MSGV1 = 'My message '.
    MONITOR-MSGV2 = COMM_STRUCTURE-<MY_FIELD>.
    append MONITOR.
    EXIT.
    But it doesn't work. I don't see new lines on Details tab in AWB Monitor.
    What's wrong?
    BW 3.0B

    Hi, hope you had a good weekend.
    I tried with MSGTY = 'I' and I didn't get any errors or warnings at load.
    In the monitor, on the detail tab, I find hidden under:
    Processing (data packet)
    -> Data Package x
       -> Transfer rules
          -> Data records for package x
             -> Record 0:
             -> Record 0:
             -> Record 0:
    When I select "Display Message(s)" from the dropdown-menu on one of these "Record 0:" lines, I get to see
    my message text: S:RSM:000 test1 test2
    1) how can I change the text that appears in the monitor tree ("Record 0:") ?
    2) The status of these nodes is always a green led (also with MSGTY = 'W')... shouldn't it be a yellow triangle?
    Like this it is hell to find your warnings/information messages.
    3) I cannot find my monitor messages with transaction SLG1... should I be able to find them there?
    Kind regards,
    Edwin

  • Monitor a session

    I have a java application running at the front end.
    The user logs into the java application and access the data.
    I have user complaining regarding slow response of application(not always but atleast 2 to 3 times in a day while she is working)
    Since the user is accessing through JAVA application and the apps server we are using is weblogic,Iam not able to track her session.
    We are using ORACLE 9i ,and when I try to monitor the schema through which the data is accessed I see the status INACTIVE, though I asked user to logoff and login .
    I have tried monitoring v$session views but it didnt work.I usually have 5 to 6 sessions always in inactive state on my enterprise manager for that particular schema.
    Please help me out and give me a way how can I monitor or track that particular user.
    Iam new to administartion
    tahnk you
    Message was edited by:
    penn_vik

    Assuming that your middle tier is using a connection pool (the norm), the problem is that there is no relationship between a particular user's logical session and a physical database session. Each page the user hits in the application, for example, is potentially going to use a different connection from the connection pool and thus a different database session. And different users may be using the same database session just before and just after your user.
    In general, when you have this sort of architecture, you need to have instrumentation built into the middle tier application in order to get anything useful done, at least to the point that the middle tier can enable and disable tracing when it gets a connection from the pool for a particular logical user session. Otherwise, you could enable tracing for the entire database, which is going to be a significant overhead, and try to comb through dozens of trace files to figure out what sessions were related to your particular user, which is at a minimum likely to be a substantial undertaking.
    Justin

  • WCI 10.3 Monitoring

    I need to monitor WCI 10.3 components using a centralized management console like OEM 11g R1.
    Did any of you folks trying monitoring WCI 10.3 using Enterprise Manager Grid Control?
    WebCenter Interaction API Service 10.3.0.0.0
    WebCenter Interaction Automation Service 10.3.0.0.0
    WebCenter Interaction Content Upload Service 10.3.0.0.0
    WebCenter Interaction Directory 1.0.0.0.0
    WebCenter Interaction Document Repository Service 10.3.0.0.0
    WebCenter Interaction Identity Service for LDAP 10.3.0.0.0
    WebCenter Interaction Image Service 10.3.0.0.0
    WebCenter Interaction Notification Service 1.0.0.0.0
    WebCenter Interaction Portal 10.3.0.0.0
    WebCenter Interaction Remote Portlet Service 1.0.0.0.0
    WebCenter Analytics Collector 10.3.0.0.0
    WebCenter Analytics Console 10.3.0.0.0
    WebCenter Interaction Search 10.3.0.0.0
    Oracle Apache2 and modplsql2 10.1.3.3.0
    WebLogic Platform 10.3.0.0

    I set up monitoring for all of the components using a different piece of software. It tells me up/down/thresholds, and does alerting. It is based on a red hat product called JON. Let me know if you want some more information. andrewm(AT)d5systems.com I have not tried to monitor anything using the oracle software.

  • [PROGRESS] Three Monitors with AMD/NVIDIA cards Xinerama

    EDIT: These config files are not the current ones, see several posts down!
    Hey guys, trying to get a tri-monitor setup running that I've been working on for a while. I'm fairly close now I think, but I'm getting a Segmentation fault. Here's some info: [EDIT: Added ls /sys/class/drm/]
    [greg@spacebar ~]$ lspci | grep VGA
    00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)]
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 58.529]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 58.529] X Protocol Version 11, Revision 0
    [ 58.530] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 58.530] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 58.530] Kernel command line: root=/dev/disk/by-label/arch ro quiet
    [ 58.530] Build Date: 05 March 2012 05:59:48AM
    [ 58.530]
    [ 58.530] Current version of pixman: 0.24.4
    [ 58.530] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 58.530] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 58.531] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 14:32:18 2012
    [ 58.577] (==) Using config file: "/etc/X11/xorg.conf"
    [ 58.577] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 58.620] (==) ServerLayout "Layout0"
    [ 58.620] (**) |-->Screen "Screen0" (0)
    [ 58.620] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device0"
    [ 58.621] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen1" (1)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device1"
    [ 58.621] (==) No monitor specified for screen "Screen1".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen2" (2)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device2"
    [ 58.621] (==) No monitor specified for screen "Screen2".
    Using a default monitor configuration.
    [ 58.621] (**) Option "Xinerama" "on"
    [ 58.621] (==) Automatically adding devices
    [ 58.621] (==) Automatically enabling devices
    [ 58.621] (**) Xinerama: enabled
    [ 58.716] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 58.716] Entry deleted from font path.
    [ 58.799] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 58.799] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 58.799] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 58.799] (II) Loader magic: 0x7cef60
    [ 58.799] (II) Module ABI versions:
    [ 58.799] X.Org ANSI C Emulation: 0.4
    [ 58.799] X.Org Video Driver: 12.0
    [ 58.799] X.Org XInput driver : 16.0
    [ 58.799] X.Org Server Extension : 6.0
    [ 58.800] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 58.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 58.800] (II) LoadModule: "extmod"
    [ 58.886] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 58.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 58.890] compiled for 1.12.0, module version = 1.0.0
    [ 58.890] Module class: X.Org Server Extension
    [ 58.890] ABI class: X.Org Server Extension, version 6.0
    [ 58.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 58.890] (II) Loading extension XFree86-VidModeExtension
    [ 58.890] (II) Loading extension XFree86-DGA
    [ 58.890] (II) Loading extension DPMS
    [ 58.890] (II) Loading extension XVideo
    [ 58.890] (II) Loading extension XVideo-MotionCompensation
    [ 58.890] (II) Loading extension X-Resource
    [ 58.890] (II) LoadModule: "dbe"
    [ 58.891] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 58.891] (II) Module dbe: vendor="X.Org Foundation"
    [ 58.891] compiled for 1.12.0, module version = 1.0.0
    [ 58.891] Module class: X.Org Server Extension
    [ 58.891] ABI class: X.Org Server Extension, version 6.0
    [ 58.891] (II) Loading extension DOUBLE-BUFFER
    [ 58.891] (II) LoadModule: "glx"
    [ 58.892] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 58.926] (II) Module glx: vendor="X.Org Foundation"
    [ 58.926] compiled for 1.12.0, module version = 1.0.0
    [ 58.926] ABI class: X.Org Server Extension, version 6.0
    [ 58.926] (==) AIGLX enabled
    [ 58.926] (II) Loading extension GLX
    [ 58.927] (II) LoadModule: "record"
    [ 58.927] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 58.928] (II) Module record: vendor="X.Org Foundation"
    [ 58.928] compiled for 1.12.0, module version = 1.13.0
    [ 58.928] Module class: X.Org Server Extension
    [ 58.928] ABI class: X.Org Server Extension, version 6.0
    [ 58.928] (II) Loading extension RECORD
    [ 58.928] (II) LoadModule: "dri"
    [ 58.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 58.929] (II) Module dri: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.0.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension XFree86-DRI
    [ 58.929] (II) LoadModule: "dri2"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 58.929] (II) Module dri2: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.2.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension DRI2
    [ 58.929] (II) LoadModule: "radeon"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 58.992] (II) Module radeon: vendor="X.Org Foundation"
    [ 58.992] compiled for 1.11.99.902, module version = 6.14.3
    [ 58.992] Module class: X.Org Video Driver
    [ 58.992] ABI class: X.Org Video Driver, version 12.0
    [ 58.999] (II) LoadModule: "nouveau"
    [ 58.999] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 59.033] (II) Module nouveau: vendor="X.Org Foundation"
    [ 59.033] compiled for 1.11.99.902, module version = 0.0.16
    [ 59.033] Module class: X.Org Video Driver
    [ 59.033] ABI class: X.Org Video Driver, version 12.0
    [ 59.034] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 59.036] (II) NOUVEAU driver
    [ 59.036] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 59.036] RIVA TNT (NV04)
    [ 59.036] RIVA TNT2 (NV05)
    [ 59.036] GeForce 256 (NV10)
    [ 59.036] GeForce 2 (NV11, NV15)
    [ 59.036] GeForce 4MX (NV17, NV18)
    [ 59.036] GeForce 3 (NV20)
    [ 59.036] GeForce 4Ti (NV25, NV28)
    [ 59.036] GeForce FX (NV3x)
    [ 59.036] GeForce 6 (NV4x)
    [ 59.036] GeForce 7 (G7x)
    [ 59.036] GeForce 8 (G8x)
    [ 59.036] GeForce GTX 200 (NVA0)
    [ 59.036] GeForce GTX 400 (NVC0)
    [ 59.037] (--) using VT number 7
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card1
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 59.047] (II) [drm] nouveau interface version: 0.0.16
    [ 59.047] (EE) Screen 2 deleted because of no matching config section.
    [ 59.047] (II) UnloadModule: "nouveau"
    [ 59.048] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 59.048] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 59.048] (==) RADEON(0): Default visual is TrueColor
    [ 59.048] (**) RADEON(0): Option "ZaphodHeads" "DVI-I-1"
    [ 59.048] (==) RADEON(0): RGB weight 888
    [ 59.048] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 59.048] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 59.048] (II) RADEON(0): PCIE card detected
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: drmOpenMinor returns 8
    [ 59.048] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.048] (II) Loading sub module "exa"
    [ 59.048] (II) LoadModule: "exa"
    [ 59.079] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 59.092] (II) Module exa: vendor="X.Org Foundation"
    [ 59.092] compiled for 1.12.0, module version = 2.5.0
    [ 59.092] ABI class: X.Org Video Driver, version 12.0
    [ 59.092] (II) RADEON(0): KMS Color Tiling: enabled
    [ 59.092] (II) RADEON(0): KMS Pageflipping: enabled
    [ 59.092] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 59.207] (WW) RADEON(0): No outputs definitely connected, trying again...
    [ 59.207] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 59.207] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 59.207]
    [ 59.207] Backtrace:
    [ 59.208] 0: /usr/bin/X (xorg_backtrace+0x34) [0x567da4]
    [ 59.208] 1: /usr/bin/X (0x400000+0x16b8b9) [0x56b8b9]
    [ 59.208] 2: /lib/libpthread.so.0 (0x7fe8a4f74000+0xf270) [0x7fe8a4f83270]
    [ 59.208] 3: /usr/bin/X (xf86SetScrnInfoModes+0x254) [0x4a22d4]
    [ 59.208] 4: /usr/bin/X (xf86InitialConfiguration+0x14c4) [0x4a5b74]
    [ 59.208] 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xdda73) [0x7fe8a2043a73]
    [ 59.208] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xd9ff7) [0x7fe8a203fff7]
    [ 59.208] 7: /usr/bin/X (InitOutput+0x83c) [0x4735cc]
    [ 59.208] 8: /usr/bin/X (0x400000+0x22c0d) [0x422c0d]
    [ 59.208] 9: /lib/libc.so.6 (__libc_start_main+0xed) [0x7fe8a3e2a38d]
    [ 59.208] 10: /usr/bin/X (0x400000+0x230cd) [0x4230cd]
    [ 59.208]
    [ 59.208] Segmentation fault at address (nil)
    [ 59.208]
    Fatal server error:
    [ 59.208] Caught signal 11 (Segmentation fault). Server aborting
    [ 59.208]
    [ 59.208]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 59.208] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 59.208]
    [ 59.224] Server terminated with error (1). Closing log file.
    [greg@spacebar ~]$ lspci | grep VGA
    00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)]
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 58.529]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 58.529] X Protocol Version 11, Revision 0
    [ 58.530] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 58.530] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 58.530] Kernel command line: root=/dev/disk/by-label/arch ro quiet
    [ 58.530] Build Date: 05 March 2012 05:59:48AM
    [ 58.530]
    [ 58.530] Current version of pixman: 0.24.4
    [ 58.530] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 58.530] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 58.531] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 14:32:18 2012
    [ 58.577] (==) Using config file: "/etc/X11/xorg.conf"
    [ 58.577] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 58.620] (==) ServerLayout "Layout0"
    [ 58.620] (**) |-->Screen "Screen0" (0)
    [ 58.620] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device0"
    [ 58.621] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen1" (1)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device1"
    [ 58.621] (==) No monitor specified for screen "Screen1".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen2" (2)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device2"
    [ 58.621] (==) No monitor specified for screen "Screen2".
    Using a default monitor configuration.
    [ 58.621] (**) Option "Xinerama" "on"
    [ 58.621] (==) Automatically adding devices
    [ 58.621] (==) Automatically enabling devices
    [ 58.621] (**) Xinerama: enabled
    [ 58.716] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 58.716] Entry deleted from font path.
    [ 58.799] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 58.799] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 58.799] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 58.799] (II) Loader magic: 0x7cef60
    [ 58.799] (II) Module ABI versions:
    [ 58.799] X.Org ANSI C Emulation: 0.4
    [ 58.799] X.Org Video Driver: 12.0
    [ 58.799] X.Org XInput driver : 16.0
    [ 58.799] X.Org Server Extension : 6.0
    [ 58.800] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 58.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 58.800] (II) LoadModule: "extmod"
    [ 58.886] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 58.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 58.890] compiled for 1.12.0, module version = 1.0.0
    [ 58.890] Module class: X.Org Server Extension
    [ 58.890] ABI class: X.Org Server Extension, version 6.0
    [ 58.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 58.890] (II) Loading extension XFree86-VidModeExtension
    [ 58.890] (II) Loading extension XFree86-DGA
    [ 58.890] (II) Loading extension DPMS
    [ 58.890] (II) Loading extension XVideo
    [ 58.890] (II) Loading extension XVideo-MotionCompensation
    [ 58.890] (II) Loading extension X-Resource
    [ 58.890] (II) LoadModule: "dbe"
    [ 58.891] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 58.891] (II) Module dbe: vendor="X.Org Foundation"
    [ 58.891] compiled for 1.12.0, module version = 1.0.0
    [ 58.891] Module class: X.Org Server Extension
    [ 58.891] ABI class: X.Org Server Extension, version 6.0
    [ 58.891] (II) Loading extension DOUBLE-BUFFER
    [ 58.891] (II) LoadModule: "glx"
    [ 58.892] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 58.926] (II) Module glx: vendor="X.Org Foundation"
    [ 58.926] compiled for 1.12.0, module version = 1.0.0
    [ 58.926] ABI class: X.Org Server Extension, version 6.0
    [ 58.926] (==) AIGLX enabled
    [ 58.926] (II) Loading extension GLX
    [ 58.927] (II) LoadModule: "record"
    [ 58.927] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 58.928] (II) Module record: vendor="X.Org Foundation"
    [ 58.928] compiled for 1.12.0, module version = 1.13.0
    [ 58.928] Module class: X.Org Server Extension
    [ 58.928] ABI class: X.Org Server Extension, version 6.0
    [ 58.928] (II) Loading extension RECORD
    [ 58.928] (II) LoadModule: "dri"
    [ 58.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 58.929] (II) Module dri: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.0.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension XFree86-DRI
    [ 58.929] (II) LoadModule: "dri2"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 58.929] (II) Module dri2: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.2.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension DRI2
    [ 58.929] (II) LoadModule: "radeon"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 58.992] (II) Module radeon: vendor="X.Org Foundation"
    [ 58.992] compiled for 1.11.99.902, module version = 6.14.3
    [ 58.992] Module class: X.Org Video Driver
    [ 58.992] ABI class: X.Org Video Driver, version 12.0
    [ 58.999] (II) LoadModule: "nouveau"
    [ 58.999] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 59.033] (II) Module nouveau: vendor="X.Org Foundation"
    [ 59.033] compiled for 1.11.99.902, module version = 0.0.16
    [ 59.033] Module class: X.Org Video Driver
    [ 59.033] ABI class: X.Org Video Driver, version 12.0
    [ 59.034] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 59.036] (II) NOUVEAU driver
    [ 59.036] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 59.036] RIVA TNT (NV04)
    [ 59.036] RIVA TNT2 (NV05)
    [ 59.036] GeForce 256 (NV10)
    [ 59.036] GeForce 2 (NV11, NV15)
    [ 59.036] GeForce 4MX (NV17, NV18)
    [ 59.036] GeForce 3 (NV20)
    [ 59.036] GeForce 4Ti (NV25, NV28)
    [ 59.036] GeForce FX (NV3x)
    [ 59.036] GeForce 6 (NV4x)
    [ 59.036] GeForce 7 (G7x)
    [ 59.036] GeForce 8 (G8x)
    [ 59.036] GeForce GTX 200 (NVA0)
    [ 59.036] GeForce GTX 400 (NVC0)
    [ 59.037] (--) using VT number 7
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card1
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 59.047] (II) [drm] nouveau interface version: 0.0.16
    [ 59.047] (EE) Screen 2 deleted because of no matching config section.
    [ 59.047] (II) UnloadModule: "nouveau"
    [ 59.048] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 59.048] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 59.048] (==) RADEON(0): Default visual is TrueColor
    [ 59.048] (**) RADEON(0): Option "ZaphodHeads" "DVI-I-1"
    [ 59.048] (==) RADEON(0): RGB weight 888
    [ 59.048] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 59.048] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 59.048] (II) RADEON(0): PCIE card detected
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: drmOpenMinor returns 8
    [ 59.048] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.048] (II) Loading sub module "exa"
    [ 59.048] (II) LoadModule: "exa"
    [ 59.079] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 59.092] (II) Module exa: vendor="X.Org Foundation"
    [ 59.092] compiled for 1.12.0, module version = 2.5.0
    [ 59.092] ABI class: X.Org Video Driver, version 12.0
    [ 59.092] (II) RADEON(0): KMS Color Tiling: enabled
    [ 59.092] (II) RADEON(0): KMS Pageflipping: enabled
    [ 59.092] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 59.207] (WW) RADEON(0): No outputs definitely connected, trying again...
    [ 59.207] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 59.207] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 59.207]
    [ 59.207] Backtrace:
    [ 59.208] 0: /usr/bin/X (xorg_backtrace+0x34) [0x567da4]
    [ 59.208] 1: /usr/bin/X (0x400000+0x16b8b9) [0x56b8b9]
    [ 59.208] 2: /lib/libpthread.so.0 (0x7fe8a4f74000+0xf270) [0x7fe8a4f83270]
    [ 59.208] 3: /usr/bin/X (xf86SetScrnInfoModes+0x254) [0x4a22d4]
    [ 59.208] 4: /usr/bin/X (xf86InitialConfiguration+0x14c4) [0x4a5b74]
    [ 59.208] 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xdda73) [0x7fe8a2043a73]
    [ 59.208] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xd9ff7) [0x7fe8a203fff7]
    [ 59.208] 7: /usr/bin/X (InitOutput+0x83c) [0x4735cc]
    [ 59.208] 8: /usr/bin/X (0x400000+0x22c0d) [0x422c0d]
    [ 59.208] 9: /lib/libc.so.6 (__libc_start_main+0xed) [0x7fe8a3e2a38d]
    [ 59.208] 10: /usr/bin/X (0x400000+0x230cd) [0x4230cd]
    [ 59.208]
    [ 59.208] Segmentation fault at address (nil)
    [ 59.208]
    Fatal server error:
    [ 59.208] Caught signal 11 (Segmentation fault). Server aborting
    [ 59.208]
    [ 59.208]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 59.208] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 59.208]
    [ 59.224] Server terminated with error (1). Closing log file.
    [greg@spacebar ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen0"
    Option "Clone" "off"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "20"
    Option "Primary" "true"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Dell"
    ModelName "17"
    Option "PreferredMode" "1280x1024"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Samsung"
    ModelName "740n"
    Option "PreferredMode" "1280x1024"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:2:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "Monitor-DVI-I-1" "Monitor0"
    Screen 0
    Option "ZaphodHeads" "DVI-I-1"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    BusID "PCI:2:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "Monitor-VGA-1" "Monitor1"
    Screen 1
    Option "ZaphodHeads" "VGA-1"
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "nouveau"
    BusID "PCI:0:13:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "Monitor-VGA-2" "Monitor2"
    Screen 2
    Option "ZaphodHeads" "VGA-2"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    [greg@spacebar ~]$ pacman -Q | grep xf86-video
    xf86-video-ati 6.14.3-2
    xf86-video-nouveau 0.0.16_git20120210-1
    xf86-video-vesa 2.3.0-8
    [greg@spacebar ~]$ cat /etc/mkinitcpio.conf | grep MODULES
    # MODULES
    # MODULES="piix ide_disk reiserfs"
    MODULES="radeon nouveau"
    [greg@spacebar ~]$ ls /sys/class/drm/
    card0@ card0-DVI-I-1@ card0-SVIDEO-1@ card0-VGA-1@ card1@ card1-VGA-2@ controlD64@ controlD65@ ttm@ version
    I'm stumped. If I comment out the ZaphodHeads lines X will start but the monitor orders and positions are messed up, and the single monitor on the nvidia card doesn't start. Any ideas? Missing packages? Anything?
    Last edited by MisterAnderson (2012-03-24 14:50:37)

    PROGRESS
    Hey guys, I've now made progress. I had to first add "fbcon=map:0" to my grub kernel line to stop the framebuffer error. This forces the framebuffer for the console to stay on the first card initialised, rather than swing back and forth. Secondly, ZaphodHeads under radeon requires the outputs be labelled as they would be in xrandr, not as they would be in /sys/class/drm/cardx-xx. Now I have a working two monitors without xrandr (can be seen by typing xrandr in terminal and it posting that it's not enabled). What is NOT working is the third monitor (off the nvidia card) and, when I try to open firefox everything crashes to blank screens (the monitors turn off into powersaving mode) and the keyboard does not appear to function, lock keys won't toggle (terminal doesn't cause this, but other programs may). I can still ssh in and everything is running fine as far as I can tell with nothing obvious visible in the logs anywhere that I can find.
    The (sort of) working xorg.conf:
    [greg@spacebar ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    # You would need one screen for each monitor
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" LeftOf "Screen0"
    Option "Clone" "off"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "20"
    Option "Primary" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Dell"
    ModelName "17"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Samsung"
    ModelName "740n"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:2:0:0"
    Screen 0
    Option "ZaphodHeads" "DVI-0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    BusID "PCI:2:0:0"
    Screen 1
    Option "ZaphodHeads" "VGA-0"
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "nouveau"
    BusID "PCI:0:13:0"
    Screen 2
    #### Option "ZaphodHeads" "VGA-2"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    And here is the current Xorg.0.log:
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 775.845]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 775.851] X Protocol Version 11, Revision 0
    [ 775.853] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 775.856] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 775.858] Kernel command line: root=/dev/disk/by-label/arch ro quiet fbcon=map:0
    [ 775.860] Build Date: 05 March 2012 05:59:48AM
    [ 775.863]
    [ 775.865] Current version of pixman: 0.24.4
    [ 775.867] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 775.872] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 775.880] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 25 00:29:47 2012
    [ 775.882] (==) Using config file: "/etc/X11/xorg.conf"
    [ 775.885] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 775.887] (==) ServerLayout "Layout0"
    [ 775.887] (**) |-->Screen "Screen0" (0)
    [ 775.887] (**) | |-->Monitor "Monitor0"
    [ 775.888] (**) | |-->Device "Device0"
    [ 775.888] (**) |-->Screen "Screen1" (1)
    [ 775.888] (**) | |-->Monitor "Monitor1"
    [ 775.888] (**) | |-->Device "Device1"
    [ 775.888] (**) |-->Screen "Screen2" (2)
    [ 775.888] (**) | |-->Monitor "Monitor2"
    [ 775.888] (**) | |-->Device "Device2"
    [ 775.888] (**) Option "Xinerama" "on"
    [ 775.888] (==) Automatically adding devices
    [ 775.888] (==) Automatically enabling devices
    [ 775.888] (**) Xinerama: enabled
    [ 775.888] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 775.888] Entry deleted from font path.
    [ 775.888] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 775.888] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 775.888] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 775.888] (II) Loader magic: 0x7cef60
    [ 775.888] (II) Module ABI versions:
    [ 775.888] X.Org ANSI C Emulation: 0.4
    [ 775.888] X.Org Video Driver: 12.0
    [ 775.888] X.Org XInput driver : 16.0
    [ 775.888] X.Org Server Extension : 6.0
    [ 775.889] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 775.889] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 775.889] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 775.889] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 775.889] (II) LoadModule: "extmod"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 775.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] Module class: X.Org Server Extension
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 775.890] (II) Loading extension XFree86-VidModeExtension
    [ 775.890] (II) Loading extension XFree86-DGA
    [ 775.890] (II) Loading extension DPMS
    [ 775.890] (II) Loading extension XVideo
    [ 775.890] (II) Loading extension XVideo-MotionCompensation
    [ 775.890] (II) Loading extension X-Resource
    [ 775.890] (II) LoadModule: "dbe"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 775.890] (II) Module dbe: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] Module class: X.Org Server Extension
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (II) Loading extension DOUBLE-BUFFER
    [ 775.890] (II) LoadModule: "glx"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 775.890] (II) Module glx: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (==) AIGLX enabled
    [ 775.890] (II) Loading extension GLX
    [ 775.890] (II) LoadModule: "record"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 775.891] (II) Module record: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.13.0
    [ 775.891] Module class: X.Org Server Extension
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension RECORD
    [ 775.891] (II) LoadModule: "dri"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 775.891] (II) Module dri: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.0.0
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension XFree86-DRI
    [ 775.891] (II) LoadModule: "dri2"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 775.891] (II) Module dri2: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.2.0
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension DRI2
    [ 775.891] (II) LoadModule: "radeon"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 775.892] (II) Module radeon: vendor="X.Org Foundation"
    [ 775.892] compiled for 1.11.99.902, module version = 6.14.3
    [ 775.892] Module class: X.Org Video Driver
    [ 775.892] ABI class: X.Org Video Driver, version 12.0
    [ 775.892] (II) LoadModule: "nouveau"
    [ 775.892] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 775.937] (II) Module nouveau: vendor="X.Org Foundation"
    [ 775.937] compiled for 1.11.99.902, module version = 0.0.16
    [ 775.937] Module class: X.Org Video Driver
    [ 775.937] ABI class: X.Org Video Driver, version 12.0
    [ 775.937] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 775.939] (II) NOUVEAU driver
    [ 775.939] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 775.939] RIVA TNT (NV04)
    [ 775.939] RIVA TNT2 (NV05)
    [ 775.939] GeForce 256 (NV10)
    [ 775.939] GeForce 2 (NV11, NV15)
    [ 775.939] GeForce 4MX (NV17, NV18)
    [ 775.939] GeForce 3 (NV20)
    [ 775.939] GeForce 4Ti (NV25, NV28)
    [ 775.939] GeForce FX (NV3x)
    [ 775.940] GeForce 6 (NV4x)
    [ 775.940] GeForce 7 (G7x)
    [ 775.940] GeForce 8 (G8x)
    [ 775.940] GeForce GTX 200 (NVA0)
    [ 775.940] GeForce GTX 400 (NVC0)
    [ 775.940] (--) using VT number 7
    [ 775.948] (II) [KMS] Kernel modesetting enabled.
    [ 775.948] (II) [KMS] Kernel modesetting enabled.
    [ 775.948] drmOpenDevice: node name is /dev/dri/card0
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 775.948] drmOpenDevice: node name is /dev/dri/card0
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: drmOpenMinor returns 7
    [ 775.948] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 775.948] drmOpenDevice: node name is /dev/dri/card1
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: drmOpenMinor returns 7
    [ 775.948] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 775.948] (II) [drm] nouveau interface version: 0.0.16
    [ 775.949] (EE) Screen 2 deleted because of no matching config section.
    [ 775.949] (II) UnloadModule: "nouveau"
    [ 775.949] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 775.949] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 775.949] (==) RADEON(0): Default visual is TrueColor
    [ 775.949] (**) RADEON(0): Option "ZaphodHeads" "DVI-0"
    [ 775.949] (==) RADEON(0): RGB weight 888
    [ 775.949] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 775.949] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 775.949] (II) RADEON(0): PCIE card detected
    [ 775.949] drmOpenDevice: node name is /dev/dri/card0
    [ 775.949] drmOpenDevice: open result is 8, (OK)
    [ 775.949] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 775.949] drmOpenDevice: node name is /dev/dri/card0
    [ 775.949] drmOpenDevice: open result is 8, (OK)
    [ 775.949] drmOpenByBusid: drmOpenMinor returns 8
    [ 775.949] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 775.949] (II) Loading sub module "exa"
    [ 775.949] (II) LoadModule: "exa"
    [ 775.949] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 775.949] (II) Module exa: vendor="X.Org Foundation"
    [ 775.949] compiled for 1.12.0, module version = 2.5.0
    [ 775.949] ABI class: X.Org Video Driver, version 12.0
    [ 775.949] (II) RADEON(0): KMS Color Tiling: enabled
    [ 775.949] (II) RADEON(0): KMS Pageflipping: enabled
    [ 775.949] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 776.064] (II) RADEON(0): Output DVI-0 using monitor section Monitor0
    [ 776.064] (**) RADEON(0): Option "Primary" "true"
    [ 776.122] (II) RADEON(0): EDID for output DVI-0
    [ 776.122] (II) RADEON(0): Manufacturer: DEL Model: d011 Serial#: 808602709
    [ 776.122] (II) RADEON(0): Year: 2007 Week: 51
    [ 776.122] (II) RADEON(0): EDID Version: 1.3
    [ 776.122] (II) RADEON(0): Digital Display Input
    [ 776.122] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    [ 776.122] (II) RADEON(0): Gamma: 2.20
    [ 776.122] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 776.122] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 776.122] (II) RADEON(0): Default color space is primary color space
    [ 776.122] (II) RADEON(0): First detailed timing is preferred mode
    [ 776.122] (II) RADEON(0): redX: 0.635 redY: 0.328 greenX: 0.292 greenY: 0.610
    [ 776.122] (II) RADEON(0): blueX: 0.146 blueY: 0.069 whiteX: 0.312 whiteY: 0.328
    [ 776.122] (II) RADEON(0): Supported established timings:
    [ 776.122] (II) RADEON(0): 720x400@70Hz
    [ 776.122] (II) RADEON(0): 640x480@60Hz
    [ 776.122] (II) RADEON(0): 640x480@75Hz
    [ 776.122] (II) RADEON(0): 800x600@60Hz
    [ 776.122] (II) RADEON(0): 800x600@75Hz
    [ 776.122] (II) RADEON(0): 1024x768@60Hz
    [ 776.122] (II) RADEON(0): 1024x768@75Hz
    [ 776.122] (II) RADEON(0): 1280x1024@75Hz
    [ 776.122] (II) RADEON(0): Manufacturer's mask: 0
    [ 776.122] (II) RADEON(0): Supported standard timings:
    [ 776.122] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 776.122] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 776.122] (II) RADEON(0): Supported detailed timing:
    [ 776.122] (II) RADEON(0): clock: 119.0 MHz Image Size: 430 x 270 mm
    [ 776.122] (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 776.122] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 776.122] (II) RADEON(0): Serial No: CU7547CJ02LU
    [ 776.122] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 776.122] (II) RADEON(0): Monitor name: DELL E207WFP
    [ 776.122] (II) RADEON(0): EDID (in hex):
    [ 776.122] (II) RADEON(0): 00ffffffffffff0010ac11d0554c3230
    [ 776.122] (II) RADEON(0): 33110103802b1b78ee8db0a2544a9c25
    [ 776.122] (II) RADEON(0): 115054a54b00714f8180010101010101
    [ 776.122] (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    [ 776.122] (II) RADEON(0): 3600ae0e1100001a000000ff00435537
    [ 776.122] (II) RADEON(0): 353437434a30324c550a000000fd0038
    [ 776.122] (II) RADEON(0): 4b1e530e000a202020202020000000fc
    [ 776.122] (II) RADEON(0): 0044454c4c20453230375746500a0040
    [ 776.122] (II) RADEON(0): EDID vendor "DEL", prod id 53265
    [ 776.122] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 776.122] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 776.122] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 776.122] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    [ 776.122] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.122] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.122] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 776.123] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 776.123] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz UeP)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Output DVI-0 connected
    [ 776.123] (II) RADEON(0): Using user preference for initial modes
    [ 776.123] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 776.123] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 776.123] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7905000
    [ 776.123] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 776.123] (**) RADEON(0): Display dimensions: (430, 270) mm
    [ 776.123] (**) RADEON(0): DPI set to (99, 98)
    [ 776.123] (II) Loading sub module "fb"
    [ 776.123] (II) LoadModule: "fb"
    [ 776.123] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 776.123] (II) Module fb: vendor="X.Org Foundation"
    [ 776.123] compiled for 1.12.0, module version = 1.0.0
    [ 776.123] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 776.123] (II) Loading sub module "ramdac"
    [ 776.123] (II) LoadModule: "ramdac"
    [ 776.123] (II) Module "ramdac" already built-in
    [ 776.123] (**) RADEON(1): Depth 24, (--) framebuffer bpp 32
    [ 776.123] (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 776.123] (==) RADEON(1): Default visual is TrueColor
    [ 776.124] (**) RADEON(1): Option "ZaphodHeads" "VGA-0"
    [ 776.124] (==) RADEON(1): RGB weight 888
    [ 776.124] (II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
    [ 776.124] (--) RADEON(1): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 776.124] (II) RADEON(1): PCIE card detected
    [ 776.124] (EE) RADEON(1): reusing fd for second head
    [ 776.124] (II) Loading sub module "exa"
    [ 776.124] (II) LoadModule: "exa"
    [ 776.124] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 776.124] (II) Module exa: vendor="X.Org Foundation"
    [ 776.124] compiled for 1.12.0, module version = 2.5.0
    [ 776.124] ABI class: X.Org Video Driver, version 12.0
    [ 776.124] (II) RADEON(1): KMS Color Tiling: enabled
    [ 776.124] (II) RADEON(1): KMS Pageflipping: enabled
    [ 776.124] (II) RADEON(1): SwapBuffers wait for vsync: enabled
    [ 776.181] (II) RADEON(1): Output VGA-0 using monitor section Monitor1
    [ 776.296] (II) RADEON(1): EDID for output VGA-0
    [ 776.296] (II) RADEON(1): Manufacturer: DEL Model: 4012 Serial#: 1128482354
    [ 776.296] (II) RADEON(1): Year: 2006 Week: 23
    [ 776.296] (II) RADEON(1): EDID Version: 1.3
    [ 776.296] (II) RADEON(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 776.296] (II) RADEON(1): Sync: Separate Composite SyncOnGreen
    [ 776.296] (II) RADEON(1): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 776.296] (II) RADEON(1): Gamma: 2.29
    [ 776.296] (II) RADEON(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 776.296] (II) RADEON(1): Default color space is primary color space
    [ 776.296] (II) RADEON(1): First detailed timing is preferred mode
    [ 776.296] (II) RADEON(1): redX: 0.644 redY: 0.338 greenX: 0.270 greenY: 0.602
    [ 776.296] (II) RADEON(1): blueX: 0.140 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 776.296] (II) RADEON(1): Supported established timings:
    [ 776.296] (II) RADEON(1): 720x400@70Hz
    [ 776.296] (II) RADEON(1): 640x480@60Hz
    [ 776.296] (II) RADEON(1): 640x480@75Hz
    [ 776.296] (II) RADEON(1): 800x600@60Hz
    [ 776.296] (II) RADEON(1): 800x600@75Hz
    [ 776.296] (II) RADEON(1): 1024x768@60Hz
    [ 776.296] (II) RADEON(1): 1024x768@75Hz
    [ 776.296] (II) RADEON(1): 1280x1024@75Hz
    [ 776.296] (II) RADEON(1): Manufacturer's mask: 0
    [ 776.296] (II) RADEON(1): Supported standard timings:
    [ 776.296] (II) RADEON(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 776.296] (II) RADEON(1): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 776.297] (II) RADEON(1): Supported detailed timing:
    [ 776.297] (II) RADEON(1): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 776.297] (II) RADEON(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 776.297] (II) RADEON(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 776.297] (II) RADEON(1): Serial No: C9753664CCF2
    [ 776.297] (II) RADEON(1): Monitor name: DELL 1707FP
    [ 776.297] (II) RADEON(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 776.297] (II) RADEON(1): EDID (in hex):
    [ 776.297] (II) RADEON(1): 00ffffffffffff0010ac124032464343
    [ 776.297] (II) RADEON(1): 171001030e221b81eee0e5a456459a23
    [ 776.297] (II) RADEON(1): 155054a54b00714f8180010101010101
    [ 776.297] (II) RADEON(1): 010101010101302a009851002a403070
    [ 776.297] (II) RADEON(1): 1300520e1100001e000000ff00433937
    [ 776.297] (II) RADEON(1): 3533363634434346320a000000fc0044
    [ 776.297] (II) RADEON(1): 454c4c203137303746500a20000000fd
    [ 776.297] (II) RADEON(1): 00384c1e510e000a2020202020200099
    [ 776.297] (II) RADEON(1): EDID vendor "DEL", prod id 16402
    [ 776.297] (II) RADEON(1): Using EDID range info for horizontal sync
    [ 776.297] (II) RADEON(1): Using EDID range info for vertical refresh
    [ 776.297] (II) RADEON(1): Printing DDC gathered Modelines:
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.297] (II) RADEON(1): Printing probed modes for output VGA-0
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz UeP)
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Output VGA-0 connected
    [ 776.297] (II) RADEON(1): Using user preference for initial modes
    [ 776.297] (II) RADEON(1): Output VGA-0 using initial mode 1280x1024
    [ 776.297] (II) RADEON(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 776.297] (II) RADEON(1): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7905000
    [ 776.297] (II) RADEON(1): EXA: Driver will allow EXA pixmaps in VRAM
    [ 776.297] (**) RADEON(1): Display dimensions: (340, 270) mm
    [ 776.297] (**) RADEON(1): DPI set to (95, 96)
    [ 776.297] (II) Loading sub module "fb"
    [ 776.297] (II) LoadModule: "fb"
    [ 776.297] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 776.297] (II) Module fb: vendor="X.Org Foundation"
    [ 776.297] compiled for 1.12.0, module version = 1.0.0
    [ 776.297] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 776.297] (II) Loading sub module "ramdac"
    [ 776.297] (II) LoadModule: "ramdac"
    [ 776.297] (II) Module "ramdac" already built-in
    [ 776.297] (--) Depth 24 pixmap format is 32 bpp
    [ 776.297] (II) RADEON(0): [DRI2] Setup complete
    [ 776.297] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 776.297] (II) RADEON(0): [DRI2] VDPAU driver: r300
    [ 776.298] (II) RADEON(0): Front buffer size: 7128K
    [ 776.298] (II) RADEON(0): VRAM usage limit set to 105116K
    [ 776.298] (==) RADEON(0): Backing store disabled
    [ 776.298] (II) RADEON(0): Direct rendering enabled
    [ 776.298] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 776.298] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 776.298] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 776.298] (II) EXA(0): Driver registered support for the following operations:
    [ 776.298] (II) Solid
    [ 776.298] (II) Copy
    [ 776.298] (II) Composite (RENDER acceleration)
    [ 776.298] (II) UploadToScreen
    [ 776.298] (II) DownloadFromScreen
    [ 776.298] (II) RADEON(0): Acceleration enabled
    [ 776.298] (==) RADEON(0): DPMS enabled
    [ 776.298] (==) RADEON(0): Silken mouse enabled
    [ 776.298] (II) RADEON(0): Set up textured video
    [ 776.298] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 776.298] (II) RADEON(0): [XvMC] Extension initialized.
    [ 776.298] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 776.298] (WW) RADEON(0): Option "Primary" is not used
    [ 776.298] (--) RandR disabled
    [ 776.298] (II) RADEON(1): [DRI2] Setup complete
    [ 776.298] (II) RADEON(1): [DRI2] DRI driver: r300
    [ 776.298] (II) RADEON(1): [DRI2] VDPAU driver: r300
    [ 776.298] (II) RADEON(1): Front buffer size: 5120K
    [ 776.298] (II) RADEON(1): VRAM usage limit set to 106923K
    [ 776.298] (==) RADEON(1): Backing store disabled
    [ 776.298] (II) RADEON(1): Direct rendering enabled
    [ 776.298] (II) RADEON(1): Render acceleration enabled for R300/R400/R500 type cards.
    [ 776.298] (II) RADEON(1): Setting EXA maxPitchBytes
    [ 776.298] (II) EXA(1): Driver allocated offscreen pixmaps
    [ 776.299] (II) EXA(1): Driver registered support for the following operations:
    [ 776.299] (II) Solid
    [ 776.299] (II) Copy
    [ 776.299] (II) Composite (RENDER acceleration)
    [ 776.299] (II) UploadToScreen
    [ 776.299] (II) DownloadFromScreen
    [ 776.299] (II) RADEON(1): Acceleration enabled
    [ 776.299] (==) RADEON(1): DPMS enabled
    [ 776.299] (==) RADEON(1): Silken mouse enabled
    [ 776.299] (II) RADEON(1): Set up textured video
    [ 776.299] (II) RADEON(1): [XvMC] Associated with Radeon Textured Video.
    [ 776.299] (II) RADEON(1): [XvMC] Extension initialized.
    [ 776.299] (II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 776.299] (--) RandR disabled
    [ 776.299] (II) Initializing built-in extension Generic Event Extension
    [ 776.299] (II) Initializing built-in extension SHAPE
    [ 776.299] (II) Initializing built-in extension MIT-SHM
    [ 776.299] (II) Initializing built-in extension XInputExtension
    [ 776.299] (II) Initializing built-in extension XTEST
    [ 776.299] (II) Initializing built-in extension BIG-REQUESTS
    [ 776.299] (II) Initializing built-in extension SYNC
    [ 776.299] (II) Initializing built-in extension XKEYBOARD
    [ 776.299] (II) Initializing built-in extension XC-MISC
    [ 776.299] (II) Initializing built-in extension SECURITY
    [ 776.299] (II) Initializing built-in extension XINERAMA
    [ 776.299] (II) Initializing built-in extension XFIXES
    [ 776.299] (II) Initializing built-in extension RENDER
    [ 776.299] (II) Initializing built-in extension RANDR
    [ 776.299] (II) Initializing built-in extension COMPOSITE
    [ 776.299] (II) Initializing built-in extension DAMAGE
    [ 776.313] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 776.313] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 776.313] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 776.313] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 776.313] (II) AIGLX: Loaded and initialized r300
    [ 776.313] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 776.314] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 776.314] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 776.314] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 776.314] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 776.315] (II) AIGLX: Loaded and initialized r300
    [ 776.315] (II) GLX: Initialized DRI2 GL provider for screen 1
    [ 776.598] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 776.598] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 776.598] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 776.598] (II) LoadModule: "evdev"
    [ 776.598] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 776.599] (II) Module evdev: vendor="X.Org Foundation"
    [ 776.599] compiled for 1.12.0, module version = 2.7.0
    [ 776.599] Module class: X.Org XInput Driver
    [ 776.599] ABI class: X.Org XInput driver, version 16.0
    [ 776.599] (II) Using input driver 'evdev' for 'Power Button'
    [ 776.599] (**) Power Button: always reports core events
    [ 776.599] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 776.599] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 776.599] (--) evdev: Power Button: Found keys
    [ 776.599] (II) evdev: Power Button: Configuring as keyboard
    [ 776.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 776.599] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 776.599] (**) Option "xkb_rules" "evdev"
    [ 776.599] (**) Option "xkb_model" "evdev"
    [ 776.599] (**) Option "xkb_layout" "us"
    [ 776.599] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.644] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 776.644] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 776.644] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 776.644] (II) Using input driver 'evdev' for 'Power Button'
    [ 776.644] (**) Power Button: always reports core events
    [ 776.644] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 776.644] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 776.644] (--) evdev: Power Button: Found keys
    [ 776.644] (II) evdev: Power Button: Configuring as keyboard
    [ 776.644] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 776.644] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 776.644] (**) Option "xkb_rules" "evdev"
    [ 776.644] (**) Option "xkb_model" "evdev"
    [ 776.644] (**) Option "xkb_layout" "us"
    [ 776.644] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.645] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event4)
    [ 776.645] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 776.645] (**) Dell Dell USB Keyboard: Applying InputClass "Keyboard Defaults"
    [ 776.645] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
    [ 776.645] (**) Dell Dell USB Keyboard: always reports core events
    [ 776.645] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event4"
    [ 776.645] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2003
    [ 776.645] (--) evdev: Dell Dell USB Keyboard: Found keys
    [ 776.645] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
    [ 776.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb4/4-4/4-4:1.0/input/input4/event4"
    [ 776.645] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 8)
    [ 776.645] (**) Option "xkb_rules" "evdev"
    [ 776.645] (**) Option "xkb_model" "evdev"
    [ 776.645] (**) Option "xkb_layout" "us"
    [ 776.645] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.646] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 776.646] (II) No input driver specified, ignoring this device.
    [ 776.646] (II) This device may have been added with another device file.
    [ 776.646] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event3)
    [ 776.646] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 776.646] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
    [ 776.646] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event3"
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    [ 776.646] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    [ 776.646] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 776.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
    [ 776.646] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 9)
    [ 776.647] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
    [ 776.647] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
    [ 776.647] (II) No input driver specified, ignoring this device.
    [ 776.647] (II) This device may have been added with another device file.
    [ 776.648] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 776.648] (II) No input driver specified, ignoring this device.
    [ 776.648] (II) This device may have been added with another device file.
    I'm still not understanding why the "[   775.949] (EE) Screen 2 deleted because of no matching config section." line is appearing, you can see the xorg.conf file has all three the same, unless I need something else to say it's a secondary card or something? Or maybe to direct the framebuffer to the first card? I have no idea. EDIT: Just thought that maybe something like that "fbcon=map:0" line exists, but for x11 instead of console? Stabbing in the dark here.
    Last edited by MisterAnderson (2012-03-24 15:07:10)

  • Performance Monitoring and the Web Client

    I am a project manager managing a large infrastructure upgrade with a migration of existing VMs.
    I want to understand how my current VM are performing and the tool I have is the vSphere Web Client 5.1.
    I want to get more trending data on disk I/O and Network use.....I cannot get this data with this tool.
    I do not have access to the host to run the command line tools.  What can I do?  I also do not want to buy VCOPs either.

    Hello dfery123,
    Have you tried Monitoring Inventory Objects with Performance Charts (vSphere 5.5 Documentation Center - Monitoring Inventory Objects with Performance Charts)?
    Regards,
    Todor

  • DB Control: Listener Monitoring

    Hi
    We are using RAC database and ASM. ASM home and DB Home are seperate. The listener is running from the ASM Home and listening for both ASM and DB Instances.
    But the EM (db control) is trying monitor the listener on DB Home and it alway finds it down.
    How can I configure the em (DB Control) the listener running from ASM home ?

    Any idea ?

  • ATG Monitoring and trending solutions

    Hello,
    I have been trying to find a solution for ATG/jboss monitoring. I have been using nagios with jboss2nagio jmx solution, however, while you can monitor within low/high thresholds there is no trending data over time.
    I've installed hyperic community and looking to see what kind of yields that would provide, but it seems to be lacking. I am waiting on more info from hyperic support.
    In meantime, anyone have a good solution? Monitor active threads and transactions that include trending in addition to alerts?
    Thanks!
    -Kip

    Hello dfery123,
    Have you tried Monitoring Inventory Objects with Performance Charts (vSphere 5.5 Documentation Center - Monitoring Inventory Objects with Performance Charts)?
    Regards,
    Todor

  • Monitoring a terminal server line session

    Hello,
    I have got around 50 C2811 terminal server bundle running to connect some RS232 manufacturing equipments.
    They are configured as suggested on Cisco site.
    http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml
    Terminal lines have no authentication, no exec process, transport input telnet.
    I would like to monitor a terminal line session, to display characters transfered between serial port and telnet session.
    I am not sure this is possible though.
    I tried "monitor traffic line" command, as indicated on this procedure :
    http://www.cisco.com/en/US/docs/ios/12_2t/12_2t4/feature/guide/trash/ftasync.html
    But it seems like it requires an exec process, and terminal monitor mode does not recommand to use an exec process.
    I also tried some debug commands, or access-list logs.
    The only information I can get is the start and end time for each telnet session.
    I would like to display all the characters transmitted in these sessions.
    Is this possible ?
    How could I do ?
    Thanks
    Aldo

    So no Microsoft professional knows what's going on?

Maybe you are looking for