[SOLVED] Cannot start mysqld after switching to MariaDB

Hey guys,
I just switched to MariaDB as recommended.
After installing MariaDB and running
systemctl start mysqld
, I get this error message:
Job for mysqld.service failed.
journal:
systemd[1]: Starting MariaDB database server...
mysqld[9358]: 130326 0:27:17 InnoDB: The InnoDB memory heap is disabled
mysqld[9358]: 130326 0:27:17 InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysqld[9358]: 130326 0:27:17 InnoDB: Compressed tables use zlib 1.2.7
mysqld[9358]: 130326 0:27:17 InnoDB: Initializing buffer pool, size = 128.0M
mysqld[9358]: 130326 0:27:17 InnoDB: Completed initialization of buffer pool
mysqld[9358]: 130326 0:27:17 InnoDB: highest supported file format is Barracuda.
mysqld[9358]: 130326 0:27:17 InnoDB: Waiting for the background threads to start
mysqld[9358]: 130326 0:27:18 Percona XtraDB (http://www.percona.com) 5.5.30-MariaDB-30.1 started; log sequence number 46580545
mysqld[9358]: 130326 0:27:18 [ERROR] mysqld: Got error 'Size of control file is smaller than expected' when trying to use aria control file '/var/lib/mysql/aria_log_control'
mysqld[9358]: 130326 0:27:18 [ERROR] Plugin 'Aria' init function returned error.
mysqld[9358]: 130326 0:27:18 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
mysqld[9358]: 130326 0:27:18 [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables
mysqld[9358]: 130326 0:27:18 [ERROR] Aborting
mysqld[9358]: 130326 0:27:18 InnoDB: Starting shutdown...
mysqld[9358]: 130326 0:27:19 InnoDB: Shutdown completed; log sequence number 46580545
mysqld[9358]: 130326 0:27:19 [Note] /usr/bin/mysqld: Shutdown complete
systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Last edited by lonaowna (2013-03-26 01:23:20)

Hi ! I come here because I have a trouble since the last update of Mysqld :
I cannot start the daemon with
sudo systemctl start mysqld
I have these problems when i look in journalctl -xn :
mars 26 00:22:14 server mysqld[11593]: InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
mars 26 00:22:14 server mysqld[11593]: InnoDB: than specified in the .cnf file 0 5242880 bytes!
mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Plugin 'InnoDB' init function returned error.
mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Unknown/unsupported storage engine: InnoDB
mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Aborting
mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [Note] /usr/bin/mysqld: Shutdown complete
mars 26 00:22:14 server systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
When I try with mysqld, I have
130326 0:23:21 [Warning] Can't create test file /var/lib/mysql/server.lower-test
130326 0:23:21 [Warning] Can't create test file /var/lib/mysql/server.lower-test
mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 13)
130326 0:23:21 [ERROR] Aborting
130326 0:23:21 [Note] mysqld: Shutdown complete
And when I look in /var/lib/mysql/server.err I have these lines
130207 23:32:56 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
130322 00:25:27 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130322 0:25:27 InnoDB: The InnoDB memory heap is disabled
130322 0:25:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130322 0:25:27 InnoDB: Compressed tables use zlib 1.2.7
130322 0:25:27 InnoDB: Initializing buffer pool, size = 128.0M
130322 0:25:27 InnoDB: Completed initialization of buffer pool
130322 0:25:27 InnoDB: highest supported file format is Barracuda.
InnoDB: Error: tried to read 65536 bytes at offset 0 3173376.
InnoDB: Was only able to read 1024.
InnoDB: Fatal error: cannot read from file. OS error number 17.
130322 0:25:30 InnoDB: Assertion failure in thread 139785666135872 in file os0file.c line 2538
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
23:25:30 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 134074 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x40000
/usr/bin/mysqld(my_print_stacktrace+0x29)[0x78ae99]
/usr/bin/mysqld(handle_fatal_signal+0x471)[0x67ad71]
/usr/lib/libpthread.so.0(+0xf1e0)[0x7f226299a1e0]
/usr/lib/libc.so.6(gsignal+0x35)[0x7f22615612c5]
/usr/lib/libc.so.6(abort+0x148)[0x7f2261562748]
/usr/bin/mysqld[0x8f2ac0]
/usr/bin/mysqld[0x8af1a0]
/usr/bin/mysqld[0x8e187c]
/usr/bin/mysqld[0x8e75ef]
/usr/bin/mysqld[0x834204]
/usr/bin/mysqld[0x7fe61f]
/usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x67ccf1]
/usr/bin/mysqld[0x59ad94]
/usr/bin/mysqld(_Z11plugin_initPiPPci+0xa42)[0x59f342]
/usr/bin/mysqld[0x524328]
/usr/bin/mysqld(_Z11mysqld_mainiPPc+0x447)[0x529187]
/usr/lib/libc.so.6(__libc_start_main+0xf5)[0x7f226154da15]
/usr/bin/mysqld[0x51ff89]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
130322 00:25:30 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
130326 00:24:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130326 0:24:58 InnoDB: The InnoDB memory heap is disabled
130326 0:24:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130326 0:24:58 InnoDB: Compressed tables use zlib 1.2.7
130326 0:24:58 InnoDB: Initializing buffer pool, size = 128.0M
130326 0:24:58 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130326 0:24:58 [ERROR] Plugin 'InnoDB' init function returned error.
130326 0:24:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130326 0:24:58 [ERROR] Unknown/unsupported storage engine: InnoDB
130326 0:24:58 [ERROR] Aborting
130326 0:24:58 [Note] /usr/bin/mysqld: Shutdown complete
130326 00:24:58 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
130326 00:25:33 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
130326 0:25:33 InnoDB: The InnoDB memory heap is disabled
130326 0:25:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130326 0:25:33 InnoDB: Compressed tables use zlib 1.2.7
130326 0:25:33 InnoDB: Initializing buffer pool, size = 128.0M
130326 0:25:33 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130326 0:25:33 [ERROR] Plugin 'InnoDB' init function returned error.
130326 0:25:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130326 0:25:33 [ERROR] Unknown/unsupported storage engine: InnoDB
130326 0:25:33 [ERROR] Aborting
130326 0:25:33 [Note] /usr/bin/mysqld: Shutdown complete
130326 00:25:33 mysqld_safe mysqld from pid file /var/lib/mysql//server.pid ended
When I try mysqld_safe, here is what I get
130326 00:24:58 mysqld_safe Logging to '/var/lib/mysql/server.err'.
130326 00:24:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130326 00:24:58 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
Resolution
===== It's a good thing to make a post :
It allows me to order my ideas and I find the solution here http://serverfault.com/questions/104014 … erent-size
I juste deleted the files /var/lib/mysqld/ib_logfile0 and /var/lib/mysql/ib_logfile1
First, I had a problem about the file who is in the future (WTF ?:p) But after, it worked !
Thanks Anyway !
Last edited by shox (2013-03-25 23:51:43)

