Authorization doesn't work

My trial version of Aperture expired and I purchased an online authorization serial number through the Apple Store. (Seeking instant gratification rather than waiting for a packaged version to be delivered... bad decision, I guess.)
When I try to authorize the software, I can't get it to work. I have cut and pasted the new authorization serial number, so I know that it is correct. It asks for the original serial number 'from the packaging', but I got the trial version online. When I enter what I assume is the original serial number from the welcome screen, I get nothing. This is a frustrating circular loop with no apparent way to resolve it.
What am I doing wrong... please and thank you.
Jaws

rwboyer: You did mention it in the earliest note you posted and I am chagrined that I didn't pick it up when first I read it.
At that time I thought the 'full' version of Aperture listed on the website was an up-sell by Apple that had features beyond the trial version I had tried and liked. If, like me, you are a new user of Aperture and got your trial version by downloading it, unless you know that a 1.5 version of Aperture is out there and has an Upgrade to 2.x available, the term 'Upgrade' seems, on plain reading, to fit with the objective of moving up from the (now expired) trial version to a version that permanently works. Added to that was time pressure which meant I didn't read all the surrounding sales material on the site.
You might be interested to hear that when I spoke with Apple, the agent said that about half the people calling in have the same problem as I did and they have tried re-wording the website but haven't found wording that helps. I could suggest some, but it includes words like "not that one dummy".
They did give me a refund on my incorrect purchase and I am now back in action with the correct upgrade.
Anyway, I appreciate your help, even if my failure to grasp its significance relegates me to the bottom 50 percentile group.
Thanks for your time.
jaws

