Load Started but not finished

Hello
When I try to load the Pas Model by entry & approval, appears the follow message : "load started but not finished. Check contents of wfmde_update_bica01devpbi.trc file".
When I check this file, in the end appears the follow:
FROM CPMS_EA_DETAIL, CPMS_EA_DATA
WHERE CPMS_EA_DETAIL.ID = CPMS_EA_DATA.CPMS_EA_DETAIL_ID
AND SUBSTR(DIM0_MEMBER, LENGTH(DIM0_MEMBER)-2, 3) LIKE 'ACT'
AND CPMS_EA_MASTER_ID = 109423193977918
AND INUSE = 1
AND READY = 1
end
LSLink> lss create TIME =  substr(PERIOD,1,4) + '/' + substr(PERIOD,5,2) + '/' + substr(PERIOD,7,2)
LSLink> read
DAT046:
The Dimension NODIM Must Appear in the ACROSS/DOWN List
I don't understand what is wrong, because everything works fine, and nothing change with this dimension.
Regards
Andreia

Hello Andreia,
I think you have also opened a customer message for this as I seem to recollect seeing it.
My guess here is that, since the metric set was created, the measure definition was changed so that, in addition to being defined by the dimensions in the metric set, is also defined by something called NODIM.  That's the usual way in which an error like this occurs.
Thanks,
Robert