Similar Messages

  • [solved] cannot start firefox after xulrunner update on oct 4

    since upgrading yesterday i cannot start firefox.
    the console gives the following error message:
    Could not find compatible GRE between version 1.9.0.1 and 1.9.0.1.
    A quick google search shows a gentoo bug with the same symptoms - the solution was recompiling firefox. Is anybody else having this problem?
    edit: apparently i had firefox-branded installed and therefore didn't get the upgraded pacman package - could somebody please delete this post? thanks
    Last edited by schuay (2008-10-05 08:02:35)

    no need to delete imho. this post can be useful for other people

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • Kded crashes on amarok quit in gnome, cannot start jack after

    I'm running amarok in gnome and it works fine except that I'm getting the KDE crash handler telling me that kded has cashed just after I quit amarok. And amarok seems to keep holding onto hw:0, so I cannot start jack after. Which prosess could I kill to make jack start?
    Thanks

    ZestyTang:
    If you import the modified folder you'll just end up with duplicates as the ratings and other metadata will be lost. It's starting over from scratch.
    alexkess:
    Since it works OK in the other account it might be a preference file other than iPhoto's. Try the following:
    Trouble Shooting Preferences in Leopard
    1 - Create a folder titled "Preferences A" on the Desktop.
    2 - Open the working Preferences folder, HD/Users/your_name/Library/Preferences, and move the contents to the Preferences A folder on the Desktop.
    3 - Make a duplicate copy of the Preferences A folder on the Desktop as a precautionary backup.
    4 - With the working Preferences folder empty run the application again and determine if the problems is fixed.
    NOTE: you may have to drag the contents of the working folder to the trash and empty if moving the contents to the A folder only copies them instead of moving.
    5 - If the problem is fixed:
    A - open the working Preferences folder (HD/Users/your_name/Library/Preferences).
    B - Open the Preferences A folder on the Desktop, select all of the contents and drag them into the working Preferences folder.
    C - When the Copy window pops up check the "Apply to All" check box and then click on the Don't Replace button as seen here.
    6 - If the problem is NOT fixed, empty the working Preferencess folder and move the contents of the Preferences folder on the desktop back into it.
    OT

  • Cannot start AdminServer after adding weblogic user to OID

    Hi.
    We have two OIDs: one is used in the production env, the other in dev.
    I succeeded in configuring SOA-dev and OID-dev so that worklist users get authenticated against OID-dev.
    Moreover I added the weblogic user to OID-dev following this guide (http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklist.htm#insertedID2), so that weblogic can login and administer the worklist.
    I repeated the steps in PROD env (for SOA-prod and OID-prod) but after adding weblogic to OID-prod I cannot start AdminServer-prod:
    <Mar 10, 2011 5:31:01 PM CET> <Critical> <Security> <BEA-090404> <User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.>
    <Mar 10, 2011 5:31:01 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1009)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Anyway, configuring SOA-prod to use OID-dev (simply switching OID ip address) makes things work.
    If I enable SSL between SOA-prod and OID-prod I can start the servers but I cannot login into the worklist. The same in DEV: enabling SSL between OID-dev and SOA-dev does not influence server boot but I cannot login into the worklist.
    I think the problem is related to SSL configurtaion in OID-prod but since it's 10g there is no orclsslinteropmode to disable (required to worklistapp).
    SOA is 11.1.1.2 and OID 10g.
    Any suggestions?
    Thanks for your precious help,
    Michael

    Hi Anuj.
    Thank you very much for you help.
    My situation is a bit different: we do not want to use two OIDs at the same time.
    In PROD the order of auth providers is
    1. OIDAuth-prod
    2. DefaultAuthenticator
    whereas in DEV it is:
    1. OIDAuth-dev
    2. DefaultAuthenticator
    Id DEV server boot and worklist login are ok.
    OIDs are v10.1.2.3 but OID-prod is updated with the latest security patches (of Oct 2010). I will raise a SR.
    Thanks again,
    Michael

  • [SOLVED] Cannot start i3/ X Server

    Hi,
    I cannot start my x server or i3 and I have no clue why. My setup is up to date. I am running arch inside vmware and probably there lies the problem.
    I normally start i3 using the .xinitrc ("exec i3") if I login from tty1. Doing this now will throw me back to the login screen.
    If I login from another tty and enter "i3" or "X" or "startx" the VM will hang-up. It does not start the xserver nor can I Ctr+C or switch ttys.
    The particular line where it hangs is "Loading extension GLX". On the last successful login (/var/log/Xorg.0.log) directly after this line would be "LoadModule: vmware".
    So my guess is that it's a vmware issue. But I do not know where to look to track down the source of this error.
    I know, that I didn't give you much information. But I didn't find anything suspicious in my logfiles. So if you need something pasted here, please let me know.
    Regards,
    Watnuss
    Last edited by Watnuss (2013-03-05 14:52:27)

    It's a known bug: https://bugs.archlinux.org/task/34040

  • Cannot start ldap after drop ODS,ODSSM and impdp from last night dump file.

    Hello Experts,
    I have daily export (use expdp) for ODS and ODSSM schemas on new 11.1.1.5 OID environment. I am testing to use ldapadd to add entries (for Net Service only) from old version (10.1.5).
    During the ldapadd test, there are some errors and I fix these errors on ldif file. I try to do a clean load. So, I stop the ldap, drop schema (ODS, ODSSM), use impdp to import these two schemas with a good dump file.
    But I cannot start ldap again. I know the dump file contains some status for running ldap. How to clean the status after impdp completed?
    The error message when I try to start ldap:
    /u01/oracle/OracleOID/opmn/bin>> ./opmnctl shutdown
    /u01/oracle/OracleOID/opmn/bin>> ./opmnctl status
    opmnctl status: opmn is not running.
    /u01/oracle/OracleOID/opmn/bin>> ps -ef|grep ldap
    oracle 19921 22984 0 13:17:58 pts/0 0:00 grep ldap
    /u01/oracle/OracleOID/opmn/bin>> ps -ef|grep OID
    oracle 17515 1 0 Sep 8 ? 0:00 /u01/oracle/OracleOID/ccr/bin/nmz
    oracle 19926 22984 1 13:18:13 pts/0 0:00 grep OID
    /u01/oracle/OracleOID/opmn/bin>>
    Then I drop ODS, ODSSM. (Done)
    Then impdp from dump file (Done)
    /u01/oracle/OracleOID/opmn/bin>> ./opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=thruway:6701
    1 of 2 processes started.
    ias-instance id=asinst_1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    oid1/oidmon/OID/
    Error
    --> Process (index=1,uid=194262388,pid=20189)
    time out while waiting for a managed process to start
    Log:
    /u01/oracle/bea_default/asinst_1/diagnostics/logs/OID/oid1/console~OID~1.log
    thruway:/u01/oracle/OracleOID/opmn/bin>> ./opmnctl status
    Processes in Instance: asinst_1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    oid1 | oidldapd | N/A | Down
    oid1 | oidldapd | N/A | Down
    oid1 | oidmon | N/A | Down
    EMAGENT | EMAGENT | 19969 | Alive
    Thank you,
    Xiaogang

    Try to reboot physical machine. Your problem will be solved.
    Regards,
    A

  • Cannot start FIMSynchronizationService after applying ServicePack for SharePoint 2013 Server

    Dear all,
    Yesterday we have applied SP1 for SharePoint 2013 on our SharePoint Farm (1 one server + 1 db server). Unfortunately the FIMSynchronizationService (Forefront Identity Manager Synchronization Service) will not start anymore after applying the SP.
    The SharePoint Services: User Profile Synchronisation Service and User Profile Service are started in Central Admin (can started /stopped without problems). Only the Windows Services FIMSynchronizationService cannot be started anymore.
    What can be the cause of this problem?
    The following application event is visible in the Event Viewer:
    ID 6324
    The server encountered an unexpected error and stopped.
    "BAIL: MMS(1856): sql.cpp(8490): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): sql.cpp(8533): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(260): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(3860): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): service.cpp(1539): 0x80231334 (The sql connection string has unsupported values.)
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2145184972. This is retry number 0.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 1.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 2.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 3.
    BAIL: MMS(1856): service.cpp(1002): 0x80131022
    Forefront Identity Manager 4.0.2450

    1. Try to reboot server and run PSCONFIG wizard.
    2. Check if permission of sync account has not changes (SPECIALLY Replicate directory change )permission on AD or local computer
    3. what account are you logged in with. 
    If possible provide ULS log details
    If this helped you resolve your issue, please mark it Answered
    Hello, thanks for your reply,
    We have done the following:
    1. rebooted server
    2. run psconfig: Psconfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -c
    installfeatures
    3. result: complaining about webconfig.accsrv.xml (removed this and tried again, then complaining about other web.config file)
    9/24/2014 19:05:14  9  ERR            Task applicationcontent has failed with an unknown exception
    09/24/2014 19:05:14  9  ERR            Exception: System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML
    heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF              Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over de uitzondering:
    {1}
    09/24/2014 19:05:14  9  INF              Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  ERR            Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program
    Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key global
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command global in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key initialize
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command initialize in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key SINGLESERVER
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter SINGLESERVER in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key upgradesessionid
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter upgradesessionid in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Releasing the farm upgrade lock in common exception handler.
    09/24/2014 19:05:14  9  INF            Entering function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF              Creating the OnTaskStop event for task applicationcontent
    09/24/2014 19:05:14  9  ERR              Task applicationcontent has failed
    09/24/2014 19:05:14  9  INF              friendlyMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    09/24/2014 19:05:14  9  INF              debugMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF              Entering function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF                Firing the OnTaskStateChanged event for task applicationcontent
    09/24/2014 19:05:14  9  INF                Entering function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Entering function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                    Incremented the number of tasks failed to 1
    09/24/2014 19:05:14  9  INF                  Leaving function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                Leaving function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                Entering function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen
    niet installeren.
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Last message from task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden.
    Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of
    dit element is ongeldig.
    09/24/2014 19:05:14  9  INF                Leaving function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF              Leaving function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF            Leaving function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF          Leaving function TaskThread.ExecuteTask
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Task bestanden met inhoud voor toepassingen installeren failed, so stopping execution of the engine
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen niet installeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Kan de bestanden met inhoud voor toepassingen niet installeren.
    Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft
    geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksRan for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksRan is Totaal aantal uitgevoerde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalran, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksSucceeded is Totaal aantal geslaagde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalsuccess, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksFailed for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksFailed is Totaal aantal mislukte configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalfail, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  ERR          One or more configuration tasks has failed or some tasks were not run
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationStoppingSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationStoppingSucceeded is De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF            Sending a task driver stopping event: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType.stopping, De configuratie van SharePoint-producten
    is gestopt.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppingrun
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType stopping, message
    De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.ExecuteTasks
    09/24/2014 19:05:14  1  ERR        One or more configuration tasks has failed to execute
    09/24/2014 19:05:14  1  INF        Entering function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedEventLog is De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie
    opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit probleem, kunt u de gedetailleerde foutinformatie op {0} raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit
    probleem, kunt u de gedetailleerde foutinformatie op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedUserMessage for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedUserMessage is De configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren
    voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op {0} en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, De configuratie van SharePoint-producten
    is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message De
    configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF        UnLocking the task driver for exclusive use while we ran tasks
    09/24/2014 19:05:14  1  INF      Leaving function TaskDriver.Run
    09/24/2014 19:05:14  1  ERR      Post setup configuration was not run successfully when using the command line task driver module
    09/24/2014 19:05:14  1  INF    Leaving function PsconfigCommandLineMain.Main
    No idea what to do?

  • Cannot Start Sqlplus after installing Oracle on linux

    Hi All,
    I tried installing oracle10g-10.1.0 on Fedora core 2.My installation was successful.But i'm not able to start sqlplus after my installation.I have made the necessary changes in the .bash_profile.Please do find the contents of the file and let me know what i need to do further for me to start both my sqlplus and isqlplus.when i go to the bin directory and execute sqlplus as oracle user i get the following error messages.
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory.
    How can i solve this error.Your suggestions are greatly appreciated.The contents of my .bash_profile are as follows.Pls advice on the same.Thanks in advance.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    umask 022
    PATH=$PATH:$HOME/bin
    unset USERNAME
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/10.1.0/Db_1
    export ORACLE_SID=orcl
    export PATH=$PATH:$ORACLE_HOME/bin
    export PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    #/u01/app/oracle/product/10.1.0/db_1/bin
    #NLS_LANG=american_america.US7ASCII
    #export NLS_LANG
    #ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    #export ORA_NLS33
    Thanks,
    Rama

    Hi Gasparotto,
    Thanks for your time and for your suggestion in helping me out to find a solution to my problem.As per your request pls do find enclosed the contents of the command env in my /home/oracle directory.Pls advice me where i have done a mistake.Your inputs are greatly appreciated.Thanks once again.
    SHELL=/bin/bash
    TERM=xterm
    HISTSIZE=1000
    QTDIR=/usr/lib/qt-3.3
    USER=oracle
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.1.0/Db_1/lib
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    ORACLE_SID=orcl
    ORACLE_BASE=/u01/app/oracle
    KDEDIR=/usr
    MAIL=/var/spool/mail/oracle
    PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/bin:/etc::/bin::/home/oracle/bin:/u01/app/oracle/product/10.1.0/Db_1/bin
    INPUTRC=/etc/inputrc
    PWD=/home/oracle
    LANG=en_US.UTF-8
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SHLVL=1
    HOME=/home/oracle
    LOGNAME=oracle
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    DISPLAY=:0.0
    ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    G_BROKEN_FILENAMES=1
    XAUTHORITY=/home/oracle/.xauthzZ1FKa
    _=/bin/env
    Thanks,
    Rama

  • Cannot start compiz after upgrading catalyst to 8.12

    Hi all, I just upgraded my catalyst to 8.12 from 8.11 today and found that I could not start compiz, while X works with Slim the login manager. Here is my xorg.conf, which works perfectly for 8.11:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # Load "record"
    Load "extmod"
    Load "dri"
    Load "dbe"
    Load "GLcore"
    Load "glx"
    Load "xtrap"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "AOC"
    ModelName "FW913"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon HD4650"
    Option "AccelMethod" "EXA"
    #Option "XAANoOffscreenPixmaps" "on"
    Option "AccelDFS" "on"
    Option "EnablePageFlip" "on"
    Option "TexturedVideo" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "Textured2D" "on"
    Option "TexturedXrender" "on"
    Option "UseFastTLS" "1"
    Option "BackingStore" "on"
    Option "AGPMode" "4"
    Option "GARTSize" "64"
    Option "ColorTiling" "true"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Enable"
    EndSection
    For now I have to switch back to 8.11. Anyone has a solution?

    You could try playing with your options in the device section. I was not able to start X after upgrading catalyst to 8.12 but disabling the "TexturedXrender" option got it working again.

  • [SOLVED] Cannot start Virtual Network: "out of memory"

    I am attempting to use KVM, Qemu and libvirt to run Windows VM's to test websites in IE. I have gotten everything to work fine except guest to host communication, which obviously is crucial for testing the websites.
    Currently i am using macvtap to setup networking, which works beautifully for everything except host to guest networking. The easiest way seems to be to use isolated virtual networks. However, i cannot start any virtual networks. I have tried from inside virtual manager and inside virsh command prompt. I always get "out of memory". I have googled the error and nobody seems to have this problem.
    One note, I do NOT have a swap drive. Is this needed for virtual networks?
    EDIT:
    I have now tried exactly the same on another, identical computer but with swap drive (16gb) and it did not work there either. Both computers have 8gb ram. Seems to be loads free in tops.
    Last edited by sup3rman (2015-01-23 12:29:50)

    sup3rman wrote:
    I am attempting to use KVM, Qemu and libvirt to run Windows VM's to test websites in IE. I have gotten everything to work fine except guest to host communication, which obviously is crucial for testing the websites.
    Currently i am using macvtap to setup networking, which works beautifully for everything except host to guest networking. The easiest way seems to be to use isolated virtual networks. However, i cannot start any virtual networks. I have tried from inside virtual manager and inside virsh command prompt. I always get "out of memory". I have googled the error and nobody seems to have this problem.
    One note, I do NOT have a swap drive. Is this needed for virtual networks?
    EDIT:
    I have now tried exactly the same on another, identical computer but with swap drive (16gb) and it did not work there either. Both computers have 8gb ram. Seems to be loads free in tops.
    I have the same issue on my install. I got so desperate that I actually wiped my laptop and reinstalled everything, same problem. Out of memory error when trying to create the default network. 16GB of RAM, with 96% of it free when I attempted.

  • Cannot Start SI4 After New License

    I have a test drive version of NW 4 running on Suse 9.2 Linux and db2.  It ran fine for 3 months.  Yesterday I installed a new license because the old one expired.  I installed it as root while the db was running.
    This morning, I cannot start sap, because the database won't start.
    The following is the output of R3trans.  Can anyone give me any suggestions on things to try to resolve it?
    4 ETW000 R3trans version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 30.10.2005 - 07:08:07
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d -w xx.log
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sun Oct 30 07:08:07 2005                             148  0.000148
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    27  0.000175
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             59  0.000234
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/SI4/SYS/exe/run/dbdb6slib.so' ...
    4 ETW000                                                                              57  0.000291
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/SI4/SYS/exe/run/dbdb6slib.so), hdl 0
    4 ETW000                                                                           21464  0.021755
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/SI4/SYS/exe/run/dbdb6slib.so' loaded
    4 ETW000                                                                              59  0.021814
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/SI4/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              59  0.021873
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/SI4/SYS/exe/run/dbdb6slib.so' is "640.00", patchlevel (0.7)
    4 ETW000                                                                             137  0.022010
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/SI4/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              40  0.022050
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/SI4/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              40  0.022090
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              35  0.022125
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              45  0.022170
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         31  0.022201
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              37  0.022238
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              39  0.022277
    4 ETW000  [dev trc     ,00000]  RLIMIT_STACK: current=-1, max=-1                     296  0.022573
    4 ETW000  [dev trc     ,00000]  DB6 (DB2 UDB) database interface 640.00 [opt]         31  0.022604
    4 ETW000  [dev trc     ,00000]  DB6 shared library (dbdb6slib) patchlevels            27  0.022631
    4 ETW000  [dev trc     ,00000]    (0.6) DB6: Schema setting for remote monitoring (note 711477)
    4 ETW000                                                                              36  0.022667
    4 ETW000  [dev trc     ,00000]    (0.7) DB6: support DB6_DB_TYPE=DB2/400 (note 663756)
    4 ETW000                                                                              35  0.022702
    4 ETW000  [dev trc     ,00000]    (0.7) DB6: CTE on UNICODE (note 717357)             23  0.022725
    4 ETW000  [dev trc     ,00000]  Supported features:                                   22  0.022747
    4 ETW000  [dev trc     ,00000]    - smart optlevel handling (non-UR, FAE)             32  0.022779
    4 ETW000  [dev trc     ,00000]    - SQLExtendedBind for LOBs and Unicode (V8 or higher)
    4 ETW000                                                                              38  0.022817
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                 87  0.022904
    4 ETW000  [dev trc     ,00000]  ..done                                               136  0.023040
    4 ETW000  [dev trc     ,00000]  Sun Oct 30 07:08:08 2005                           97739  0.120779
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1497] (BEGIN)        67  0.120846
    4 ETW000  [dev trc     ,00000]  &+***      DbSlConnectDB6( SQLConnect ): [IBM][CLI Driver] SQL1032N  No start database manager command was issued.  SQLSTATE=
    4 ETW000                                                                              46  0.120892
    4 ETW000  [dev trc     ,00000]  &+***      57019                                                                           
    4 ETW000                                                                              37  0.120929
    4 ETW000  [dev trc     ,00000]  &+***                                                                               
    4 ETW000                                                                              36  0.120965
    4 ETW000  [dev trc     ,00000]  &+***                                                                               
    4 ETW000                                                                              37  0.121002
    4 ETW000  [dev trc     ,00000]  &+***      ABAP location info '', 0                                                        
    4 ETW000                                                                              49  0.121051
    4 ETW000  [dev trc     ,00000]  &+***                                                                               
    4 ETW000                                                                              35  0.121086
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1497] (END)          23  0.121109
    4 ETW000  [dbdb6.c     ,00000]  *** ERROR => DbSlConnect to 'SI4' as 'sapsi4' failed
    4 ETW000                                                                             138  0.121247
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'SI4'"
    si4host:si4adm 77>
    si4host:si4adm 77> db2admin start
    db2admin: Command not found.
    si4host:si4adm 78> db2admin
    db2admin: Command not found.
    si4host:si4adm 79> db2start
    10/30/2005 07:36:36     0   0   SQL8000N  DB2START processing failed; a valid product license was not found.
    SQL1032N  No start database manager command was issued.  SQLSTATE=57019

    Yes, startsap is the base script, which calls other scripts, R3trans and db2start.
    I didn't have any luck.  I did find an indication on an IBM website that the error message related to the fact that the db2 license had expired.  There is a command called "db2licm" which you can run to update the db2 license, but I couldn't find a license file.
    I wonder if IBM imposes it's own license expiration separate from SAP's, and that IBM require a re-install.  So, I gave up and just re-installed it.  Oh well, re-installing is good practice.
    Sorry I couldn't help you.

  • [SOLVED] Cannot start JACK as normal user

    Hello,
    I cannot start JACK as non-root user. As root, everything works as expected.  The user is a member of the audio group, but apparently this system is deprecated anyway.
    $ jack_control start
    --- start
    DBus exception: org.jackaudio.Error.Generic: Failed to open server
    This is shown in the "Messages" window of qjackctl:
    18:50:01.392 Patchbay deactivated.
    18:50:01.395 Statistics reset.
    18:50:01.396 ALSA connection change.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server request channel
    jack server is not running or cannot be started
    18:50:01.404 ALSA connection graph change.
    18:50:02.951 JACK is starting...
    18:50:02.951 /usr/bin/jack_control -v -dalsa -r48000 -p1024 -n2 -D -Chw:USB -Phw:USB
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server request channel
    jack server is not running or cannot be started
    Unknown command '-v'
    Unknown command '-dalsa'
    Unknown command '-r48000'
    Unknown command '-p1024'
    Unknown command '-n2'
    Unknown command '-D'
    Unknown command '-Chw:USB'
    Unknown command '-Phw:USB'
    18:50:03.001 JACK was started with PID=1341.
    18:50:03.006 JACK was stopped successfully.
    This is the "Settings" part of ~/.config/rncbc.org/QJackCtl.conf, but I'm not sure if it has anything to do with the problem, since starting JACK with jack_control doesn't work either:
    [Settings]
    Server=jack_control
    ServerName=
    Realtime=true
    SoftMode=false
    Monitor=false
    Shorts=false
    NoMemLock=false
    UnlockMem=false
    HWMon=false
    HWMeter=false
    IgnoreHW=false
    Priority=0
    Frames=1024
    SampleRate=48000
    Periods=2
    WordLength=16
    Wait=21333
    Chan=0
    Driver=alsa
    Interface=
    Audio=0
    Dither=0
    Timeout=500
    InDevice=hw:USB
    OutDevice=hw:USB
    InChannels=0
    OutChannels=0
    InLatency=0
    OutLatency=0
    StartDelay=2
    Verbose=true
    PortMax=256
    MidiDriver=none
    ServerSuffix=
    I have found similar threads, but all differ from my situation and the solutions suggested do not seem to work for me. Some people suspect PulseAudio to be the culprit, I tried to redirect ALSA to PulseAudio, and that to JACK without any effect. I don't think I use PulseAudio, but then again, I run Gnome, and gnome-settings-daemon seems to depend on it.
    Any suggestions are much appreciated!
    Thank you.
    Last edited by raccoon (2015-04-17 09:29:21)

    ids1024 wrote:I believe Gnome starts pulseaudio automatically. I think you can disable it by setting autospawn to "no" in /etc/pulse/client.conf.  The wiki mentions another way to have pulseaudio use jack.
    Hey ids1024,
    thank you for your answer. I am now using PulseAudio (which was indeed installed before, but somehow didn't start at boot), and it works very well, also with JACK - as long as I run jack_control as root. As a normal user, it's the same issue as before. I'm not sure if PulseAudio has anything to do with that at all.
    EDIT: I installed pulseaudio-alsa. Now I can start JACK as non-root user! However, JACK - although it registers with PulseAudio, as shown by pavucontrol -  doesn't output any sound. Unless I'm root, of course.
    Last edited by raccoon (2014-07-01 19:26:31)

  • HELP!!! My macbook pro cannot start up after dropping!!!

    I dropped my Macbook Pro 2.4 hardly to the ground on the right bottom days ago and it just cannot start up anymore now.
    I can hear the start up chime, but the screen is black and it shuts down automatically.
    I doubted it was because the hard drive dead, so I took out the hard drive and anticipated to see at least a folder with a question mark, but nothing - still black and powers off.
    HELP!!! Anybody has any idea?

    Contact Apple & make an appointment to have the computer repaired. Applecare does not cover accidental damage. If you want to diagnose & repair yourself - MacFixIt Tutorials
    Message was edited by: CMCSK

  • [SOLVED] Cannot start Xorg server after latest update

    The latest version of xf86-video-ati seems to have stopped my Xorg server running. I did my usual update this morning and got the new version of this driver along with a xorg-server update. On rebooting, I get the following error in Xorg-0.log
    [    27.172] drmOpenDevice: node name is /dev/dri/card0
    [    27.172] drmOpenDevice: open result is 11, (OK)
    [    27.172] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [    27.172] drmOpenDevice: node name is /dev/dri/card0
    [    27.172] drmOpenDevice: open result is 11, (OK)
    [    27.172] drmOpenByBusid: drmOpenMinor returns 11
    [    27.172] drmOpenByBusid: Interface 1.4 failed, trying 1.1
    [    27.172] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [    27.278]
    Backtrace:
    [    27.289] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f1a8]
    [    27.289] 1: /usr/bin/X (0x400000+0x60239) [0x460239]
    [    27.289] 2: /lib/libpthread.so.0 (0x7f42d79da000+0xf1c0) [0x7f42d79e91c0]
    [    27.289] Segmentation fault at address (nil)
    [    27.289]
    Fatal server error:
    [    27.289] Caught signal 11 (Segmentation fault). Server aborting
    [    27.289]
    [    27.289]
    I have tried rolling back to the previous version of xorg-server & xf86-video-ati and my kernel (standard 64bit) but none of these help.
    The only solution I have is to remove the xf86-video-ati driver and use the vesa driver. This as least lets me run the Xorg server.
    Has anyone else encountered this problem or know of what has caused this?
    Thanks,
    Last edited by iainwillis (2010-11-26 11:02:16)

    Full Xorg.0.log:
    [ 21.718]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 21.747] X Protocol Version 11, Revision 0
    [ 21.748] Build Operating System: Linux 2.6.35-ARCH x86_64
    [ 21.748] Current Operating System: Linux iainwillis 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010 x86_64
    [ 21.748] Kernel command line: root=/dev/disk/by-uuid/cedc06dd-72ea-41dd-985f-045b6b72afa5 ro radeon.modeset=0
    [ 21.748] Build Date: 01 November 2010 10:19:41PM
    [ 21.748]
    [ 21.748] Current version of pixman: 0.20.0
    [ 21.748] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 21.748] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21.748] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 26 10:16:04 2010
    [ 21.857] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.266] (==) No Layout section. Using the first Screen section.
    [ 22.266] (==) No screen section available. Using defaults.
    [ 22.266] (**) |-->Screen "Default Screen Section" (0)
    [ 22.266] (**) | |-->Monitor "<default monitor>"
    [ 22.266] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 22.266] (==) Automatically adding devices
    [ 22.266] (==) Automatically enabling devices
    [ 22.323] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.323] Entry deleted from font path.
    [ 22.378] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 22.378] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.378] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 22.378] (II) Loader magic: 0x7d3360
    [ 22.378] (II) Module ABI versions:
    [ 22.378] X.Org ANSI C Emulation: 0.4
    [ 22.378] X.Org Video Driver: 8.0
    [ 22.378] X.Org XInput driver : 11.0
    [ 22.378] X.Org Server Extension : 4.0
    [ 22.379] (--) PCI:*(0:1:5:0) 1002:5975:103c:30b0 rev 0, Mem @ 0xc0000000/134217728, 0xd4300000/65536, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
    [ 22.380] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.380] (II) LoadModule: "extmod"
    [ 22.438] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.443] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.444] compiled for 1.9.2, module version = 1.0.0
    [ 22.444] Module class: X.Org Server Extension
    [ 22.444] ABI class: X.Org Server Extension, version 4.0
    [ 22.444] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.444] (II) Loading extension XFree86-VidModeExtension
    [ 22.444] (II) Loading extension XFree86-DGA
    [ 22.444] (II) Loading extension DPMS
    [ 22.444] (II) Loading extension XVideo
    [ 22.444] (II) Loading extension XVideo-MotionCompensation
    [ 22.444] (II) Loading extension X-Resource
    [ 22.444] (II) LoadModule: "dbe"
    [ 22.444] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.447] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.447] compiled for 1.9.2, module version = 1.0.0
    [ 22.447] Module class: X.Org Server Extension
    [ 22.447] ABI class: X.Org Server Extension, version 4.0
    [ 22.447] (II) Loading extension DOUBLE-BUFFER
    [ 22.447] (II) LoadModule: "glx"
    [ 22.448] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.460] (II) Module glx: vendor="X.Org Foundation"
    [ 22.460] compiled for 1.9.2, module version = 1.0.0
    [ 22.460] ABI class: X.Org Server Extension, version 4.0
    [ 22.460] (==) AIGLX enabled
    [ 22.460] (II) Loading extension GLX
    [ 22.461] (II) LoadModule: "record"
    [ 22.462] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.462] (II) Module record: vendor="X.Org Foundation"
    [ 22.462] compiled for 1.9.2, module version = 1.13.0
    [ 22.462] Module class: X.Org Server Extension
    [ 22.462] ABI class: X.Org Server Extension, version 4.0
    [ 22.462] (II) Loading extension RECORD
    [ 22.462] (II) LoadModule: "dri"
    [ 22.463] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.574] (II) Module dri: vendor="X.Org Foundation"
    [ 22.574] compiled for 1.9.2, module version = 1.0.0
    [ 22.574] ABI class: X.Org Server Extension, version 4.0
    [ 22.574] (II) Loading extension XFree86-DRI
    [ 22.574] (II) LoadModule: "dri2"
    [ 22.574] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.575] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.575] compiled for 1.9.2, module version = 1.2.0
    [ 22.575] ABI class: X.Org Server Extension, version 4.0
    [ 22.575] (II) Loading extension DRI2
    [ 22.575] (==) Matched ati as autoconfigured driver 0
    [ 22.575] (==) Matched vesa as autoconfigured driver 1
    [ 22.575] (==) Matched fbdev as autoconfigured driver 2
    [ 22.575] (==) Assigned the driver to the xf86ConfigLayout
    [ 22.575] (II) LoadModule: "ati"
    [ 22.575] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 22.592] (II) Module ati: vendor="X.Org Foundation"
    [ 22.592] compiled for 1.9.0, module version = 6.13.2
    [ 22.592] Module class: X.Org Video Driver
    [ 22.592] ABI class: X.Org Video Driver, version 8.0
    [ 22.592] (II) LoadModule: "radeon"
    [ 22.592] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 22.730] (II) Module radeon: vendor="X.Org Foundation"
    [ 22.741] compiled for 1.9.0, module version = 6.13.2
    [ 22.741] Module class: X.Org Video Driver
    [ 22.741] ABI class: X.Org Video Driver, version 8.0
    [ 22.742] (II) LoadModule: "vesa"
    [ 22.742] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 22.743] (II) Module vesa: vendor="X.Org Foundation"
    [ 22.743] compiled for 1.9.0, module version = 2.3.0
    [ 22.743] Module class: X.Org Video Driver
    [ 22.743] ABI class: X.Org Video Driver, version 8.0
    [ 22.743] (II) LoadModule: "fbdev"
    [ 22.799] (WW) Warning, couldn't open module fbdev
    [ 22.799] (II) UnloadModule: "fbdev"
    [ 22.799] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 22.799] (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 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4290, 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 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 5700 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
    [ 22.804] (II) VESA: driver for VESA chipsets: vesa
    [ 22.804] (++) using VT number 7
    [ 22.805] (II) [KMS] drm report modesetting isn't supported.
    [ 22.805] (WW) Falling back to old probe method for vesa
    [ 22.805] (II) RADEON(0): TOTO SAYS 00000000d4300000
    [ 22.805] (II) RADEON(0): MMIO registers at 0x00000000d4300000: size 64KB
    [ 22.805] (II) RADEON(0): PCI bus 1 card 5 func 0
    [ 22.806] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 22.806] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 22.806] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 22.816] (==) RADEON(0): Default visual is TrueColor
    [ 22.816] (II) Loading sub module "vgahw"
    [ 22.816] (II) LoadModule: "vgahw"
    [ 22.823] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 22.947] (II) Module vgahw: vendor="X.Org Foundation"
    [ 22.947] compiled for 1.9.2, module version = 0.1.0
    [ 22.947] ABI class: X.Org Video Driver, version 8.0
    [ 22.947] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [ 22.947] (==) RADEON(0): RGB weight 888
    [ 22.947] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 22.947] (--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5975 (PCIE)" (ChipID = 0x5975)
    [ 22.947] (--) RADEON(0): Linear framebuffer at 0x00000000c0000000
    [ 22.947] (II) RADEON(0): PCI card detected
    [ 22.947] (II) Loading sub module "int10"
    [ 22.947] (II) LoadModule: "int10"
    [ 22.948] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 23.057] (II) Module int10: vendor="X.Org Foundation"
    [ 23.057] compiled for 1.9.2, module version = 1.0.0
    [ 23.057] ABI class: X.Org Video Driver, version 8.0
    [ 23.057] (II) RADEON(0): initializing int10
    [ 23.058] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    [ 23.058] (II) RADEON(0): Legacy BIOS detected
    [ 23.095] drmOpenDevice: node name is /dev/dri/card0
    [ 23.095] drmOpenDevice: open result is 10, (OK)
    [ 23.095] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 23.096] drmOpenDevice: node name is /dev/dri/card0
    [ 23.096] drmOpenDevice: open result is 10, (OK)
    [ 23.096] drmOpenByBusid: drmOpenMinor returns 10
    [ 23.096] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 23.096] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.33.0
    [ 23.096] (II) RADEON(0): Direct rendering experimental on RS400/Xpress 200 enabled
    [ 23.096] (==) RADEON(0): Page Flipping disabled
    [ 23.096] (II) RADEON(0): Will try to use DMA for Xv image transfers
    [ 23.096] (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
    [ 23.096] (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    [ 23.096] (II) RADEON(0): Color tiling enabled by default
    [ 23.096] (II) Loading sub module "ddc"
    [ 23.097] (II) LoadModule: "ddc"
    [ 23.097] (II) Module "ddc" already built-in
    [ 23.097] (II) Loading sub module "i2c"
    [ 23.097] (II) LoadModule: "i2c"
    [ 23.097] (II) Module "i2c" already built-in
    [ 23.116] (II) RADEON(0): ref_freq: 1432, min_out_pll: 20000, max_out_pll: 40000, min_in_pll: 100, max_in_pll: 1350, xclk: 13300, sclk: 399.000000, mclk: 133.000000
    [ 23.116] (II) RADEON(0): PLL parameters: rf=1432 rd=6 min=20000 max=40000; xclk=13300
    [ 23.116] (II) RADEON(0): Panel ID string: LGP
    [ 23.116] (II) RADEON(0): Panel Size from BIOS: 1400x1050
    [ 23.116] (II) RADEON(0): BIOS provided dividers will be used.
    [ 23.116] (WW) RADEON(0): LVDS Info:
    XRes: 1400, YRes: 1050, DotClock: 108000
    HBlank: 288, HOverPlus: 32808, HSyncWidth: 112
    VBlank: 13, VOverPlus: 2, VSyncWidth: 3
    [ 23.116] (WW) RADEON(0): LCD DDC Info Table found!
    [ 23.116] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 23.116] (II) RADEON(0): I2C bus "VGA-0" initialized.
    [ 23.116] (II) RADEON(0): Output LVDS has no monitor section
    [ 23.116] (II) RADEON(0): I2C bus "LVDS" initialized.
    [ 23.116] (II) RADEON(0): Output S-video has no monitor section
    [ 23.116] (II) RADEON(0): Default TV standard: NTSC
    [ 23.116] (II) RADEON(0): TV standards supported by chip: NTSC PAL PAL-M NTSC-J
    [ 23.116] (II) RADEON(0): Port0:
    [ 23.116] XRANDR name: VGA-0
    [ 23.116] Connector: VGA
    [ 23.116] CRT1: INTERNAL_DAC2
    [ 23.116] DDC reg: 0x68
    [ 23.116] (II) RADEON(0): Port1:
    [ 23.116] XRANDR name: LVDS
    [ 23.116] Connector: LVDS
    [ 23.116] LCD1: INTERNAL_LVDS
    [ 23.116] DDC reg: 0x1a0
    [ 23.116] (II) RADEON(0): Port2:
    [ 23.116] XRANDR name: S-video
    [ 23.116] Connector: S-video
    [ 23.116] TV1: INTERNAL_DAC2
    [ 23.116] DDC reg: 0x0
    [ 23.116] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    [ 23.118] (II) RADEON(0): I2C device "VGA-0:DDC control interface" registered at address 0x6E.
    [ 23.180] (II) RADEON(0): EDID for output VGA-0
    [ 23.180] (II) RADEON(0): Manufacturer: SAM Model: 285 Serial#: 1212231993
    [ 23.180] (II) RADEON(0): Year: 2007 Week: 14
    [ 23.180] (II) RADEON(0): EDID Version: 1.3
    [ 23.180] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 23.180] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 23.180] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 23.180] (II) RADEON(0): Gamma: 2.35
    [ 23.180] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 23.180] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.180] (II) RADEON(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
    [ 23.180] (II) RADEON(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
    [ 23.180] (II) RADEON(0): Supported established timings:
    [ 23.180] (II) RADEON(0): 720x400@70Hz
    [ 23.180] (II) RADEON(0): 640x480@60Hz
    [ 23.180] (II) RADEON(0): 640x480@67Hz
    [ 23.180] (II) RADEON(0): 640x480@72Hz
    [ 23.180] (II) RADEON(0): 640x480@75Hz
    [ 23.180] (II) RADEON(0): 800x600@56Hz
    [ 23.180] (II) RADEON(0): 800x600@60Hz
    [ 23.180] (II) RADEON(0): 800x600@72Hz
    [ 23.180] (II) RADEON(0): 800x600@75Hz
    [ 23.180] (II) RADEON(0): 832x624@75Hz
    [ 23.180] (II) RADEON(0): 1024x768@60Hz
    [ 23.180] (II) RADEON(0): 1024x768@70Hz
    [ 23.180] (II) RADEON(0): 1024x768@75Hz
    [ 23.180] (II) RADEON(0): 1280x1024@75Hz
    [ 23.180] (II) RADEON(0): 1152x864@75Hz
    [ 23.180] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.180] (II) RADEON(0): Supported standard timings:
    [ 23.180] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 23.180] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 23.180] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 23.180] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 23.180] (II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 23.180] (II) RADEON(0): Supported detailed timing:
    [ 23.180] (II) RADEON(0): clock: 106.5 MHz Image Size: 410 x 257 mm
    [ 23.181] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 23.181] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 23.181] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 23.181] (II) RADEON(0): Monitor name: SyncMaster
    [ 23.181] (II) RADEON(0): Serial No: HMCP404774
    [ 23.181] (II) RADEON(0): EDID (in hex):
    [ 23.181] (II) RADEON(0): 00ffffffffffff004c2d850239314148
    [ 23.181] (II) RADEON(0): 0e1101030e291a872ad7a5a2594a9624
    [ 23.181] (II) RADEON(0): 145054bfef809500950f81808140714f
    [ 23.181] (II) RADEON(0): 0101010101019a29a0d0518422305098
    [ 23.181] (II) RADEON(0): 36009a011100001c000000fd00384b1e
    [ 23.181] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 23.181] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 23.181] (II) RADEON(0): 00484d43503430343737340a202000cb
    [ 23.181] (II) RADEON(0): EDID vendor "SAM", prod id 645
    [ 23.186] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 23.186] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 23.186] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 23.186] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 23.186] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.186] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.187] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 23.187] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 23.187] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 23.187] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.187] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 23.187] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 23.187] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 23.187] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 23.187] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 23.187] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    [ 23.187] (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    [ 23.187] (II) RADEON(0): Manufacturer: SAM Model: 285 Serial#: 1212231993
    [ 23.187] (II) RADEON(0): Year: 2007 Week: 14
    [ 23.187] (II) RADEON(0): EDID Version: 1.3
    [ 23.187] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 23.187] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 23.187] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 23.187] (II) RADEON(0): Gamma: 2.35
    [ 23.187] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 23.187] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.187] (II) RADEON(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
    [ 23.187] (II) RADEON(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
    [ 23.187] (II) RADEON(0): Supported established timings:
    [ 23.187] (II) RADEON(0): 720x400@70Hz
    [ 23.187] (II) RADEON(0): 640x480@60Hz
    [ 23.187] (II) RADEON(0): 640x480@67Hz
    [ 23.187] (II) RADEON(0): 640x480@72Hz
    [ 23.187] (II) RADEON(0): 640x480@75Hz
    [ 23.187] (II) RADEON(0): 800x600@56Hz
    [ 23.187] (II) RADEON(0): 800x600@60Hz
    [ 23.187] (II) RADEON(0): 800x600@72Hz
    [ 23.187] (II) RADEON(0): 800x600@75Hz
    [ 23.187] (II) RADEON(0): 832x624@75Hz
    [ 23.187] (II) RADEON(0): 1024x768@60Hz
    [ 23.187] (II) RADEON(0): 1024x768@70Hz
    [ 23.187] (II) RADEON(0): 1024x768@75Hz
    [ 23.187] (II) RADEON(0): 1280x1024@75Hz
    [ 23.187] (II) RADEON(0): 1152x864@75Hz
    [ 23.187] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.187] (II) RADEON(0): Supported standard timings:
    [ 23.187] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 23.187] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 23.187] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 23.187] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 23.187] (II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 23.187] (II) RADEON(0): Supported detailed timing:
    [ 23.187] (II) RADEON(0): clock: 106.5 MHz Image Size: 410 x 257 mm
    [ 23.188] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 23.188] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 23.188] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 23.188] (II) RADEON(0): Monitor name: SyncMaster
    [ 23.188] (II) RADEON(0): Serial No: HMCP404774
    [ 23.188] (II) RADEON(0): EDID (in hex):
    [ 23.188] (II) RADEON(0): 00ffffffffffff004c2d850239314148
    [ 23.188] (II) RADEON(0): 0e1101030e291a872ad7a5a2594a9624
    [ 23.188] (II) RADEON(0): 145054bfef809500950f81808140714f
    [ 23.188] (II) RADEON(0): 0101010101019a29a0d0518422305098
    [ 23.188] (II) RADEON(0): 36009a011100001c000000fd00384b1e
    [ 23.188] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 23.188] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 23.188] (II) RADEON(0): 00484d43503430343737340a202000cb
    [ 23.188] finished output detect: 0
    [ 23.188] (II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
    [ 23.250] (II) RADEON(0): EDID for output LVDS
    [ 23.250] (II) RADEON(0): Manufacturer: LGP Model: 1153 Serial#: 0
    [ 23.250] (II) RADEON(0): Year: 1990 Week: 0
    [ 23.250] (II) RADEON(0): EDID Version: 1.2
    [ 23.250] (II) RADEON(0): Digital Display Input
    [ 23.250] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 23.250] (II) RADEON(0): Gamma: 2.20
    [ 23.250] (II) RADEON(0): No DPMS capabilities specified
    [ 23.250] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.250] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.250] (II) RADEON(0): redX: 0.590 redY: 0.343 greenX: 0.319 greenY: 0.539
    [ 23.250] (II) RADEON(0): blueX: 0.154 blueY: 0.133 whiteX: 0.312 whiteY: 0.328
    [ 23.250] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.250] (II) RADEON(0): Supported detailed timing:
    [ 23.250] (II) RADEON(0): clock: 108.0 MHz Image Size: 305 x 228 mm
    [ 23.250] (II) RADEON(0): h_active: 1400 h_sync: 1432 h_sync_end 1544 h_blank_end 1688 h_border: 0
    [ 23.250] (II) RADEON(0): v_active: 1050 v_sync: 1052 v_sync_end 1056 v_blanking: 1066 v_border: 0
    [ 23.250] (II) RADEON(0): LGPhilipsLCD
    [ 23.250] (II) RADEON(0): LP150E06-A3K2
    [ 23.250] (II) RADEON(0): EDID (in hex):
    [ 23.250] (II) RADEON(0): 00ffffffffffff0030f0531100000000
    [ 23.250] (II) RADEON(0): 00000102801e17780a3c809757518a27
    [ 23.250] (II) RADEON(0): 22505400000001010101010101010101
    [ 23.250] (II) RADEON(0): 010101010101302a7820511a10402070
    [ 23.250] (II) RADEON(0): 240031e4100000180000000000000000
    [ 23.250] (II) RADEON(0): 00000000000000000000000000fe004c
    [ 23.250] (II) RADEON(0): 475068696c6970734c43440a000000fe
    [ 23.250] (II) RADEON(0): 004c503135304530362d41334b3200e8
    [ 23.250] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    [ 23.250] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    [ 23.250] (II) RADEON(0): Manufacturer: LGP Model: 1153 Serial#: 0
    [ 23.250] (II) RADEON(0): Year: 1990 Week: 0
    [ 23.250] (II) RADEON(0): EDID Version: 1.2
    [ 23.250] (II) RADEON(0): Digital Display Input
    [ 23.250] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 23.250] (II) RADEON(0): Gamma: 2.20
    [ 23.250] (II) RADEON(0): No DPMS capabilities specified
    [ 23.250] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.250] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.251] (II) RADEON(0): redX: 0.590 redY: 0.343 greenX: 0.319 greenY: 0.539
    [ 23.251] (II) RADEON(0): blueX: 0.154 blueY: 0.133 whiteX: 0.312 whiteY: 0.328
    [ 23.251] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.251] (II) RADEON(0): Supported detailed timing:
    [ 23.251] (II) RADEON(0): clock: 108.0 MHz Image Size: 305 x 228 mm
    [ 23.251] (II) RADEON(0): h_active: 1400 h_sync: 1432 h_sync_end 1544 h_blank_end 1688 h_border: 0
    [ 23.251] (II) RADEON(0): v_active: 1050 v_sync: 1052 v_sync_end 1056 v_blanking: 1066 v_border: 0
    [ 23.251] (II) RADEON(0): LGPhilipsLCD
    [ 23.251] (II) RADEON(0): LP150E06-A3K2
    [ 23.251] (II) RADEON(0): EDID (in hex):
    [ 23.251] (II) RADEON(0): 00ffffffffffff0030f0531100000000
    [ 23.251] (II) RADEON(0): 00000102801e17780a3c809757518a27
    [ 23.251] (II) RADEON(0): 22505400000001010101010101010101
    [ 23.251] (II) RADEON(0): 010101010101302a7820511a10402070
    [ 23.251] (II) RADEON(0): 240031e4100000180000000000000000
    [ 23.251] (II) RADEON(0): 00000000000000000000000000fe004c
    [ 23.251] (II) RADEON(0): 475068696c6970734c43440a000000fe
    [ 23.251] (II) RADEON(0): 004c503135304530362d41334b3200e8
    [ 23.251] finished output detect: 1
    [ 23.251] (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    [ 23.251] finished output detect: 2
    [ 23.251] finished all detect
    [ 23.312] (II) RADEON(0): EDID for output VGA-0
    [ 23.312] (II) RADEON(0): Manufacturer: SAM Model: 285 Serial#: 1212231993
    [ 23.313] (II) RADEON(0): Year: 2007 Week: 14
    [ 23.313] (II) RADEON(0): EDID Version: 1.3
    [ 23.313] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 23.313] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 23.313] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 23.313] (II) RADEON(0): Gamma: 2.35
    [ 23.313] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 23.313] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.313] (II) RADEON(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
    [ 23.313] (II) RADEON(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
    [ 23.313] (II) RADEON(0): Supported established timings:
    [ 23.313] (II) RADEON(0): 720x400@70Hz
    [ 23.313] (II) RADEON(0): 640x480@60Hz
    [ 23.313] (II) RADEON(0): 640x480@67Hz
    [ 23.313] (II) RADEON(0): 640x480@72Hz
    [ 23.313] (II) RADEON(0): 640x480@75Hz
    [ 23.313] (II) RADEON(0): 800x600@56Hz
    [ 23.313] (II) RADEON(0): 800x600@60Hz
    [ 23.313] (II) RADEON(0): 800x600@72Hz
    [ 23.313] (II) RADEON(0): 800x600@75Hz
    [ 23.313] (II) RADEON(0): 832x624@75Hz
    [ 23.313] (II) RADEON(0): 1024x768@60Hz
    [ 23.313] (II) RADEON(0): 1024x768@70Hz
    [ 23.313] (II) RADEON(0): 1024x768@75Hz
    [ 23.313] (II) RADEON(0): 1280x1024@75Hz
    [ 23.313] (II) RADEON(0): 1152x864@75Hz
    [ 23.313] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.313] (II) RADEON(0): Supported standard timings:
    [ 23.313] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 23.313] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 23.313] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 23.313] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 23.313] (II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 23.313] (II) RADEON(0): Supported detailed timing:
    [ 23.313] (II) RADEON(0): clock: 106.5 MHz Image Size: 410 x 257 mm
    [ 23.313] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 23.313] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 23.313] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 23.313] (II) RADEON(0): Monitor name: SyncMaster
    [ 23.313] (II) RADEON(0): Serial No: HMCP404774
    [ 23.313] (II) RADEON(0): EDID (in hex):
    [ 23.313] (II) RADEON(0): 00ffffffffffff004c2d850239314148
    [ 23.313] (II) RADEON(0): 0e1101030e291a872ad7a5a2594a9624
    [ 23.313] (II) RADEON(0): 145054bfef809500950f81808140714f
    [ 23.313] (II) RADEON(0): 0101010101019a29a0d0518422305098
    [ 23.313] (II) RADEON(0): 36009a011100001c000000fd00384b1e
    [ 23.313] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 23.313] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 23.313] (II) RADEON(0): 00484d43503430343737340a202000cb
    [ 23.313] (II) RADEON(0): EDID vendor "SAM", prod id 645
    [ 23.313] (II) RADEON(0): Using hsync ranges from config file
    [ 23.313] (II) RADEON(0): Using vrefresh ranges from config file
    [ 23.313] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 23.314] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 23.314] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.314] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.314] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 23.314] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 23.314] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 23.314] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.314] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 23.314] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 23.314] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 23.314] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 23.314] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 23.314] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    [ 23.314] (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    [ 23.314] (II) RADEON(0): Manufacturer: SAM Model: 285 Serial#: 1212231993
    [ 23.314] (II) RADEON(0): Year: 2007 Week: 14
    [ 23.314] (II) RADEON(0): EDID Version: 1.3
    [ 23.314] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 23.314] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 23.314] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 23.314] (II) RADEON(0): Gamma: 2.35
    [ 23.314] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 23.314] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.314] (II) RADEON(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
    [ 23.314] (II) RADEON(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
    [ 23.314] (II) RADEON(0): Supported established timings:
    [ 23.314] (II) RADEON(0): 720x400@70Hz
    [ 23.314] (II) RADEON(0): 640x480@60Hz
    [ 23.314] (II) RADEON(0): 640x480@67Hz
    [ 23.314] (II) RADEON(0): 640x480@72Hz
    [ 23.314] (II) RADEON(0): 640x480@75Hz
    [ 23.314] (II) RADEON(0): 800x600@56Hz
    [ 23.314] (II) RADEON(0): 800x600@60Hz
    [ 23.314] (II) RADEON(0): 800x600@72Hz
    [ 23.314] (II) RADEON(0): 800x600@75Hz
    [ 23.314] (II) RADEON(0): 832x624@75Hz
    [ 23.314] (II) RADEON(0): 1024x768@60Hz
    [ 23.314] (II) RADEON(0): 1024x768@70Hz
    [ 23.314] (II) RADEON(0): 1024x768@75Hz
    [ 23.314] (II) RADEON(0): 1280x1024@75Hz
    [ 23.314] (II) RADEON(0): 1152x864@75Hz
    [ 23.314] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.314] (II) RADEON(0): Supported standard timings:
    [ 23.314] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 23.314] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 23.314] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 23.314] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 23.314] (II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 23.315] (II) RADEON(0): Supported detailed timing:
    [ 23.315] (II) RADEON(0): clock: 106.5 MHz Image Size: 410 x 257 mm
    [ 23.315] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 23.315] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 23.315] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 23.315] (II) RADEON(0): Monitor name: SyncMaster
    [ 23.315] (II) RADEON(0): Serial No: HMCP404774
    [ 23.315] (II) RADEON(0): EDID (in hex):
    [ 23.315] (II) RADEON(0): 00ffffffffffff004c2d850239314148
    [ 23.315] (II) RADEON(0): 0e1101030e291a872ad7a5a2594a9624
    [ 23.315] (II) RADEON(0): 145054bfef809500950f81808140714f
    [ 23.315] (II) RADEON(0): 0101010101019a29a0d0518422305098
    [ 23.315] (II) RADEON(0): 36009a011100001c000000fd00384b1e
    [ 23.315] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 23.315] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 23.315] (II) RADEON(0): 00484d43503430343737340a202000cb
    [ 23.315] (II) RADEON(0): EDID vendor "SAM", prod id 645
    [ 23.315] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 23.315] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 23.315] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 23.315] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 23.315] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 23.315] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 23.315] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.315] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.315] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 23.315] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 23.315] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 23.315] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.315] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 23.405] (II) RADEON(0): EDID for output LVDS
    [ 23.405] (II) RADEON(0): Manufacturer: LGP Model: 1153 Serial#: 0
    [ 23.405] (II) RADEON(0): Year: 1990 Week: 0
    [ 23.405] (II) RADEON(0): EDID Version: 1.2
    [ 23.405] (II) RADEON(0): Digital Display Input
    [ 23.405] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 23.405] (II) RADEON(0): Gamma: 2.20
    [ 23.405] (II) RADEON(0): No DPMS capabilities specified
    [ 23.405] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.405] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.405] (II) RADEON(0): redX: 0.590 redY: 0.343 greenX: 0.319 greenY: 0.539
    [ 23.405] (II) RADEON(0): blueX: 0.154 blueY: 0.133 whiteX: 0.312 whiteY: 0.328
    [ 23.405] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.405] (II) RADEON(0): Supported detailed timing:
    [ 23.405] (II) RADEON(0): clock: 108.0 MHz Image Size: 305 x 228 mm
    [ 23.405] (II) RADEON(0): h_active: 1400 h_sync: 1432 h_sync_end 1544 h_blank_end 1688 h_border: 0
    [ 23.405] (II) RADEON(0): v_active: 1050 v_sync: 1052 v_sync_end 1056 v_blanking: 1066 v_border: 0
    [ 23.405] (II) RADEON(0): LGPhilipsLCD
    [ 23.405] (II) RADEON(0): LP150E06-A3K2
    [ 23.405] (II) RADEON(0): EDID (in hex):
    [ 23.405] (II) RADEON(0): 00ffffffffffff0030f0531100000000
    [ 23.405] (II) RADEON(0): 00000102801e17780a3c809757518a27
    [ 23.405] (II) RADEON(0): 22505400000001010101010101010101
    [ 23.405] (II) RADEON(0): 010101010101302a7820511a10402070
    [ 23.405] (II) RADEON(0): 240031e4100000180000000000000000
    [ 23.405] (II) RADEON(0): 00000000000000000000000000fe004c
    [ 23.405] (II) RADEON(0): 475068696c6970734c43440a000000fe
    [ 23.405] (II) RADEON(0): 004c503135304530362d41334b3200e8
    [ 23.405] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    [ 23.405] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    [ 23.405] (II) RADEON(0): Manufacturer: LGP Model: 1153 Serial#: 0
    [ 23.405] (II) RADEON(0): Year: 1990 Week: 0
    [ 23.405] (II) RADEON(0): EDID Version: 1.2
    [ 23.405] (II) RADEON(0): Digital Display Input
    [ 23.405] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 23.405] (II) RADEON(0): Gamma: 2.20
    [ 23.405] (II) RADEON(0): No DPMS capabilities specified
    [ 23.405] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.405] (II) RADEON(0): First detailed timing is preferred mode
    [ 23.405] (II) RADEON(0): redX: 0.590 redY: 0.343 greenX: 0.319 greenY: 0.539
    [ 23.405] (II) RADEON(0): blueX: 0.154 blueY: 0.133 whiteX: 0.312 whiteY: 0.328
    [ 23.405] (II) RADEON(0): Manufacturer's mask: 0
    [ 23.405] (II) RADEON(0): Supported detailed timing:
    [ 23.405] (II) RADEON(0): clock: 108.0 MHz Image Size: 305 x 228 mm
    [ 23.405] (II) RADEON(0): h_active: 1400 h_sync: 1432 h_sync_end 1544 h_blank_end 1688 h_border: 0
    [ 23.405] (II) RADEON(0): v_active: 1050 v_sync: 1052 v_sync_end 1056 v_blanking: 1066 v_border: 0
    [ 23.405] (II) RADEON(0): LGPhilipsLCD
    [ 23.405] (II) RADEON(0): LP150E06-A3K2
    [ 23.405] (II) RADEON(0): EDID (in hex):
    [ 23.405] (II) RADEON(0): 00ffffffffffff0030f0531100000000
    [ 23.406] (II) RADEON(0): 00000102801e17780a3c809757518a27
    [ 23.406] (II) RADEON(0): 22505400000001010101010101010101
    [ 23.406] (II) RADEON(0): 010101010101302a7820511a10402070
    [ 23.406] (II) RADEON(0): 240031e4100000180000000000000000
    [ 23.406] (II) RADEON(0): 00000000000000000000000000fe004c
    [ 23.406] (II) RADEON(0): 475068696c6970734c43440a000000fe
    [ 23.406] (II) RADEON(0): 004c503135304530362d41334b3200e8
    [ 23.406] (II) RADEON(0): EDID vendor "LGP", prod id 4435
    [ 23.406] (II) RADEON(0): Printing probed modes for output LVDS
    [ 23.406] (II) RADEON(0): Modeline "1400x1050"x60.0 108.00 1400 1432 1544 1688 1050 1052 1056 1066 -hsync -vsync (64.0 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 23.406] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 23.406] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 23.406] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 23.406] (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    [ 23.406] (II) RADEON(0): EDID for output S-video
    [ 23.406] (II) RADEON(0): Output VGA-0 connected
    [ 23.406] (II) RADEON(0): Output LVDS connected
    [ 23.406] (II) RADEON(0): Output S-video disconnected
    [ 23.406] (II) RADEON(0): Using fuzzy aspect match for initial modes
    [ 23.406] (II) RADEON(0): Output VGA-0 using initial mode 1280x960
    [ 23.406] (II) RADEON(0): Output LVDS using initial mode 1280x960
    [ 23.406] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 23.406] (**) RADEON(0): Display dimensions: (410, 260) mm
    [ 23.406] (**) RADEON(0): DPI set to (89, 140)
    [ 23.406] (II) Loading sub module "fb"
    [ 23.406] (II) LoadModule: "fb"
    [ 23.406] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.446] (II) Module fb: vendor="X.Org Foundation"
    [ 23.446] compiled for 1.9.2, module version = 1.0.0
    [ 23.446] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.446] (II) Loading sub module "ramdac"
    [ 23.446] (II) LoadModule: "ramdac"
    [ 23.446] (II) Module "ramdac" already built-in
    [ 23.447] (==) RADEON(0): Using EXA acceleration architecture
    [ 23.447] (II) Loading sub module "exa"
    [ 23.447] (II) LoadModule: "exa"
    [ 23.447] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 23.453] (II) Module exa: vendor="X.Org Foundation"
    [ 23.453] compiled for 1.9.2, module version = 2.5.0
    [ 23.453] ABI class: X.Org Video Driver, version 8.0
    [ 23.453] (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    [ 23.453] (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    [ 23.453] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    [ 23.453] (II) UnloadModule: "vesa"
    [ 23.453] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 23.453] (--) Depth 24 pixmap format is 32 bpp
    [ 23.453] (II) RADEON(0): RADEONScreenInit c0000000 0 0
    [ 23.509] Entering TV Save
    [ 23.509] Save TV timing tables
    [ 23.509] saveTimingTables: reading timing tables
    [ 23.509] TV Save done
    [ 24.009] disable TVDAC
    [ 24.026] (II) RADEON(0): Dynamic Power Management Disabled
    [ 24.026] (==) RADEON(0): Using 24 bit depth buffer
    [ 24.026] (II) RADEON(0): RADEONInitMemoryMap() :
    [ 24.026] (II) RADEON(0): mem_size : 0x08000000
    [ 24.026] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800
    [ 24.026] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    [ 24.026] (II) RADEON(0): Depth moves disabled by default
    [ 24.031] (II) RADEON(0): Allocating from a screen of 131072 kb
    [ 24.031] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00816000
    [ 24.031] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x0081a000
    [ 24.031] (II) RADEON(0): Will use 8280 kb for front buffer at offset 0x00000000
    [ 24.031] (II) RADEON(0): Will use 8280 kb for back buffer at offset 0x0081e000
    [ 24.031] (II) RADEON(0): Will use 8280 kb for depth buffer at offset 0x01034000
    [ 24.031] (II) RADEON(0): Will use 52736 kb for textures at offset 0x0184a000
    [ 24.031] (II) RADEON(0): Will use 53464 kb for X Server offscreen at offset 0x04bca000
    [ 24.031] drmOpenDevice: node name is /dev/dri/card0
    [ 24.031] drmOpenDevice: open result is 10, (OK)
    [ 24.032] drmOpenDevice: node name is /dev/dri/card0
    [ 24.032] drmOpenDevice: open result is 10, (OK)
    [ 24.032] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 24.032] drmOpenDevice: node name is /dev/dri/card0
    [ 24.033] drmOpenDevice: open result is 10, (OK)
    [ 24.033] drmOpenByBusid: drmOpenMinor returns 10
    [ 24.033] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 24.033] (II) [drm] DRM interface version 1.4
    [ 24.033] (II) [drm] DRM open master succeeded.
    [ 24.033] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    [ 24.033] (II) RADEON(0): [drm] framebuffer handle = 0xc0000000
    [ 24.033] (II) RADEON(0): [drm] added 1 reserved context for kernel
    [ 24.033] (II) RADEON(0): X context handle = 0x1
    [ 24.033] (II) RADEON(0): [drm] installed DRM signal handler
    [ 24.053] (II) RADEON(0): [pci] 32768 kB allocated with handle 0x10cf0900
    [ 24.053] (II) RADEON(0): [pci] ring handle = 0x2b7ff000
    [ 24.053] (II) RADEON(0): [pci] Ring mapped at 0x7f42cbd54000
    [ 24.053] (II) RADEON(0): [pci] Ring contents 0x00000000
    [ 24.053] (II) RADEON(0): [pci] ring read ptr handle = 0x1b800000
    [ 24.054] (II) RADEON(0): [pci] Ring read ptr mapped at 0x7f42d8691000
    [ 24.054] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    [ 24.054] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x2b800000
    [ 24.054] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7f42cbb54000
    [ 24.054] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    [ 24.054] (II) RADEON(0): [pci] GART texture map handle = 0x2b801000
    [ 24.054] (II) RADEON(0): [pci] GART Texture map mapped at 0x7f42c9ed4000
    [ 24.054] (II) RADEON(0): [drm] register handle = 0x2fff9000
    [ 24.054] (II) RADEON(0): [dri] Visual configs initialized
    [ 24.133] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 24.133] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800 0xbfffb800
    [ 24.133] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    [ 24.233] (==) RADEON(0): Backing store disabled
    [ 24.234] (II) RADEON(0): [DRI] installation complete
    [ 24.287] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    [ 24.287] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    [ 24.287] (II) RADEON(0): [drm] dma control initialized, using IRQ 17
    [ 24.287] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    [ 24.287] (WW) RADEON(0): DRI init changed memory map, adjusting ...
    [ 24.287] (WW) RADEON(0): MC_FB_LOCATION was: 0xbfffb800 is: 0xbfffb800
    [ 24.287] (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xc1ffc000
    [ 24.287] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 24.287] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800 0xbfffb800
    [ 24.287] (II) RADEON(0): MC_AGP_LOCATION : 0xc1ffc000
    [ 24.387] (II) RADEON(0): Direct rendering enabled
    [ 24.387] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 24.387] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 24.387] (II) RADEON(0): num quad-pipes is 1
    [ 24.387] (II) EXA(0): Offscreen pixmap area of 54747136 bytes
    [ 24.387] (II) EXA(0): Driver registered support for the following operations:
    [ 24.387] (II) Solid
    [ 24.387] (II) Copy
    [ 24.387] (II) Composite (RENDER acceleration)
    [ 24.387] (II) UploadToScreen
    [ 24.387] (II) DownloadFromScreen
    [ 24.387] (II) RADEON(0): Acceleration enabled
    [ 24.387] (==) RADEON(0): DPMS enabled
    [ 24.387] (==) RADEON(0): Silken mouse enabled
    [ 24.388] (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    [ 24.388] (II) Loading sub module "theatre_detect"
    [ 24.388] (II) LoadModule: "theatre_detect"
    [ 24.388] (II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
    [ 24.399] (II) Module theatre_detect: vendor="X.Org Foundation"
    [ 24.399] compiled for 1.9.0, module version = 1.0.0
    [ 24.400] ABI class: X.Org Video Driver, version 8.0
    [ 24.400] (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    [ 24.400] (II) RADEON(0): Set up overlay video
    [ 24.400] (II) RADEON(0): Set up textured video
    [ 24.418] disable TVDAC
    [ 24.918] disable TV
    [ 25.436] init memmap
    [ 25.436] init common
    [ 25.436] init crtc1
    [ 25.436] init pll1
    [ 25.436] restore memmap
    [ 25.436] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 25.436] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800 0xbfffb800
    [ 25.436] (II) RADEON(0): MC_AGP_LOCATION : 0xc1ffc000
    [ 25.536] restore common
    [ 25.536] restore crtc1
    [ 25.536] restore pll1
    [ 25.536] set RMX
    [ 25.536] set LVDS
    [ 25.536] enable LVDS
    [ 26.537] disable TVDAC
    [ 26.537] init memmap
    [ 26.537] init common
    [ 26.537] init crtc2
    [ 26.554] init pll2
    [ 26.554] freq: 108000000
    [ 26.554] best_freq: 107996667
    [ 26.554] best_feedback_div: 181
    [ 26.554] best_frac_feedback_div: 0
    [ 26.554] best_ref_div: 12
    [ 26.555] best_post_div: 2
    [ 26.555] restore memmap
    [ 26.555] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 26.555] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800 0xbfffb800
    [ 26.555] (II) RADEON(0): MC_AGP_LOCATION : 0xc1ffc000
    [ 26.655] restore common
    [ 26.655] restore crtc2
    [ 26.655] restore pll2
    [ 26.660] finished PLL2
    [ 26.660] set TVDAC
    [ 26.660] enable LVDS
    [ 27.160] enable TVDAC
    [ 27.160] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 27.160] (--) RandR disabled
    [ 27.160] (II) Initializing built-in extension Generic Event Extension
    [ 27.160] (II) Initializing built-in extension SHAPE
    [ 27.161] (II) Initializing built-in extension MIT-SHM
    [ 27.161] (II) Initializing built-in extension XInputExtension
    [ 27.161] (II) Initializing built-in extension XTEST
    [ 27.161] (II) Initializing built-in extension BIG-REQUESTS
    [ 27.161] (II) Initializing built-in extension SYNC
    [ 27.161] (II) Initializing built-in extension XKEYBOARD
    [ 27.161] (II) Initializing built-in extension XC-MISC
    [ 27.161] (II) Initializing built-in extension SECURITY
    [ 27.161] (II) Initializing built-in extension XINERAMA
    [ 27.161] (II) Initializing built-in extension XFIXES
    [ 27.161] (II) Initializing built-in extension RENDER
    [ 27.161] (II) Initializing built-in extension RANDR
    [ 27.161] (II) Initializing built-in extension COMPOSITE
    [ 27.161] (II) Initializing built-in extension DAMAGE
    [ 27.172] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 27.172] drmOpenDevice: node name is /dev/dri/card0
    [ 27.172] drmOpenDevice: open result is 11, (OK)
    [ 27.172] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 27.172] drmOpenDevice: node name is /dev/dri/card0
    [ 27.172] drmOpenDevice: open result is 11, (OK)
    [ 27.172] drmOpenByBusid: drmOpenMinor returns 11
    [ 27.172] drmOpenByBusid: Interface 1.4 failed, trying 1.1
    [ 27.172] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 27.278]
    Backtrace:
    [ 27.289] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f1a8]
    [ 27.289] 1: /usr/bin/X (0x400000+0x60239) [0x460239]
    [ 27.289] 2: /lib/libpthread.so.0 (0x7f42d79da000+0xf1c0) [0x7f42d79e91c0]
    [ 27.289] Segmentation fault at address (nil)
    [ 27.289]
    Fatal server error:
    [ 27.289] Caught signal 11 (Segmentation fault). Server aborting
    [ 27.289]
    [ 27.289]
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 27.289] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 27.289]
    [ 27.790] disable TVDAC
    [ 27.790] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 27.790] (II) RADEON(0): MC_FB_LOCATION : 0xbfffb800 0xbfffb800
    [ 27.790] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 27.895] finished PLL2
    [ 27.945] finished PLL1
    [ 27.945] Entering Restore TV
    [ 27.945] Restore TV PLL
    [ 27.946] Restore TVHV
    [ 27.946] Restore TV Restarts
    [ 27.946] Restore Timing Tables
    [ 27.946] Restore TV standard
    [ 27.946] Leaving Restore TV
    --mod edit: put that in a code block please
    Last edited by litemotiv (2010-11-26 10:56:19)