Similar Messages

  • Proxy authorization doesn't work with JSSE 1.02

    Hello,
    Seems like there is no common way to authenticate with proxy for HTTP and HTTPS.
    Connecting to http://... - works fine, but https://... returns error message:
    Unable to tunnel through 111.111.111.111:8080. Proxy returns "HTTP/1.0 407 Proxy Authentication Required"
    (IP address is intentionally changed in the message above)
    I'm using JSSE with VAJ JDK 1.2 and here is a Java code snippet that works well with HTTP connections:
         Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
         System.setProperty("java.protocol.handler.pkgs",
              "com.sun.net.ssl.internal.www.protocol");
         System.setProperty("https.proxyHost", proxyHost);
         System.setProperty("https.proxyPort", proxyPort);
         System.setProperty("http.proxyHost", proxyHost);
         System.setProperty("http.proxyPort", proxyPort);
         try {
              URL url = new URL("https://www.sun.com");
              URLConnection connection = url.openConnection();
              String authString = proxyUserID + ":" + proxyPasswd;
              String encodedAuthString =
                   "Basic " + new sun.misc.BASE64Encoder().encode(authString.getBytes());
              connection.setUseCaches(false);
              connection.setRequestProperty("Proxy-authorization", encodedAuthString);
    Listening to the network traffic helped me to understand that there is a difference between the way HTTP and HTTPS is handled. For some reason HTTPS ignores all the headers that I specify using setRequestProperty().
    Here is example of request and responses sent by HTTPS handler:
    Request:
    CONNECT 198.175.98.32:443 HTTP/1.0
    User-Agent: JSSE
    Proxy response:
    HTTP/1.0 407 Proxy Authentication Required
    Date: Wed, 07 Nov 2001 22:04:11 GMT
    Content-Length: 233
    Content-Type: text/html
    Server: NetCache (NetApp/5.1R2D4)
    Proxy-Authenticate: basic realm="NETCACHE2"
    Please note that there is no Proxy-authorization header in the request above.
    Compare it with HTTPS request sent by Netscape browser:
    Request to proxy:
    CONNECT www.sun.com:443 HTTP/1.0
    Proxy-authorization: Basic am0vbDphrGxHa22lLg==
    User-Agent: Mozilla/4.76 [en] (Windows NT 5.0; U)
    Response:
    HTTP/1.0 200 Connection established
    Proxy-Agent: NetCache NetApp/5.1R2D4
    So, the question is:
    What is the best way to pass "Proxy-authorization" header to proxy server??
    Thanks in advance for your time.

    Hi, I am also facing same problem
    Software : Weblogic jdk1.3.1
    If anyone know the solution ,Please help me
    Thanks,
    Suneel

  • I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    Please quote the exact error message, word-for-word, verbatim.
    What is your operating system?
    What version of Lightroom?

  • Authorization Variable doesn't work in Workbook

    Hi all,
    I have defined authorization variable for a characteristics in Query. When I run the query, the variable's value can be derived from user's authorization. But when running in workbook, it doesn't work. The value is empty and workbook shows "No Authorization". Does anyone have the same problem?

    Dear Eric,
    Are you sure that you have enabled the authorization object for your InfoProvider? This is something that has to be done in transaction RSSM after an authorization object as been created.
    Greetings,
    Stefan

  • After upgrading to iOS 7.0 my iMessage doesn't work and it says it is "waiting for authorization". When I try to activate it, it won't connect.

    I upgraded to iOS 7.0 and now my iMessage doesn't work. My phone reads "waiting for activation" When I try signing in I get a message "Could not sign in. Please check your network connections and try again". My network connection is fine for all other applications. Any help?

    Hello Remundy,
    Thank you for the details of the issue you are experiencing with iMessage.  I recommend reviewing the following article:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Ping authorization via e-mail doesn't work. I have an iTunes account but must seek authorization for Ping. I don't know why this is but I never get an e-mail message with the link. Why?

    Hi. I use iTunes for podcasts and to burn MP3s from audible.com. It works great except PING. I need to confirm my identity to the PING server. It purports to sen me an e-mail but I never get it. Why is this?

    Hello Ulrich,
    thank you for your answer. Concerning the dataflow I agree and it is what I usually do. Actually I follow the dataflow paradigm whenever there is no problem (the 'false case' in the screenshot):
    “FW102x Initialize.vi” -> “FW102x Get Position.vi” -> “FW102x Set Position.vi”.
    Whenever there is a mistake, this just doesn't work with these drivers. The sequence
    “FW102x Initialize.vi” -> “FW102x Get Position.vi”  -> ///error/// -> “FW102x Close.vi”, “FW102x Reset.vi”  ;; “FW102x Initialize.vi”
    will give me errors for “FW102x Close.vi”, “FW102x Reset.vi”  and “FW102x Initialize.vi” reporting "session handle not valid". However, if I "bypass" the instrument handles directly from the first "Initialize" to "Close" and "Reset", they will report the same error, but the second "Initialize" will work again. I can even merge the first two frames and execute "Close" and "Reset" at the same time to do so. But whenever I try something else, e.g. do the 'correct' wiring, I am unable to close, reset or reinitialize. I have to restart LabView completely, to make the vi work again. So I guess the session is still hanging around somewhere in memory, but I can't access it anymore.
    Surprisingly, wherever I put Probes on the data handle wires they show the correct "ASRL5::INSTR" (with or without correct wiring). But only the "Bypass" wire makes the vi work. Since you couldn't find the drivers in the driver network, I guess they might just run into problems, if an error occurs.
    But thanks for your comment anyway. The problem is fixed for the moment. It's just that I prefer to actually know what I am doing here instead of producing some code I'd rather not show anyone.
    Carsten

  • Team Foundation Server 2013 trace doesn't work

    I'm trying to turn on tracing on my TFS 2013 instance. To do this I'm modifying C:\Program Files\Microsoft Team Foundation
    Server 12.0\Application Tier\Web Services\web.config file like this:
    <appSettings>
    <add key="traceWriter" value="true" />
    <add key="traceDirectoryName" value="%TEMP%\\TFLogFiles" />
    </appSettings>
    <system.diagnostics>
    <assert assertuienabled="false" />
    <trace autoflush="false" indentsize="4" />
    <switches>
    <add name="API" value="4" />
    <add name="Authentication" value="4" />
    <add name="Authorization" value="4" />
    <add name="Database" value="4" />
    <add name="General" value="4" />
    <!-- WorkItem trace switches -->
    <add name="traceLevel" value="4" />
    </switches>
    </system.diagnostics>
    After these manipulations log files appear but they are not verbose at all. I tried the same step with 2 different TFS
    2013 deployments and got no results. I also tried this technique with TFS 2010 and it works.
    Has anybody tried this feature with TFS 2013 or has precise  instructions how to turn off detailed tracing on TFS 2013 (I found the only good article for
    outdated TFS 2010: http://blogs.msdn.com/b/bryang/archive/2011/11/14/tracing-in-team-foundation-server-2010.aspx)

    Hi Shkleinik & Kevin,
    TFS 2013 includes low-level tracing for diagnosing complex server problems. You can refer to the page below for tracing configuration for TFS 2013, chekc if it works.
    http://larzjoakimnilzzon.blogspot.in/2012/04/tracelogging-configuration-in-team.html
    If it doesn't work and you want to report to MS, then you can submit it to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio. Microsoft engineers will evaluate it seriously.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I bought a song on ITUNES and had problems downloading it. I got in touch with support and and they downloaded the song to my account but now when I try to play it, it tells me my computer isn't authorized to . Reauthorizing computer doesn't work. HELP

    I bought a song in ITUNES and had problem downloading it. I contacted support and they downloaded the song for me. Now when I try to play the song, I get a message saying my computer isn't authorized to play it. I try reauthorizing but that doesn't work, just keep getting the same message. Can anyone help?

    Hello
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Best of luck,
    Mario

  • Can't Add Credit Card (submit button doesn't work)

    Hey. Recently come across a problem trying to add my credit card so I could buy a Twitter app that works with Twitters new authorization.
    The submit button doesn't work. It is still there, but it is unclickable, it doesn't load up anything, or do anything. It doesn't change to being clickable at any time.
    If it helps, I have the Palm Pre, I'm with O2 (UK).
    Can anyone help?
    Post relates to: Pre p100ueu (O2)

    This sounds like a credit card related issue. Has anything about your credit card changed, like a new expiration data? You can go to App Catalog, tap the drop-down menu, select Preferences and Accounts, then choose the account name, enter your profile password, tap continue, When the Edit Credit Card screen appears, re-enter the credit card number and confirm that the remaining info is valid or enter any new information, then submit.

  • L2TP on Cisco ASA 5505, just doesn't work??!

    This is pretty urgent, client expects me to have this up by lunch today
    So, there is this Cisco ASA 5505 ver 8.4.
    Most things work but now I want to setup a vpn connection...
    I have done this 2 ways, first by using the "VPN Wizard" in ASDM and then 5 hours later removing everything and configuring from cli.
    And it just doesn't work, client (WinXP & Win7) gets "error 792" and sometimes "error 789" (both indicating problem with phase 1, I'm pretty sure of that)
    Googling on those gives a few suggestions none works.
    All I get in the log on Cisco is the "Error processing payload: Payload ID: 1"
    Googling on that only comes up with a few pages telling me this message is caused by an error. (Yeah, I could never have guessed...)
    For the cli config, I followed this tutorial carefully (3 times actually...)
    http://www.cisco.com/en/US/docs/secu...html#wp1117464
    I'm using PSK for IPSec, entered same on Cisco and client - checked several times, this is not a password/PSK issue.
    Ports opened on Cisco: 500, 1701, 4500
    (For a try I opened all ports, no change.)
    And here's the "show run":
    Code:
    ASA Version 8.4(2)
    hostname ciscoasa
    enable password <string> encrypted
    passwd <string> encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    switchport access vlan 7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.5.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address #.#.#.# 255.255.255.252
    interface Vlan7
    description VLAN till kontor
    no forward interface Vlan2
    nameif kontor
    security-level 100
    ip address 172.16.5.1 255.255.255.0
    ftp mode passive
    clock timezone GMT 0
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network Webserver
    host 192.168.5.2
    object network Webserver443
    host 192.168.5.2
    object network rdp
    host 192.168.5.2
    object network vpnserver
    host 192.168.5.2
    object service vpn-service-group
    object network VPN
    host 192.168.5.2
    object-group service Webports tcp-udp
    description Portar för webbserver
    port-object eq 443
    port-object eq www
    object-group service DM_INLINE_TCP_1 tcp
    group-object Webports
    port-object eq www
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    object-group service VPNports tcp-udp
    port-object eq 1701
    port-object eq 4500
    port-object eq 500
    object-group service RDP tcp-udp
    port-object eq 3389
    object-group service vpn-services tcp-udp
    port-object eq 1701
    port-object eq 500
    access-list outside_access_in extended permit tcp any object Webserver eq www
    access-list outside_access_in_1 extended permit tcp any object Webserver object-group DM_INLINE_TCP_1
    access-list outside_access_in_1 remark Ãppnar för vpn
    access-list outside_access_in_1 extended permit object-group TCPUDP any any object-group VPNports
    access-list outside_access_in_1 extended permit object-group TCPUDP any any object-group RDP
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu kontor 1500
    ip local pool vpn1 10.10.10.10-10.10.10.50 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    object network obj_any
    nat (inside,outside) dynamic interface
    object network Webserver
    nat (inside,outside) static interface service tcp www www
    object network Webserver443
    nat (inside,outside) static interface service tcp https https
    object network rdp
    nat (inside,outside) static interface service tcp 3389 3389
    access-group outside_access_in_1 in interface outside
    route outside 0.0.0.0 0.0.0.0 79.142.243.33 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    aaa authentication ssh console LOCAL
    aaa authorization command LOCAL
    aaa authorization exec LOCAL
    http server enable
    http 0.0.0.0 0.0.0.0 inside
    http 0.0.0.0 0.0.0.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA mode transport
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set TRANS_ESP_3DES_SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set TRANS_ESP_3DES_SHA mode transport
    crypto ipsec ikev2 ipsec-proposal 3DES-SHA
    protocol esp encryption aes-256 aes-192 aes 3des
    protocol esp integrity sha-1 md5
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev2 ipsec-proposal 3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ca trustpoint ASDM_TrustPoint0
    enrollment self
    subject-name CN=ciscoasa
    proxy-ldc-issuer
    crl configure
    crypto ca certificate chain ASDM_TrustPoint0
    .... (sorry, not giving you the cert...)
    crypto ikev2 policy 1
    encryption 3des
    integrity sha
    group 2 1
    prf sha
    lifetime seconds 86400
    crypto ikev1 enable outside
    crypto ikev1 policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 1
    lifetime 86400
    crypto ikev1 policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 1
    lifetime 86400
    crypto ikev1 policy 30
    authentication pre-share
    encryption aes-256
    hash sha
    group 1
    lifetime 86400
    crypto ikev1 policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 50
    authentication rsa-sig
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 120
    authentication pre-share
    encryption 3des
    hash sha
    group 1
    lifetime 86400
    crypto ikev1 policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh scopy enable
    ssh 0.0.0.0 0.0.0.0 inside
    ssh 0.0.0.0 0.0.0.0 outside
    ssh timeout 10
    console timeout 0
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    l2tp tunnel hello 100
    dhcpd dns 8.8.8.8
    dhcpd auto_config outside
    dhcpd address 192.168.5.11-192.168.5.36 inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy DefaultRAGroup internal
    group-policy DefaultRAGroup attributes
    vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec
    address-pools value vpn1
    group-policy DfltGrpPolicy attributes
    dns-server value 79.142.240.10
    vpn-tunnel-protocol l2tp-ipsec
    address-pools value vpn1
    username test password <string> nt-encrypted
    username someoneelse password <string> nt-encrypted privilege 15
    username someoneelse attributes
    vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec
    service-type admin
    username someone password <string> nt-encrypted privilege 0
    tunnel-group DefaultRAGroup general-attributes
    authorization-server-group LOCAL
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    tunnel-group vpn1 type remote-access
    tunnel-group vpn1 ipsec-attributes
    ikev1 pre-shared-key *****
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    privilege cmd level 3 mode exec command perfmon
    privilege cmd level 3 mode exec command ping
    privilege cmd level 3 mode exec command who
    privilege cmd level 3 mode exec command logging
    privilege cmd level 3 mode exec command failover
    privilege cmd level 3 mode exec command packet-tracer
    privilege show level 5 mode exec command import
    privilege show level 5 mode exec command running-config
    privilege show level 3 mode exec command reload
    privilege show level 3 mode exec command mode
    privilege show level 3 mode exec command firewall
    privilege show level 3 mode exec command asp
    privilege show level 3 mode exec command cpu
    privilege show level 3 mode exec command interface
    privilege show level 3 mode exec command clock
    privilege show level 3 mode exec command dns-hosts
    privilege show level 3 mode exec command access-list
    privilege show level 3 mode exec command logging
    privilege show level 3 mode exec command vlan
    privilege show level 3 mode exec command ip
    privilege show level 3 mode exec command ipv6
    privilege show level 3 mode exec command failover
    privilege show level 3 mode exec command asdm
    privilege show level 3 mode exec command arp
    privilege show level 3 mode exec command route
    privilege show level 3 mode exec command ospf
    privilege show level 3 mode exec command aaa-server
    privilege show level 3 mode exec command aaa
    privilege show level 3 mode exec command eigrp
    privilege show level 3 mode exec command crypto
    privilege show level 3 mode exec command ssh
    privilege show level 3 mode exec command vpn-sessiondb
    privilege show level 3 mode exec command vpnclient
    privilege show level 3 mode exec command vpn
    privilege show level 3 mode exec command dhcpd
    privilege show level 3 mode exec command blocks
    privilege show level 3 mode exec command wccp
    privilege show level 3 mode exec command dynamic-filter
    privilege show level 3 mode exec command webvpn
    privilege show level 3 mode exec command module
    privilege show level 3 mode exec command uauth
    privilege show level 3 mode exec command compression
    privilege show level 3 mode configure command interface
    privilege show level 3 mode configure command clock
    privilege show level 3 mode configure command access-list
    privilege show level 3 mode configure command logging
    privilege show level 3 mode configure command ip
    privilege show level 3 mode configure command failover
    privilege show level 5 mode configure command asdm
    privilege show level 3 mode configure command arp
    privilege show level 3 mode configure command route
    privilege show level 3 mode configure command aaa-server
    privilege show level 3 mode configure command aaa
    privilege show level 3 mode configure command crypto
    privilege show level 3 mode configure command ssh
    privilege show level 3 mode configure command dhcpd
    privilege show level 5 mode configure command privilege
    privilege clear level 3 mode exec command dns-hosts
    privilege clear level 3 mode exec command logging
    privilege clear level 3 mode exec command arp
    privilege clear level 3 mode exec command aaa-server
    privilege clear level 3 mode exec command crypto
    privilege clear level 3 mode exec command dynamic-filter
    privilege cmd level 3 mode configure command failover
    privilege clear level 3 mode configure command logging
    privilege clear level 3 mode configure command arp
    privilege clear level 3 mode configure command crypto
    privilege clear level 3 mode configure command aaa-server
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:dd92aa6707dc63e8ed7dad47cfecdd47
    : end
    In Pingvino Veritas!

    I lmost got it working now, new problem is that the connection is immediately ended.
    Logs shows that client is authenticated and assigned an ip.
    From the logs, all happens during one second:
    IPAA: Client assigned ip-address from local pool
    IPAA: Local pool request succeeded for tunnel-group
    IPAA: Freeing local pool address
    L2TP Tunnel created, tunnel_id is 24
    L2TP Tunnel deleted, tunnel_id =24
    IPSEC: An outbound remote access SA has been deleted
    IPSEC: An inbound remote access SA has been deleted
    Session is being torn down. Reason: L2TP initiated
    Teardown UDP connection

  • Used PCUI navigation to follow up a new opportunity, but it doesn't work.

    Hello,
    We faced a authorization problem with PCUI Navigation. We have configured a navigation for following up other opportunity.
    If the user has the SAP_ALL and SAP_NEW authorization, the navigation can work. But we changed the user authorization, the navigation doesn't work.
    If we used the user at GUI, the user can follow up a new opportunity successfully.
    Symptom:
    Open an opportunity and click 'Create opportunity'. The EP open a new window for following up a new opportunity. But the new window is blank(If the user has sap_all and sap_new, the new window can show the new opportunity which was created by navigation).
    BSP authorization setting:
    BSP_APPL   Authorization for BSP Applications 
    Application                            CRMD_BUS2000111, CRMD_BUS2000111_F4
    View for Display in the People *

    Assign the Roles to Object type will solve the issue...

  • Direct Rendering doesn't works with radeon

    Hi everybody,
    I have a Radeon 7000. Then, I want to use the open-source driver.
    But it doesn't works...
    [nicolas@SonyVaio ~]$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    See my /etc/X11/xorg.conf :
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_>/<KP_> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    # Option "XkbVariant" "fr"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.0 - 50.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 43-75
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    #VideoRam 8192
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    I precise I loaded my modules : dri, radeon, ati_agp and intel_agp.
    Any ideas ?
    Thanks

    For Radeon 7000, you need to:
    pacman -S xf86-video-ati
    You need to load those modules in /etc/rc.conf:
    MODULES=(agpgart via-agp)
    And in xorg.conf:
    Driver      "radeon"

  • Slim doesn't work

    HI
    i was upgrade ,and install the  fontconfig   ,then reboot
    reboot
    show this
    systemd [1]:Default target masked.
    kvm: dissabled by bios
    welcome to rescue mode! type "systemctl default" or ^D to enter defauld mode.
    i followed message
    [root@archlinux Desktop]# systemctl default
    Failed to start default.target: Operation refused, unit may not be isolated
    then
    # systemctl list-unit-files
    i found this
    default.target masked
    graphical.target masked
    slim.service enabled
    display-manager.service enabled
    but
    # startx
       is working .my xfce4 working well
    just  slim not work
    then , i fould  "  graphical.target "  is null
    i edited  it, now
    cat /usr/lib/systemd/system/graphical.target
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Graphical Interface
    Documentation=man:systemd.special(7)
    Requires=multi-user.target
    After=multi-user.target
    Conflicts=rescue.target
    Wants=display-manager.service
    AllowIsolate=yes
    [Install]
    Alias=default.target
    then  reboot,  seems like solved  "default.target    masked"  problem.
    "default target masked. kvm: dissabled by bios .welcome to rescue mode! ......."no longer show
    but ,slim still doesn't  working
    now
    [root@archlinux Desktop]# cat /var/log/slim.log
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slimslimslim: unexpected signal 1
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: connection to X server lost.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    # systemctl
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:02.0-0000:01:00.1-sound-card1.device loaded active plugged Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
    sys-devices-pci0000:00-0000:00:09.0-0000:03:00.0-net-enp3s0.device loaded active plugged Motherboard
    sys-devices-pci0000:00-0000...ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device loaded active plugged Samsung_SSD_840_PRO_Series
    sys-devices-pci0000:00-0000...11.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device loaded active plugged Samsung_SSD_840_PRO_Series
    sys-devices-pci0000:00-0000...ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb1.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000...ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb2.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000...ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb3.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000...ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb4.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000...ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb5.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000...11.0-ata5-host4-target4:0:0-4:0:0:0-block-sdb.device loaded active plugged WDC_WD10EZEX-00RKKA0
    sys-devices-pci0000:00-0000:00:13.2-usb4-4\x2d5-4\x2d5:1.2-sound-card2.device loaded active plugged LifeCam HD-3000
    sys-devices-pci0000:00-0000:00:14.2-sound-card0.device loaded active plugged SBx00 Azalia (Intel HDA)
    sys-devices-pci0000:00-0000:00:14.4-0000:04:07.0-ieee80211-phy0-rfkill0.device loaded active plugged /sys/devices/pci0000:00/0000:00:14.4/0000:04:07.0/ieee80211/phy0/rfkill0
    sys-devices-pci0000:00-0000:00:14.4-0000:04:07.0-net-wlp4s7.device loaded active plugged AR9227 Wireless Network Adapter
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-pnp0-00:07-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:07/tty/ttyS0
    sys-module-configfs.device loaded active plugged /sys/module/configfs
    sys-subsystem-net-devices-enp3s0.device loaded active plugged Motherboard
    sys-subsystem-net-devices-wlp4s7.device loaded active plugged AR9227 Wireless Network Adapter
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    sys-kernel-config.mount loaded active mounted Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    session-1.scope loaded active running Session 1 of user root
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
    [email protected] loaded active running Automatic wireless network connection using netctl profiles
    polkit.service loaded active running Authorization Manager
    slim.service loaded failed failed SLiM Simple Login Manager
    systemd-fsck@dev-disk-by\x2...1453\x2d3192\x2d4cc8\x2d835b\x2d88b9c09ca231.service loaded active exited File System Check on /dev/disk/by-uuid/40311453-3192-4cc8-835b-88b9c09ca231
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill0
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create static device nodes in /dev
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    upower.service loaded active running Daemon for power management
    [email protected] loaded active running User Manager for UID 0
    -.slice loaded active active Root Slice
    system-getty.slice loaded active active system-getty.slice
    system-netctl.slice loaded active active system-netctl.slice
    system-netctl\x2dauto.slice loaded active active system-netctl\x2dauto.slice
    system-systemd\x2dfsck.slice loaded active active system-systemd\x2dfsck.slice
    system-systemd\x2drfkill.slice loaded active active system-systemd\x2drfkill.slice
    system.slice loaded active active System Slice
    user-0.slice loaded active active user-0.slice
    user.slice loaded active active User and Session Slice
    dbus.socket loaded active running D-Bus System Message Bus Socket
    dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
    lvmetad.socket loaded active listening LVM2 metadata daemon socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active running udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-sdb4.swap loaded active active /dev/sdb4
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User System
    network.target loaded active active Network
    paths.target loaded active active Paths
    remote-fs.target loaded active active Remote File Systems
    slices.target loaded active active Slices
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    timers.target loaded active active Timers
    systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    89 loaded units listed. Pass --all to see loaded but inactive units, too.
    # systemctl list-unit-files
    UNIT FILE STATE
    proc-sys-fs-binfmt_misc.automount static
    org.freedesktop.hostname1.busname static
    org.freedesktop.locale1.busname static
    org.freedesktop.login1.busname static
    org.freedesktop.machine1.busname static
    org.freedesktop.timedate1.busname static
    dev-hugepages.mount static
    dev-mqueue.mount static
    proc-sys-fs-binfmt_misc.mount static
    sys-fs-fuse-connections.mount static
    sys-kernel-config.mount static
    sys-kernel-debug.mount static
    tmp.mount static
    systemd-ask-password-console.path static
    systemd-ask-password-wall.path static
    session-1.scope static
    alsa-restore.service static
    alsa-state.service static
    alsa-store.service static
    [email protected] disabled
    avahi-daemon.service disabled
    avahi-dnsconfd.service disabled
    proc-sys-fs-binfmt_misc.automount static
    org.freedesktop.hostname1.busname static
    org.freedesktop.locale1.busname static
    org.freedesktop.login1.busname static
    org.freedesktop.machine1.busname static
    org.freedesktop.timedate1.busname static
    dev-hugepages.mount static
    dev-mqueue.mount static
    proc-sys-fs-binfmt_misc.mount static
    sys-fs-fuse-connections.mount static
    sys-kernel-config.mount static
    sys-kernel-debug.mount static
    tmp.mount static
    systemd-ask-password-console.path static
    systemd-ask-password-wall.path static
    session-1.scope static
    alsa-restore.service static
    alsa-state.service static
    alsa-store.service static
    [email protected] disabled
    avahi-daemon.service disabled
    avahi-dnsconfd.service disabled
    canberra-system-bootup.service disabled
    canberra-system-shutdown-reboot.service disabled
    canberra-system-shutdown.service disabled
    colord.service static
    console-getty.service disabled
    console-shell.service disabled
    [email protected] static
    cronie.service disabled
    dbus-org.freedesktop.hostname1.service static
    dbus-org.freedesktop.locale1.service static
    dbus-org.freedesktop.login1.service static
    dbus-org.freedesktop.machine1.service static
    dbus-org.freedesktop.timedate1.service static
    dbus.service static
    debug-shell.service disabled
    dhcpcd.service disabled
    [email protected] disabled
    display-manager.service enabled
    dmeventd.service static
    emergency.service static
    fancontrol.service disabled
    ftpd.service disabled
    [email protected] enabled
    gpm.service disabled
    healthd.service disabled
    initrd-cleanup.service static
    initrd-parse-etc.service static
    initrd-switch-root.service static
    initrd-udevadm-cleanup-db.service static
    ip6tables.service disabled
    iptables.service disabled
    kdm.service disabled
    kmod-static-nodes.service static
    krb5-kadmind.service disabled
    krb5-kdc.service disabled
    krb5-kpropd.service disabled
    [email protected] static
    lm_sensors.service disabled
    lvm-monitoring.service disabled
    lvmetad.service static
    mdadm.service disabled
    [email protected] static
    mkinitcpio-generate-shutdown-ramfs.service static
    mysqld.service disabled
    [email protected] enabled
    [email protected] disabled
    netctl-sleep.service disabled
    netctl.service disabled
    [email protected] static
    netctl@my\x2dnetwork.service enabled
    nscd.service disabled
    polkit.service static
    quotaon.service static
    rescue.service static
    [email protected] static
    [email protected] static
    sensord.service disabled
    [email protected] disabled
    slim.service enabled
    speech-dispatcherd.service disabled
    systemd-ask-password-console.service static
    systemd-ask-password-wall.service static
    [email protected] static
    systemd-binfmt.service static
    systemd-fsck-root.service static
    [email protected] static
    systemd-halt.service static
    systemd-hibernate.service static
    systemd-hostnamed.service static
    systemd-hybrid-sleep.service static
    systemd-initctl.service static
    systemd-journal-flush.service static
    systemd-journal-gatewayd.service static
    systemd-journald.service static
    systemd-kexec.service static
    systemd-localed.service static
    systemd-logind.service static
    systemd-machined.service static
    systemd-modules-load.service static
    systemd-networkd.service disabled
    [email protected] disabled
    systemd-poweroff.service static
    systemd-quotacheck.service static
    systemd-random-seed.service static
    systemd-readahead-collect.service disabled
    systemd-readahead-done.service static
    systemd-readahead-drop.service disabled
    systemd-readahead-replay.service disabled
    systemd-reboot.service static
    systemd-remount-fs.service static
    [email protected] static
    systemd-shutdownd.service static
    systemd-suspend.service static
    systemd-sysctl.service static
    systemd-timedated.service static
    systemd-tmpfiles-clean.service static
    systemd-tmpfiles-setup-dev.service static
    systemd-tmpfiles-setup.service static
    systemd-udev-settle.service static
    systemd-udev-trigger.service static
    systemd-udevd.service static
    systemd-update-utmp-runlevel.service static
    systemd-update-utmp.service static
    systemd-user-sessions.service static
    systemd-vconsole-setup.service static
    talk.service static
    [email protected] static
    udisks.service disabled
    udisks2.service static
    upower.service disabled
    usbmuxd.service static
    [email protected] static
    uuidd.service static
    [email protected] disabled
    [email protected] disabled
    wpa_supplicant.service disabled
    [email protected] disabled
    -.slice static
    machine.slice static
    system.slice static
    user.slice static
    avahi-daemon.socket disabled
    dbus.socket static
    dmeventd.socket static
    krb5-kpropd.socket disabled
    lvmetad.socket static
    rlogin.socket disabled
    rsh.socket disabled
    syslog.socket static
    systemd-initctl.socket static
    systemd-journal-gatewayd.socket disabled
    systemd-journald.socket static
    systemd-shutdownd.socket static
    systemd-udevd-control.socket static
    systemd-udevd-kernel.socket static
    talk.socket disabled
    telnet.socket disabled
    uuidd.socket disabled
    basic.target static
    bluetooth.target static
    busnames.target static
    systemd-sysctl.service static
    systemd-timedated.service static
    systemd-tmpfiles-clean.service static
    systemd-tmpfiles-setup-dev.service static
    systemd-tmpfiles-setup.service static
    systemd-udev-settle.service static
    systemd-udev-trigger.service static
    systemd-udevd.service static
    systemd-update-utmp-runlevel.service static
    systemd-update-utmp.service static
    systemd-user-sessions.service static
    systemd-vconsole-setup.service static
    talk.service static
    [email protected] static
    udisks.service disabled
    udisks2.service static
    upower.service disabled
    usbmuxd.service static
    [email protected] static
    uuidd.service static
    [email protected] disabled
    [email protected] disabled
    wpa_supplicant.service disabled
    [email protected] disabled
    -.slice static
    machine.slice static
    system.slice static
    user.slice static
    avahi-daemon.socket disabled
    dbus.socket static
    dmeventd.socket static
    krb5-kpropd.socket disabled
    lvmetad.socket static
    rlogin.socket disabled
    rsh.socket disabled
    syslog.socket static
    systemd-initctl.socket static
    systemd-journal-gatewayd.socket disabled
    systemd-journald.socket static
    systemd-shutdownd.socket static
    systemd-udevd-control.socket static
    systemd-udevd-kernel.socket static
    talk.socket disabled
    telnet.socket disabled
    uuidd.socket disabled
    basic.target static
    bluetooth.target static
    busnames.target static
    cryptsetup.target static
    ctrl-alt-del.target disabled
    default.target enabled
    emergency.target static
    final.target static
    getty.target static
    graphical.target enabled
    halt.target disabled
    hibernate.target static
    hybrid-sleep.target static
    initrd-fs.target static
    initrd-root-fs.target static
    initrd-switch-root.target static
    initrd.target static
    kexec.target disabled
    local-fs-pre.target static
    local-fs.target static
    multi-user.target static
    network-online.target static
    network.target static
    nss-lookup.target static
    nss-user-lookup.target static
    paths.target static
    poweroff.target disabled
    printer.target static
    reboot.target disabled
    remote-fs-pre.target static
    remote-fs.target enabled
    rescue.target disabled
    rpcbind.target static
    shutdown.target static
    sigpwr.target static
    sleep.target static
    slices.target static
    smartcard.target static
    sockets.target static
    sound.target static
    suspend.target static
    swap.target static
    sysinit.target static
    system-update.target static
    time-sync.target static
    timers.target static
    umount.target static
    systemd-readahead-done.timer static
    systemd-tmpfiles-clean.timer static
    209 unit files listed.
    slim.conf
    # cat /etc/slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Set directory that contains the xsessions.
    # slim reads xsesion from this directory, and be able to select.
    sessiondir /usr/share/xsessions/
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Last edited by hyang (2014-03-10 06:22:59)

    Rexilion wrote:
    Apparently, whenever default.target is unavailable systemD enters rescue mode. That's okay.
    Maybe post the contents of /var/log/Xorg.0.log and /var/log/slim.log?
    slim.log
    # cat /var/log/slim.log
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slimslimslim: unexpected signal 1
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: connection to X server lost.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: pam_authentication(): Authentication failure
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to shut down
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    /var/log/Xorg.0.log
    # cat /var/log/Xorg.0.log
    [ 18.167]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 18.167] X Protocol Version 11, Revision 0
    [ 18.167] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 18.167] Current Operating System: Linux archlinux 3.13.6-1-ARCH #1 SMP PREEMPT Fri Mar 7 22:47:48 CET 2014 x86_64
    [ 18.168] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=40311453-3192-4cc8-835b-88b9c09ca231 rw quiet
    [ 18.168] Build Date: 09 January 2014 08:47:24AM
    [ 18.168]
    [ 18.168] Current version of pixman: 0.32.4
    [ 18.168] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 18.168] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.168] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 10 11:07:28 2014
    [ 18.223] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 18.223] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 18.256] (==) No Layout section. Using the first Screen section.
    [ 18.256] (==) No screen section available. Using defaults.
    [ 18.256] (**) |-->Screen "Default Screen Section" (0)
    [ 18.256] (**) | |-->Monitor "<default monitor>"
    [ 18.257] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 18.257] (==) Automatically adding devices
    [ 18.257] (==) Automatically enabling devices
    [ 18.257] (==) Automatically adding GPU devices
    [ 18.303] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 18.303] Entry deleted from font path.
    [ 18.312] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 18.312] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.312] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 18.312] (II) Loader magic: 0x804c80
    [ 18.312] (II) Module ABI versions:
    [ 18.312] X.Org ANSI C Emulation: 0.4
    [ 18.312] X.Org Video Driver: 15.0
    [ 18.312] X.Org XInput driver : 20.0
    [ 18.312] X.Org Server Extension : 8.0
    [ 18.313] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 18.316] (--) PCI:*(0:1:0:0) 1002:6819:174b:e221 rev 0, Mem @ 0xd0000000/268435456, 0xfdd80000/262144, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072
    [ 18.316] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 18.316] Initializing built-in extension Generic Event Extension
    [ 18.316] Initializing built-in extension SHAPE
    [ 18.316] Initializing built-in extension MIT-SHM
    [ 18.316] Initializing built-in extension XInputExtension
    [ 18.316] Initializing built-in extension XTEST
    [ 18.317] Initializing built-in extension BIG-REQUESTS
    [ 18.317] Initializing built-in extension SYNC
    [ 18.317] Initializing built-in extension XKEYBOARD
    [ 18.317] Initializing built-in extension XC-MISC
    [ 18.317] Initializing built-in extension SECURITY
    [ 18.317] Initializing built-in extension XINERAMA
    [ 18.317] Initializing built-in extension XFIXES
    [ 18.317] Initializing built-in extension RENDER
    [ 18.317] Initializing built-in extension RANDR
    [ 18.317] Initializing built-in extension COMPOSITE
    [ 18.317] Initializing built-in extension DAMAGE
    [ 18.317] Initializing built-in extension MIT-SCREEN-SAVER
    [ 18.317] Initializing built-in extension DOUBLE-BUFFER
    [ 18.317] Initializing built-in extension RECORD
    [ 18.317] Initializing built-in extension DPMS
    [ 18.317] Initializing built-in extension Present
    [ 18.318] Initializing built-in extension DRI3
    [ 18.318] Initializing built-in extension X-Resource
    [ 18.318] Initializing built-in extension XVideo
    [ 18.318] Initializing built-in extension XVideo-MotionCompensation
    [ 18.318] Initializing built-in extension XFree86-VidModeExtension
    [ 18.318] Initializing built-in extension XFree86-DGA
    [ 18.318] Initializing built-in extension XFree86-DRI
    [ 18.318] Initializing built-in extension DRI2
    [ 18.318] (II) "glx" will be loaded by default.
    [ 18.318] (II) LoadModule: "dri2"
    [ 18.318] (II) Module "dri2" already built-in
    [ 18.318] (II) LoadModule: "glamoregl"
    [ 18.353] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 18.438] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 18.438] compiled for 1.15.0, module version = 0.6.0
    [ 18.438] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.438] (II) LoadModule: "glx"
    [ 18.439] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.451] (II) Module glx: vendor="X.Org Foundation"
    [ 18.451] compiled for 1.15.0, module version = 1.0.0
    [ 18.451] ABI class: X.Org Server Extension, version 8.0
    [ 18.451] (==) AIGLX enabled
    [ 18.451] Loading extension GLX
    [ 18.451] (==) Matched ati as autoconfigured driver 0
    [ 18.451] (==) Matched ati as autoconfigured driver 1
    [ 18.451] (==) Matched modesetting as autoconfigured driver 2
    [ 18.451] (==) Matched fbdev as autoconfigured driver 3
    [ 18.451] (==) Matched vesa as autoconfigured driver 4
    [ 18.451] (==) Assigned the driver to the xf86ConfigLayout
    [ 18.451] (II) LoadModule: "ati"
    [ 18.452] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 18.462] (II) Module ati: vendor="X.Org Foundation"
    [ 18.462] compiled for 1.15.0, module version = 7.3.0
    [ 18.462] Module class: X.Org Video Driver
    [ 18.462] ABI class: X.Org Video Driver, version 15.0
    [ 18.462] (II) LoadModule: "radeon"
    [ 18.462] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 18.468] (II) Module radeon: vendor="X.Org Foundation"
    [ 18.468] compiled for 1.15.0, module version = 7.3.0
    [ 18.468] Module class: X.Org Video Driver
    [ 18.468] ABI class: X.Org Video Driver, version 15.0
    [ 18.468] (II) LoadModule: "modesetting"
    [ 18.469] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 18.478] (II) Module modesetting: vendor="X.Org Foundation"
    [ 18.478] compiled for 1.15.0, module version = 0.8.1
    [ 18.479] Module class: X.Org Video Driver
    [ 18.479] ABI class: X.Org Video Driver, version 15.0
    [ 18.479] (II) LoadModule: "fbdev"
    [ 18.479] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 18.483] (II) Module fbdev: vendor="X.Org Foundation"
    [ 18.483] compiled for 1.15.0, module version = 0.4.4
    [ 18.483] Module class: X.Org Video Driver
    [ 18.483] ABI class: X.Org Video Driver, version 15.0
    [ 18.483] (II) LoadModule: "vesa"
    [ 18.484] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 18.488] (II) Module vesa: vendor="X.Org Foundation"
    [ 18.488] compiled for 1.15.0, module version = 2.3.2
    [ 18.488] Module class: X.Org Video Driver
    [ 18.488] ABI class: X.Org Video Driver, version 15.0
    [ 18.488] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII
    [ 18.497] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 18.497] (II) FBDEV: driver for framebuffer: fbdev
    [ 18.497] (II) VESA: driver for VESA chipsets: vesa
    [ 18.497] (++) using VT number 1
    [ 18.497] (II) [KMS] Kernel modesetting enabled.
    [ 18.498] (WW) Falling back to old probe method for modesetting
    [ 18.498] (WW) Falling back to old probe method for fbdev
    [ 18.498] (II) Loading sub module "fbdevhw"
    [ 18.498] (II) LoadModule: "fbdevhw"
    [ 18.498] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 18.507] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 18.507] compiled for 1.15.0, module version = 0.0.2
    [ 18.507] ABI class: X.Org Video Driver, version 15.0
    [ 18.507] (WW) Falling back to old probe method for vesa
    [ 18.507] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 18.507] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 18.507] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 18.507] (==) RADEON(0): Default visual is TrueColor
    [ 18.507] (==) RADEON(0): RGB weight 888
    [ 18.507] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 18.507] (--) RADEON(0): Chipset: "PITCAIRN" (ChipID = 0x6819)
    [ 18.507] (II) Loading sub module "dri2"
    [ 18.507] (II) LoadModule: "dri2"
    [ 18.507] (II) Module "dri2" already built-in
    [ 18.507] (II) Loading sub module "glamoregl"
    [ 18.507] (II) LoadModule: "glamoregl"
    [ 18.508] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 18.508] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 18.508] compiled for 1.15.0, module version = 0.6.0
    [ 18.508] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.508] (II) glamor: OpenGL accelerated X.org driver based.
    [ 18.984] (II) glamor: EGL version 1.4 (DRI2):
    [ 19.023] (II) RADEON(0): glamor detected, initialising EGL layer.
    [ 19.023] (II) RADEON(0): KMS Color Tiling: enabled
    [ 19.023] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 19.023] (II) RADEON(0): KMS Pageflipping: enabled
    [ 19.023] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 19.033] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 19.094] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 19.096] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 19.117] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 19.130] (II) RADEON(0): EDID for output DisplayPort-0
    [ 19.190] (II) RADEON(0): EDID for output HDMI-0
    [ 19.190] (II) RADEON(0): Manufacturer: GSM Model: 58da Serial#: 16843009
    [ 19.190] (II) RADEON(0): Year: 2011 Week: 1
    [ 19.190] (II) RADEON(0): EDID Version: 1.3
    [ 19.190] (II) RADEON(0): Digital Display Input
    [ 19.190] (II) RADEON(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 19.190] (II) RADEON(0): Gamma: 2.20
    [ 19.190] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 19.190] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 19.190] (II) RADEON(0): First detailed timing is preferred mode
    [ 19.190] (II) RADEON(0): redX: 0.628 redY: 0.348 greenX: 0.345 greenY: 0.615
    [ 19.190] (II) RADEON(0): blueX: 0.153 blueY: 0.057 whiteX: 0.313 whiteY: 0.329
    [ 19.190] (II) RADEON(0): Supported established timings:
    [ 19.190] (II) RADEON(0): 640x480@60Hz
    [ 19.190] (II) RADEON(0): 800x600@60Hz
    [ 19.190] (II) RADEON(0): 1024x768@60Hz
    [ 19.190] (II) RADEON(0): Manufacturer's mask: 0
    [ 19.190] (II) RADEON(0): Supported standard timings:
    [ 19.190] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 19.190] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 19.190] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 19.190] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 60 vid: 16497
    [ 19.190] (II) RADEON(0): Supported detailed timing:
    [ 19.191] (II) RADEON(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    [ 19.191] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 19.191] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 19.191] (II) RADEON(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [ 19.191] (II) RADEON(0): Monitor name: IPS234
    [ 19.191] (II) RADEON(0): Serial No:
    [ 19.191] (II) RADEON(0): Supported detailed timing:
    [ 19.191] (II) RADEON(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    [ 19.191] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 19.191] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 19.191] (II) RADEON(0): Supported detailed timing:
    [ 19.191] (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    [ 19.191] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 19.191] (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 19.191] (II) RADEON(0): Supported detailed timing:
    [ 19.191] (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    [ 19.191] (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 19.191] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 19.191] (II) RADEON(0): Supported detailed timing:
    [ 19.191] (II) RADEON(0): clock: 27.0 MHz Image Size: 510 x 290 mm
    [ 19.191] (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 19.191] (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 19.191] (II) RADEON(0): Number of EDID sections to follow: 1
    [ 19.191] (II) RADEON(0): EDID (in hex):
    [ 19.191] (II) RADEON(0): 00ffffffffffff001e6dda5801010101
    [ 19.191] (II) RADEON(0): 0115010380331d78eac665a059589d27
    [ 19.191] (II) RADEON(0): 0e5054210800b3008180814071400101
    [ 19.191] (II) RADEON(0): 010101010101023a801871382d40582c
    [ 19.191] (II) RADEON(0): 4500fe221100001e000000fd00383d1e
    [ 19.191] (II) RADEON(0): 530f000a202020202020000000fc0049
    [ 19.191] (II) RADEON(0): 50533233340a202020202020000000ff
    [ 19.191] (II) RADEON(0): 000a202020202020202020202020011d
    [ 19.191] (II) RADEON(0): 02031df14a900403011412051f101323
    [ 19.191] (II) RADEON(0): 0907078301000065030c001000023a80
    [ 19.191] (II) RADEON(0): 1871382d40582c4500fe221100001e01
    [ 19.191] (II) RADEON(0): 1d8018711c1620582c2500fe22110000
    [ 19.191] (II) RADEON(0): 9e011d007251d01e206e285500fe2211
    [ 19.191] (II) RADEON(0): 00001e8c0ad08a20e02d10103e9600fe
    [ 19.191] (II) RADEON(0): 22110000180000000000000000000000
    [ 19.191] (II) RADEON(0): 000000000000000000000000000000e6
    [ 19.191] (II) RADEON(0): Printing probed modes for output HDMI-0
    [ 19.191] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 19.191] (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1152x864"x60.0 81.58 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
    [ 19.191] (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 19.191] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 19.193] (II) RADEON(0): EDID for output DVI-0
    [ 19.213] (II) RADEON(0): EDID for output DVI-1
    [ 19.213] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 19.213] (II) RADEON(0): Output HDMI-0 connected
    [ 19.213] (II) RADEON(0): Output DVI-0 disconnected
    [ 19.213] (II) RADEON(0): Output DVI-1 disconnected
    [ 19.213] (II) RADEON(0): Using exact sizes for initial modes
    [ 19.213] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
    [ 19.213] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 19.214] (II) RADEON(0): mem size init: gart size :3fbde000 vram size: s:80000000 visible:7f7d7000
    [ 19.214] (==) RADEON(0): DPI set to (96, 96)
    [ 19.214] (II) Loading sub module "fb"
    [ 19.214] (II) LoadModule: "fb"
    [ 19.214] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 19.229] (II) Module fb: vendor="X.Org Foundation"
    [ 19.229] compiled for 1.15.0, module version = 1.0.0
    [ 19.229] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 19.229] (II) Loading sub module "ramdac"
    [ 19.229] (II) LoadModule: "ramdac"
    [ 19.229] (II) Module "ramdac" already built-in
    [ 19.229] (II) UnloadModule: "modesetting"
    [ 19.229] (II) Unloading modesetting
    [ 19.229] (II) UnloadModule: "fbdev"
    [ 19.229] (II) Unloading fbdev
    [ 19.229] (II) UnloadSubModule: "fbdevhw"
    [ 19.229] (II) Unloading fbdevhw
    [ 19.229] (II) UnloadModule: "vesa"
    [ 19.229] (II) Unloading vesa
    [ 19.229] (--) Depth 24 pixmap format is 32 bpp
    [ 19.230] (II) RADEON(0): [DRI2] Setup complete
    [ 19.230] (II) RADEON(0): [DRI2] DRI driver: radeonsi
    [ 19.230] (II) RADEON(0): [DRI2] VDPAU driver: radeonsi
    [ 19.230] (II) RADEON(0): Front buffer size: 8640K
    [ 19.230] (II) RADEON(0): VRAM usage limit set to 1872054K
    [ 19.231] (==) RADEON(0): Backing store enabled
    [ 19.231] (II) RADEON(0): Direct rendering enabled
    [ 19.341] (II) RADEON(0): Use GLAMOR acceleration.
    [ 19.341] (II) RADEON(0): Acceleration enabled
    [ 19.341] (==) RADEON(0): DPMS enabled
    [ 19.341] (==) RADEON(0): Silken mouse enabled
    [ 19.342] (II) RADEON(0): Set up textured video (glamor)
    [ 19.342] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
    [ 19.342] (II) RADEON(0): [XvMC] Extension initialized.
    [ 19.342] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 19.368] (--) RandR disabled
    [ 19.377] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 19.377] (II) AIGLX: enabled GLX_ARB_create_context
    [ 19.377] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 19.377] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 19.377] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 19.377] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 19.377] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 19.377] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 19.377] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 19.377] (II) AIGLX: Loaded and initialized radeonsi
    [ 19.377] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 19.390] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 19.687] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 19.687] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 19.687] (II) LoadModule: "evdev"
    [ 19.687] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 19.743] (II) Module evdev: vendor="X.Org Foundation"
    [ 19.743] compiled for 1.15.0, module version = 2.8.2
    [ 19.743] Module class: X.Org XInput Driver
    [ 19.743] ABI class: X.Org XInput driver, version 20.0
    [ 19.743] (II) Using input driver 'evdev' for 'Power Button'
    [ 19.743] (**) Power Button: always reports core events
    [ 19.743] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 19.743] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 19.743] (--) evdev: Power Button: Found keys
    [ 19.743] (II) evdev: Power Button: Configuring as keyboard
    [ 19.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 19.743] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 19.743] (**) Option "xkb_rules" "evdev"
    [ 19.743] (**) Option "xkb_model" "pc104"
    [ 19.743] (**) Option "xkb_layout" "us"
    [ 19.782] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 19.782] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 19.782] (II) Using input driver 'evdev' for 'Power Button'
    [ 19.782] (**) Power Button: always reports core events
    [ 19.782] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 19.782] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 19.782] (--) evdev: Power Button: Found keys
    [ 19.782] (II) evdev: Power Button: Configuring as keyboard
    [ 19.782] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 19.782] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 19.782] (**) Option "xkb_rules" "evdev"
    [ 19.782] (**) Option "xkb_model" "pc104"
    [ 19.782] (**) Option "xkb_layout" "us"
    [ 19.782] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 19.782] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event20)
    [ 19.782] (II) No input driver specified, ignoring this device.
    [ 19.782] (II) This device may have been added with another device file.
    [ 19.782] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event19)
    [ 19.782] (II) No input driver specified, ignoring this device.
    [ 19.782] (II) This device may have been added with another device file.
    [ 19.782] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event18)
    [ 19.782] (II) No input driver specified, ignoring this device.
    [ 19.782] (II) This device may have been added with another device file.
    [ 19.783] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event17)
    [ 19.783] (II) No input driver specified, ignoring this device.
    [ 19.783] (II) This device may have been added with another device file.
    [ 19.783] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event16)
    [ 19.783] (II) No input driver specified, ignoring this device.
    [ 19.783] (II) This device may have been added with another device file.
    [ 19.783] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event15)
    [ 19.783] (II) No input driver specified, ignoring this device.
    [ 19.783] (II) This device may have been added with another device file.
    [ 19.783] (II) config/udev: Adding input device Microsoft® LifeCam HD-3000 (/dev/input/event21)
    [ 19.783] (**) Microsoft® LifeCam HD-3000: Applying InputClass "evdev keyboard catchall"
    [ 19.783] (II) Using input driver 'evdev' for 'Microsoft® LifeCam HD-3000'
    [ 19.783] (**) Microsoft® LifeCam HD-3000: always reports core events
    [ 19.783] (**) evdev: Microsoft® LifeCam HD-3000: Device: "/dev/input/event21"
    [ 19.783] (--) evdev: Microsoft® LifeCam HD-3000: Vendor 0x45e Product 0x779
    [ 19.783] (--) evdev: Microsoft® LifeCam HD-3000: Found keys
    [ 19.783] (II) evdev: Microsoft® LifeCam HD-3000: Configuring as keyboard
    [ 19.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb4/4-5/4-5:1.0/input/input21/event21"
    [ 19.783] (II) XINPUT: Adding extended input device "Microsoft® LifeCam HD-3000" (type: KEYBOARD, id 8)
    [ 19.783] (**) Option "xkb_rules" "evdev"
    [ 19.783] (**) Option "xkb_model" "pc104"
    [ 19.783] (**) Option "xkb_layout" "us"
    [ 19.784] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.784] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event11)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.784] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event10)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.784] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event9)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.784] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event8)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.784] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event7)
    [ 19.784] (II) No input driver specified, ignoring this device.
    [ 19.784] (II) This device may have been added with another device file.
    [ 19.785] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event14)
    [ 19.785] (II) No input driver specified, ignoring this device.
    [ 19.785] (II) This device may have been added with another device file.
    [ 19.785] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event13)
    [ 19.785] (II) No input driver specified, ignoring this device.
    [ 19.785] (II) This device may have been added with another device file.
    [ 19.785] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event12)
    [ 19.785] (II) No input driver specified, ignoring this device.
    [ 19.785] (II) This device may have been added with another device file.
    [ 19.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event0)
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 19.785] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 19.785] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
    [ 19.785] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc051
    [ 19.785] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 19.785] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 19.785] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 19.785] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 19.785] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 19.785] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 19.785] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 19.785] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-1/9-1:1.0/input/input0/event0"
    [ 19.785] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
    [ 19.785] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 19.785] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 19.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 19.785] (II) No input driver specified, ignoring this device.
    [ 19.785] (II) This device may have been added with another device file.
    [ 19.786] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
    [ 19.786] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 19.786] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 19.786] (**) Logitech USB Keyboard: always reports core events
    [ 19.786] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event1"
    [ 19.786] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc326
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found keys
    [ 19.786] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 19.786] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.0/input/input1/event1"
    [ 19.786] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
    [ 19.786] (**) Option "xkb_rules" "evdev"
    [ 19.786] (**) Option "xkb_model" "pc104"
    [ 19.786] (**) Option "xkb_layout" "us"
    [ 19.786] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
    [ 19.786] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 19.786] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 19.786] (**) Logitech USB Keyboard: always reports core events
    [ 19.786] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
    [ 19.786] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc326
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found 1 mouse buttons
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found scroll wheel(s)
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found relative axes
    [ 19.786] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [ 19.786] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [ 19.786] (--) evdev: Logitech USB Keyboard: Found keys
    [ 19.786] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [ 19.786] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 19.786] (II) evdev: Logitech USB Keyboard: Adding scrollwheel support
    [ 19.786] (**) evdev: Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
    [ 19.786] (**) evdev: Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.786] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.1/input/input2/event2"
    [ 19.786] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
    [ 19.786] (**) Option "xkb_rules" "evdev"
    [ 19.786] (**) Option "xkb_model" "pc104"
    [ 19.786] (**) Option "xkb_layout" "us"
    [ 19.786] (II) evdev: Logitech USB Keyboard: initialized for relative axes.
    [ 19.786] (WW) evdev: Logitech USB Keyboard: ignoring absolute axes.
    [ 19.786] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 19.787] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 19.787] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 19.787] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 19.787] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 19.787] (II) No input driver specified, ignoring this device.
    [ 19.787] (II) This device may have been added with another device file.
    [ 23.504] (II) RADEON(0): EDID vendor "GSM", prod id 22746
    [ 23.504] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 23.504] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 23.504] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 23.504] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 23.504] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 23.504] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)

  • Login with adobe ID doesn't work

    Hello I cannot login with my adobe-ID on a second computer. may be I use the wrong format:
    Iused only the string and also with leading URN:uuid -- but it doesn't work
    email: [email protected]@

    Hello,
    You need to create Adobe id and then authorize ade with the id.
    Sign in - Adobe ID

  • TS1389 I have tried every resolution but it still doesn't work

    There is one song I have purchased ("Team" by Lorde) and I have played before but when I synced my iPod it said the song wouldn't sync because it wasn't authorized so I authorized it but it still prompts me to authorize it. I have tried every resolution on the Support page but it still doesn't work.

    Hello there, Josiah16.
    The following Knowledge Base article provides some great steps to review to troubleshoot the issue you're having:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for