"Error executing AppleScript in Display Set"

Keep getting this message when opening a new window. I am running 10.8.4 on a an Intel iMac. Any ideas on how to fix?

It sounds like you have a Folder Action set on your home directory, and that Action has an error.
The big question is whether you know/want/expect there to be a Folder Action - I'd suspect that if you put it there you would know how to find/fix the problem.
If you want the Folder Action you'll need to edit the script to fix the error. If you don't want it, Ctrl-click on your home directory in the Finder and choose Folder Actions Setup... from the Services menu.

Similar Messages

  • Error executing Enable-PSRemoting or Set-WSManQuickConfig on XP Home

    I receive the following error when I execute Enable-PSRemoting and confirm I want to continue:
    Set-WSManQuickConfig : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="5" Machine="cav"><f:Message>Access is denied. </f:Message></f:WSManFault>
    At line:50 char:33
    +             Set-WSManQuickConfig <<<<  -force
        + CategoryInfo          : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationException
        + FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand
    The same error - just a different line number - occurs when I run Set-WSManQuickConfig.
    I have seen this similar post here (http://social.technet.microsoft.com/Forums/en/winserverpowershell/thread/e1eabe4c-0796-420e-b03e-dffc71760b8d) but the solution - running secpol.msc to set the local security policy to Classic - doesn't work since XP Home doesn't include secpol.msc.
    Does anyone have any suggestions? 
    Thanks,
    Tim

    Looks like the link from previous post is dead.  Maybe
    this is the post that was being referred to.  
    Changing the prescribed setting did resolve the access denied error message on a Windows XP Pro machine.  Even though there is no secpol.msc on Windows XP Home, you can make the same change by manually modifying the following registry
    key like so:
    HKEY_LOCAL_MACHINE\system\currentcontrolset\control\lsa\forceguest  REG_DWORD       0x0
    This change however did not resolve the winrm quick config access denied error on a Windows XP Home computer.  The previous poster made no specific mention of XP Home Edition, so I can only assume the "fix" worked on an XP Pro computer.
    I also tried adding:
    HKEY_LOCAL_MACHINE\software\microsoft\Windows\currentversion\policies\system\LocalAccountTokenFilterPolicy       REG_DWORD       0x1 
    As suggested by this post:  http://www.shirmanov.com/2011/04/winrm-access-is-denied-on-local.html
    ...but that did not help either.
    I think this has something to do with fact that the administrator account is prohibited from logging into the desktop on a normal XP Home boot.  So far I have not figured a way around this except for booting into safe-mode.  
    I did try running winrm "quickconfig" while logged as the administrator during a safe-mode with network support boot and got the same error message.   
    WSManFault
    Message = Access is denied.
    Error number:  -2147024891 0x80070005
    Access is denied.
    The only other thing that I can think to try right now is to clone the built-in administrator account, then log as the cloned account during a normal boot, and try running winrm quickconfig.

  • API error when trying to create a display set

    Hello,
    I'm creating a mapping, and I'm trying to define an attribute display set in the target table to show only some of the attributes of the table. I have called it 'SHORT_LIST' and I have also selected the attributes I want to display, but when I press OK, the followig error message is shown: "API0411: Name should not be an empty string", but I do fill the display set name!
    What is happening?
    Cheers,
    Natividad Moreno.

    Hi,
    Not sure what is happening here. What version are you running? This seems like a bug though so I suggest logging an iTar wiht support.
    Jean-Pierre

  • [Execute SQL Task] Error: Executing the query "DECLARE_@XMLA nvarchar(3000) ,__@DateSerial nvarch..." failed with the following error: "Incorrect syntax near '-'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly,

    Hi
    DECLARE @XMLA nvarchar(3000)
    , @DateSerial nvarchar(35);
    -- Change date to format YYYYMMDDHHMMSS
    SET @DateSerial = CAST(GETDATE() AS DATE);
    --SELECT @DateSerial
    Set @XMLA = 
    N' <Batch xmlns="http://schemas.microsoft.com/analysis services/2003/engine">
     <ErrorConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2"
    xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200"
    xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200">
    <KeyErrorLimit>-1</KeyErrorLimit>
    <KeyNotFound>IgnoreError</KeyNotFound>
    <NullKeyNotAllowed>IgnoreError</NullKeyNotAllowed>
     </ErrorConfiguration>
     <Parallel>
    <Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2"
    xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200"
    xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300">
     <Object>
     <DatabaseID>MultidimensionalProject5</DatabaseID>
     <CubeID>giri</CubeID>
     <MeasureGroupID>Fact Internet Sales</MeasureGroupID>
     </Object>
     <Type>ProcessFull</Type>
     <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
     </Process>
      </Parallel>
    </Batch>';
    EXEC (@XMLA) At SHALL-PCAdventureWorksDw ;
     iam executive the    query when iam getting below error.
      [Execute SQL Task] Error: Executing the query "DECLARE
    @XMLA nvarchar(3000)
    , @DateSerial nvarch..." failed with the following error: "Incorrect syntax near '-'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set
    correctly, or connection not established correctly. 
     how to solve this error;
     please help me

    What are you trying to do? What sort of data source is  SHALL-PCAdventureWorksDw?
    When you use EXEC() AT, I would execpt to see an SQL string to be passed to EXEC(), but you are passing an XML string????
    If you explain why you think this would work in the first place, maybe we can help you.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • ERROR Executing when Display/Edit

    Hi Experts,
    When Iam trying to EDIT in Message Mapping it does not allowed to edit. This below message will displayed.
    ERROR Executing when Display/Edit
    Message Mapping: delivery_Mapping | http://testscenarios.com/SAP/TEST is already locked in change list Standard change list by user. If necessary, you can reassign the other users change list to yourself.
    Thanks
    Hari

    Hi,
    first you unlock the the mapping.
    on your home page i.e http://<host>:<J2EEport /dir/start/index.jsp, there will be a link named as 'Administration' open that link and then there you can look for LOCK OVERVIEW (for both ESR & ID sererately), use lock overview to unlock your objects.
    regards,
    ganesh.

  • Xterm: Xt error: Can't open display: xterm: DISPLAY is not set

    Hello, I am completely new to networking/systems. I have been asked to complete an open flow tutorial ( http://www.openflow.org/wk/index.php/OpenFlow_Tutorial ) I have fininshed a part of the tutorial and when i used "ssh -X [email protected]**.*", I was able to log in successfully but when i type in Xterm, it says "xterm: Xt error: Can't open display: xterm: DISPLAY is not set". I have downloaded virtual box, XQuartz and an ovf file as given in teh tutorial. I don't know what the problem is. Can someone please guide me through this? Thank you so much!

    I didn't quite understand what you were saying but when i typed "ssh -Y ..." this is what happened:
    mobile-172-16-103-167:~ mininet$ ssh -Y [email protected]
    Password:
    Last login: Sat May 18 20:25:50 2013 from 192.168.56.1
    mobile-172-16-103-167:~ mininet$
    ssh -X and ssh -Y do essentially the same thing. -Y is just less restrictive on X11 return traffic authority (basically it tells the local X11 display server that you trust the remote system sending X11 traffic to it).
    Now what you are display seems strange.  You prompt implies that your current system's IP address is 172.16.103.167 and you are ssh'ing to 192.168.56.1.  You get a password prompt as expected, but then the "Last Login" messages says you are coming from 192.168.56.1, which is should be where you are coming, but that it the address you are trying to ssh to.  And then to top it off, you command line prompt has not changed.
    So I'm wondering if 192.168.56.1 is the same system you are currently using, but just a different account on that system?
    Is this true?
    Also your prompt implies you were logged into the 'mininet' account when you issued the ssh -Y command to login to the 'mininet' account on 192.168.56.1.
    Or is it possible that you are loosing track of which system and account you are current remotely logged into?

  • Error executing a query with large result set

    Dear all,
    after executing a query which uses key figures with exception aggregation the BIA-server log (TrexIndexServerAlert_....trc) displays the following messages:
    2009-09-29 10:59:00.433 e QMediator    QueryMediator.cpp(00324) : 6952; Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: bwp_v_tl_c02
    2009-09-29 10:59:00.434 e SERVER_TRACE TRexApiSearch.cpp(05162) : IndexID: bwp_v_tl_c02, QueryMediator failed executing query, reason: Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: bwp_v_tl_c02
    --> Does anyone know what this message exactly means? - I fear that the BIA-Installation is running out of physical memory, but I appreciate any other opinion.
    - Package Wise Read (SAP Note 1157582) does not solve the problem as the error message is not: "AggregateCalculator returning out of memory with hash table size..."
    - To get an impression of the data amount I had a look at table RSDDSTAT_OLAP of a query with less amount of data:
       Selected rows      : 50.000.000 (Event 9011)
       Transferred rows :   4.800.000 (Event 9010)
    It is possible to calculate the number of cells retreived from one index by multiplying the number of records from table RSDDSTAT_OLAP by the number of key figures from the query. In my example it is only one key figure so 4.800.000 are passed to the analytical engine.
    --> Is there a possibility to find this figure in some kind of statistic table? This would be helpful for complex queries.
    I am looking forward to your replies,
    Best regards
    Bjoern

    Hi Björn,
    I recommend you to upgrade to rev 52 or 53. Rev. 49 is really stable but there are some bugs in it and if you use BW SP >= 17 you can use some features.
    Please refer to this thread , you shouldn't´t use more than 50% (the other 50% are for reporting) of your memory, therefor I have stolen this quote from Vitaliy:
    The idea is that data all together for all of your BIA Indexes does not consume more then 50% of total RAM of active blades (page memory cannot be counted!).
    The simpliest test is during a period when no one is using the accelerator, remove all indexes (including temporary) from main memory of the BWA, and then load all indexes for all InfoCubes into ain memory. Then check your RAM utilization.
    Regards,
    -Vitaliy
    Regards,
    Jens

  • [Solved}Error: Unable to initialize gtk, is DISPLAY set properly?

    i am using aa software that require root access , but when i run it with root access is shows
    Error: Unable to initialize gtk, is DISPLAY set properly?
    I am using kde desktop , but when loginas root in kde and run that application it works fine.
    i have googled a lot on this but did not find any solution.
    Last edited by sanjuchopra (2012-01-19 10:59:39)

    You should NEVER login graphically as root. What software do you want to use? Is it REALLY necessary to give it root access=
    If you want to run it as root, you should do the following in a terminal:
    $ xhost +      enable X access from terminals
    $ su    login as root
    # /path/to/programname
    Or better yet if you use sudo.
    Better yet if you start the program with
    gksu <programname>
    This way you'll be asked for password and won't need a terminal.
    By the way, if the program requires gtk to be in your sistem, maybe you should check that they're installed, giving
    pacman -S gtk2
    Last edited by olorian (2012-01-16 18:34:39)

  • Xclock Error: Can't open display: - after upgrading to openSSH 5.2p1

    I have got two servers apssvrX and apssvrZ on OEL. Both were built by the same team using their standard build scripts.
    Having received the servers I had installed Oracle (ODI) product on it successfully.
    Then as a part of requirement and as per Oracle support's advise, I had upgraded the ssh version on apssvrX server from OpenSSH_4.3p2 To OpenSSH_5.2p1, so that, I can implement the chroot jailing.
    As per Oracle advise, I had downloaded the 3 RPMs from "_http://layer1.rack911.com/openssh/rhel5/x86_64/" to run them on my first server i.e., apssvrX and then configured the sshd services following the below steps:
    a) Modify /etc/ssh/sshd_config to comment the below line:
    #Subsystem sftp /usr/libexec/openssh/sftp-server
    b) Add below lines:
    Subsystem sftp internal-sftp
    Match Group sftponly
    ChrootDirectory %h
    X11Forwarding no
    AllowTcpForwarding no
    ForceCommand internal-sftp
    Then lastly, Restart sshd services complete the configuration
    # /etc/init.d/sshd restart
    apssvrX server current details are as below:
    apssvrX$ uname -a
    Linux apssvrX 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrX$ ssh -V
    OpenSSH_5.2p1, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    My problems started from this point onwards. I want to install another Oracle product using OUI, but when I try to execute xclock using the Exceed HummingBird tool on apssvrX server then it fails with the error - (xclock) Error: Can't open display:
    I tried the DISPLAY variable setup as well but to no use.
    Whereas I can successfully execute the xclock on apssvrZ and OUI as well. Its config details are as below:
    apssvrZ$ uname -a
    Linux apssvrZ 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrZ$ ssh -V
    OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    Please advise the way forward.

    Tried but still same error.
    Affected servers's sshd_config is as below:
    [root@apssvrX]# cat /etc/ssh/sshd_config
    # $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options change a
    # default value.
    #Port 22
    Protocol 2
    Protocol 2
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 768
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    SyslogFacility AUTHPRIV
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin without-password
    #StrictModes yes
    #MaxAuthTries 6
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    #AuthorizedKeysFile .ssh/authorized_keys
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    PasswordAuthentication yes
    # Change to no to disable s/key passwords
    #ChallengeResponseAuthentication yes
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    GSSAPIAuthentication yes
    #GSSAPICleanupCredentials yes
    GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication mechanism.
    # Depending on your PAM configuration, this may bypass the setting of
    # PasswordAuthentication, PermitEmptyPasswords, and
    # "PermitRootLogin without-password". If you just want the PAM account and
    # session checks to run without PAM authentication, then enable this but set
    # ChallengeResponseAuthentication=no
    #UsePAM no
    UsePAM yes
    # Accept locale-related environment variables
    AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
    AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
    AcceptEnv LC_IDENTIFICATION LC_ALL
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    X11Forwarding yes
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    #PrintMotd yes
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    #UsePrivilegeSeparation yes
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #ShowPatchLevel no
    #UseDNS yes
    #PidFile /var/run/sshd.pid
    #MaxStartups 10
    #PermitTunnel no
    # no default banner path
    #Banner /some/path
    # override default of no subsystems
    Subsystem sftp /usr/libexec/openssh/sftp-server
    ## Commented the sftp jailing configuration
    ##Subsystem sftp internal-sftp
    ##Match Group sftponly
    ## ChrootDirectory %h
    ## X11Forwarding no
    ## AllowTcpForwarding no
    ## ForceCommand internal-sftp

  • 5200:Error executing query: null

    I am getting the error message 5200:Error executing query: null when trying to run a report that was perfectly fine a week ago. I searched on the internet and running the utility DeletePOV.cmd seems to resolve this issue for a lot of people. My issue is, I'm not sure what I need to modify in this file in order for it to work for me. I have tried just double clicking on this cmd file and nothing happens.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SETLOCAL
    @ECHO OFF
    TITLE HR Delete User POV Utility
    if "%1" == "" goto Usage
    if "%2" == "" goto Usage
    if "%3" == "" goto Usage
    if "%4" == "" goto Usage
    SET CLASSPATH=F:/Hyperion/HyperionReports/lib;F:/Hyperion/HyperionReports/lib/HAB.jar;F:/Hyperion/HyperionReports/lib/HReports.jar;F:/Hyperion/HyperionReports/lib/HyperionADMWidgets.jar;F:/Hyperion/HyperionReports/lib/activation.jar;F:/Hyperion/HyperionReports/lib/jakarta-regexp-1.2.jar;F:/Hyperion/HyperionReports/lib/mail.jar;F:/Hyperion/HyperionReports/lib/swingall.jar;F:/Hyperion/common/ADM/7.0.1/lib;F:/Hyperion/common/ADM/7.0.1/lib/adm.jar;F:/Hyperion/common/ADM/7.0.1/lib/ap.jar;F:/Hyperion/common/CSS/2.5.3/lib/css-2_5_3.jar;F:/Hyperion/common/loggers/Log4j/1.2.8/lib/log4j-1.2.8.jar;F:/Hyperion/common/XML/JAXP/1.2.2/dom.jar;F:/Hyperion/common/XML/JAXP/1.2.2/jaxp-api.jar;F:/Hyperion/common/XML/JAXP/1.2.2/sax.jar;F:/Hyperion/common/XML/JAXP/1.2.2/xalan.jar;F:/Hyperion/common/XML/JAXP/1.2.2/xercesImpl.jar;F:/Hyperion/common/XML/JAXP/1.2.2/xsltc.jar;F:/Hyperion/HyperionReports/JRE/Sun/1.4.1_03/lib/i18n.jar;F:/Hyperion/HyperionReports/JRE/Sun/1.4.1_03/lib/charsets.jar;F:/Hyperion/common/XML/JDOM/0.8.0/jdom.jar;F:/Hyperion/common/JCE/1.2.2/US_export_policy.jar;F:/Hyperion/common/JCE/1.2.2/jce1_2_2.jar;F:/Hyperion/common/JCE/1.2.2/local_policy.jar;F:/Hyperion/common/JCE/1.2.2/sunjce_provider.jar;F:/Hyperion/HyperionReports/lib/planning/ext/servlet.jar
    "F:\Hyperion\HyperionReports\JRE\Sun\1.4.1_03\bin\java" com.hyperion.reporting.reportstore.DeleteUserPov %1 %2 %3 %4 %5
    goto End
    :Usage
    ECHO Usage: DeleteUserPov <ReportsAdminUserName> <AdminPassword> <ReportServerName> <DataSourceUserName>__<DataSourceServerName>__<AppName>__<DbName>__<DataSourceType> [ShowOnly]
    ECHO The 4th argument can use Regular Expressions. A link which describes in detail what a regular expression is "http://jakarta.apache.org/regexp/apidocs/"
    ECHO We can pass an optional 5th argument ShowOnly at the end to display a list of UserPov's which satisfy the search criterea.
    ECHO
    ECHO An example for Essbase datasource would be DeletePov hyperion reports localhost hyp__localhost__Sample__Basic__Essbase
    ECHO An example for HFM datasource would be DeletePov hyperion reports localhost hyp__localhost__Hfm__Hfm__FinancialManagement
    ECHO An example for Planning datasource would be DeletePov hyperion reports localhost hyp__localhost__Plan1__Plan1__Planning
    :End
    ENDLOCAL

    You will have to run the utility in the command prompt of the server. Within the command prompt, Navigate to the location where the utility is present and run the below command:
    DeleteUserPov <ReportsAdminUserName> <AdminPassword> <ReportServerName> <DataSourceUserName>__<DataSourceServerName>__<AppName>__<DbName>__<DataSourceType>
    An example for Essbase datasource would be DeletePov hyperion reports localhost hyp__localhost__Sample__Basic__Essbase
    An example for HFM datasource would be DeletePov hyperion reports localhost hyp__localhost__Hfm__Hfm__FinancialManagement
    An example for Planning datasource would be DeletePov hyperion reports localhost hyp__localhost__Plan1__Plan1__Planning
    HTH-
    Jasmine.

  • Error Executing Database

    I am familiar with the 400 and 500 custom error page setup
    option in the control panels of many shared server hosts, but I
    have other error pages that come up infrequently that I'd like to
    mask.
    Every now and again, I'll get a situation where one of my
    pages comes up "Error Executing Database Query" and my code,
    Datasource, etc. are all listed right there.
    How can I prevent this (besides fixing the coding problem)?
    Is there a structural method I'm not using, or a custom error page
    I don't know of? I'm a low level CFmx coder, so education in
    security would be beneficial
    Thanks,
    Stephen
    Tallahassee, FL

    You can create your own custom error handlers displaying only
    desired content and doing other things like e-mailing or logging
    into a error log database (where you can record the stuff that YOU
    want to see). They can be enabled via the CFERROR tag, presumably
    in each application.cfm, or an easier approach is the Site Wide
    Error Handler setting in the Administrator\Settings if you can use
    the same logic for all. Be aware that debugging a new one can be
    very tedious, strange happenings when the handler itself has an
    error. You may have to resort to displays and cfaborts. You can
    also find limited info in the application.log. As I recall (and it
    is probably version dependent) an error in the error handler
    reverts to displaying the original error in the old format. Just
    for jolly's to get you started,I've attached mine, for MX 7.01
    only, with a database and conditional e-mail.

  • Error with AppleScript - integer?

    Hello, I have been making a simple script for my sister, but it does not work. It calls for an integer? I did not specify it in my program, but it calls it anyway...?
    My Script:
    activate
    display dialog "Click Start to start importing your own kindle books!" with title "Kindle Book Uploader by Jeremy Zhang" buttons {"Cancel", "Start"} default button "Start"
    property documentFolder : "documents"
    tell application "Finder" to (get name of every disk whose ejectable is true)
    try
              set kindleLocation to ¬
                        ((choose from list result with prompt "Select your Kindle from the list:") as text)
    end try
    try
              set bookFiles to ¬
                        ((choose file with prompt ¬
                                  "Select kindle files to import:" of type {"public.html", "public.rtf", "com.microsoft.word.doc", "public.data.mobi", "public.plain-text", "com.adobe.pdf"} with multiple selections allowed) as text)
    end try
    display dialog "Please wait while the application copies the kindle books..." with title "Kindle Book Uploader by Jeremy Zhang"
    tell application "Finder"
              if not (exists folder documentFolder of kindleLocation) then
      make new folder at kindleLocation with properties {name:documentFolder}
              end if
    end tell
    set fullKindlePath to POSIX path of (kindleLocation as alias) & "documents"
    tell application "Finder"
    move (bookFiles) to fullKindlePath
    end tell
    display dialog "Process has been done! Please eject your kindle and the files will be on the home screen of your Kindle." with title "Kindle Book Uploader by Jeremy Zhang"
    And the result from running it:
    tell current application
    activate
    end tell
    tell application "AppleScript Editor"
    display dialog "Click Start to start importing your own kindle books!" with title "Kindle Book Uploader by Jeremy Zhang" buttons {"Cancel", "Start"} default button "Start"
      --> {button returned:"Start"}
    end tell
    tell application "Finder"
    get name of every disk whose ejectable = true
      --> {"JEREMY DISK"}
    end tell
    tell application "AppleScript Editor"
    choose from list {"JEREMY DISK"} with prompt "Select your Kindle from the list:"
      --> {"JEREMY DISK"}
    choose file with prompt "Select kindle files to import:" of type {"public.html", "public.rtf", "com.microsoft.word.doc", "public.data.mobi", "public.plain-text", "com.adobe.pdf"} with multiple selections allowed
      --> {alias "Macintosh HD:Users:JeremyZhang:Downloads:5 ETS SAT S.pdf"}
    display dialog "Please wait while the application copies the kindle books..." with title "Kindle Book Uploader by Jeremy Zhang"
      --> {button returned:"OK"}
    Result:
    error "Can’t make \"documents\" into type integer." number -1700 from "documents" to integer
    What am I doing wrong? Can you please correct me?
    AppleScript Editor V: 2.5 (138)
    AppleScript 2.2.3

    Hello
    Immediate cause of the error is that you're using kindleLocation, which is string, as a Finder object.
    Replace this block:
    tell application "Finder"
        if not (exists folder documentFolder of kindleLocation) then
            make new folder at kindleLocation with properties {name:documentFolder}
        end if
    end tell
    with this:
    tell application "Finder"
        if not (exists folder documentFolder of disk kindleLocation) then
            make new folder at disk kindleLocation with properties {name:documentFolder}
        end if
    end tell
    Other than that,
    - bookFiles must be list of aliases but you're coercing it to text,
    - you should use "duplicate" instead of "move" to copy files,
    - inadvertent try blocks will make it hard to debug the script,
    - you need special code to handle user cancel in "choose from list" command.
    Here's a cleanup version of your original script:
    property documentFolder : "documents"
    activate
    display dialog "Click Start to start importing your own kindle books!" with title "Kindle Book Uploader by Jeremy Zhang" buttons {"Cancel", "Start"} default button "Start"
    tell application "System Events" to set edisks to name of disks whose ejectable is true
    set kindle to choose from list edisks with prompt "Select your Kindle from the list:"
    if kindle = false then error number -128 -- user cancel
    set kindle to kindle's item 1
    set bookFiles to choose file with prompt ("Select kindle files to import:") ¬
        of type {"public.html", "public.rtf", "com.microsoft.word.doc", "public.data.mobi", "public.plain-text", "com.adobe.pdf"} ¬
        with multiple selections allowed
    display dialog "Please wait while the application copies the kindle books..." with title "Kindle Book Uploader by Jeremy Zhang"
    tell application "Finder"
        if not (exists folder documentFolder of disk kindle) then
            make new folder at disk kindle with properties {name:documentFolder}
        end if
        duplicate bookFiles to (kindle & ":" & documentFolder) as alias --with replacing
    end tell
    display dialog "Process has been done! Please eject your kindle and the files will be on the home screen of your Kindle." with title "Kindle Book Uploader by Jeremy Zhang"
    Cheers,
    H

  • Web Interface - "Execute function before displaying the layout" issue

    Hi Experts,
    In my project we have converted some BPS planning folder to Web interface. The steps are as below:
    1) Open the BPS planning folder using upspm. Copy the web interface as Web Enabled folder.
    2) Generate the web interface by clicking on go to --> Generate web interface
    3) Run transaction bps_wb. Open the web interface. Then generate web interface again
    4) Run the web interface by clicking on 'Display perview'
    5) In the web interface there are some some functions which get executed before displaying the layout.
    6) For such functions, push button gets created.
    7) I have set the visible property of such push button as false.
    8) Most of the time, when I am running the web interface, it
    is getting executed successfully.
    9) Some times, the web interface is not displaying the layouts successfully.In such cases I have observed that "Execute function before displaying the layout" is not working. Due to this some values like Fiscal Year is not getting set. So, the layout is not getting displayed.
    10) I understand that it may be due to compilation error.
    For example, I might have made some changes in the web interface. It must be saved and web interface must be regenerated before I diplay the interface again. Can you please help me in understanding the reason of this problem.
    11) Can you please help me understand the cause of point no 9. Is it a non-issue? What may be the reason that "Execute function before displaying the layout" does not work every time.
    Thanks

    Will a function that runs, before the data gets saved, work for you? You can configure such a function to run before the save command behind the save button you create in the planning application.

  • 5200:Error Executing Query

    Hi,
    I am getting below error while running a report in FR.
    5200:Error Executing Query:
    Could you please let me know what is the problem and how to resolve it.
    Thanks,

    Hi,
    This might be due to corrupt POV this can be resolved by just deleting POV for the use and again setting it up.
    Regards,
    Gyan

  • [SOLVED] Rad 7790+Catalyst = Error: unable to open display (null)

    Radeon HD 7790 + Catalyst = Error: unable to open display (null)
    Greetings,
    I've installed Arch 2 days ago(migrated from Fedora), but I'm still a newbie to linux, so please have patience.
    I've bought AMD Radeon HD 7790 recently and decided that it's time to upgrade system, but since then I had only problems with it. No LiveCD I tried (Fedora 20, Mint)  worked properly in graphics mode, so I suspected problem in built-in drivers and moved to linux with text-only installation (Arch), so I could install drivers later.
    I've followed wiki manual and installed catalyst, removed open source driver, added nomodeset parametr to GRUB etc. but I'm still stucked, because Xorg won't start(black screen and errors presented in Logs). Tried googling, but learned nothing except Radeon proprietary drivers are comparable to suicide.
    Versions:
    Kernel: 3-10.40-1-lts (catalyst_build_module sucessful)
    Catalyst: 14.4-10
    Xorg: 1.14.5-11
    Logs&Configs:
    lsmod
    fglrx 8672295 0
    amd_iommu_v2 7174 1 fglrx
    button 4765 1 fglrx
    fglrxinfo
    Error: unable to open display (null)
    Xorg.0.conf
    [ 2632.576]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2632.594] X Protocol Version 11, Revision 0
    [ 2632.600] Build Operating System: Linux 3.12.6-1-ARCH x86_64
    [ 2632.606] Current Operating System: Linux localhost 3.10.40-1-lts #1 SMP Tue May 13 12:50:03 UTC 2014 x86_64
    [ 2632.606] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4f60e723-44e9-4264-8d6c-ca62c43cf69c rw quiet nomodeset
    [ 2632.619] Build Date: 08 January 2014 01:35:51PM
    [ 2632.629]
    [ 2632.635] Current version of pixman: 0.32.4
    [ 2632.646] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2632.646] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2632.671] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 25 00:53:45 2014
    [ 2632.677] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2632.684] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2632.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2632.690] (==) ServerLayout "aticonfig Layout"
    [ 2632.690] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 2632.690] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 2632.690] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 2632.690] (==) Automatically adding devices
    [ 2632.690] (==) Automatically enabling devices
    [ 2632.690] (==) Automatically adding GPU devices
    [ 2632.690] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2632.690] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 2632.690] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2632.690] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2632.690] (II) Loader magic: 0x7fac20
    [ 2632.690] (II) Module ABI versions:
    [ 2632.690] X.Org ANSI C Emulation: 0.4
    [ 2632.690] X.Org Video Driver: 14.1
    [ 2632.690] X.Org XInput driver : 19.1
    [ 2632.691] X.Org Server Extension : 7.0
    [ 2632.692] (--) PCI:*(0:2:0:0) 1002:665c:1458:226a rev 0, Mem @ 0xc0000000/268435456, 0xde800000/8388608, 0xdffc0000/262144, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    [ 2632.698] Initializing built-in extension Generic Event Extension
    [ 2632.704] Initializing built-in extension SHAPE
    [ 2632.710] Initializing built-in extension MIT-SHM
    [ 2632.717] Initializing built-in extension XInputExtension
    [ 2632.723] Initializing built-in extension XTEST
    [ 2632.728] Initializing built-in extension BIG-REQUESTS
    [ 2632.734] Initializing built-in extension SYNC
    [ 2632.740] Initializing built-in extension XKEYBOARD
    [ 2632.745] Initializing built-in extension XC-MISC
    [ 2632.751] Initializing built-in extension SECURITY
    [ 2632.756] Initializing built-in extension XINERAMA
    [ 2632.761] Initializing built-in extension XFIXES
    [ 2632.767] Initializing built-in extension RENDER
    [ 2632.772] Initializing built-in extension RANDR
    [ 2632.777] Initializing built-in extension COMPOSITE
    [ 2632.782] Initializing built-in extension DAMAGE
    [ 2632.787] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2632.792] Initializing built-in extension DOUBLE-BUFFER
    [ 2632.797] Initializing built-in extension RECORD
    [ 2632.802] Initializing built-in extension DPMS
    [ 2632.806] Initializing built-in extension X-Resource
    [ 2632.811] Initializing built-in extension XVideo
    [ 2632.816] Initializing built-in extension XVideo-MotionCompensation
    [ 2632.821] Initializing built-in extension XFree86-VidModeExtension
    [ 2632.825] Initializing built-in extension XFree86-DGA
    [ 2632.830] Initializing built-in extension XFree86-DRI
    [ 2632.834] Initializing built-in extension DRI2
    [ 2632.834] (II) "glx" will be loaded by default.
    [ 2632.834] (II) LoadModule: "glx"
    [ 2632.834] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2632.835] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 2632.835] compiled for 6.9.0, module version = 1.0.0
    [ 2632.839] Loading extension GLX
    [ 2632.839] (II) LoadModule: "fglrx"
    [ 2632.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 2632.863] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] Module class: X.Org Video Driver
    [ 2632.863] (II) Loading sub module "fglrxdrm"
    [ 2632.863] (II) LoadModule: "fglrxdrm"
    [ 2632.863] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.863] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 2632.864] (II) AMD Proprietary Linux Driver Release Identifier: 14.10.1006
    [ 2632.864] (II) AMD Proprietary Linux Driver Build Date: Apr 17 2014 21:15:33
    [ 2632.864] (--) using VT number 2
    [ 2632.885] (WW) Falling back to old probe method for fglrx
    [ 2632.899] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.901] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.901] ukiOpenDevice: open result is 11, (OK)
    [ 2632.901] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 2632.901] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.904] (--) Chipset Supported AMD Graphics Processor (0x665C) found
    [ 2632.904] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
    [ 2632.905] (II) fglrx(0): pEnt->device->identifier=0x11bea10
    [ 2632.905] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [ 2632.905] (II) Loading sub module "vgahw"
    [ 2632.905] (II) LoadModule: "vgahw"
    [ 2632.905] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 2632.905] (II) Module vgahw: vendor="X.Org Foundation"
    [ 2632.906] compiled for 1.14.5, module version = 0.1.0
    [ 2632.906] ABI class: X.Org Video Driver, version 14.1
    [ 2632.906] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 2632.906] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2632.906] (==) fglrx(0): Default visual is TrueColor
    [ 2632.906] (**) fglrx(0): Option "DPMS" "true"
    [ 2632.906] (==) fglrx(0): RGB weight 888
    [ 2632.906] (II) fglrx(0): Using 8 bits per RGB
    [ 2632.906] (==) fglrx(0): Buffer Tiling is ON
    [ 2632.906] (II) Loading sub module "fglrxdrm"
    [ 2632.906] (II) LoadModule: "fglrxdrm"
    [ 2632.906] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.906] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.906] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.908] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.908] ukiOpenDevice: open result is 13, (OK)
    [ 2632.908] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 2632.908] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.908] (**) fglrx(0): NoAccel = NO
    [ 2632.909] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 2632.909] (--) fglrx(0): Chipset: "AMD Radeon HD 7700 Series" (Chipset = 0x665c)
    [ 2632.909] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0x226a)
    [ 2632.909] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 2632.909] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 2632.909] (--) fglrx(0): MMIO registers at 0xdffc0000
    [ 2632.909] (--) fglrx(0): I/O port at 0x0000e800
    [ 2632.909] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 2632.909] (II) fglrx(0): AC Adapter is used
    [ 2632.914] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 2632.914] (II) Loading sub module "vbe"
    [ 2632.914] (II) LoadModule: "vbe"
    [ 2632.915] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 2632.915] (II) Module vbe: vendor="X.Org Foundation"
    [ 2632.915] compiled for 1.14.5, module version = 1.1.0
    [ 2632.915] ABI class: X.Org Video Driver, version 14.1
    [ 2632.915] (II) fglrx(0): VESA BIOS detected
    [ 2632.915] (II) fglrx(0): VESA VBE Version 3.0
    [ 2632.915] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 2632.915] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Software Rev: 15.32
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product: BONAIRE
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 2632.915] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 2632.915] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
    [ 2632.915] (II) fglrx(0): PCIE card detected
    [ 2632.915] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 2632.915] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 2632.915] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
    [ 2632.915] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 2632.915] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 2632.915] (II) Loading sub module "fb"
    [ 2632.915] (II) LoadModule: "fb"
    [ 2632.916] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2632.916] (II) Module fb: vendor="X.Org Foundation"
    [ 2632.916] compiled for 1.14.5, module version = 1.0.0
    [ 2632.916] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2632.916] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 2632.916] (II) Loading sub module "ddc"
    [ 2632.916] (II) LoadModule: "ddc"
    [ 2632.916] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 2633.034] (II) fglrx(0): Output DFP2 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP3 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP4 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP5 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP6 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP7 has no monitor section
    [ 2633.034] (II) fglrx(0): Output CRT1 has no monitor section
    [ 2633.034] (II) Loading sub module "ddc"
    [ 2633.034] (II) LoadModule: "ddc"
    [ 2633.034] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Connected Display0: CRT1
    [ 2633.034] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 2633.034] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.034] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.034] (II) fglrx(0): EDID Version: 1.3
    [ 2633.034] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.034] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.034] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.034] (II) fglrx(0): Gamma: 2.20
    [ 2633.034] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.034] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.034] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.034] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.034] (II) fglrx(0): Supported established timings:
    [ 2633.034] (II) fglrx(0): 720x400@70Hz
    [ 2633.034] (II) fglrx(0): 640x480@60Hz
    [ 2633.034] (II) fglrx(0): 640x480@67Hz
    [ 2633.034] (II) fglrx(0): 640x480@72Hz
    [ 2633.034] (II) fglrx(0): 640x480@75Hz
    [ 2633.034] (II) fglrx(0): 800x600@56Hz
    [ 2633.034] (II) fglrx(0): 800x600@60Hz
    [ 2633.034] (II) fglrx(0): 800x600@72Hz
    [ 2633.034] (II) fglrx(0): 800x600@75Hz
    [ 2633.034] (II) fglrx(0): 832x624@75Hz
    [ 2633.034] (II) fglrx(0): 1024x768@60Hz
    [ 2633.034] (II) fglrx(0): 1024x768@70Hz
    [ 2633.034] (II) fglrx(0): 1024x768@75Hz
    [ 2633.035] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.035] (II) fglrx(0): 1152x864@75Hz
    [ 2633.035] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.035] (II) fglrx(0): Supported standard timings:
    [ 2633.035] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.035] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.035] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.035] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.035] (II) fglrx(0): Supported detailed timing:
    [ 2633.035] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.035] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.035] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.035] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.035] (II) fglrx(0): Monitor name: L1918S
    [ 2633.035] (II) fglrx(0): Monitor name:
    [ 2633.035] (II) fglrx(0): EDID (in hex):
    [ 2633.035] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.035] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.035] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.035] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.035] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.035] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.035] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.035] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.035] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 2633.035] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 2633.036] (II) fglrx(0): EDID for output DFP1
    [ 2633.036] (II) fglrx(0): EDID for output DFP2
    [ 2633.036] (II) fglrx(0): EDID for output DFP3
    [ 2633.036] (II) fglrx(0): EDID for output DFP4
    [ 2633.036] (II) fglrx(0): EDID for output DFP5
    [ 2633.036] (II) fglrx(0): EDID for output DFP6
    [ 2633.036] (II) fglrx(0): EDID for output DFP7
    [ 2633.036] (II) fglrx(0): EDID for output CRT1
    [ 2633.036] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.036] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.036] (II) fglrx(0): EDID Version: 1.3
    [ 2633.036] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.036] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.036] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.036] (II) fglrx(0): Gamma: 2.20
    [ 2633.036] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.036] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.036] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.036] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.036] (II) fglrx(0): Supported established timings:
    [ 2633.036] (II) fglrx(0): 720x400@70Hz
    [ 2633.036] (II) fglrx(0): 640x480@60Hz
    [ 2633.036] (II) fglrx(0): 640x480@67Hz
    [ 2633.036] (II) fglrx(0): 640x480@72Hz
    [ 2633.036] (II) fglrx(0): 640x480@75Hz
    [ 2633.036] (II) fglrx(0): 800x600@56Hz
    [ 2633.036] (II) fglrx(0): 800x600@60Hz
    [ 2633.036] (II) fglrx(0): 800x600@72Hz
    [ 2633.036] (II) fglrx(0): 800x600@75Hz
    [ 2633.036] (II) fglrx(0): 832x624@75Hz
    [ 2633.037] (II) fglrx(0): 1024x768@60Hz
    [ 2633.037] (II) fglrx(0): 1024x768@70Hz
    [ 2633.037] (II) fglrx(0): 1024x768@75Hz
    [ 2633.037] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.037] (II) fglrx(0): 1152x864@75Hz
    [ 2633.037] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.037] (II) fglrx(0): Supported standard timings:
    [ 2633.037] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.037] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.037] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.037] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.037] (II) fglrx(0): Supported detailed timing:
    [ 2633.037] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.037] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.037] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.037] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.037] (II) fglrx(0): Monitor name: L1918S
    [ 2633.037] (II) fglrx(0): Monitor name:
    [ 2633.037] (II) fglrx(0): EDID (in hex):
    [ 2633.037] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.037] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.037] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.037] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.037] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.037] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.037] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.037] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.037] (II) fglrx(0): Printing probed modes for output CRT1
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x75.0 135.00 1280 1296 1440 1688 768 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1328 1440 1688 768 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x75.0 135.00 1280 1296 1440 1688 720 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1328 1440 1688 720 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2633.037] (II) fglrx(0): Output DFP1 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP2 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP3 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP4 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP5 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP6 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP7 disconnected
    [ 2633.038] (II) fglrx(0): Output CRT1 connected
    [ 2633.038] (II) fglrx(0): Using exact sizes for initial modes
    [ 2633.038] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
    [ 2633.038] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2633.038] (II) fglrx(0): DPI set to (96, 96)
    [ 2633.038] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 2633.038] (II) fglrx(0): Adapter AMD Radeon HD 7700 Series has 6 configurable heads and 1 displays connected.
    [ 2633.038] (==) fglrx(0): PseudoColor visuals disabled
    [ 2633.038] (II) Loading sub module "ramdac"
    [ 2633.038] (II) LoadModule: "ramdac"
    [ 2633.038] (II) Module "ramdac" already built-in
    [ 2633.038] (==) fglrx(0): NoDRI = NO
    [ 2633.038] (==) fglrx(0): Capabilities: 0x00000000
    [ 2633.038] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 2633.038] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 2633.038] (==) fglrx(0): UseFastTLS=0
    [ 2633.038] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 2633.038] (--) Depth 24 pixmap format is 32 bpp
    [ 2633.038] Loading extension ATIFGLRXDRI
    [ 2633.038] (II) fglrx(0): doing swlDriScreenInit
    [ 2633.038] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.039] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.039] ukiOpenDevice: open result is 14, (OK)
    [ 2633.039] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 2633.039] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.039] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 2633.039] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
    [ 2633.039] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x3c000
    [ 2633.039] (II) fglrx(0): [uki] mapped SAREA 0x3c000 to 0x7f000fd0d000
    [ 2633.039] (II) fglrx(0): [uki] framebuffer handle = 0x3d000
    [ 2633.039] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 2633.039] (II) fglrx(0): swlDriScreenInit done
    [ 2633.039] (II) fglrx(0): Kernel Module Version Information:
    [ 2633.039] (II) fglrx(0): Name: fglrx
    [ 2633.039] (II) fglrx(0): Version: 14.10.2
    [ 2633.039] (II) fglrx(0): Date: Apr 17 2014
    [ 2633.039] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 2633.039] (II) fglrx(0): Kernel Module version matches driver.
    [ 2633.039] (II) fglrx(0): Kernel Module Build Time Information:
    [ 2633.039] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.10.40-1-lts
    [ 2633.039] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 2633.039] (II) fglrx(0): [uki] register handle = 0x0003e000
    [ 2633.040] (II) fglrx(0): DRI initialization successfull
    [ 2633.040] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x01040000
    [ 2633.041] (==) fglrx(0): Backing store disabled
    [ 2633.041] Loading extension FGLRXEXTENSION
    [ 2633.041] (**) fglrx(0): DPMS enabled
    [ 2633.041] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 2633.041] (**) fglrx(0): Textured Video is enabled.
    [ 2633.041] (II) LoadModule: "glesx"
    [ 2633.042] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 2633.043] (II) Module glesx: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 1.0.0
    [ 2633.043] Loading extension GLESX
    [ 2633.043] (II) fglrx(0): GLESX enableFlags = 8784
    [ 2633.043] (II) fglrx(0): GLESX is enabled
    [ 2633.043] (II) LoadModule: "amdxmm"
    [ 2633.043] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 2633.043] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 2.0.0
    [ 2633.055] Loading extension AMDXVOPL
    [ 2633.055] Loading extension AMDXVBA
    [ 2633.055] (II) fglrx(0): Enable composite support successfully
    [ 2633.055] (WW) fglrx(0): Option "VendorName" is not used
    [ 2633.055] (WW) fglrx(0): Option "ModelName" is not used
    [ 2633.055] (II) fglrx(0): X context handle = 0x1
    [ 2633.055] (II) fglrx(0): [DRI] installation complete
    [ 2633.055] (==) fglrx(0): Silken mouse enabled
    [ 2633.056] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 2633.056] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2633.414] (--) RandR disabled
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.432] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.432] ukiOpenDevice: open result is 15, (OK)
    [ 2633.432] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 2633.432] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.432] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.443] ukiOpenDevice: open result is 16, (OK)
    [ 2633.443] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiDynamicMajor: found major device number 250
    [ 2633.446] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.446] ukiOpenDevice: open result is 16, (OK)
    [ 2633.446] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 2633.446] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.525] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.526] ukiOpenDevice: open result is 17, (OK)
    [ 2633.526] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiDynamicMajor: found major device number 250
    [ 2633.527] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.527] ukiOpenDevice: open result is 17, (OK)
    [ 2633.527] ukiOpenByBusid: ukiOpenMinor returns 17
    [ 2633.527] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.546] (II) fglrx(0): OverDrive6 Detected!
    [ 2633.551] (II) fglrx(0): Setting screen physical size to 338 x 270
    [ 2633.594] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 2633.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.594] (II) LoadModule: "evdev"
    [ 2633.595] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2633.595] (II) Module evdev: vendor="X.Org Foundation"
    [ 2633.595] compiled for 1.14.3, module version = 2.8.2
    [ 2633.595] Module class: X.Org XInput Driver
    [ 2633.595] ABI class: X.Org XInput driver, version 19.1
    [ 2633.595] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.595] (**) Power Button: always reports core events
    [ 2633.595] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 2633.595] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.595] (--) evdev: Power Button: Found keys
    [ 2633.595] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 2633.595] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2633.595] (**) Option "xkb_rules" "evdev"
    [ 2633.595] (**) Option "xkb_model" "pc104"
    [ 2633.595] (**) Option "xkb_layout" "us"
    [ 2633.634] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2633.634] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.634] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.634] (**) Power Button: always reports core events
    [ 2633.634] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2633.634] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.634] (--) evdev: Power Button: Found keys
    [ 2633.634] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 2633.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2633.634] (**) Option "xkb_rules" "evdev"
    [ 2633.634] (**) Option "xkb_model" "pc104"
    [ 2633.634] (**) Option "xkb_layout" "us"
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 2633.635] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc051
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2633.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1/event1"
    [ 2633.635] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 2633.635] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event6)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event7)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event8)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event10)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event11)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event12)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event13)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event9)
    [ 2633.639] (II) No input driver specified, ignoring this device.
    [ 2633.639] (II) This device may have been added with another device file.
    [ 2633.639] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2633.639] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2633.639] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2633.639] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2633.639] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2633.639] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2633.639] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2633.639] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 2633.639] (**) Option "xkb_rules" "evdev"
    [ 2633.639] (**) Option "xkb_model" "pc104"
    [ 2633.639] (**) Option "xkb_layout" "us"
    [ 2633.640] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2633.640] (II) No input driver specified, ignoring this device.
    [ 2633.640] (II) This device may have been added with another device file.
    [ 2635.885] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 2639.300] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2639.300] (II) fglrx(0): Backup framebuffer data.
    [ 2639.333] (II) fglrx(0): Backup complete.
    [ 2653.729] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.732] (II) fglrx(0): Shutdown CMMQS
    [ 2653.735] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 2653.735] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x3c000 at 0x7f000fd0d000
    [ 2653.735] (EE)
    [ 2653.740] (EE) Backtrace:
    [ 2653.745] (EE) 0: Xorg (xorg_backtrace+0x3d) [0x57e04d]
    [ 2653.750] (EE) 1: Xorg (0x400000+0x181da9) [0x581da9]
    [ 2653.754] (EE) 2: /usr/lib/libpthread.so.0 (0x7f000f1e8000+0xf4b0) [0x7f000f1f74b0]
    [ 2653.759] (EE) 3: /usr/lib/libpciaccess.so.0 (0x7f000f406000+0x503e) [0x7f000f40b03e]
    [ 2653.765] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_x_inb+0x46) [0x7f000bb46126]
    [ 2653.771] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x9e2e05) [0x7f000bb3ee05]
    [ 2653.776] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (X86EMU_exec+0xa5) [0x7f000bb32555]
    [ 2653.782] (EE) 7: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_xf86ExecX86int10+0x46) [0x7f000bb47286]
    [ 2653.788] (EE) 8: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xf86ExecX86int10+0xd) [0x7f000b56897d]
    [ 2653.793] (EE) 9: /usr/lib/xorg/modules/libvbe.so (VBESetVBEMode+0x9d) [0x7f000ab0163d]
    [ 2653.799] (EE) 10: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x441623) [0x7f000b59d623]
    [ 2653.805] (EE) 11: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxVBESetConsoleMode+0x44) [0x7f000b59d474]
    [ 2653.811] (EE) 12: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxFreeScreen+0x73e) [0x7f000b6ffc1e]
    [ 2653.817] (EE) 13: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxCloseScreen+0x321) [0x7f000b6ff241]
    [ 2653.823] (EE) 14: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0xa4a846) [0x7f000bba6846]
    [ 2653.828] (EE) 15: Xorg (0x400000+0xc3136) [0x4c3136]
    [ 2653.833] (EE) 16: Xorg (0x400000+0x106964) [0x506964]
    [ 2653.838] (EE) 17: Xorg (0x400000+0x24cd7) [0x424cd7]
    [ 2653.843] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f000e058000]
    [ 2653.848] (EE) 19: Xorg (0x400000+0x24f0f) [0x424f0f]
    [ 2653.857] (EE)
    [ 2653.861] (EE) Segmentation fault at address 0x0
    [ 2653.866] (EE)
    Fatal server error:
    [ 2653.874] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 2653.878] (EE)
    [ 2653.883] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2653.899] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 2653.904] (EE)
    [ 2653.908] (EE) Server terminated with error (1). Closing log file.
    xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I'm sure that the main problem is between keyboard and chair, but I'd like to know, what's wrong with pc
    Thanks for your efforts.
    Last edited by Mytrin (2014-05-25 19:09:02)

    I've managed to solve this error:
    (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory
    There was missing library and few directories, which I found according to this http://www.reddit.com/r/archlinux/comme … _correctly at /usr/lib/dri, so I had to just symlink it. However, "unable to open display" error is still annoying me and Xorg is not working.
    EDIT: Found EE about missing commands in new Xorg.0.log and installed xterm to solve this. Now I don't have entirely black screen after startx. There is white rectangular terminal and fglrxinfo seems to be all right as it detected my Radeon and OpenGL. Now I have to install some DE, but that's another story. Marking as [SOLVED] and once again thanks to clfarron4 for reply.
    Last edited by Mytrin (2014-05-25 19:06:09)

Maybe you are looking for

  • Error while creating billing document using VF04 transaction

    Hi All, User is trying to create billing document using VF04 with ference to delivery number. When pressing save in invoice creation system SAP gives invoice document number (No accouting document generated). but no documents are actually created. Wh

  • My iTunes Account Is Locked, How Can I Unlock It?

    I was going to rent a film from the iTunes store, and I was doing this on a new computer so I had to enter my Security Questions. It kept saying I was putting in the wrong answers, and then my account was locked. How can I unlock it?

  • Java app. consuming 100% of PC resouces

    I have an application that works great with the exception that it comsumes all resouces on a PC running Windows 2000 or XP. When the application is running multitasking by the OS is nearly disabled. Looking at resouces consumed, the Java application

  • How to setup User-level LaunchDaemons and scp/rsync

    We are trying to rsync/scp scripts from a Xserve 10.6 (just installed) to an Xserve 10.4, both of which which run scientific models, and transfer output files between systems automatically. These scripts must start automatically on reboot. This is ea

  • Global timeline stretch possible??

    Is there a way to do a global timeline stretch in CS4 ? Basically I need to change the animation speed from 12 fps to 25 fps - but I dont wont the movie to play twice as fast, and I don't want to have to manually move each key frame to fix it because