Similar Messages

  • Pavillion wont install! will only start but not finish installing anything!...PLEASE HELP!!

    Hi i have been having problems downloading new things into my computer.! its a pavillion dv6-2057cl! ive had it since november and it has always downloaded fast but in the last few wks it just wont download or it takes hours!!!!! what is the problem pls help! im getting really frustrated!!
    PLEASE HELP
    THANKS
    Keela

    The installation runs smootly until there are 3 bars to go during Registering Modules
    the best place to start with that one is with the following document:
    iTunes 7 or later for Windows Installation stops responding while "registering modules"
    ... but if no joy there, and you have SpyCatcher installed on the PC, try uninstalling SpyCatcher altogether prior to an itunes install. if the install goes through properly, you can then reinstall SpyCatcher.

  • I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I will try, and what happen is that after it is intall and start "Preparing upgrade" the installation stop and a message occure: An error occure download the iOS 5.1.1" thas all.
    But now it is too late because the iOS 6 is now availabel, is it recommendet to donwload iOS 6 on iPhone 4 or not?

  • How do i finish a download that was already started and not finished because the library closed befo

    how do i finish a download that was already started and not finished because the library closed before it done

    What are you trying to download and how were you downloading it?

  • Mac book pro was working normal but after shutdown I try to start but not start only black screen

    My mac book pro was working normal , I shut down proper and I want to start again I press power button for start but not start , only black screen same on shut down position , so how can I start my mac book pro again

    Try SMC and PRAM resets:
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/ht1379
    Ciao.

  • Camera card using the Apple connector will load photos but not video? the camera is a panasonic Lumix

    Camera card using the Apple connector will load photos but not video? the camera is a panasonic Lumix

    iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    Also, the movie files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov).
     Cheers, Tom

  • Image loads locally but not on Website?

    I have constructed a slide show viewer for use on a website.
    The swf loads jpeg images which are contained in the same
    directory. This works well on my local machine but when uploaded to
    a website and called up by an html file, the swf runs and shows the
    correct backgrounds but fails to load any jpegs. I assume that the
    problem is to do with the transfer of the variable 'Select_picture"
    into the loadMovie statement?
    The following loop (step variable = pic_no) works locally but
    not on website:-
    >>var Select_picture:String="Pic"+pic_no+".jpg";
    >>var Select_mc:String="mc"+pic_no;
    >>
    >>this.createEmptyMovieClip([Select_mc], depthnow++);
    >>loadMovie([Select_picture], [Select_mc]);
    In order to prove that a picture could be loaded on the
    website, I simplied the code to :
    >>loadMovie("pic1.jpg",[Select_mc]);
    and this worked.
    So, I tried to transfer the same string directly via the
    variable;-
    >>var Select_picture:String="Pic1.jpg";
    >>
    >>loadMovie([Select_picture], [Select_mc]);
    But this does not work.
    Any suggestions would be greatly appreciated.
    Regards
    Dave

    Thanks , Arunkkumar2207j and ggshow for your suggestions.
    1, The image size isn't a problem because the one I used for
    the test is only 200k. And the single test image loads very quickly
    on the website.
    2. I don't think the depth of the movie clip is a problem
    either because depthnow starts at a very large number and is
    incremented for each clip and works well for multiple clips on my
    local machine. Also when loading a single image is should not be a
    problem. Also, I think I proved that was working with the single
    image test?
    3. The htm, swf and images are in the same directory. But for
    the test, I ran the swf directly on the website (without using the
    htm file to load it)
    Please keep the suggestions coming....!
    Many thanks
    Dave

  • Ftp works for start() but not for custom procedure sendFile()

    Hello,
    i'm busy building an ftp upload applet by using sun's ftp class sun.net.ftp.FtpClient and by including my applet in a signed jar.
    Now here's my problem. The code i have to ftp works fine when i put it into the applet's start() or init() procedures, but when i put the code into public void sendFile() and i call this procedure from javascript, it does call the procedure fine (i can check this by incrementing my progress bar - just for debug purposes), but seems to hang at a specific point when i try and get the length of the file (see the code). Here is the code that works in the start() procedure but not my sendFile procedure.
        public void sendFile() {
             try {
                ftpclient = new FtpClient(server);
                ftpclient.login(user, password);
                ftpclient.cd(dir);
                ftpclient.binary();
                progress.setPercentOn(true);
                byte abyte0[] = new byte[1024];
                File file1 = new File(file);
                // Applet seems to be hanging here?
                long l = file1.length();
                in = new FileInputStream(file);
                out = ftpclient.put(filename);
                long l1 = 0L;
                while(blncheck == true)
                    int i = in.read(abyte0);
                    if(i < 0) break;
                    out.write(abyte0, 0, i);
                    l1 += i;
                    long l2 = l1 * 100L;
                    long l3 = l2 / l;
                    progress.setValue(l3);
                out.close();
                in.close();
            } catch(Exception e) {
                e.printStackTrace();
    }Any idea why this code would only work in the applets start() and init() procedures?
    Help would be much appreciated
    Hagen

    Ok, the problem is with security. As soon as the html button accesses the applet, the following exception is thrown
    java.security.AccessControllException: access denied(java.io.FilePermission C:\blah.txt read)So my plan is to try and not use html but JButtons, then the signed applet shouldn't have a problem anymore

  • Safari loads pages but not pictures

    When I go on some pages they loads but not all of the pictures load. I have deleted all of my caches, and removed all website data but the problem still occurs.

    Make sure yor flash are up to date http://www.adobe.com/software/flash/about/
    and https://www.java.com/en/download/help/mac_java_update.xml

  • Message start but never finish

    Hi guys,
    I have installed PI 7.0 was 5 months ago, that always running without problem, but today have occured one error.
    Error:
    When the PI send a xml for receiver agrement (comunication channel) the message stay always executing and never stop.
    In SMQ2 tcode, the message are executing for hours, hours, hours and not stop.
    The message appears em sxmb_moni (abap) but not appears in rwb (java)
    Can anybody help me, please ?

    Hi Joao,
    If this is the case you dont need to worry. This is your java function problem . There is some condition in your java function that is never satisfied and goes into infinite loop. Plz check that condition or make sure that this condition is satisfied.
    If you want you can check by removing the Java function and then checking in smq1/smq2 there wont be any entries in running status.
    Hope this solves your problem.
    Thanks!

  • When I download the process starts but never finishes the download

    Downloads start but never complete.  I have an Intel with 10.6.8 operating system

    Disable your firewall/security software and try again.

  • Data flows are getting started but not completing successfully while extracting/loading of the data

    Hello People,
    We are facing a abnormal behavior with the dataflows in the data services job.
    Scenario:
    We are extracting the data from CRM end in parallel. Please refer the build:
    a. We have 5 main workflows flows i.e :
       => Main WF1 has 6 more sub Wf's in it, in which each sub Wf has 1/2 DF's associated in parallel.
       => Main WF2 has 21 DF's and 1 WFa->with a DF & a WFb. WFb has 1 DF in parallel.
       => Main WF3 has 1 DF in parallel.
       => Main WF4 has 3 DF in parallel.
       => Main WF5 has 1 WF & a DF in sequence.
    b. Regularly the job works perfectly fine but, sometimes it gets stuck at the DF’s without any error logs.
    c. Job doesn’t stuck at a specific dataflow or on a specific day, many a times it strucks at different DF’s.
    d. Observations in the Monitor Log:
    Dataflow---------------------- State----------------RowCnt------LT-------AT------ 
    +DF1/ZABAPDF
    PROCEED
    234000
    8.113      394.164
    /DF1/Query
    PROCEED
    234000
    8.159      394.242
    -DF1/Query_2
    PROCEED
    234000
    8.159      394.242
    Where LT: Lapse Time and AT: Absolute time
    If you check the monitor log, the State of the Dataflow DF1 remains PROCEED till the end, ideally it should complete.
    In successful jobs, the status for DF1  is STOP . This DF takes approx. 2 min to execute.
    The row count for DF1 extraction is 234204 but, it got stuck at  234000.
    Then we terminate the job after sometime,but for surprise it gets executed successfully on next day.
    e. As per analysis over all the failed jobs, same things were observed over the different data flows that got stuck during the execution.Logic related to the data flows is perfectly fine.
    Observations in the Trace log:
    DATAFLOW: Process to execute data flow <DF1> is started.
    DATAFLOW: Data flow <DF1> is started.
    ABAP: ABAP flow <ZABAPDF> is started.
    ABAP: ABAP flow <ZABAPDF> is completed.
    Cache statistics determined that data flow <DF1>
    uses <0>caches with a total size of <0> bytes. This is less than(or equal to) the virtual memory <1609564160> bytes available for caches.
    Statistics is switching the cache type to IN MEMORY.
    DATAFLOW: Data flow <DF1> using IN MEMORY Cache.
    DATAFLOW: <DF1> is completed successfully.
    The highlighted text in the trace log is not appearing in the unsuccessful job but, it appears for the successful one.
    Note: The cache type is pageable cache, DS ver is 3.2.
    Please suggest.
    Regards,
    Santosh

    Hi Santosh,
    just a wild guess.
    Would you be able to replicate all the DF\WF , delete original DF\WF, rename replicated objects to original to DF\WF names(for your convenience)   and excute it.
    Some time reference does not work.
    Hope this should work.
    Regards,
    Shiva Sahu

  • CS5 Crop will start and not finish

    Hello all,
    I'm working with photoshop Cs5 on a windows 7 platform. I am trying to crop a 151kb image but photoshop is freezing up. It starts the crop and never finishes (just looks like its loading). Does anyone know what to do? I have to have photoshop for work and the customer support will not help me because its a Cs5 version.

    What image? If the internal data sructure of the image is damaged, such operations may fail. Otherwise this could be a normal PS issue with running out of memory or disk access problems, but you have not provided nearly enough info on that.
    Mylenium

  • Report via Concurent Program Running Normal But not Finished Yet

    Hi,
    I have a custom report, running on eBusiness Suite 11.5.10.2 in module Purchasing.
    When I running that rdf report in Oracle Report Builder it running OK and very quickly (just several seconds).
    Then I deploy it on EBS concurrent program, when I submit new request with that report concurrent program it running normal but, its not completed since several ours ago and may bee more longer.
    Did anyone get same problem with this? Any idea what should I do?
    Here is the logs file when its still running
    Purchasing: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POACCPO01 module: Printed Purchase Order - ACC
    Current system time is 02-JUL-2010 18:07:15
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PO_NUMBER='12681'
    P_PO_NUMTO='12681'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    -- Start of Reports Command --
    ar60runb
    P_CONC_REQUEST_ID=4162628
    P_PO_NUMBER='12681'
    P_PO_NUMTO='12681'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    report=/data1/u01/apps/prodappl/po/11.5.0/reports/US/POACCPO01.rdf
    batch=yes
    destype=file
    desname=/data1/u01/apps/prodcomn/admin/out/TEST_hrd-tes/o4162628.out
    desformat=PDF
    -- End of Reports Command --
    Request language is :
    AMERICAN
    Request territory is :
    AMERICA
    Previous NLS_LANG Environment Variable was :
    American_America.US7ASCII
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Thanks.

    Hi,
    And when I submit a new same request with same parameter, the previous request will getting error. Here is the log file:
    Purchasing: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POACCPO01 module: Printed Purchase Order - ACC
    Current system time is 05-JUL-2010 09:20:03
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PO_NUMBER='12682'
    P_PO_NUMTO='12682'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    -- Start of Reports Command --
    ar60runb
    P_CONC_REQUEST_ID=4163558
    P_PO_NUMBER='12682'
    P_PO_NUMTO='12682'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    report=/data1/u01/apps/prodappl/po/11.5.0/reports/US/POACCPO01.rdf
    batch=yes
    destype=file
    desname=/data1/u01/apps/prodcomn/admin/out/TEST_hrd-tes/o4163558.out
    desformat=XML
    -- End of Reports Command --
    Request language is :
    AMERICAN
    Request territory is :
    AMERICA
    XML_REPORTS_XENVIRONMENT is :
    /data1/u01/apps/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /data1/u01/apps/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Previous NLS_LANG Environment Variable was :
    American_America.US7ASCII
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Spawned Process 15450
    X connection to hrd-tes:0.0 broken (explicit kill or server shutdown).
    Report Builder: Release 6.0.8.28.0 - Production on Mon Jul 5 09:20:04 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Reset original NLS_LANG in environment as :
    American_America.US7ASCII
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 4163558.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 05-JUL-2010 09:54:06
    ---------------------------------------------------------------------------

  • KDE starting but not showing (and more KDE errors)

    Hi!
    Yesterday I had a problem with an upgrade and I found the problem was libdbusmenu.
    The solution I foun on the internet was
    sudo pacman -Rdd libdbusmenu && sudo pacman -Syu
    so I did it
    The problem is that now, after rebooting I can't start KDE (or at least it doesn't appear):
    $ startkde
    KDE seems to be already running on this display.
    I can't start any KDE app, for example opening settings results in a window saying
    System Settings was unable to find any views, and hence has nothing to display.
    Also the keyboard layout has changed for example
    Everytime I run something in terminal related with pacman or yaourt I get this error:
    missing 'libdbusmenu' dependency for 'lightread'
    I've uninstalled lightread and the error does not appear any more but I'm still the same
    Tried rebooting and starting fallback but still the same
    Any solution?
    Working on 3.14.1-1-ARCH
    Any further information needed please, ask for it
    I would be very pleased if you could help me to solve this as I don't have any idea how to proceed.
    I tried installing again libdbusmenu from AUR but it doesn't exist now
    Thanks!

    Andy_Crowd wrote:
    Sometimes it can be a problem with user settings, to test it just create a new user, login with it and try to start KDE.
    It is few ways to start a desktop environment.
    I am using few desktop managers and using a command line to start them depends on which I want to use. I don't use a GUI login managers.
    For KDE you can try
    killall startkd
    killall X
    startx /usr/bin/startkde
    For my openbox for example
    # For a normal start
    startx /usr/bin/openbox-session
    # For a failsafe start
    startx /usr/bin/openbox
    Of course you can make aliases for them.
    I hope this might help.
    It seems we're getting closer to the problem.
    Starting with
    sudo startx /usr/bin/startkde
    makes KDE start correctly while starting with
    startx /usr/bin/startkde
    makes it start the wrong way.
    Could it be possibly be a configuration error right?
    This is the output of my ~/.xsession-errors if it could help:
    ^[]0;localhost:/home/emilio^Gcat: /proc/1050/comm: No such file or directory
    startkde: Starting up...
    klauncher(1033) kdemain: No DBUS session-bus found. Check if you have started the DBUS server$
    kdeinit4: Communication error with launcher. Exiting!
    This is cat /var/log/Xorg.0.log
    [ 82.667]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 82.667] X Protocol Version 11, Revision 0
    [ 82.667] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 82.667] Current Operating System: Linux work_group 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64
    [ 82.667] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda5 rw init=/usr/lib/systemd/systemd fastboot acpi_enforce_resources=lax initrd=../initramfs-linux.img
    [ 82.667] Build Date: 14 April 2014 08:39:09AM
    [ 82.667]
    [ 82.667] Current version of pixman: 0.32.4
    [ 82.667] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 82.667] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 82.668] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 27 11:45:41 2014
    [ 82.668] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 82.668] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 82.668] (==) No Layout section. Using the first Screen section.
    [ 82.668] (==) No screen section available. Using defaults.
    [ 82.668] (**) |-->Screen "Default Screen Section" (0)
    [ 82.668] (**) | |-->Monitor "<default monitor>"
    [ 82.668] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 82.668] (==) Automatically adding devices
    [ 82.668] (==) Automatically enabling devices
    [ 82.668] (==) Automatically adding GPU devices
    [ 82.668] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 82.668] Entry deleted from font path.
    [ 82.668] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 82.668] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 82.668] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 82.668] (II) Loader magic: 0x804c80
    [ 82.668] (II) Module ABI versions:
    [ 82.668] X.Org ANSI C Emulation: 0.4
    [ 82.668] X.Org Video Driver: 15.0
    [ 82.668] X.Org XInput driver : 20.0
    [ 82.668] X.Org Server Extension : 8.0
    [ 82.669] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 82.671] (--) PCI:*(0:1:0:0) 1002:7142:1002:3000 rev 0, Mem @ 0xe0000000/268435456, 0xfeae0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 82.671] (--) PCI: (0:1:0:1) 1002:7162:1002:3001 rev 0, Mem @ 0xfeaf0000/65536
    [ 82.671] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 82.671] Initializing built-in extension Generic Event Extension
    [ 82.671] Initializing built-in extension SHAPE
    [ 82.671] Initializing built-in extension MIT-SHM
    [ 82.671] Initializing built-in extension XInputExtension
    [ 82.671] Initializing built-in extension XTEST
    [ 82.671] Initializing built-in extension BIG-REQUESTS
    [ 82.671] Initializing built-in extension SYNC
    [ 82.671] Initializing built-in extension XKEYBOARD
    [ 82.671] Initializing built-in extension XC-MISC
    [ 82.671] Initializing built-in extension SECURITY
    [ 82.671] Initializing built-in extension XINERAMA
    [ 82.671] Initializing built-in extension XFIXES
    [ 82.671] Initializing built-in extension RENDER
    [ 82.671] Initializing built-in extension RANDR
    [ 82.671] Initializing built-in extension COMPOSITE
    [ 82.671] Initializing built-in extension DAMAGE
    [ 82.671] Initializing built-in extension MIT-SCREEN-SAVER
    [ 82.671] Initializing built-in extension DOUBLE-BUFFER
    [ 82.671] Initializing built-in extension RECORD
    [ 82.671] Initializing built-in extension DPMS
    [ 82.671] Initializing built-in extension Present
    [ 82.671] Initializing built-in extension DRI3
    [ 82.671] Initializing built-in extension X-Resource
    [ 82.671] Initializing built-in extension XVideo
    [ 82.671] Initializing built-in extension XVideo-MotionCompensation
    [ 82.671] Initializing built-in extension XFree86-VidModeExtension
    [ 82.671] Initializing built-in extension XFree86-DGA
    [ 82.671] Initializing built-in extension XFree86-DRI
    [ 82.671] Initializing built-in extension DRI2
    [ 82.671] (II) "glx" will be loaded by default.
    [ 82.671] (II) LoadModule: "dri2"
    [ 82.671] (II) Module "dri2" already built-in
    [ 82.671] (II) LoadModule: "glamoregl"
    [ 82.671] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 82.674] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 82.674] compiled for 1.15.0, module version = 0.6.0
    [ 82.674] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 82.674] (II) LoadModule: "glx"
    [ 82.674] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 82.674] (II) Module glx: vendor="X.Org Foundation"
    [ 82.674] compiled for 1.15.1, module version = 1.0.0
    [ 82.674] ABI class: X.Org Server Extension, version 8.0
    [ 82.674] (==) AIGLX enabled
    [ 82.674] Loading extension GLX
    [ 82.674] (==) Matched ati as autoconfigured driver 0
    [ 82.674] (==) Matched ati as autoconfigured driver 1
    [ 82.674] (==) Matched modesetting as autoconfigured driver 2
    [ 82.674] (==) Matched fbdev as autoconfigured driver 3
    [ 82.674] (==) Matched vesa as autoconfigured driver 4
    [ 82.674] (==) Assigned the driver to the xf86ConfigLayout
    [ 82.674] (II) LoadModule: "ati"
    [ 82.674] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 82.674] (II) Module ati: vendor="X.Org Foundation"
    [ 82.674] compiled for 1.15.0, module version = 7.3.0
    [ 82.674] Module class: X.Org Video Driver
    [ 82.674] ABI class: X.Org Video Driver, version 15.0
    [ 82.674] (II) LoadModule: "radeon"
    [ 82.674] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 82.675] (II) Module radeon: vendor="X.Org Foundation"
    [ 82.675] compiled for 1.15.0, module version = 7.3.0
    [ 82.675] Module class: X.Org Video Driver
    [ 82.675] ABI class: X.Org Video Driver, version 15.0
    [ 82.675] (II) LoadModule: "modesetting"
    [ 82.675] (WW) Warning, couldn't open module modesetting
    [ 82.675] (II) UnloadModule: "modesetting"
    [ 82.675] (II) Unloading modesetting
    [ 82.675] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 82.675] (II) LoadModule: "fbdev"
    [ 82.675] (WW) Warning, couldn't open module fbdev
    [ 82.675] (II) UnloadModule: "fbdev"
    [ 82.675] (II) Unloading fbdev
    [ 82.675] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 82.675] (II) LoadModule: "vesa"
    [ 82.675] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 82.675] (II) Module vesa: vendor="X.Org Foundation"
    [ 82.675] compiled for 1.15.0, module version = 2.3.2
    [ 82.675] Module class: X.Org Video Driver
    [ 82.675] ABI class: X.Org Video Driver, version 15.0
    [ 82.675] (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 FireMV 2400 PCI,
    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, 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, PALM, PALM, PALM, 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, 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, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII
    [ 82.683] (II) VESA: driver for VESA chipsets: vesa
    [ 82.683] (++) using VT number 7
    [ 82.686] (II) [KMS] Kernel modesetting enabled.
    [ 82.686] (WW) Falling back to old probe method for vesa
    [ 82.686] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 82.686] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 82.686] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 82.686] (==) RADEON(0): Default visual is TrueColor
    [ 82.686] (==) RADEON(0): RGB weight 888
    [ 82.686] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 82.686] (--) RADEON(0): Chipset: "ATI Radeon X1300/X1550" (ChipID = 0x7142)
    [ 82.687] (II) Loading sub module "dri2"
    [ 82.687] (II) LoadModule: "dri2"
    [ 82.687] (II) Module "dri2" already built-in
    [ 82.687] (II) Loading sub module "exa"
    [ 82.687] (II) LoadModule: "exa"
    [ 82.687] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 82.687] (II) Module exa: vendor="X.Org Foundation"
    [ 82.687] compiled for 1.15.1, module version = 2.6.0
    [ 82.687] ABI class: X.Org Video Driver, version 15.0
    [ 82.687] (II) RADEON(0): KMS Color Tiling: enabled
    [ 82.687] (II) RADEON(0): KMS Color Tiling 2D: disabled
    [ 82.687] (II) RADEON(0): KMS Pageflipping: enabled
    [ 82.687] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 82.717] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 82.783] (II) RADEON(0): Output S-video has no monitor section
    [ 82.850] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 82.880] (II) RADEON(0): EDID for output DVI-0
    [ 82.880] (II) RADEON(0): Manufacturer: HWP Model: 2840 Serial#: 16843009
    [ 82.880] (II) RADEON(0): Year: 2009 Week: 27
    [ 82.880] (II) RADEON(0): EDID Version: 1.3
    [ 82.880] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 82.880] (II) RADEON(0): Sync: Separate
    [ 82.880] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 23
    [ 82.880] (II) RADEON(0): Gamma: 2.20
    [ 82.880] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 82.880] (II) RADEON(0): Default color space is primary color space
    [ 82.880] (II) RADEON(0): First detailed timing is preferred mode
    [ 82.880] (II) RADEON(0): redX: 0.646 redY: 0.334 greenX: 0.284 greenY: 0.602
    [ 82.880] (II) RADEON(0): blueX: 0.152 blueY: 0.076 whiteX: 0.313 whiteY: 0.329
    [ 82.880] (II) RADEON(0): Supported established timings:
    [ 82.880] (II) RADEON(0): 720x400@70Hz
    [ 82.880] (II) RADEON(0): 640x480@60Hz
    [ 82.880] (II) RADEON(0): 800x600@60Hz
    [ 82.880] (II) RADEON(0): 1024x768@60Hz
    [ 82.880] (II) RADEON(0): Manufacturer's mask: 0
    [ 82.880] (II) RADEON(0): Supported standard timings:
    [ 82.880] (II) RADEON(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 82.880] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 82.880] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 82.880] (II) RADEON(0): Supported detailed timing:
    [ 82.880] (II) RADEON(0): clock: 85.5 MHz Image Size: 413 x 234 mm
    [ 82.880] (II) RADEON(0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
    [ 82.880] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
    [ 82.880] (II) RADEON(0): Ranges: V min: 48 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
    [ 82.880] (II) RADEON(0): Monitor name: HP LE1851w
    [ 82.880] (II) RADEON(0): Serial No: CNC927PFP1
    [ 82.880] (II) RADEON(0): EDID (in hex):
    [ 82.880] (II) RADEON(0): 00ffffffffffff0022f0402801010101
    [ 82.880] (II) RADEON(0): 1b13010368291778ee6c25a555489a27
    [ 82.880] (II) RADEON(0): 135054a1080081c08140818001010101
    [ 82.880] (II) RADEON(0): 010101010101662156aa51001e30468f
    [ 82.880] (II) RADEON(0): 33009dea1000001e000000fd00304c18
    [ 82.880] (II) RADEON(0): 530e000a202020202020000000fc0048
    [ 82.880] (II) RADEON(0): 50204c4531383531770a2020000000ff
    [ 82.880] (II) RADEON(0): 00434e43393237504650310a202000fd
    [ 82.880] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 82.880] (II) RADEON(0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz eP)
    [ 82.881] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 82.881] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 82.881] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 82.881] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 82.881] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 82.881] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 82.881] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 82.946] (II) RADEON(0): EDID for output S-video
    [ 83.013] (II) RADEON(0): EDID for output DVI-1
    [ 83.013] (II) RADEON(0): Output DVI-0 connected
    [ 83.013] (II) RADEON(0): Output S-video disconnected
    [ 83.013] (II) RADEON(0): Output DVI-1 disconnected
    [ 83.013] (II) RADEON(0): Using exact sizes for initial modes
    [ 83.013] (II) RADEON(0): Output DVI-0 using initial mode 1366x768
    [ 83.013] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 83.013] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1fba0000
    [ 83.013] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 83.013] (==) RADEON(0): DPI set to (96, 96)
    [ 83.013] (II) Loading sub module "fb"
    [ 83.013] (II) LoadModule: "fb"
    [ 83.013] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 83.014] (II) Module fb: vendor="X.Org Foundation"
    [ 83.014] compiled for 1.15.1, module version = 1.0.0
    [ 83.014] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 83.014] (II) Loading sub module "ramdac"
    [ 83.014] (II) LoadModule: "ramdac"
    [ 83.014] (II) Module "ramdac" already built-in
    [ 83.014] (II) UnloadModule: "vesa"
    [ 83.014] (II) Unloading vesa
    [ 83.014] (--) Depth 24 pixmap format is 32 bpp
    [ 83.014] (II) RADEON(0): [DRI2] Setup complete
    [ 83.014] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 83.014] (II) RADEON(0): [DRI2] VDPAU driver: r300
    [ 83.014] (II) RADEON(0): Front buffer size: 4224K
    [ 83.014] (II) RADEON(0): VRAM usage limit set to 463996K
    [ 83.014] (==) RADEON(0): Backing store enabled
    [ 83.014] (II) RADEON(0): Direct rendering enabled
    [ 83.014] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 83.014] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 83.014] (II) EXA(0): Driver registered support for the following operations:
    [ 83.014] (II) Solid
    [ 83.014] (II) Copy
    [ 83.014] (II) Composite (RENDER acceleration)
    [ 83.014] (II) UploadToScreen
    [ 83.014] (II) DownloadFromScreen
    [ 83.014] (II) RADEON(0): Acceleration enabled
    [ 83.014] (==) RADEON(0): DPMS enabled
    [ 83.014] (==) RADEON(0): Silken mouse enabled
    [ 83.015] (II) RADEON(0): Set up textured video
    [ 83.015] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 83.015] (II) RADEON(0): [XvMC] Extension initialized.
    [ 83.015] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 83.015] (--) RandR disabled
    [ 83.040] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 83.040] (II) AIGLX: enabled GLX_ARB_create_context
    [ 83.040] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 83.040] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 83.040] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 83.040] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 83.040] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 83.040] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 83.040] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 83.040] (II) AIGLX: Loaded and initialized r300
    [ 83.040] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 83.041] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 83.146] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 83.146] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 83.146] (II) LoadModule: "evdev"
    [ 83.146] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 83.146] (II) Module evdev: vendor="X.Org Foundation"
    [ 83.146] compiled for 1.15.0, module version = 2.8.2
    [ 83.146] Module class: X.Org XInput Driver
    [ 83.146] ABI class: X.Org XInput driver, version 20.0
    [ 83.146] (II) Using input driver 'evdev' for 'Power Button'
    [ 83.146] (**) Power Button: always reports core events
    [ 83.146] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 83.146] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 83.146] (--) evdev: Power Button: Found keys
    [ 83.146] (II) evdev: Power Button: Configuring as keyboard
    [ 83.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 83.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 83.146] (**) Option "xkb_rules" "evdev"
    [ 83.146] (**) Option "xkb_model" "pc104"
    [ 83.146] (**) Option "xkb_layout" "us"
    [ 83.191] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 83.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 83.191] (II) Using input driver 'evdev' for 'Power Button'
    [ 83.191] (**) Power Button: always reports core events
    [ 83.191] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 83.191] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 83.191] (--) evdev: Power Button: Found keys
    [ 83.191] (II) evdev: Power Button: Configuring as keyboard
    [ 83.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event0"
    [ 83.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 83.191] (**) Option "xkb_rules" "evdev"
    [ 83.191] (**) Option "xkb_model" "pc104"
    [ 83.191] (**) Option "xkb_layout" "us"
    [ 83.191] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 83.192] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event3)
    [ 83.192] (II) No input driver specified, ignoring this device.
    [ 83.192] (II) This device may have been added with another device file.
    [ 83.192] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
    [ 83.193] (II) No input driver specified, ignoring this device.
    [ 83.193] (II) This device may have been added with another device file.
    [ 83.193] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
    [ 83.193] (II) No input driver specified, ignoring this device.
    [ 83.193] (II) This device may have been added with another device file.
    [ 83.193] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
    [ 83.193] (II) No input driver specified, ignoring this device.
    [ 83.193] (II) This device may have been added with another device file.
    [ 83.194] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event4)
    [ 83.194] (II) No input driver specified, ignoring this device.
    [ 83.194] (II) This device may have been added with another device file.
    [ 83.194] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
    [ 83.194] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 83.194] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 83.194] (**) Logitech USB Receiver: always reports core events
    [ 83.194] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
    [ 83.194] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
    [ 83.194] (--) evdev: Logitech USB Receiver: Found keys
    [ 83.194] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 83.194] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:046D:C52E.0001/input/input11/event8"
    [ 83.194] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
    [ 83.194] (**) Option "xkb_rules" "evdev"
    [ 83.194] (**) Option "xkb_model" "pc104"
    [ 83.194] (**) Option "xkb_layout" "us"
    [ 83.195] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
    [ 83.195] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 83.195] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 83.195] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 83.195] (**) Logitech USB Receiver: always reports core events
    [ 83.195] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
    [ 83.195] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
    [ 83.195] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 83.195] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 83.195] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 83.195] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 83.195] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 83.195] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 83.195] (--) evdev: Logitech USB Receiver: Found keys
    [ 83.195] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 83.195] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 83.195] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 83.195] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 83.195] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 83.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52E.0002/input/input12/event9"
    [ 83.195] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 83.196] (**) Option "xkb_rules" "evdev"
    [ 83.196] (**) Option "xkb_model" "pc104"
    [ 83.196] (**) Option "xkb_layout" "us"
    [ 83.196] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 83.196] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 83.196] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 83.196] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 83.196] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 83.196] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 83.197] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 83.197] (II) No input driver specified, ignoring this device.
    [ 83.197] (II) This device may have been added with another device file.
    [ 83.197] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 83.197] (II) No input driver specified, ignoring this device.
    [ 83.197] (II) This device may have been added with another device file.
    [ 84.996] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 296.326] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 296.367] (II) RADEON(0): EDID vendor "HWP", prod id 10304
    [ 296.367] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 296.367] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 296.367] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 296.368] (II) RADEON(0): Modeline "1366x768"x0.0 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz eP)
    [ 296.368] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 296.368] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 296.500] setversion 1.4 failed: Permission denied
    [ 297.940] (II) AIGLX: Suspending AIGLX clients for VT switch
    Any other helpfull log of something please ask for it
    MORE INFO: Some apps, when starting cannot have a correct configuration (loading profiles for example) because they say there's a problem with permissions but don't know which of the files could have the wrong permissions
    Last edited by eherranzr (2014-04-27 10:09:34)

Maybe you are looking for