Maybe you are looking for

  • Application is hanging after exporting a report

    Post Author: AnthonyM CA Forum: .NET I am using Crystal Reports XI R2 with C# in VS 2005. I am also using Crystal Reports SDK 11.5. I have a main report that contains 4 subreports that I want to pass data to at run-time. When I run my app to do this

  • How do i rearrange the columns in itunes 11?

    I'd like to get the columns arranged in the same way for browsing as on the previous version of iTunes-- the new default setting-- with 3 columns across the top, and then one broad column of songs below, really *****. Can this be done in iTunes 11?

  • Environment Transformer - Randomize Pitch ::: Bug or Feature (Article)

    Hello, There are quite many discussions lately about the Logic Environment Transformer "Randomize Note Pitch" operation. By default it does not work as expected passing thru the original Note events data. That's why many Logic users think that it is

  • User in startSQLRepository  import

    Hi All, in this link,  startSQLRepository with Versioned Repository example: startSQLRepository -import x.xml /atg/commerce/catalog/ProductCatalog -project  name –user  username startSQLRepository -m Store.EStore.Versioned -import products.xml /atg/c

  • Stream 8 Tablet's free one year Office 365 Personal and One Drive extra spaces

    1. How to enable the free one year Office 365 Personal subscription? I can only active the trial one month Office 365 Personal subscription. 2. How to active the additional storage space for One Drive with the purchase of the Stream 8 Tablet?