Raptor on Linux AMD 64

Hi, did Raptor work under Linux for AMD 64. I install it but I got this message
Working directory is /opt/raptor/jdev/bin
Error: hotspot VM not supported
Error: Raptor can't recognize the JDK version
I have jdk-1_5_0_06-linux-amd64.bin installed.
Thanks Massimo

Take a look at this thread:
Re: RHEL4 ES : "hotspot VM not supported" while launching

Similar Messages

  • SJSWS on Debian Linux AMD 64?

    Hi everyone.
    I wonder if there is a way to run SJSWS on my server with Debian Etch AMD 64. Though Sun does not provide 64-bit version for Linux, are there any ways to run 32-bit version on top of 64-bit OS? Setup executable says it cannot find libstdc++.so.5 though the library is installed:
    torpeda:~# ./setup
    ./setup: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    torpeda:~# ls /usr/lib/libstdc++.so.5
    /usr/lib/libstdc++.so.5Are there any tricks or workaround to make it? Can any unofficial libraries help me? Or installing the whole 32-bit OS is the only way to run SJSWS on Linux?
    Thanks in advance.

    I got it.
    In order to install SJSWS on out-of-the-box Debian Etch amd64 one needs to install the following Debian packages:
    ia32-libs
    lib32gcc1
    Note that the server did not install with JDK 1.6.0_1 (64) giving this error in installation log:
    Apr 20, 2007 11:08:51 AM com.sun.web.admin.configurator.ConfigureServer main
    FINE: /opt/webserver7/lib/libwsconfigurator.so:
    /opt/webserver7/lib/libwsconfigurator.so: cannot open shared object file: No
    such file or directory
    java.lang.UnsatisfiedLinkError: /opt/webserver7/lib/libwsconfigurator.so:
    /opt/webserver7/lib/libwsconfigurator.so: cannot open shared object file: No
    such file or directoryIt installed well with boundled JDK 1.5.0_9 (32).

  • Flash player freeze a lot when playing Youtube videos fullscreen from Linux, but plays ok from Windows (CPU: AMD APU)

    Flash player freeze a lot when playing Youtube videos fullscreen from Linux, but plays videos ok from Windows (CPU: AMD APU).
    When playing video in default size it's OK (windows and Linux), but when setting video in full screen, on Linux there's troubles: video is hashed (freeze every 3 seconds).
    CPU : AMD APU Athlon 5350.
    OS : Linux Mint 17 (64 bits).
    Browser: Firefox v31 (on Linux and Windows 7).
    Linux AMD video driver : Catalyst v14.4 (amd-catalyst-14-4-rev2-linux-x86-x86-64-may6.zip)
    Linux Flash polayer version: 11,2,202,400 (deteced from https://www.adobe.com/software/flash/about/ )

    Hi s, well congrats on getting your brother's computer up and running. On your system, you have all correct Flash Player
    files for IE and FF, as well as the SWO and SWF.
    Since the Install of Flash Player, have you installed any programs that would have added any ActiveX Controls, or any other add ons or plug-ins?
    Have you had an opportunity to see if your brother's computer has the issue you have when watching the same websites?
    Are you using any ad-block in FF(Firefox) or any pop up blocker software installed?  I can't imagine updating to FP version 10 alone would cause this.
    Is this happening only on the BBC website? Does what you watch come thru the BBC website or youtube directly?
    We have your brother's computer to use to determine what is going on. If he is able to see the BBC website and what you
    are having problems with, then we can rule out the website.
    Other browser add ons, anti-virus programs, etc. affect the browser. Even tho, no problem with vs 9. Sometimes updates
    can have an affect, even with Windows as we all know:-)
    Thanks,
    eidnolb

  • Oracle E-Business Suite Certification on Linux x86-64

    Hello all,
    I have some questions about certification for Oracle E-Business Suite 11.5.10.2 on Linux x86-64.
    I have two 64-bit servers and intend to do a split configuration.
    From the certification (Certify/View Certifications by Product/E-Business Suite/E-Business Suite 11i and Earlier/Platform Selection: Database Tier Only) I understand the following:
    I must have the Application Tier running on Linux-x86 and the Database Tier may be either on Linux-x86 or Linux-x86-64.
    Is this correct?
    Should I install RHES4 for 32bit on the Application Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and install the 32bit Applications software on the Application Server?
    How should I ask for the software I need? From the E-Delivery web site I don't have the 64bit option for Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?
    Thank you very much.
    Catalina.

    I must have the Application Tier running on Linux-x86
    and the Database Tier may be either on Linux-x86 or
    Linux-x86-64.
    Is this correct? Yes
    Should I install RHES4 for 32bit on the Application
    Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and
    install the 32bit Applications software on the
    Application Server?
    Re: Oracle Application 11.5.10.2 installation on Linux AMD 64
    How should I ask for the software I need? From the
    E-Delivery web site I don't have the 64bit option for
    Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?It is always 32-bit but it could comes in 64-bit for the database part. You would find such a media for Solaris for example "Oracle® Applications 11i Release 10.2 for Solaris Operating System (SPARC 32-bit) with Solaris Operating System (SPARC 64-bit) Oracle® Database" but not for Linux Intel 64-bit.
    Just get the media for Linux x86, install it, then consider having Oracle 10g 64-bit on the database tier.

  • LinkedBlockingQueue taking 100% CPU on linux

    I've just discoverd that java.util.concurrent.LinkedBlockingQueue takes 100% CPU on linux (AMD XP2400 512MB of RAM Fedora Core 3 using:
    java version "1.5.0_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)
    I don't know what's happening (could it be a bug?). On Windows 2000 (Pentium4) it works fine.
    Is there a special setting that has to be set on Linux for this code to work? Is this code working on your linux box?
    If you know any work around that acheives the same effect, I'd be glad to here it.
    Help! please!
    import java.util.concurrent.LinkedBlockingQueue;
    import java.util.concurrent.TimeUnit;
    import java.util.ArrayList;
    public class Test {
        public Test() {
        public static void main(String[] args) {
            Test t = new Test();
            t.execute();
        public void execute() {
            try {
                System.out.println("1");
    LinkedBlockingQueue queue = new LinkedBlockingQueue();
    ArrayList list = (ArrayList) queue.poll(3162240000L, TimeUnit.SECONDS);    // wait 100 year (!) for an element in the queue
            System.out.println("2");
            } catch (Exception e) {
                e.printStackTrace();
    }

    Yes it's the poll call that causes problems.
    I've looked at the bug database and did not find something similar. I've created a bug for this. I hope that it will be fixed in the future.
    As I cannot wait, I've find an alternative in "Java 1.4 backport of JSR 166 (java.util.concurrent)"
    http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
    It is kinda stuipid to run Java 1.5 and having to use a backport of java.util.concurrent but I have no choice.
    I guess that this is a threading problem as on Windows 2000 on a Pentium4 I've got no problem.

  • Oracle Installation in Linux

    Hi,
    I'm trying to install Oracle 9.2.0.1 in Linux AMD Opteron(tm) Processor 842. When I run the installer am getting the error:
    $ Initializing Java Virtual Machine from /tmp/OraInstall2004-03-12_10-43-08AM/jre/bin/java. Please wait...
    Error: can't find libjava.so.
    --What could be the problem???
    The oracle s/w am trying to install is 32-bit and the AMD opteron process is 64 bit and its compatible with 32-bit
    Thanks,
    GK

    what flavour/distro of linux ?
    do you have java installed ?
    if not get it from blackdown 1.4.2 & install that first
    if it is installed check your env variables etc

  • Raptor freezes while starting

    hi,
    after issuing 'sh raptor' on linux redhat es 3 i can see raptor loading and the 'oracle project raptor' window opens but stays empty and frozen.
    on the window from where i issued 'sh raptor' i get:
    Working directory is /stage/raptor/raptor/jdev/bin
    Assert: Unknown Node:8: item type="PROCEDURE" reloadparent="true">
    <title>Rename</title>
    <prompt><label>New_Procedure_Name</label></prompt>
    <sql><![CDATA[rename "#OBJECT_NAME#" to #0#]]></sql>
    <help>Renames the selected procedure.</help>
    <confirmation>
    <title>Confirmation</title>
    <prompt>Procedure "#OBJECT_NAME#" has been renamed to #0#</prompt>
    </confirmation>
    </item
    Initializing.. [email protected]
    Assert: SQLView inited
    thanks

    hi,
    this is what i get using jstack:
    [oracle@grid bin]$ /usr/java/jdk1.5.0_06/bin/jstack 6313
    Attaching to process ID 6313, please wait...
    Debugger attached successfully.
    Client compiler detected.
    JVM version is 1.5.0_06-b05
    Thread 6313: (state = BLOCKED)
    Thread 6327: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - javax.swing.TimerQueue.run() @bci=14, line=233 (Interpreted frame)
    - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)
    Thread 6326: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
    - java.awt.EventDispatchThread.pumpOneEventForHierarchy(int, java.awt.Component
    ) @bci=9, line=189 (Interpreted frame)
    - java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional
    , java.awt.Component) @bci=26, line=163 (Interpreted frame)
    - java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional) @bci=4, li
    ne=157 (Interpreted frame)
    - java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) @bci=3, line=14
    9 (Interpreted frame)
    - java.awt.EventDispatchThread.run() @bci=9, line=110 (Interpreted frame)
    Thread 6325: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - java.lang.Object.wait() @bci=2, line=474 (Interpreted frame)
    - sun.awt.AWTAutoShutdown.run() @bci=32, line=259 (Interpreted frame)
    - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)
    Thread 6322: (state = IN_NATIVE)
    - sun.awt.X11.XToolkit.waitForEvents() @bci=0 (Interpreted frame)
    - sun.awt.X11.XToolkit.run(boolean) @bci=64, line=463 (Interpreted frame)
    - sun.awt.X11.XToolkit.run() @bci=5, line=438 (Interpreted frame)
    - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)
    Thread 6321: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=116 (Interpreted fram
    e)
    - java.lang.ref.ReferenceQueue.remove() @bci=2, line=132 (Interpreted frame)
    - sun.java2d.Disposer.run() @bci=3, line=107 (Interpreted frame)
    - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)
    Thread 6317: (state = BLOCKED)
    Thread 6316: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=116 (Interpreted fram
    e)
    - java.lang.ref.ReferenceQueue.remove() @bci=2, line=132 (Interpreted frame)
    - java.lang.ref.Finalizer$FinalizerThread.run() @bci=3, line=159 (Interpreted f
    rame)
    Thread 6315: (state = BLOCKED)
    - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
    - java.lang.Object.wait() @bci=2, line=474 (Interpreted frame)
    - java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=116 (Interpreted
    frame)
    regards

  • StarOffice8 On Red Hat Linux x_86_64 Won't Start

    I've just purchased the upgrade to StarOffice8 and installed it on my Red Hat Linux (AMD-64). The installation finished without any errors at all. I checked and all files were installed. However, when I start any of the apps, nothing displays. I can see the processes with 'ps' command but nothing on screen. I've changed the monitor resolution as described in the README, nothing works. All other X-WIndows stuff works fine. I have a pretty standard video card, the Nvidia FX 5200 and Red Hat came with drivers for that adapter. Can anyone help with this?

    Hi Mink,
    Confirm you have 1.5 GB free in /tmp. If not you can point the installer to another location -- set the variables TEMP, TMP, TEMPDIR to that new directory if you need to.
    Regards,
    John A. Booth
    http://www.metavero.com

  • 9i for Linux/AMD64

    Does anybody know when Release 2 of 9i for Linux/AMD Opteron is going to happen? It's been dev released since April. Is another release going to happen?

    I have Oracle Enterprise Edition loaded on dual processor Pentium 133 with 128MB ram running Slackware 8.1.
    It installed with no problems. Oracle 8.1.7 is a different story though.

  • Decode or Case when statement

    Hi,
    I had a condition like
    test -table
    code - column
    t --> True
    f --> False
    I had two choices of writing query
    select decode(code,'t','True','False') from test;
    or
    select case code
    when 't' then 'True'
    else 'False'
    end
    from test;
    I want to know which one is best performance wise

    Wrong question really.. unless you writing a very tight loop doing 100's of 1000's of iterations using that type of conditional structure. And even then performance difference will not be that significant.
    The right question to ask is which one is more flexible and allows for the programmer that comes after you to read and understand and maintain your code. The CASE statement is in this regard, a lot better than a DECODE statement.
    Looking just at performance (which I suggest you do not do in isolation!!), I get mixed results using 10G Enterprise on different platforms (HP-UX vs SUN AMD) and operating systems (HP-UX vs Linux).
    On the former the DECODE is slightly faster. On the latter the CASE is slightly faster.
    Using the construct you've specified and doing a tight loop of a 100,000 iterations, the elapsed execution times are:
    HP-UX DECODE = 00:00:11.83
    HP-UX CASE = 00:00:12.32
    Linux/AMD DECODE =00:00:02.02
    Linux/AMD CASE = 00:00:01.84
    Obviosuly the CPU architecture plays a major role here. The AMD is considered as the best 64 CPU on the market. The HP-UX PARISC CPU (also 64bit), does not really compare raw performance wise. In addition this is a RISC CPU whereas the AMD CPU is I believe more CISC than RISC.
    Also interesting that the faster Sun AMD/Linux server I used for this benchmark is about 10% the price of the HP-UX server.. and about 5x faster ito raw speed as this benchmark showed. :-)
    An interesting exercise, but one with little real world value. Yes performance is important. But within PL/SQL, not to the level about debating whether a CASE or DECODE is faster. As I've mentioned, I believe the right question being one about readability and maintenance and not performance in this case.

  • Cannot use 1440x900 resolution with fglrx no matter what I do

    I have used hwd and got a configured xorg.conf and I added "1440x900" to the modes list but it does not work. I have even copied over my working xorg.conf from ubuntu and sabayon and it works for every resolution EXCEPT 1440x900. I seems like everything think I do to add 1440x900 it just ignores it. The xorg.conf below is from hwd and I added the "1440x900" but in GNOME I can only use 1024x768 , 800x600 and 640x480. What am I doing wrong?
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 30 - 70 # Warning: This may fry old Monitors
    VertRefresh 50 - 160 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Last edited by jae1227 (2007-08-13 02:14:47)

    MrWeatherbee wrote:
    If you are having issues with an ATI card as your xorg.conf shows (you also mentioned nvidia, so I'm covering my butt), you may want to see my posts and others in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=35753
    Basically, it discusses that sync, refresh, and modes / modelines don't work very well with "fglrx" driver, at least in my experience. The simplest xorg.conf lines relative to your video card and monitor sections will likely work best. I had similar issues (and more) with trying to include very specific xorg.conf code for those sections, and I had to resort to leaving it close to the bare-bones setup created by aticong  --initial to get everything to work properly.
    I'm back to the radeon driver (for aiglx) now, so I can't do any testing for you. But hopefully the above info let's you know others have had similar issues.
    I tried to do what you said. I ran xorgconfig again and then ran aticonfig --initial. I started up GDM and it did not work, well something worked but my monior said it could not display it. Now my guess is that it could have worked but the resolution was set too high on GDM and my monitor could not handal it. So I added the HorizSync & VertRefresh. Now I have used the  HorizSync & VertRefresh in Ubuntu and Sabayon with fglrx and it works great. I have another computer with an Nvidia card that runs Arch and it works great on this monitor at 1440*900. When I start GDM it picks its own resolutions regradless of what I have in the Modes section. As of now I can display:
    1920x1200
    1920x1080
    1600x1200
    1280x1024
    1280x720
    1152x864
    1024x768
    800x600
    640x480
    Here is my xorg.conf
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    # Files section. This allows default font and rgb paths to be set
    # Server flags section.
    # Input devices
    # Core keyboard's InputDevice section
    # Core Pointer's InputDevice section
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    # Device configured by xorgconfig:
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    # Section "DRI"
    # Mode 0666
    # EndSection
    Section "ServerLayout"
    # The Identifier line must be present
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    Identifier "Simple Layout"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/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"
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    # Load "type1"
    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "freetype"
    # Load "xtt"
    EndSection
    Section "InputDevice"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    # Identifier and driver
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    Section "Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    Identifier "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    Identifier "Standard VGA"
    Driver "vga"
    VendorName "Unknown"
    BoardName "Unknown"
    EndSection
    Section "Device"
    # unsupported card
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Identifier "ATI"
    Driver "ati"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "ATI"
    Monitor "SyncMaster"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    And here is my Xorg.0.log:
    [code]X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux AMD 2.6.22-ARCH #1 SMP PREEMPT Thu Aug 2 18:27:37 CEST 2007 i686
    Build Date: 08 April 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 11 14:30:12 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "aticonfig-Screen[0]" (0)
    (**) |   |-->Monitor "aticonfig-Monitor[0]"
    (**) |   |-->Device "aticonfig-Device[0]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:06:0: chip 10de,0053 card f043,815a rev f2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 1002,710a card 17af,0b12 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,712a card 17af,0b13 rev 00 class 03,80,00 hdr 00
    (II) PCI: 05:08:0: chip 1102,0007 card 1102,100a rev 00 class 04,01,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
        [0] -1    0    0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
        [0] -1    0    0x00009000 - 0x00009fff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xd0000000 - 0xd1ffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc R520 [Radeon X1800] rev 0, Mem @ 0xc0000000/28, 0xd1000000/16, I/O @ 0x9000/8, BIOS @ 0xd0000000/17
    (--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x712a) rev 0, Mem @ 0xd1010000/16
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
        [0] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [1] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [2] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [3] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [4] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [6] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [8] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [10] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [11] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [12] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [13] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [14] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [15] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [16] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [17] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [18] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [19] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [20] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [21] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [22] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [23] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [24] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
        [0] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [1] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [2] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [3] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [4] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [6] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [8] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [10] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [11] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [12] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [13] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [14] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [15] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [16] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [17] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [18] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [19] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [20] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [21] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [22] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [23] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [24] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
        [0] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [16] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [17] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [18] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [19] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [20] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [21] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [22] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [28] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [29] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [30] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [31] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.39.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.39.4
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.393.1                 
    (II) ATI Proprietary Linux Driver Build Date: Jul 20 2007 13:50:07
    (--) Assigning device section with no busID to primary device
    (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
    (--) Chipset Supported AMD Graphics Processor (0x710A) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [16] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [17] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [18] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [19] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [20] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [21] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [22] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [28] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [29] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [30] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [31] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) fglrx(0): pEnt->device->identifier=0x81e72b8
    (II) resource ranges after probing:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [18] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [19] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [20] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [21] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [22] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [23] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [24] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [25] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [26] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [27] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [28] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [29] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [30] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [31] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [32] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [33] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [34] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin, [x]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "DPMS" "true"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (--) fglrx(0): Chipset: "Radeon X1800 Series" (Chipset = 0x710a)
    (--) fglrx(0): (PciSubVendor = 0x17af, PciSubDevice = 0x0b12)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    (--) fglrx(0): MMIO registers at 0xd1000000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 9.12
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: R520
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmGetBusid returned ''
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.39.4
        ABI class: X.Org Server Extension, version 0.3
    (--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: SAM  Model: 225  Serial#: 1212231993
    (II) fglrx(0): Year: 2006  Week: 42
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
    (II) fglrx(0): Max H-Image Size [cm]: horiz.: 41  vert.: 26
    (II) fglrx(0): Gamma: 2.35
    (II) fglrx(0): DPMS capabilities: StandBy; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.636 redY: 0.349   greenX: 0.290 greenY: 0.589
    (II) fglrx(0): blueX: 0.143 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
    (II) fglrx(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
    (II) fglrx(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) fglrx(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) fglrx(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 106.5 MHz   Image Size:  410 x 257 mm
    (II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
    (II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
    (II) fglrx(0): Ranges: V min: 56  V max: 75 Hz, H min: 30  H max: 81 kHz, PixClock max 140 MHz
    (II) fglrx(0): Monitor name: SyncMaster
    (II) fglrx(0): Serial No: HVELA46878
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0):     00ffffffffffff004c2d250239314148
    (II) fglrx(0):     2a1001030e291a878ad7a5a2594a9624
    (II) fglrx(0):     145054bfef809500950f81808140714f
    (II) fglrx(0):     0101010101019a29a0d0518422305098
    (II) fglrx(0):     36009a011100001c000000fd00384b1e
    (II) fglrx(0):     510e000a202020202020000000fc0053
    (II) fglrx(0):     796e634d61737465720a2020000000ff
    (II) fglrx(0):     004856454c4134363837380a20200091
    (II) fglrx(0): End of Display1 EDID data --------------------
    (WW) fglrx(0): Only one display is connnected,so single mode is enabled
    (II) fglrx(0): Primary Controller - CRT on primary DAC
    (II) fglrx(0): Internal Desktop Setting: 0x00000001
    (II) fglrx(0): POWERplay version 3.  1 power state available:
    (II) fglrx(0):   1. 520/495MHz @ 0Hz [enable load balancing]
    (==) fglrx(0): Qbs disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0):  PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 38 modes found for primary display.
    (--) fglrx(0): Virtual size is 1920x1200 (pitch 0)
    (**) fglrx(0): *Mode "1920x1200": 193.2 MHz (scaled from 0.0 MHz), 74.6 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1200"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 +hsync
    (**) fglrx(0): *Mode "1920x1080": 172.8 MHz (scaled from 0.0 MHz), 67.1 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1080"  172.79  1920 2040 2248 2576  1080 1081 1084 1118 +hsync
    (**) fglrx(0):  Default mode "1920x1080": 81.6 MHz (scaled from 0.0 MHz), 33.6 kHz, 30.0 Hz (I)
    (II) fglrx(0): Modeline "1920x1080"   81.64  1920 1984 2176 2432  1080 1081 1084 1119 interlace +hsync
    (**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  128.94  1280 1368 1504 1728  1024 1025 1028 1066 +hsync
    (**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"   74.48  1280 1336 1472 1664  720 721 724 746 +hsync
    (**) fglrx(0):  Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"   60.46  1280 1328 1456 1632  720 721 724 741 +hsync
    (**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900
    (**) fglrx(0):  Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864"   96.76  1152 1224 1344 1536  864 865 868 900 +hsync
    (**) fglrx(0):  Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
    (**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   64.67  1152 1208 1328 1504  864 865 868 915 interlace +hsync
    (**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   58.28  1152 1200 1320 1488  864 865 868 911 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800
    (**) fglrx(0):  Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.43  1024 1080 1192 1360  768 769 772 801 +hsync
    (**) fglrx(0):  Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625
    (**) fglrx(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666
    (**) fglrx(0):  Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600"   45.50  800 840 920 1040  600 601 604 625 +hsync
    (**) fglrx(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
    (**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
    (**) fglrx(0):  Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400"   28.07  640 696 736 832  400 413 415 449
    (**) fglrx(0):  Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
    (**) fglrx(0):  Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz), 31.1 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "512x384"   19.68  512 528 576 632  384 384 385 416
    (**) fglrx(0):  Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   24.75  400 408 448 528  300 601 602 625 doublescan
    (**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
    (**) fglrx(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   15.75  320 328 360 416  240 481 482 501 doublescan
    (**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
    (**) fglrx(0):  Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   13.10  320 352 368 416  200 406 407 417 doublescan
    (**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
    (--) fglrx(0): Display dimensions: (410, 260) mm
    (--) fglrx(0): DPI set to (118, 117)
    (--) fglrx(0): Virtual size is 1920x1200 (pitch 1920)
    (**) fglrx(0): *Mode "1920x1200": 193.2 MHz (scaled from 0.0 MHz), 74.6 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1200"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 +hsync
    (**) fglrx(0): *Mode "1920x1080": 172.8 MHz (scaled from 0.0 MHz), 67.1 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1080"  172.79  1920 2040 2248 2576  1080 1081 1084 1118 +hsync
    (**) fglrx(0):  Default mode "1920x1080": 81.6 MHz (scaled from 0.0 MHz), 33.6 kHz, 30.0 Hz (I)
    (II) fglrx(0): Modeline "1920x1080"   81.64  1920 1984 2176 2432  1080 1081 1084 1119 interlace +hsync
    (**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  128.94  1280 1368 1504 1728  1024 1025 1028 1066 +hsync
    (**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"   74.48  1280 1336 1472 1664  720 721 724 746 +hsync
    (**) fglrx(0):  Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"   60.46  1280 1328 1456 1632  720 721 724 741 +hsync
    (**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900
    (**) fglrx(0):  Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864"   96.76  1152 1224 1344 1536  864 865 868 900 +hsync
    (**) fglrx(0):  Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
    (**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   64.67  1152 1208 1328 1504  864 865 868 915 interlace +hsync
    (**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   58.28  1152 1200 1320 1488  864 865 868 911 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800
    (**) fglrx(0):  Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.43  1024 1080 1192 1360  768 769 772 801 +hsync
    (**) fglrx(0):  Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625
    (**) fglrx(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666
    (**) fglrx(0):  Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600"   45.50  800 840 920 1040  600 601 604 625 +hsync
    (**) fglrx(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
    (**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
    (**) fglrx(0):  Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400"   28.07  640 696 736 832  400 413 415 449
    (**) fglrx(0):  Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
    (**) fglrx(0):  Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz), 31.1 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "512x384"   19.68  512 528 576 632  384 384 385 416
    (**) fglrx(0):  Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   24.75  400 408 448 528  300 601 602 625 doublescan
    (**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
    (**) fglrx(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   15.75  320 328 360 416  240 481 482 501 doublescan
    (**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
    (**) fglrx(0):  Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   13.10  320 352 368 416  200 406 407 417 doublescan
    (**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): HPV inactive
    (**) fglrx(0): FSAA enabled: NO
    (==) fglrx(0): FSAA Gamma enabled
    (==) fglrx(0): FSAA Multisample Position is fix
    (==) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) fglrx(0): Depth moves disabled by default
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x4000001f
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (**) fglrx(0): ATI GART size: 128 MB
    (II) fglrx(0): [pcie] 126976 kB allocated with handle 0xdeadbeef
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (==) fglrx(0): EnablePrivateBackZ = NO
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] 0    0    0xd1000000 - 0xd100ffff (0x10000) MX[b]
        [1] 0    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
        [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [6] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [7] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [8] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [9] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [10] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [11] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [12] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [14] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
        [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
        [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
        [18] 0    0    0x00009000 - 0x000090ff (0x100) IX[b]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [21] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [23] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [24] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [25] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [26] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [27] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [28] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [29] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [30] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [31] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [32] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [33] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [34] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [35] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [36] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [37] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [38] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
        [39] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
    (II) fglrx(0): detected X.org 7.1.0.0
    (II) Loading sub module "glx"
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: drmOpenMinor returns 6
    drmOpenByBusid: drmGetBusid reports
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed

  • Flash 9.0r48 no audio with video

    I have just downloaded and installed the latest Flash player
    on my system (Red Hat Fedora Core 3 Linux, AMD Athlon 64 (cpuid is
    x86_64)).
    This version has exactly the same problem that earlier
    versions had, namely that there is no audio (sound) with the videos
    on sites such as YouTube and CNN.com.
    I have fixed the problem by reverting to Flash 7.0r25, which
    works perfectly.
    Does Adobe intend to fix this problem?

    Note that there are a lot of popular extensions that can cause issues with videos not working apart from issues with the Flash plugin.
    In what way is the navigation not working properly?
    Can you give some examples?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Essbase 11.1.2.1 - Dimension build problem, OCI and SQL...

    When retrieving SQL data in Data Prep editor, field names are replaced with SQL View field names.
    From what I can find this was supposed to be fixed in the patch for 11.1.2, can anyone confirm or deny that...
    Is this only a problem with OCI and ODBC connections?
    Any help would be appreciated.
    Adam,

    We are experiencing all of the defects:
    Defects Fixed in this Patch
    · 13398150 – When you use the Migration Wizard in Administration Services to migrate an Essbase application, an incorrect error message is returned: "Failed to migrate the application. Please see message panel for details." However, the application is migrated. Refresh the Essbase server application node to see the migrated application.
    · 13398160 – Selecting the OK/Retrieve button to populate data from SQL causes previously defined column headers to be changed.
    · 13398169 - Joining two or more data fields in Data Prep Editor, when one or more of the fields is empty, causes Administration Server to terminate abnormally.
    I think the patch would work if it weren't for the limited processors supported... were running Intel Zeons. How do we get ORACLE to compile patches for them... ???
    Supported Platforms
    · Microsoft Windows (32-bit) (console)
    · Microsoft Windows x64 (64-bit) (server)
    · Linux AMD (64-bit) (server)
    Edited by: Adam M on May 18, 2012 2:52 PM

  • CASE or DECODE - what is faster?

    when i use them in select clause with varchar2 or number datatype? (Oracle 10.2 EE)
    regards

    Hi,
    This helped me in understanding the difference between case and decode
    Quoting from an expert amoungst experts Billy Verreynne. here is what he says:
    From what i know, in case of multiple condition checking, Case is simpler to write when compared to Decode. Also Decode can not be used in PL/SQL code where as CASE is possible.
    There is very little performance difference between CASE and DECODE on the same platform. One has to run 100's of 1000's of iterations to see a difference, and even then it is debatable of whether that difference is just due to the CASE vs DECODE.
    There seems to be a difference in performance between CASE and DECODE depending on the type of CPU. On some CPU architecture a DECODE will seem to be just slightly faster. On others, the CASE will seem to be slightly faster.
    The performance difference is so slight that it makes very little sense in using that as primary criteria for whether to use CASE or DECODE. So unless you're calling this statement from a very tight loop doing millions of iterations, the decision should rather be which one, CASE or DECODE, best suits the need.
    Wrong question really.. unless you writing a very tight loop doing 100's of 1000's of iterations using that type of conditional structure. And even then performance difference will not be that significant.
    The right question to ask is which one is more flexible and allows for the programmer that comes after you to read and understand and maintain your code. The CASE statement is in this regard, a lot better than a DECODE statement.
    Looking just at performance (which I suggest you do not do in isolation!!), I get mixed results using 10G Enterprise on different platforms (HP-UX vs SUN AMD) and operating systems (HP-UX vs Linux).
    On the former the DECODE is slightly faster. On the latter the CASE is slightly faster.
    Using the construct you've specified and doing a tight loop of a 100,000 iterations, the elapsed execution times are:
    HP-UX DECODE = 00:00:11.83
    HP-UX CASE = 00:00:12.32
    Linux/AMD DECODE =00:00:02.02
    Linux/AMD CASE = 00:00:01.84
    Obviosuly the CPU architecture plays a major role here. The AMD is considered as the best 64 CPU on the market. The HP-UX PARISC CPU (also 64bit), does not really compare raw performance wise. In addition this is a RISC CPU whereas the AMD CPU is I believe more CISC than RISC.
    Also interesting that the faster Sun AMD/Linux server I used for this benchmark is about 10% the price of the HP-UX server.. and about 5x faster ito raw speed as this benchmark showed. :-)
    An interesting exercise, but one with little real world value. Yes performance is important. But within PL/SQL, not to the level about debating whether a CASE or DECODE is faster. As I've mentioned, I believe the right question being one about readability and maintenance and not performance in this case.
    Hope this helps and all credit goes to the expert billy.
    Edited by: Kevin CK on Aug 5, 2010 4:07 PM
    Edited by: Kevin CK on Aug 5, 2010 4:08 PM

  • SAP NetWeaver Portal on HP-Hardware - Experience?

    Hi @All,
    we are using an SAP NetWeaver Portal on HPUX PA 11.11 but the response time is very long even with 8 CPU and a lot of RAM.
    In the past I've made good experiences with Linux on AMD with 64 bit but this woud be a real big change us.
    Somebody used itellium CPU's?
    From my point of view we have these options:
    -> HP UX PA 11.11
    -> HP UX IA
    -> Linux AMD
    I'm interessted in the performance of the different solutions.
    Thanks a lot in advance.
    Best regards,
    Michael

    Hi James,
    yes for sure.
    But in fact: HPUX on PA is much slower than Linux on AMD running the same portal.
    So the question is what do use for the future:
    HPUX PA
    HPUX IA
    Linux AMD
    Best regards,
    Michael

Maybe you are looking for