GUI_DOWNLOAD  APPEND='X'  doesn't work

Hello,
I seem to have a bit of a strange problem. My report uses GUI_DOWNLOAD to download some data. Then it uses GUI_DOWNLOAD again to append one more line to the downloaded file. The problem is, I have changed my PC and appending stopped working. The target file is just overwritten and not appended(as topic states, I have used APPEND='X' ). Looks like it has something to do with operating system. How can I solve this ?
Thank you,
Bart

It's the same file. Its contents are erased and data from last call to GUI_DOWNLOAD is written into it. Well maybe not OS oriented but definitely not hmm 'code oriented'.  I was writing the report on my old PC, used it many times and it worked fine. Now after moving to a different machine it stopped working. Paths are ok, behaviour of GUI_DOWNLOAD is bizarre. I've uncommented all the exceptions but sy-subrc = 0 so still no clue.
EDIT:
What's more interesting, I've moved the same piece of code to an external report. Executed it and it worked fine.
Edited by: Bartosz Bijak on Oct 19, 2009 10:59 AM

Similar Messages

  • Wired connection doesn't work if cable is not plugged in at boot time

    Hey all,
    I started using arch a few days ago and I simply love it, but I have a problem. The wired connection doesn't work if the cable is not plugged in at boot time, or if it was plugged in at boot time, then plugged out and in again. Switching it off and on again via the gui has the same effect. I am using NetworkManager with dhcpcd, NetworkManager is started via systemd, dhcpcd is not, I let NetworkManager do that. When I started investigating this problem there were some remnants of netctl, but now NetworkManager is the only networking-related service started at boot time. When the cable is plugged back in, NM-applet shows that it's connected, and an IP address is assigned, but the connection doesn't work.
    Here's some information regarding the system:
    It's a lenovo G50-70 laptop, it uses the r8169 driver for ethernet. (I dualboot it with windows 8.1, but arch is default and all this stuff happens also if i only use arch)
    The router is a Linksys EA2700/N600
    journalctl -u NetworkManager
    aug 26 19:14:33 arch_daboka NetworkManager[527]: <info> NetworkManager (version 0.9.10.1) is starting...
    aug 26 19:14:33 arch_daboka NetworkManager[527]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
    aug 26 19:14:33 arch_daboka NetworkManager[527]: <info> WEXT support is enabled
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkMan
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> new connection /etc/NetworkManager/system-connections/Bokros
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> new connection /etc/NetworkManager/system-connections/1. vezetékes kapcsolat
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> new connection /etc/NetworkManager/system-connections/UPC1838142
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> monitoring kernel firmware directory '/usr/lib/firmware'.
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:02:00.0/iee
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC20
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> WiFi hardware radio set enabled
    aug 26 19:14:35 arch_daboka NetworkManager[527]: <info> WWAN hardware radio set enabled
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wifi.so
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wwan.so
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-adsl.so
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> WiFi enabled by radio killswitch; enabled by state file
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> WWAN enabled by radio killswitch; enabled by state file
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> WiMAX enabled by radio killswitch; enabled by state file
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> Networking is enabled by state file
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (lo): link connected
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (lo): carrier is ON
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (enp1s0): carrier is OFF
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (enp1s0): new Ethernet device (driver: 'r8169' ifindex: 2)
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (enp1s0): exported as /org/freedesktop/NetworkManager/Devices/1
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    aug 26 19:14:36 arch_daboka systemd[1]: Started Network Manager.
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (enp1s0): preparing device
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): using nl80211 for WiFi device control
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): driver supports Access Point (AP) mode
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): new 802.11 WiFi device (driver: 'ath9k' ifindex: 3)
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): exported as /org/freedesktop/NetworkManager/Devices/2
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> (wlp2s0): preparing device
    aug 26 19:14:36 arch_daboka NetworkManager[527]: <info> use BlueZ version 5
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> wpa_supplicant started
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0) supports 4 scan SSIDs
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: starting -> ready
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: ready -> disconnected
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0) supports 4 scan SSIDs
    aug 26 19:14:37 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
    aug 26 19:14:42 arch_daboka NetworkManager[527]: <info> startup complete
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Auto-activating connection 'Bokros'.
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) starting connection 'Bokros'
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 1 of 5 (Device Prepare) scheduled...
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 1 of 5 (Device Prepare) started...
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTING
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 2 of 5 (Device Configure) scheduled...
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 1 of 5 (Device Prepare) complete.
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 2 of 5 (Device Configure) starting...
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: prepare -> config (reason 'none') [40 50 0]
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0/wireless): connection 'Bokros' has security, and secrets exist. No new sec
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Config: added 'ssid' value 'Bokros'
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Config: added 'scan_ssid' value '1'
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Config: added 'psk' value '<omitted>'
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 2 of 5 (Device Configure) complete.
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> Config: set interface ap_scan to 1
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: inactive -> authenticating
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: authenticating -> associated
    aug 26 19:15:00 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: associated -> 4-way handshake
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> (wlp2s0): supplicant interface state: 4-way handshake -> completed
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireles
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 3 of 5 (IP Configure Start) scheduled.
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 3 of 5 (IP Configure Start) started...
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: config -> ip-config (reason 'none') [50 70 0]
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> dhcpcd started with pid 3599
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 3 of 5 (IP Configure Start) complete.
    aug 26 19:15:01 arch_daboka dhcpcd[3599]: version 6.4.3 starting
    aug 26 19:15:01 arch_daboka NetworkManager[527]: dhcpcd[3599]: version 6.4.3 starting
    aug 26 19:15:01 arch_daboka NetworkManager[527]: <info> (wlp2s0): DHCPv4 state changed nbi -> preinit
    aug 26 19:15:01 arch_daboka dhcpcd[3599]: DUID 00:01:00:01:1b:7c:0d:d6:28:d2:44:7f:89:66
    aug 26 19:15:01 arch_daboka dhcpcd[3599]: wlp2s0: IAID 65:59:c9:b5
    aug 26 19:15:01 arch_daboka NetworkManager[527]: dhcpcd[3599]: DUID 00:01:00:01:1b:7c:0d:d6:28:d2:44:7f:89:66
    aug 26 19:15:01 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: IAID 65:59:c9:b5
    aug 26 19:15:01 arch_daboka dhcpcd[3599]: wlp2s0: soliciting an IPv6 router
    aug 26 19:15:01 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: soliciting an IPv6 router
    aug 26 19:15:02 arch_daboka dhcpcd[3599]: wlp2s0: rebinding lease of 192.168.1.137
    aug 26 19:15:02 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: rebinding lease of 192.168.1.137
    aug 26 19:15:07 arch_daboka dhcpcd[3599]: wlp2s0: leased 192.168.1.137 for 86400 seconds
    aug 26 19:15:07 arch_daboka dhcpcd[3599]: wlp2s0: adding route to 192.168.1.0/24
    aug 26 19:15:07 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: leased 192.168.1.137 for 86400 seconds
    aug 26 19:15:07 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: adding route to 192.168.1.0/24
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> (wlp2s0): DHCPv4 state changed preinit -> reboot
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> address 192.168.1.137
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> plen 24 (255.255.255.0)
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> gateway 192.168.1.1
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> server identifier 192.168.1.1
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> lease time 86400
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> hostname 'arch_daboka'
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> nameserver '192.168.1.1'
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> domain name 'chello.hu'
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 5 of 5 (IPv4 Commit) started...
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) Stage 5 of 5 (IPv4 Commit) complete.
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> (wlp2s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTED_LOCAL
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTED_GLOBAL
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Policy set 'Bokros' (wlp2s0) as default for IPv4 routing and DNS.
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Writing DNS information to /usr/bin/resolvconf
    aug 26 19:15:07 arch_daboka NetworkManager[527]: <info> Activation (wlp2s0) successful, device activated.
    aug 26 19:15:14 arch_daboka dhcpcd[3599]: wlp2s0: no IPv6 Routers available
    aug 26 19:15:14 arch_daboka NetworkManager[527]: dhcpcd[3599]: wlp2s0: no IPv6 Routers available
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): link connected
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 4
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Auto-activating connection '1. vezetékes kapcsolat'.
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) starting connection '1. vezetékes kapcsolat'
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 1 of 5 (Device Prepare) scheduled...
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 1 of 5 (Device Prepare) started...
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 2 of 5 (Device Configure) scheduled...
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 1 of 5 (Device Prepare) complete.
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 2 of 5 (Device Configure) starting...
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: prepare -> config (reason 'none') [40 50 0]
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 2 of 5 (Device Configure) successful.
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 3 of 5 (IP Configure Start) scheduled.
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 2 of 5 (Device Configure) complete.
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 3 of 5 (IP Configure Start) started...
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: config -> ip-config (reason 'none') [50 70 0]
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> dhcpcd started with pid 4322
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 3 of 5 (IP Configure Start) complete.
    aug 26 19:15:34 arch_daboka dhcpcd[4322]: version 6.4.3 starting
    aug 26 19:15:34 arch_daboka dhcpcd[4322]: DUID 00:01:00:01:1b:7c:0d:d6:28:d2:44:7f:89:66
    aug 26 19:15:34 arch_daboka dhcpcd[4322]: enp1s0: IAID 44:7f:89:66
    aug 26 19:15:34 arch_daboka NetworkManager[527]: dhcpcd[4322]: version 6.4.3 starting
    aug 26 19:15:34 arch_daboka NetworkManager[527]: dhcpcd[4322]: DUID 00:01:00:01:1b:7c:0d:d6:28:d2:44:7f:89:66
    aug 26 19:15:34 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: IAID 44:7f:89:66
    aug 26 19:15:34 arch_daboka NetworkManager[527]: <info> (enp1s0): DHCPv4 state changed nbi -> preinit
    aug 26 19:15:34 arch_daboka dhcpcd[4322]: enp1s0: soliciting an IPv6 router
    aug 26 19:15:34 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: soliciting an IPv6 router
    aug 26 19:15:34 arch_daboka dhcpcd[4322]: enp1s0: rebinding lease of 192.168.1.138
    aug 26 19:15:34 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: rebinding lease of 192.168.1.138
    aug 26 19:15:39 arch_daboka dhcpcd[4322]: enp1s0: leased 192.168.1.138 for 86400 seconds
    aug 26 19:15:39 arch_daboka dhcpcd[4322]: enp1s0: adding route to 192.168.1.0/24
    aug 26 19:15:39 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: leased 192.168.1.138 for 86400 seconds
    aug 26 19:15:39 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: adding route to 192.168.1.0/24
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): DHCPv4 state changed preinit -> reboot
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> address 192.168.1.138
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> plen 24 (255.255.255.0)
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> gateway 192.168.1.1
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> server identifier 192.168.1.1
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> lease time 86400
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> hostname 'arch_daboka'
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> nameserver '192.168.1.1'
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> domain name 'chello.hu'
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 5 of 5 (IPv4 Commit) started...
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) Stage 5 of 5 (IPv4 Commit) complete.
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTED_LOCAL
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTED_GLOBAL
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> Policy set '1. vezetékes kapcsolat' (enp1s0) as default for IPv4 routing and DNS.
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> Writing DNS information to /usr/bin/resolvconf
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> Activation (enp1s0) successful, device activated.
    aug 26 19:15:47 arch_daboka dhcpcd[4322]: enp1s0: no IPv6 Routers available
    aug 26 19:15:47 arch_daboka NetworkManager[527]: dhcpcd[4322]: enp1s0: no IPv6 Routers available
    ping -c 10 192.168.1.1
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=4.38 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=2.79 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=4.89 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=5.30 ms
    64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=1.59 ms
    64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=1.61 ms
    64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=4.37 ms
    64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=2.40 ms
    64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=6.47 ms
    --- 192.168.1.1 ping statistics ---
    10 packets transmitted, 9 received, 10% packet loss, time 9014ms
    rtt min/avg/max/mdev = 1.599/3.759/6.471/1.627 ms
    ping -c 100 8.8.8.8 - it's not completely disconnected, but it's always 8 packets at once that are received
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=20 ttl=46 time=41.7 ms
    64 bytes from 8.8.8.8: icmp_seq=21 ttl=46 time=40.0 ms
    64 bytes from 8.8.8.8: icmp_seq=22 ttl=46 time=38.8 ms
    64 bytes from 8.8.8.8: icmp_seq=23 ttl=46 time=39.3 ms
    64 bytes from 8.8.8.8: icmp_seq=24 ttl=46 time=41.8 ms
    64 bytes from 8.8.8.8: icmp_seq=25 ttl=46 time=38.4 ms
    64 bytes from 8.8.8.8: icmp_seq=26 ttl=46 time=38.4 ms
    64 bytes from 8.8.8.8: icmp_seq=27 ttl=46 time=38.0 ms
    64 bytes from 8.8.8.8: icmp_seq=56 ttl=46 time=43.4 ms
    64 bytes from 8.8.8.8: icmp_seq=57 ttl=46 time=49.8 ms
    64 bytes from 8.8.8.8: icmp_seq=58 ttl=46 time=40.2 ms
    64 bytes from 8.8.8.8: icmp_seq=59 ttl=46 time=44.3 ms
    64 bytes from 8.8.8.8: icmp_seq=60 ttl=46 time=38.5 ms
    64 bytes from 8.8.8.8: icmp_seq=61 ttl=46 time=43.4 ms
    64 bytes from 8.8.8.8: icmp_seq=62 ttl=46 time=39.2 ms
    64 bytes from 8.8.8.8: icmp_seq=63 ttl=46 time=40.5 ms
    64 bytes from 8.8.8.8: icmp_seq=92 ttl=46 time=38.3 ms
    64 bytes from 8.8.8.8: icmp_seq=93 ttl=46 time=43.7 ms
    64 bytes from 8.8.8.8: icmp_seq=94 ttl=46 time=42.3 ms
    64 bytes from 8.8.8.8: icmp_seq=95 ttl=46 time=46.6 ms
    64 bytes from 8.8.8.8: icmp_seq=96 ttl=46 time=44.9 ms
    64 bytes from 8.8.8.8: icmp_seq=97 ttl=46 time=42.9 ms
    64 bytes from 8.8.8.8: icmp_seq=98 ttl=46 time=41.7 ms
    64 bytes from 8.8.8.8: icmp_seq=99 ttl=46 time=37.8 ms
    --- 8.8.8.8 ping statistics ---
    100 packets transmitted, 24 received, 76% packet loss, time 99062ms
    rtt min/avg/max/mdev = 37.886/41.455/49.829/3.000 ms
    cat /etc/dhcpcd.conf - I tried clientid instead of duid and disabling IPv6, but neither of those helped.
    # A sample configuration for dhcpcd.
    # See dhcpcd.conf(5) for details.
    # Inform the DHCP server of our hostname for DDNS.
    hostname
    # Use the hardware address of the interface for the Client ID.
    #clientid
    # or
    # Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
    duid
    # Persist interface configuration when dhcpcd exits.
    persistent
    # Rapid commit support.
    # Safe to enable by default because it requires the equivalent option set
    # on the server to actually work.
    option rapid_commit
    # A list of options to request from the DHCP server.
    option domain_name_servers, domain_name, domain_search, host_name
    option classless_static_routes
    # Most distributions have NTP support.
    option ntp_servers
    # Respect the network MTU.
    # Some interface drivers reset when changing the MTU so disabled by default.
    #option interface_mtu
    # A ServerID is required by RFC2131.
    require dhcp_server_identifier
    # Generate Stable Private IPv6 Addresses instead of hardware based ones
    slaac private
    # A hook script is provided to lookup the hostname if not set by the DHCP
    # server, but it should not be run by default.
    nohook lookup-hostname
    #noipv4ll
    #Disable IPv6
    #noipv6rs
    #noipv6
    cat /etc/NetworkManager/NetworkManager.conf
    [main]
    plugins=keyfile
    dhcp=dhcpcd
    ## Set static hostname
    #[keyfile]
    #hostname=foobar
    ## HTTP-based connectivity check
    #[connectivity]
    #uri=http://nmcheck.gnome.org/check_network_status.txt
    I couldn't find anything else to append, but if there are other log or conf files or anything else, which would help solving the problem, I should put here, please tell me.

    Try to use dhclient perhaps?  Might I also suggest letting systemd deal with the dhcp issue and not NM.  That may seem incongruous but it is possible NM is mis-handling the dhcp hand-off to the network card.  I'm no guru but I got thinking about this when I saw this in your output:
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
    aug 26 19:15:39 arch_daboka NetworkManager[527]: <info> (enp1s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
    aug 26 19:15:40 arch_daboka NetworkManager[527]: <info> NetworkManager state is now CONNECTED_LOCAL
    It is very possible that I'm mis-interpreting this information so please take it with a boulder of salt. 

  • BAPI_SALESORDER_CREATEFROMDAT2 doesn't work for header Condition

    Hi, All
    I'm trying to create a sales order using BAPI_SALESORDER_CREATEFROMDAT2.
    It doesn't work to create a heder condition.(HB00)
    After BAPI, I check KONV data, HB00 data is broken.
    KONV-STUNR and KONV-ZAEHK is blank.
    but item condtion data is OK. no problem.
    I don't know why.
    my code is below.
    If you have any idea, please let me know.
    IW_LOGIC_SWITCH-PRICING = 'G'
    CLEAR IW_CONDITIONS.
    IW_CONDITIONS-ITM_NUMBER = '000000'.
    IW_CONDITIONS-COND_COUNT = '01'.
    IW_CONDITIONS-COND_TYPE  = 'HB00'.
    IW_CONDITIONS-COND_VALUE = W_VALUE.
    IW_CONDITIONS-CURRENCY   = W_WAERK.
    IW_CONDITIONS-CONDCOINHD = '01'.
    APPEND IW_CONDITIONS TO IT_CONDITIONS.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
      EXPORTING
        ORDER_HEADER_IN               = IW_HEADER
        LOGIC_SWITCH                  = IW_LOGIC_SWITCH
      IMPORTING
        SALESDOCUMENT                 = W_SALEDOC
      TABLES
        RETURN                        = IT_RETURN
        ORDER_ITEMS_IN                = IT_ITEMS
        ORDER_PARTNERS                = IT_PARTNERS
        ORDER_SCHEDULES_IN            = IT_SCHEDULES
        ORDER_CONDITIONS_IN           = IT_CONDITIONS
        ORDER_TEXT                    = IT_TEXT
        EXTENSIONIN                   = IT_EXTENSIONIN
        PARTNERADDRESSES              = IT_PARTNERADDRESSES.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Regards,
    Rie.

    check the following link
    Re: BAPI_SALESORDER_CREATEFROMDAT2 how to set condition type value as zero (0).
    L_ORDER_PARTNERS-PARTN_ROLE = 'AG'.
    L_ORDER_PARTNERS-PARTN_NUMB =
    RECORD-KUNNR_1.
    APPEND L_ORDER_PARTNERS TO
    LI_ORDER_PARTNERS.
    L_ORDER_PARTNERS-PARTN_ROLE = 'WE'.
    L_ORDER_PARTNERS-PARTN_NUMB =
    RECORD-KUNNR_2.
    APPEND L_ORDER_PARTNERS TO
    LI_ORDER_PARTNERS.
    * Build order header
    CLEAR: L_ORDER_HEADER_INX,
    L_ORDER_HEADER_IN.
    * Update flag
    L_ORDER_HEADER_INX-UPDATEFLAG = 'I'.
    * Sales document type
    L_ORDER_HEADER_IN-DOC_TYPE =
    RECORD-AUART.
    L_ORDER_HEADER_INX-DOC_TYPE = 'X'.
    * Sales organization
    L_ORDER_HEADER_IN-SALES_ORG = RECORD-VKORG.
    L_ORDER_HEADER_INX-SALES_ORG = 'X'.
    * Distribution channel
    L_ORDER_HEADER_IN-DISTR_CHAN = RECORD-VTWEG.
    L_ORDER_HEADER_INX-DISTR_CHAN = 'X'.
    * Division
    L_ORDER_HEADER_IN-DIVISION = RECORD-SPART.
    L_ORDER_HEADER_INX-DIVISION = 'X'.
    * Sales Office
    L_ORDER_HEADER_IN-SALES_OFF = RECORD-VKBUR.
    L_ORDER_HEADER_INX-SALES_OFF = 'X'.
    * Sales Group
    L_ORDER_HEADER_IN-SALES_GRP = RECORD-VKGRP.
    L_ORDER_HEADER_INX-SALES_GRP = 'X'.
    * Purchase order
    L_ORDER_HEADER_IN-PURCH_NO_C = RECORD-BSTNK.
    L_ORDER_HEADER_INX-PURCH_NO_C = 'X'.
    * Purchase order Date
    L_ORDER_HEADER_IN-PURCH_DATE =
    RECORD-BSTDK.
    L_ORDER_HEADER_INX-PURCH_DATE = 'X'.
    * Payment Terms
    L_ORDER_HEADER_IN-PMNTTRMS = RECORD-ZTERM.
    L_ORDER_HEADER_INX-PMNTTRMS = 'X'.
    * Incoterm1
    L_ORDER_HEADER_IN-INCOTERMS1 = RECORD-INCO1.
    L_ORDER_HEADER_INX-INCOTERMS1 = 'X'.
    * Incoterm2
    L_ORDER_HEADER_IN-INCOTERMS2 = RECORD-INCO2.
    L_ORDER_HEADER_INX-INCOTERMS2 = 'X'.
    * Customer Group
    L_ORDER_HEADER_IN-CUSGROUP = RECORD-KDGRP.
    L_ORDER_HEADER_INX-CUSGROUP = 'X'.
    ENDIF.
    * Build order item(s)
    CLEAR: L_ORDER_ITEMS_INX, L_ORDER_ITEMS_IN.
    L_ORDER_ITEMS_IN-ITM_NUMBER = INO.
    L_ORDER_ITEMS_INX-ITM_NUMBER = INO.
    L_ORDER_ITEMS_IN-MATERIAL = RECORD-MABNR.
    L_ORDER_ITEMS_INX-MATERIAL = 'X'.
    L_ORDER_ITEMS_IN-PLANT = RECORD-WERKS.
    L_ORDER_ITEMS_INX-PLANT = 'X'.
    L_ORDER_ITEMS_IN-SALES_UNIT = RECORD-VRKME.
    L_ORDER_ITEMS_INX-SALES_UNIT = 'X'.
    L_ORDER_ITEMS_IN-WBS_ELEM = RECORD-PS_POSID.
    L_ORDER_ITEMS_INX-WBS_ELEM = 'X'.
    APPEND L_ORDER_ITEMS_IN TO LI_ORDER_ITEMS_IN.
    L_ORDER_ITEMS_INX-UPDATEFLAG = 'I'.
    APPEND L_ORDER_ITEMS_INX TO
    LI_ORDER_ITEMS_INX.
    * Build Schedule lines... Order Quantity
    CLEAR: L_ORDER_SCHEDULES_IN,
    L_ORDER_SCHEDULES_INX.
    L_ORDER_SCHEDULES_IN-ITM_NUMBER = INO.
    L_ORDER_SCHEDULES_INX-ITM_NUMBER = INO.
    L_ORDER_SCHEDULES_IN-REQ_QTY = RECORD-KWMENG.
    L_ORDER_SCHEDULES_INX-REQ_QTY = 'X'.
    L_ORDER_SCHEDULES_INX-UPDATEFLAG = 'X'.
    APPEND L_ORDER_SCHEDULES_IN TO
    LI_ORDER_SCHEDULES_IN.
    APPEND L_ORDER_SCHEDULES_INX TO
    LI_ORDER_SCHEDULES_INX.
    * Build Conditions
    CLEAR: L_ORDER_CONDITIONS_IN,
    L_ORDER_CONDITIONS_INX.
    L_ORDER_CONDITIONS_IN-ITM_NUMBER = INO.
    L_ORDER_CONDITIONS_IN-COND_COUNT = '01'.
    L_ORDER_CONDITIONS_IN-COND_TYPE =
    RECORD-KSCHL_1.
    L_ORDER_CONDITIONS_IN-COND_VALUE =
    RECORD-KBETR_1.
    IF RECORD-KSCHL_1 = 'PR00'.
    L_ORDER_CONDITIONS_IN-COND_VALUE =
    L_ORDER_CONDITIONS_IN-COND_VALUE
    / 10.
    ENDIF.
    L_ORDER_CONDITIONS_INX-ITM_NUMBER = INO.
    L_ORDER_CONDITIONS_INX-COND_COUNT = '01'.
    L_ORDER_CONDITIONS_INX-COND_TYPE =
    RECORD-KSCHL_1.
    L_ORDER_CONDITIONS_INX-UPDATEFLAG = 'X'.
    L_ORDER_CONDITIONS_INX-COND_VALUE = 'X'.
    APPEND L_ORDER_CONDITIONS_IN TO
    LI_ORDER_CONDITIONS_IN.
    APPEND L_ORDER_CONDITIONS_INX TO
    LI_ORDER_CONDITIONS_INX.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
    EXPORTING
    ORDER_HEADER_IN =L_ORDER_HEADER_IN
    ORDER_HEADER_INX = L_ORDER_HEADER_INX
    IMPORTING
    SALESDOCUMENT = L_VBELN
    TABLES
    RETURN = LI_RETURN
    ORDER_ITEMS_IN =
    LI_ORDER_ITEMS_IN
    ORDER_ITEMS_INX =
    LI_ORDER_ITEMS_INX
    ORDER_PARTNERS =
    LI_ORDER_PARTNERS
    ORDER_SCHEDULES_IN =
    LI_ORDER_SCHEDULES_IN
    ORDER_SCHEDULES_INX =
    LI_ORDER_SCHEDULES_INX
    ORDER_CONDITIONS_IN =
    LI_ORDER_CONDITIONS_IN
    ORDER_CONDITIONS_INX =
    LI_ORDER_CONDITIONS_INX
    END-OF-SELECTION

  • 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)

  • Help with Youtubevideo which doesn't work in internetexplorer

    Hi there,
    I'd tried to implement a youtube video  guided by this :  http://www.heathrowe.com/adobe-edge-preview-4-append-youtube-video/
    It worked fine  in firefox and chrome  but  it doesn't work in internetexplorer :-(
    Is there a way to modify the code so it would work in all browsers?
    I also tried a hint via google  to change the codepart   .....      $("<iframe type='text/html'     .....     to   ....    $("<iframe type='application/x-shockwave-flash'
    but it didn't work either...so I'm stuck now
    Thanks for your help
    Greetings
    martin

    Thanks Schrene,
    strange...i opened it online from my notebook in IE  and it worked...but my workstation has the same IE Version  9.0822  etc.. and it does not work from there...
    well...anway... basicly  it works :-)
    thx :-)
    Martin

  • ALV Tree event registration doesn't work

    Hello Experts,
    the following is the registration-form which shall register a item-double-click event to my alv-tree-object. when doing the double-click it doesn't open my own methods in the event-handler class but the standard ones and nothing happens further.
    Any ideas?
    Many thanks in advance!
    Tobias
    FORM register_events.
      DATA: lt_events TYPE cntl_simple_events,
            l_event TYPE cntl_simple_event.
      CALL METHOD g_alv_tree->get_registered_events
        IMPORTING
          events = lt_events.
      l_event-eventid = cl_gui_column_tree=>eventid_item_double_click.
      APPEND l_event TO lt_events.
      CALL METHOD g_alv_tree->set_registered_events
        EXPORTING
          events                    = lt_events
        EXCEPTIONS
          cntl_error                = 1
          cntl_system_error         = 2
          illegal_event_combination = 3.
      IF sy-subrc <> 0.
        MESSAGE x208(00) WITH 'ERROR'.                          "#EC NOTEXT
      ENDIF.
      CREATE OBJECT event_handler.
      SET HANDLER event_handler->handle_item_double_click FOR g_alv_tree.
    ENDFORM.

    It doesn't matter where I place my double-click. The standard event handling "handle_event" is called.
    Instead of this I would like to have my coding.....
    Changing the cl_gui_alv_tree to cl_gui_column_tree doesn't work since my tree isn't a reference of column_tree but of alv_tree. So I would have to rebuild nearly the entire tree. This cannot be a solution since I guess the double-click item should work anyway.
    What I am wondering furthermore is my button declaration not being displayed. The following is my fieldcatalog declaration:
    FORM create_tree_fc.
      DATA: ls_fc TYPE lvc_s_fcat.
      DATA: lo_descrref   TYPE REF TO cl_abap_typedescr.
      DATA: lo_tableref TYPE REF TO cl_abap_tabledescr.
      DATA: lo_structref TYPE REF TO cl_abap_structdescr.
      FIELD-SYMBOLS: <fs_str> TYPE abap_compdescr.
      lo_tableref ?= cl_abap_tabledescr=>describe_by_data( lt_report_tree ).
      lo_descrref ?= lo_tableref->get_table_line_type( ).
      lo_structref ?= lo_descrref.
      CLEAR gt_fc[].
      LOOP AT lo_structref->components ASSIGNING <fs_str>.
        CLEAR ls_fc.
        ls_fc-fieldname = <fs_str>-name.
        ls_fc-intlen = <fs_str>-length.
        ls_fc-inttype = <fs_str>-type_kind.
        ls_fc-decimals = <fs_str>-decimals.
        CASE <fs_str>-name.
          WHEN 'PROCESS_TYPE'.
            ls_fc-tooltip = 'Process Type'.
            ls_fc-coltext = 'Process Type'.
            ls_fc-emphasize = 'C110'.
            ls_fc-no_sum = 'X'.
            ls_fc-style = cl_gui_column_tree=>item_class_button.
            ls_fc-outputlen = 20.
          WHEN 'SMI_PROJECT'.
            ls_fc-tooltip = 'Project Relation'.
            ls_fc-coltext = 'Project'.
            ls_fc-hotspot = 'X'.
            ls_fc-no_sum = 'X'.
            ls_fc-style = CL_GUI_ALV_GRID=>MC_STYLE_DISABLED.
            ls_fc-outputlen = <fs_str>-length.
          WHEN 'TRORDER_NUMBER'.
            ls_fc-tooltip = 'ID of Transport Request'.
            ls_fc-coltext = 'Transport Request'.
            ls_fc-no_sum = 'X'.
            ls_fc-style = CL_GUI_ALV_GRID=>MC_STYLE_HOTSPOT.
            ls_fc-outputlen = 30.
        ENDCASE.
        APPEND ls_fc TO gt_fc.
      ENDLOOP.
    ENDFORM.
    Edited by: Tobias Fickinger on Jun 10, 2009 9:59 AM
    Edited by: Tobias Fickinger on Jun 10, 2009 10:00 AM
    Edited by: Tobias Fickinger on Jun 10, 2009 10:03 AM

  • Undo button indesign doesn't work

    Hey guys,
    I made a dossier in indesign (mac) for my design class and I worked over 24 hours on it.
    Tomorrow, I have to hand it in, but then yesterday suddenly my SAVE, SAVE AS, and UNDO and REDO buttons didn't work anymore! So I let the laptop like it was and today I worked again on it,
    but I accidentally deleated the wrong layer and now THE WHOLE DOSSIER IS DELEATED!
    I can't undo it, because the button still doesn't work and I'm lucky that some hours ago, I exported the data as a PDF-file which thankfully worked, but there are still hours of hard work missing and now my project is not finished!
    Can anyone help me? Please, I'm freaking out right now!!

    No, you'll never get back any changes you made between the last save and the time the file was closed. If that was three hours work, that's unfortunate. My advice was simply a way for you to recover as much of your work as possible so you wouldn't need to start over from nothing.
    Consider this as a good lesson in workflow habits. Save often, and I recommend doing a Save As with a new versioning name (I append a number) at each major change point where you are about to branchin a new direction. This gives you not only a set of backup files, but the ability to easily go back to a previous version and go in a new direction.
    It's also good to develop the habit of hitting Cmd-Z (Ctrl-Z on Windows) for Undo immediately after you make a mistake, though it sounds like you actually tried to do this. File > Revert can be helpful too, if you've been saving right along.

  • Why "fixedcolumn" doesn't work in tableview?

    Hi,
    I have a tableview which use iterator on BSP page. I set "fixedcolumn" attribute for one column in iterator->GET_COLUMN_DEFINITIONS
          tv_column-columnname  = 'pvname'.
          concatenate '' text-002 '' into tv_column-title.
          tv_column-width       = '35%'.
          tv_column-fixedcolumn = 'X'.
          append tv_column to p_column_definitions.
    And in iterator->RENDER_CELL_START, I put textview in each cell:
            when 'PVNAME'.
              assign component 'PVNAME' of structure <row> to <col>.
              lv_string = <col>.
              create object htmlb_textview.
              htmlb_textview->text = lv_string.
              p_replacement_bee = htmlb_textview.
    On BSP page, I define the tableview:
                  <htmlb:tableView id            = "system_view"
                                   table         = "<%= model->sys_view %>"
                                   width         = "100%"
                                   footerVisible = "False"
                                   design        = "alternating"
                                   iterator      = "<%= iterator %>"
                                   sort          = "server" />
    But when I run page, I found the "fixedcolumn" doesn't work. the cell's background color changed. But still each cell has same content, not grouped in one cell.
    What's the reason? Thanks!
    Best regards,
    Long

    i have been using this method which works fine.
    page attribute:
    coldef     TYPE     TABLEVIEWCONTROLTAB
    wa_coldef     TYPE     TABLEVIEWCONTROL
    oncreate:
    refresh: coldef .
    clear: coldef, wa_coldef .
    wa_coldef-columnname          = 'CARRID'.
    wa_coldef-title = 'Carrier.'.
    wa_coldef-fixedcolumn = 'X' .
    append wa_coldef to coldef.
    clear wa_coldef .
    wa_coldef-columnname          = 'CONNID'.
    wa_coldef-title = 'Connection.'.
    wa_coldef-fixedcolumn = 'X' .
    append wa_coldef to coldef.
    clear wa_coldef .
    <htmlb:tableView id                = "LW"
                               headerText        = "header text %>"
                               headerVisible     = "TRUE"
                               table             = "<%= finlwdets %>"
                               visibleRowCount   = "25"
                               navigationMode    = "BYLINE"
                               iterator          = "<%= iterator %>"
                               columnDefinitions = "<%= coldef %>" />

  • REUSE_ALV_GRID_DISPLAY - It doesn't work!!! ;(

    I have this part of code. Someone knows why is it doesn't work? I want to double click on the matnr.
    thanks a lot! ;(
    PD: When I double click, the break-point doesnt STOP.
    START-OF-SELECTION.
      select MATNR ERSDA
      from MARA
      into corresponding FIELDS of itab
      where ERSDA EQ p_date.
        append itab.
      endselect.
      PERFORM build_fcat USING it_fcat.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
      I_CALLBACK_PROGRAM                = ' '
      I_CALLBACK_PF_STATUS_SET          = 'STATUS'
          I_CALLBACK_USER_COMMAND         = 'USER_COMMAND'
      I_CALLBACK_TOP_OF_PAGE            = ' '
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      =
      I_GRID_SETTINGS                   =
      IS_LAYOUT                         =
          IT_FIELDCAT                       = it_fcat
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
          IT_SORT                           = it_sort
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = ' '
      IS_VARIANT                        =
      IT_EVENTS                         = IT_EVENTS
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      IT_ALV_GRAPHICS                   =
      IT_HYPERLINK                      =
      IT_ADD_FIELDCAT                   =
      IT_EXCEPT_QINFO                   =
      I_HTML_HEIGHT_TOP                 =
      I_HTML_HEIGHT_END                 =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
        TABLES
          T_OUTTAB                          = itab
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE
                                                            SLIS_SELFIELD.
      break-point.
      case UCOMM.
        when '&IC1'.  "this is for double click.
          "do some thing.
    break-point.
      ENDCASE.
    ENDFORM.                    "USER_COMMAND

    You must pass the program name as the callback program.
    data: repid type sy-repid.
    repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    * I_INTERFACE_CHECK = ' '
    * I_BYPASSING_BUFFER = ' '
    * I_BUFFER_ACTIVE = ' '
      I_CALLBACK_PROGRAM = REPID       "<--Right Here
    * I_CALLBACK_PF_STATUS_SET = 'STATUS'
    I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
    * I_CALLBACK_TOP_OF_PAGE = ' '
    * I_CALLBACK_HTML_TOP_OF_PAGE = '
    Regards,
    Rich Heilman

  • Exit Command doesn't work

    Guys, I've put a few hours researching the web for code examples on how to program the Exit button on a J2ME app. It didn't help me finding out why my Exit simply doesn't work. It must be something trivial that I'm just not aware of. I would really appreciate your help analyzing the following code.
    Regards,
    Filipe
    public class BiblioMIDlet extends MIDlet implements CommandListener {
         private Display display;
         private Form gui;
         private static Command renewCommand, exitCommand;
         public BiblioMIDlet() {
              renewCommand = new Command("Renew", Command.ITEM, 1);
              exitCommand = new Command("Exit", Command.EXIT, 1);
              gui = new Form("Biblio");
              display = Display.getDisplay(this);
         protected void startApp() throws MIDletStateChangeException {
              this.showLoginForm();
         private void showLoginForm() {
              TextField user = new TextField("User", null, 9, TextField.NUMERIC);
              TextField password = new TextField("Password", null, 4, TextField.PASSWORD | TextField.NUMERIC);
              gui.append(user);
              gui.append(password);
              gui.addCommand(renewCommand);
              gui.addCommand(exitCommand);
              display.setCurrent(gui);
         protected void pauseApp() {     }
         public void commandAction(Command c, Displayable s) {
              if (c == exitCommand) {
                   destroyApp(false);
                   notifyDestroyed();
         protected void destroyApp(boolean arg0) {      }
    }

    Hai
    I think u missed to add the commandListener in your code "gui.setCommandListener(this)"
    public class BiblioMIDlet extends MIDlet implements CommandListener {
         private Display display;
         private Form gui;
         Command renewCommand, exitCommand;
         public BiblioMIDlet() {
              renewCommand = new Command("Renew", Command.ITEM, 1);
              exitCommand = new Command("Exit", Command.EXIT, 1);
              gui = new Form("Biblio");
              display = Display.getDisplay(this);
         protected void startApp() throws MIDletStateChangeException {
              this.showLoginForm();
         private void showLoginForm() {
              TextField user = new TextField("User", null, 9, TextField.NUMERIC);
              TextField password = new TextField("Password", null, 4, TextField.PASSWORD | TextField.NUMERIC);
              gui.append(user);
              gui.append(password);
              gui.addCommand(renewCommand);
              gui.addCommand(exitCommand);
    /* u missed this line of code in your program*/
              gui.setCommandListener(this);
    /* End */
              display.setCurrent(gui);
         protected void pauseApp() {     }
         public void commandAction(Command c, Displayable s) {
              if (c == exitCommand) {
                   destroyApp(false);
    { notifyDestroyed();
         protected void destroyApp(boolean arg0)      }
    regards
    jinesh

  • [BUG]: MakeWritable doesn't work for mac

    I'm trying to use oracle.jdeveloper.refactoring.util.MakeWritableHelper in my plugin, and I found it doesn't work for MAC. The byte code shows it only check the osname for "Windows" and "Linux".
    and some Jdeveloper refactoring feature failed due to can't make file writable, they may also related to this class.

    My MAC version is OSX 10.5.4.
    I don't have a stacktrace. It just fails silently.
    You can easily reproduce this bug by reformat a readonly file.
    Here is the code I reverse engineered from oracle.jdeveloper.refactoring.util.Util.java:
    public static boolean setReadOnly(java.net.URL url, boolean readOnly)
    boolean ret = false;
    java.lang.String cmdarray[] = null;
    java.lang.String platformPathName = oracle.ide.net.URLFileSystem.getPlatformPathName(url);
    java.lang.String osName = java.lang.System.getProperty("os.name", "");
    if(osName.startsWith("Windows"))
    cmdarray = (new java.lang.String[] {
    "ATTRIB", readOnly ? "+R" : "-R", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    else
    if(platformPathName.equalsIgnoreCase("Linux"))
    cmdarray = (new java.lang.String[] {
    "chmod", readOnly ? "u-w" : "u+w", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    if(cmdarray != null)
    java.lang.Runtime runtime = java.lang.Runtime.getRuntime();
    try
    java.lang.Process process = runtime.exec(cmdarray);
    if(process.waitFor() == 0)
    ret = (new File(platformPathName)).canWrite();
    if(ret)
    oracle.ide.model.Node node = oracle.ide.model.NodeFactory.find(url);
    if(node instanceof oracle.ide.model.TextNode)
    oracle.ide.model.TextNode textNode = (oracle.ide.model.TextNode)node;
    textNode.isReadOnly();
    catch(java.io.IOException e)
    e.printStackTrace();
    catch(java.lang.InterruptedException e)
    e.printStackTrace();
    return ret;
    }

  • Ctrl+enter doesn't work

    ctrl+enter doesn't work when I try to go to maps.yahoo.com. It only happens when I try to go here. ctrl+enter works for every other site I've tried.

    That is a known limitation if you only use maps.yahoo (maps.yahoo.com should work though).<br />
    Ctrl+Enter to fixup the URL and add .com only works if there is one domain (yahoo) and not with multiple domains (maps.yahoo).
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=688395 bug 688395] - CTRL+Enter does not append .com after getting a server not found error

  • "it_hyperlink" in "reuse_alv_grid_display_lvc" Doesn't work ??

    Hello;
    I need to put a hyperlink in one of my ALV grid column.
    A Hyperlink is seen in the cell, but *when I click it doesn't open the web page..*
    I tried a lot, but it is not possible to solve this problem.
    I searched a lot of web sites, everywhere shows similar examples that does not solve my problem..
    Thanks for your help...
    My real code contains reuse_alv_grid_display_lvc function call and it_hyperlink parameter. But it is really similar to the code
    below. I believe if I solve this simple code then I can also fix my real code too....
    Here is my first simple code :
    *& Report  ZELIF_ALV_WEB_HYPERLINK
    REPORT  ZELIF_ALV_WEB_HYPERLINK.
    DATA:
    BEGIN OF t_itab OCCURS 0.
    INCLUDE STRUCTURE MARA.
    DATA matnr_handle TYPE int4.
    DATA END OF t_itab.
    DATA:
    r_container TYPE REF TO cl_gui_custom_container,
    r_grid TYPE REF TO cl_gui_alv_grid.
    DATA:
    t_hype_link TYPE lvc_t_hype,
    fs_hype_link TYPE lvc_s_hype.
    DATA:
    t_fcat TYPE lvc_t_fcat,
    fs_fcat TYPE lvc_s_fcat.
    fs_fcat-fieldname = 'MATNR'.
    fs_fcat-web_field = 'MATNR_HANDLE'.
    APPEND fs_fcat TO t_fcat.
    fs_hype_link-handle = '1' .
    fs_hype_link-href = 'www.google.com'.
    APPEND fs_hype_link TO t_hype_link.
    SELECT * FROM MARA INTO TABLE t_itab.
    LOOP AT t_itab .
    IF t_itab-matnr = 'E.001'.
    t_itab-matnr_handle = '1' .
    ENDIF.
    MODIFY t_itab.
    ENDLOOP.
    CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    MODULE status_0100 OUTPUT.
    SET PF-STATUS 'SCREEN1'.ENDMODULE. " STATUS_0100 OUTPUT
    *& Module USER_COMMAND_0100 INPUT
    MODULE user_command_0100 INPUT.
    CASE sy-ucomm.WHEN 'BACK'.
    LEAVE TO SCREEN 0.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_0100 INPUT
    *& Module LIST OUTPUT
    MODULE list OUTPUT.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'MARA'
    it_hyperlink = t_hype_link
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_itab[].
    ENDMODULE. " LIST OUTPUT

    Hi Sandra,
    thanks for your quick answer. "MATNR_HANDLE" helps me to make hyperlink individual cells, not all cells in a column..
    The link you send is very useful, your example works I tested..
    I also find another example that works : http://askabap.blogspot.com/2008/10/complete-alv-grig-functions.html
    But I still don't understand why doesn' t work the code I send before..
    The critical part of my code is as below :
    fs_fcat-fieldname = 'MATNR'.
    fs_fcat-web_field = 'MATNR_HANDLE'.
    APPEND fs_fcat TO t_fcat.
    fs_hype_link-handle = '1' .
    fs_hype_link-href = 'www.google.com'.
    APPEND fs_hype_link TO t_hype_link.
    LOOP AT t_itab .
    IF t_itab-matnr = 'E.001'.
    t_itab-matnr_handle = '1' .
    ENDIF.
    MODIFY t_itab.
    ENDLOOP.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'MARA'
    it_hyperlink = t_hype_link
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_itab[].
    Best Regards,
    Elif

  • SetText doesn't work. A bug???

    I've got a JTextArea as a private atribute of my class:
    private JTextArea textArea = new JTextArea();
    And i've got a method that does:
    textArea.setText("blablabla");
    Well, the thing is, when i call that method... is doesn't do anything! I mean, the JTextArea remains with the same content. And the method is really being called (i'm sure 'cause i've done a System.out.print)
    And when i do textArea.append("blablabla") it doesn't work too!
    They only work when i call them from my class' constructor.
    Now, if that is not a bug, what is going on???
    Vic.

    THe problem is most likely that when you call this method, it is accessing a different instance of the object than the one in its constructor.
    Do you use more than one copy of this oject at a time? Consider the following
    private static JTextArea textArea = new JTextArea();and make the method static as well
    Hope this helps
    Guy

  • The variable exit doesn't work

    Hi,All
       i have create a exit type variable and assign to a query as filter.
       and in CMOD add code to program: EXIT_SAPLRRS0_001
       But the exit doesn't work , i set break-point but it doesn't stop at all.
    CASE I_VNAM.
      WHEN 'ZFISYEAREXIT1'.
          READ TABLE I_T_VAR_RANGE INTO L_S_VAR_RANGE WITH KEY VNAM = 'ZFISYEAREXIT1'.
          IF SY-SUBRC = 0.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = sy-datum(4).            "low value, for example, 2007
            L_S_RANGE-HIGH = sy-datum(4).          "high value = input
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
          ENDIF.
    ENDCASE.

    Terry,
    Just make the below change and check. Will check your code clearly again. Again is it a formula variable you are using? Also is that a year infoobject or any other object on which you are restricting?
    CASE I_VNAM.
    WHEN 'ZFISYEAREXIT1'.
    DATA year(4) type c.
    READ TABLE I_T_VAR_RANGE INTO L_S_VAR_RANGE WITH KEY VNAM = 'ZFISYEAREXIT1'.
    IF SY-SUBRC = 0.
    CLEAR L_S_RANGE.
    year = sy-datum+0(4).
    L_S_RANGE-LOW = year. "low value, for example, 2007
    L_S_RANGE-HIGH = year. "high value = input
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'BT'.
    APPEND L_S_RANGE TO E_T_RANGE.
    ENDIF.
    ENDCASE.

Maybe you are looking for

  • New Ipad wifi will not connect!!!

    My Ipad will not connect to wifi anywhere since I have updated it to ios6. At home I have done everything under the sun to try and fix this problem that I have found on the internet. At home I have several ipod touch's, iphone, mac, apple tv, everyth

  • Menu Buttons not working

    I have produced a DVD from movies made in imovie HD 6.0.3 using iDVD version 6.0.4 and find that the buttons cannot all be selected by the DVD player remote control and also the buttons do not appear to be navigated in the correct order. I would appr

  • Currency in JPY format

    Hi, I have a requirement which I need to display the amount in JPY format in webdynpro AVL output i.e. If my amount is 15,00 it should be displayed as 1500 without any decimal places. Please let me know how to do this. Thanks, Neethu.

  • CUC7.1, call handler greeting per language

    Hi, I have two languages that English and French with CUC7.1, and I realized there is differnet greeting per language type. I thought both languages using same recorded greeting but just providing different language interface. My background is from U

  • IPhoto Time Machine restore.

    iMac went in to Apple store. Came out with a new HD and new install of Snow Leopard and iLife 08. When it went it originally it had an up to date, and what I thought was a slightly corrupted Leopard and iLife 08. Ok fine. SL, but no restore disks, wh