Problem with Intel/ATI Hybrid Graphics

Hi, I Just got a new laptop with the intel(hd4400)/ati(hd8670m) hybrid graphics. I followed exactly this https://wiki.archlinux.org/index.php/Hy … ons_So_Far, trying to disable my discrete card, but I did not have vgaswitcheroo under /sys/kernel/debug. Then I did a reboot, it stopped booting after FSCK, no login for me. I did add radeon and i915 to MODULES in /etc/mkinitcpio.conf if that's what you are wondering. I had to chroot with Arch installer and add a basic 20-intel.conf file to be able to boot into my DE.
dmesg output below shows that I had radeon loaded, but still no vgaswitcheroo directory.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg_tf-lv_root rw quiet radeon.dpm=1
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000094d5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000094d60000-0x0000000095d5ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000095d60000-0x000000009a36efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009a36f000-0x000000009aebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015f5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by INSYDE Corp.
[ 0.000000] efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 SMBIOS=0x9aebef98
[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000006f000) (0MB)
[ 0.000000] efi: mem02: type=0, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
[ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
[ 0.000000] efi: mem04: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x000000000009f000) (0MB)
[ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001051000) (15MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001051000-0x0000000002000000) (15MB)
[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f51000) (15MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002f51000-0x000000003737a000) (836MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000003737a000-0x00000000379b5000) (6MB)
[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000379b5000-0x000000006d8c0000) (863MB)
[ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000006d8c0000-0x0000000092d70000) (596MB)
[ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x0000000092d70000-0x0000000092d90000) (0MB)
[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000092d90000-0x0000000093ee1000) (17MB)
[ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x0000000093ee1000-0x0000000094d60000) (14MB)
[ 0.000000] efi: mem16: type=0, attr=0xf, range=[0x0000000094d60000-0x0000000095d60000) (16MB)
[ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x0000000095d60000-0x0000000095f52000) (1MB)
[ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x0000000095f52000-0x0000000095f6f000) (0MB)
[ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x0000000095f6f000-0x0000000097260000) (18MB)
[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x0000000097260000-0x0000000097262000) (0MB)
[ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x0000000097262000-0x0000000097272000) (0MB)
[ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x0000000097272000-0x000000009727c000) (0MB)
[ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x000000009727c000-0x0000000097c77000) (9MB)
[ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x0000000097c77000-0x0000000097c7a000) (0MB)
[ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x0000000097c7a000-0x0000000097c81000) (0MB)
[ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x0000000097c81000-0x0000000097c82000) (0MB)
[ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x0000000097c82000-0x0000000097db2000) (1MB)
[ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x0000000097db2000-0x0000000097db3000) (0MB)
[ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000097db3000-0x0000000097e0a000) (0MB)
[ 0.000000] efi: mem30: type=3, attr=0xf, range=[0x0000000097e0a000-0x0000000097e17000) (0MB)
[ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x0000000097e17000-0x0000000097e1f000) (0MB)
[ 0.000000] efi: mem32: type=3, attr=0xf, range=[0x0000000097e1f000-0x0000000097e20000) (0MB)
[ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x0000000097e20000-0x0000000097e2c000) (0MB)
[ 0.000000] efi: mem34: type=3, attr=0xf, range=[0x0000000097e2c000-0x0000000097e34000) (0MB)
[ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000097e34000-0x0000000097e4c000) (0MB)
[ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000097e4c000-0x0000000097e4d000) (0MB)
[ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000097e4d000-0x0000000097e50000) (0MB)
[ 0.000000] efi: mem38: type=3, attr=0xf, range=[0x0000000097e50000-0x0000000097e57000) (0MB)
[ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000097e57000-0x0000000097e6e000) (0MB)
[ 0.000000] efi: mem40: type=3, attr=0xf, range=[0x0000000097e6e000-0x0000000097ee9000) (0MB)
[ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000097ee9000-0x0000000097efc000) (0MB)
[ 0.000000] efi: mem42: type=7, attr=0xf, range=[0x0000000097efc000-0x0000000097efd000) (0MB)
[ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000097efd000-0x0000000097f0b000) (0MB)
[ 0.000000] efi: mem44: type=7, attr=0xf, range=[0x0000000097f0b000-0x0000000097f0d000) (0MB)
[ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x0000000097f0d000-0x000000009810f000) (2MB)
[ 0.000000] efi: mem46: type=3, attr=0xf, range=[0x000000009810f000-0x0000000098111000) (0MB)
[ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x0000000098111000-0x0000000099f6f000) (30MB)
[ 0.000000] efi: mem48: type=3, attr=0xf, range=[0x0000000099f6f000-0x000000009a36f000) (4MB)
[ 0.000000] efi: mem49: type=5, attr=0x800000000000000f, range=[0x000000009a36f000-0x000000009a56f000) (2MB)
[ 0.000000] efi: mem50: type=6, attr=0x800000000000000f, range=[0x000000009a56f000-0x000000009aabf000) (5MB)
[ 0.000000] efi: mem51: type=0, attr=0xf, range=[0x000000009aabf000-0x000000009aebf000) (4MB)
[ 0.000000] efi: mem52: type=10, attr=0xf, range=[0x000000009aebf000-0x000000009afbf000) (1MB)
[ 0.000000] efi: mem53: type=9, attr=0xf, range=[0x000000009afbf000-0x000000009afff000) (0MB)
[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x000000009afff000-0x000000009b000000) (0MB)
[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x0000000100000000-0x000000015f600000) (1526MB)
[ 0.000000] efi: mem56: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[ 0.000000] efi: mem57: type=0, attr=0x0, range=[0x000000009b000000-0x000000009fa00000) (74MB)
[ 0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
[ 0.000000] efi: mem59: type=0, attr=0x0, range=[0x00000000fe101000-0x00000000fe113000) (0MB)
[ 0.000000] efi: mem60: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb10000) (0MB)
[ 0.000000] efi: mem61: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[ 0.000000] efi: mem62: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed1c000) (0MB)
[ 0.000000] efi: mem63: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[ 0.000000] efi: mem64: type=11, attr=0x8000000000000001, range=[0x00000000fed20000-0x00000000fee01000) (0MB)
[ 0.000000] efi: mem65: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x0000000100000000) (4MB)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Dell Inc. Inspiron 3537/028XKX, BIOS A05 08/30/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x15f600 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
[ 0.000000] 1 base 0080000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 009B000000 mask 7FFF000000 uncachable
[ 0.000000] 3 base 009C000000 mask 7FFC000000 uncachable
[ 0.000000] 4 base 00FFC00000 mask 7FFFC00000 write-protect
[ 0.000000] 5 base 0100000000 mask 7F80000000 write-back
[ 0.000000] 6 base 015F600000 mask 7FFFE00000 uncachable
[ 0.000000] 7 base 015F800000 mask 7FFF800000 uncachable
[ 0.000000] 8 base 0160000000 mask 7FE0000000 uncachable
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff88000007e000] 7e000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
[ 0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
[ 0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x15f400000-0x15f5fffff]
[ 0.000000] [mem 0x15f400000-0x15f5fffff] page 2M
[ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x15c000000-0x15f3fffff]
[ 0.000000] [mem 0x15c000000-0x15f3fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x15bffffff]
[ 0.000000] [mem 0x100000000-0x13fffffff] page 1G
[ 0.000000] [mem 0x140000000-0x15bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x94d5ffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0x94bfffff] page 2M
[ 0.000000] [mem 0x94c00000-0x94d5ffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x95d60000-0x9a36efff]
[ 0.000000] [mem 0x95d60000-0x95dfffff] page 4k
[ 0.000000] [mem 0x95e00000-0x9a1fffff] page 2M
[ 0.000000] [mem 0x9a200000-0x9a36efff] page 4k
[ 0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
[ 0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
[ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
[ 0.000000] RAMDISK: [mem 0x3737a000-0x379b4fff]
[ 0.000000] ACPI: RSDP 000000009affe014 00024 (v02 DELL )
[ 0.000000] ACPI: XSDT 000000009affe210 000AC (v01 DELL CL09 00000001 01000013)
[ 0.000000] ACPI: FACP 000000009aff8000 0010C (v05 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20130517/tbfadt-202)
[ 0.000000] ACPI: DSDT 000000009afe9000 0B8AC (v01 DELL CL09 00000000 ASL 00040000)
[ 0.000000] ACPI: FACS 000000009afb8000 00040
[ 0.000000] ACPI: SLIC 000000009affd000 00176 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: UEFI 000000009affc000 00236 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: FPDT 000000009affa000 00044 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: ASF! 000000009aff9000 000A5 (v32 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: HPET 000000009aff7000 00038 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: APIC 000000009aff6000 0008C (v03 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: MCFG 000000009aff5000 0003C (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: SSDT 000000009afe8000 006FE (v01 COMPAL CRV ORB 00001000 ACPI 00040000)
[ 0.000000] ACPI: BOOT 000000009afe6000 00028 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: ASPT 000000009afe4000 00034 (v07 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: DBGP 000000009afe3000 00034 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: SSDT 000000009afdd000 00539 (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afdc000 00AD8 (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afd8000 0343C (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 000000009afd5000 01E3D (v01 COMPAL CRV ORB 00001000 ACPI 00040000)
[ 0.000000] ACPI: BGRT 000000009afd7000 00038 (v01 DELL CL09 00000001 ASL 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000015f5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x15f5fffff]
[ 0.000000] NODE_DATA [mem 0x15f5f8000-0x15f5fcfff]
[ 0.000000] [ffffea0000000000-ffffea00057fffff] PMD -> [ffff88015ac00000-ffff88015ebfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x15f5fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0006efff]
[ 0.000000] node 0: [mem 0x00070000-0x00087fff]
[ 0.000000] node 0: [mem 0x00100000-0x94d5ffff]
[ 0.000000] node 0: [mem 0x95d60000-0x9a36efff]
[ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
[ 0.000000] node 0: [mem 0x100000000-0x15f5fffff]
[ 0.000000] On node 0 totalpages: 1018102
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3974 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 9742 pages used for memmap
[ 0.000000] DMA32 zone: 623472 pages, LIFO batch:31
[ 0.000000] Normal zone: 6104 pages used for memmap
[ 0.000000] Normal zone: 390656 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 56
[ 0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x94d60000-0x95d5ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9a36f000-0x9aebefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88015f200000 s86528 r8192 d24064 u262144
[ 0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1002170
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg_tf-lv_root rw quiet radeon.dpm=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3856592K/4072408K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 215816K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:8448 nr_irqs:1016 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16777216 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.003333] tsc: Detected 2294.570 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.35 BogoMIPS (lpj=7648566)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000040] init_memory_mapping: [mem 0x9a36f000-0x9a56efff]
[ 0.000042] [mem 0x9a36f000-0x9a56efff] page 4k
[ 0.000064] init_memory_mapping: [mem 0x9a56f000-0x9aabefff]
[ 0.000066] [mem 0x9a56f000-0x9a5fffff] page 4k
[ 0.000067] [mem 0x9a600000-0x9a9fffff] page 2M
[ 0.000069] [mem 0x9aa00000-0x9aabefff] page 4k
[ 0.059748] Security Framework initialized
[ 0.059759] AppArmor: AppArmor disabled by boot time parameter
[ 0.059761] Yama: becoming mindful.
[ 0.060120] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.061320] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.061810] Mount-cache hash table entries: 256
[ 0.062052] Initializing cgroup subsys memory
[ 0.062063] Initializing cgroup subsys devices
[ 0.062065] Initializing cgroup subsys freezer
[ 0.062067] Initializing cgroup subsys net_cls
[ 0.062069] Initializing cgroup subsys blkio
[ 0.062098] CPU: Physical Processor ID: 0
[ 0.062100] CPU: Processor Core ID: 0
[ 0.062105] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.063398] mce: CPU supports 7 MCE banks
[ 0.063415] CPU0: Thermal monitoring enabled (TM1)
[ 0.063429] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
tlb_flushall_shift: 6
[ 0.063562] Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
[ 0.064699] ACPI: Core revision 20130517
[ 0.077923] ACPI: All ACPI Tables successfully acquired
[ 0.083767] ftrace: allocating 20100 entries in 79 pages
[ 0.096243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.129231] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
[ 0.129240] TSC deadline timer enabled
[ 0.129252] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.129261] ... version: 3
[ 0.129262] ... bit width: 48
[ 0.129263] ... generic registers: 4
[ 0.129265] ... value mask: 0000ffffffffffff
[ 0.129267] ... max period: 0000ffffffffffff
[ 0.129268] ... fixed-purpose events: 3
[ 0.129269] ... event mask: 000000070000000f
[ 0.167457] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.152681] smpboot: Booting Node 0, Processors #1 #2 #3
[ 0.209878] Brought up 4 CPUs
[ 0.209882] smpboot: Total of 4 processors activated (18363.41 BogoMIPS)
[ 0.215147] devtmpfs: initialized
[ 0.216459] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[ 0.217451] RTC time: 2:22:13, date: 11/08/13
[ 0.217501] NET: Registered protocol family 16
[ 0.217661] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.217663] ACPI: bus type PCI registered
[ 0.217666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.217737] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.217740] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.252752] PCI: Using configuration type 1 for base access
[ 0.252922] dmi type 0xB1 record - unknown flag
[ 0.253726] bio: create slab <bio-0> at 0
[ 0.253868] ACPI: Added _OSI(Module Device)
[ 0.253870] ACPI: Added _OSI(Processor Device)
[ 0.253872] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.253874] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.256659] ACPI: EC: Look up EC in DSDT
[ 0.259524] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.272874] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.274013] ACPI: SSDT 000000009ae7dc18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.274706] ACPI: Dynamic OEM Table Load:
[ 0.274709] ACPI: SSDT (null) 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.282313] ACPI: SSDT 000000009ae7d618 005AA (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.283108] ACPI: Dynamic OEM Table Load:
[ 0.283111] ACPI: SSDT (null) 005AA (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.301675] ACPI: SSDT 000000009ae7cd98 00119 (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.302368] ACPI: Dynamic OEM Table Load:
[ 0.302370] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.431586] ACPI: Interpreter enabled
[ 0.431597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[ 0.431606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[ 0.431630] ACPI: (supports S0 S3 S4 S5)
[ 0.431632] ACPI: Using IOAPIC for interrupt routing
[ 0.431666] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.431855] ACPI: No dock devices found.
[ 0.634551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.634846] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[ 0.635302] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
[ 0.635816] PCI host bridge to bus 0000:00
[ 0.635820] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.635823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.635825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.635828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.635830] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 0.635832] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 0.635834] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 0.635836] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[ 0.635838] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.635840] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.635842] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.635844] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.635846] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.635848] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.635850] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 0.635852] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 0.635854] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[ 0.635856] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
[ 0.635867] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[ 0.636037] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[ 0.636053] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.636062] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.636069] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
[ 0.636232] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[ 0.636243] pci 0000:00:03.0: reg 0x10: [mem 0xc0810000-0xc0813fff 64bit]
[ 0.636435] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[ 0.636456] pci 0000:00:14.0: reg 0x10: [mem 0xc0800000-0xc080ffff 64bit]
[ 0.636523] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.636647] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.636693] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[ 0.636717] pci 0000:00:16.0: reg 0x10: [mem 0xc0818000-0xc081801f 64bit]
[ 0.636795] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.636949] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[ 0.636965] pci 0000:00:1b.0: reg 0x10: [mem 0xc0814000-0xc0817fff 64bit]
[ 0.637037] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.637182] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
[ 0.637255] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.637400] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.637446] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[ 0.637518] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.637662] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[ 0.637734] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.637885] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[ 0.638879] pci 0000:00:1d.0: reg 0x10: [mem 0xc081c000-0xc081c3ff]
[ 0.644729] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.644857] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.644903] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[ 0.645161] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[ 0.645179] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
[ 0.645188] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
[ 0.645196] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
[ 0.645205] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
[ 0.645213] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
[ 0.645222] pci 0000:00:1f.2: reg 0x24: [mem 0xc081b000-0xc081b7ff]
[ 0.645264] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.645401] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[ 0.645417] pci 0000:00:1f.3: reg 0x10: [mem 0xc0819000-0xc08190ff 64bit]
[ 0.645440] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
[ 0.645679] pci 0000:01:00.0: [10ec:8136] type 00 class 0x020000
[ 0.645710] pci 0000:01:00.0: reg 0x10: [io 0x4000-0x40ff]
[ 0.645750] pci 0000:01:00.0: reg 0x18: [mem 0xc0700000-0xc0700fff 64bit]
[ 0.645779] pci 0000:01:00.0: reg 0x20: [mem 0xc0400000-0xc0403fff 64bit pref]
[ 0.645873] pci 0000:01:00.0: supports D1 D2
[ 0.645875] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.652308] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.652312] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.652316] pci 0000:00:1c.0: bridge window [mem 0xc0700000-0xc07fffff]
[ 0.652322] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.652414] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
[ 0.652447] pci 0000:02:00.0: reg 0x10: [mem 0xc0600000-0xc067ffff 64bit]
[ 0.652527] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.652608] pci 0000:02:00.0: supports D1 D2
[ 0.652610] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.658964] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.658970] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
[ 0.659066] pci 0000:03:00.0: [1002:6660] type 00 class 0x038000
[ 0.659093] pci 0000:03:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.659113] pci 0000:03:00.0: reg 0x18: [mem 0xc0500000-0xc053ffff 64bit]
[ 0.659127] pci 0000:03:00.0: reg 0x20: [io 0x3000-0x30ff]
[ 0.659154] pci 0000:03:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.659233] pci 0000:03:00.0: supports D1 D2
[ 0.659235] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ 0.665628] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.665632] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.665636] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.665642] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.665658] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.726347] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726411] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726470] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726529] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726588] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726646] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726705] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.726765] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.727383] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.727392] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.727488] Found 1 acpi root devices
[ 0.727533] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[ 0.727642] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.727647] vgaarb: loaded
[ 0.727648] vgaarb: bridge control possible 0000:00:02.0
[ 0.727700] PCI: Using ACPI for IRQ routing
[ 0.734096] PCI: pci_cache_line_size set to 64 bytes
[ 0.734149] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[ 0.734151] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[ 0.734152] e820: reserve RAM buffer [mem 0x94d60000-0x97ffffff]
[ 0.734154] e820: reserve RAM buffer [mem 0x9a36f000-0x9bffffff]
[ 0.734157] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[ 0.734158] e820: reserve RAM buffer [mem 0x15f600000-0x15fffffff]
[ 0.734265] NetLabel: Initializing
[ 0.734267] NetLabel: domain hash size = 128
[ 0.734268] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.734282] NetLabel: unlabeled traffic allowed by default
[ 0.734302] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.734309] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.736336] Switched to clocksource hpet
[ 0.741791] pnp: PnP ACPI init
[ 0.741808] ACPI: bus type PNP registered
[ 0.741844] pnp 00:00: [dma 4]
[ 0.741872] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.741898] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.742037] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.742091] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.742094] system 00:03: [io 0xfd60-0xfd63] has been reserved
[ 0.742096] system 00:03: [io 0xffff] has been reserved
[ 0.742099] system 00:03: [io 0xffff] has been reserved
[ 0.742101] system 00:03: [io 0xffff] has been reserved
[ 0.742103] system 00:03: [io 0x1800-0x18fe] could not be reserved
[ 0.742106] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.742109] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.742169] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.742223] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.742227] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.742290] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.742323] pnp 00:07: Plug and Play ACPI device, IDs DLL05eb PNP0f13 (active)
[ 0.799825] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.799828] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.799831] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.799833] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.799836] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.799838] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.799840] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.799843] system 00:08: [mem 0xff000000-0xff000fff] has been reserved
[ 0.799845] system 00:08: [mem 0xff010000-0xffffffff] could not be reserved
[ 0.799848] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.799850] system 00:08: [mem 0x9fa22000-0x9fa22fff] has been reserved
[ 0.799853] system 00:08: [mem 0x9fa10000-0x9fa1ffff] has been reserved
[ 0.799856] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.800510] pnp: PnP ACPI: found 9 devices
[ 0.800512] ACPI: bus type PNP unregistered
[ 0.807188] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[ 0.807192] pci 0000:03:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.807227] pci 0000:00:1c.3: BAR 15: assigned [mem 0x9fb00000-0x9fbfffff pref]
[ 0.807230] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.807234] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.807240] pci 0000:00:1c.0: bridge window [mem 0xc0700000-0xc07fffff]
[ 0.807244] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.807251] pci 0000:02:00.0: BAR 6: assigned [mem 0x9fb00000-0x9fb0ffff pref]
[ 0.807254] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.807259] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
[ 0.807263] pci 0000:00:1c.3: bridge window [mem 0x9fb00000-0x9fbfffff pref]
[ 0.807270] pci 0000:03:00.0: BAR 6: assigned [mem 0xc0540000-0xc055ffff pref]
[ 0.807272] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.807275] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.807280] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.807285] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.807584] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.807586] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.807589] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.807591] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[ 0.807593] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[ 0.807595] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[ 0.807597] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[ 0.807599] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[ 0.807601] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[ 0.807603] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[ 0.807605] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[ 0.807607] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[ 0.807609] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[ 0.807611] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[ 0.807613] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[ 0.807615] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[ 0.807617] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
[ 0.807619] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.807622] pci_bus 0000:01: resource 1 [mem 0xc0700000-0xc07fffff]
[ 0.807624] pci_bus 0000:01: resource 2 [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.807626] pci_bus 0000:02: resource 1 [mem 0xc0600000-0xc06fffff]
[ 0.807628] pci_bus 0000:02: resource 2 [mem 0x9fb00000-0x9fbfffff pref]
[ 0.807630] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.807632] pci_bus 0000:03: resource 1 [mem 0xc0500000-0xc05fffff]
[ 0.807635] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.807677] NET: Registered protocol family 2
[ 0.807890] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.808027] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.808127] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.808150] TCP: reno registered
[ 0.808162] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.808181] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.808261] NET: Registered protocol family 1
[ 0.808274] pci 0000:00:02.0: Boot video device
[ 0.823082] PCI: CLS 64 bytes, default 64
[ 0.823122] Unpacking initramfs...
[ 0.982411] Freeing initrd memory: 6380K (ffff88003737a000 - ffff8800379b5000)
[ 0.982417] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.982420] software IO TLB [mem 0x8ed70000-0x92d70000] (64MB) mapped at [ffff88008ed70000-ffff880092d6ffff]
[ 0.982447] Simple Boot Flag at 0x44 set to 0x1
[ 0.982626] Scanning for low memory corruption every 60 seconds
[ 0.982970] audit: initializing netlink socket (disabled)
[ 0.982981] type=2000 audit(1383877333.966:1): initialized
[ 1.000018] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.001570] zbud: loaded
[ 1.001748] VFS: Disk quotas dquot_6.5.2
[ 1.001801] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.001998] msgmni has been set to 7672
[ 1.002265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.002308] io scheduler noop registered
[ 1.002311] io scheduler deadline registered
[ 1.002344] io scheduler cfq registered (default)
[ 1.002441] pcieport 0000:00:1c.0: irq 56 for MSI/MSI-X
[ 1.002526] pcieport 0000:00:1c.3: irq 57 for MSI/MSI-X
[ 1.002598] pcieport 0000:00:1c.4: irq 58 for MSI/MSI-X
[ 1.002681] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 1.002684] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.002688] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 1.002706] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 1.002708] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 1.002712] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 1.002728] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 1.002730] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 1.002734] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 1.002751] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.002769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.002888] efifb: probing for efifb
[ 1.003509] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90020e00000, using 4160k, total 4160k
[ 1.003511] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 1.003513] efifb: scrolling: redraw
[ 1.003515] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.007477] Console: switching to colour frame buffer device 170x48
[ 1.011265] fb0: EFI VGA frame buffer device
[ 1.011272] intel_idle: MWAIT substates: 0x11142120
[ 1.011274] intel_idle: v0.4 model 0x45
[ 1.011275] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.011336] GHES: HEST is not enabled!
[ 1.011398] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.011946] Linux agpgart interface v0.103
[ 1.012027] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.032274] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.032308] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.032411] mousedev: PS/2 mouse device common for all mice
[ 1.032672] rtc_cmos 00:04: RTC can wake from S4
[ 1.032819] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.032857] rtc_cmos 00:04: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.032871] Intel P-state driver initializing.
[ 1.032884] Intel pstate controlling: cpu 0
[ 1.032911] Intel pstate controlling: cpu 1
[ 1.032923] Intel pstate controlling: cpu 2
[ 1.032935] Intel pstate controlling: cpu 3
[ 1.033105] cpuidle: using governor ladder
[ 1.033295] cpuidle: using governor menu
[ 1.033356] drop_monitor: Initializing network drop monitor service
[ 1.033431] TCP: cubic registered
[ 1.033524] NET: Registered protocol family 10
[ 1.033688] NET: Registered protocol family 17
[ 1.033697] Key type dns_resolver registered
[ 1.033905] PM: Hibernation image not present or could not be loaded.
[ 1.033915] registered taskstats version 1
[ 1.034407] Magic number: 5:662:358
[ 1.034483] rtc_cmos 00:04: setting system clock to 2013-11-08 02:22:14 UTC (1383877334)
[ 1.035212] Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
[ 1.035213] Write protecting the kernel read-only data: 8192k
[ 1.037442] Freeing unused kernel memory: 1084K (ffff8800024f1000 - ffff880002600000)
[ 1.038163] Freeing unused kernel memory: 352K (ffff8800027a8000 - ffff880002800000)
[ 1.045866] systemd-udevd[57]: starting version 208
[ 1.050291] [drm] Initialized drm 1.1.0 20060810
[ 1.053926] [drm] radeon kernel modesetting enabled.
[ 1.053955] checking generic (b0000000 410000) vs hw (a0000000 10000000)
[ 1.053962] radeon 0000:03:00.0: enabling device (0000 -> 0003)
[ 1.054153] [drm] initializing kernel modesetting (HAINAN 0x1002:0x6660 0x1028:0x05EA).
[ 1.054190] [drm] register mmio base: 0xC0500000
[ 1.054191] [drm] register mmio size: 262144
[ 1.055856] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.982382] tsc: Refined TSC clocksource calibration: 2294.688 MHz
[ 2.566653] ATOM BIOS: Dell
[ 2.566668] [drm] GPU not posted. posting now...
[ 2.570040] radeon 0000:03:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 2.570042] radeon 0000:03:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[ 2.570044] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 2.570045] [drm] RAM width 64bits DDR
[ 2.570094] [TTM] Zone kernel: Available graphics memory: 1965320 kiB
[ 2.570095] [TTM] Initializing pool allocator
[ 2.570099] [TTM] Initializing DMA pool allocator
[ 2.570117] [drm] radeon: 1024M of VRAM memory ready
[ 2.570118] [drm] radeon: 512M of GTT memory ready.
[ 2.570129] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 2.570456] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[ 2.570460] [drm] PCIE gen 2 link speeds already enabled
[ 2.570620] [drm] Loading HAINAN Microcode
[ 2.981834] Switched to clocksource tsc
[ 2.993997] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 2.994098] radeon 0000:03:00.0: WB enabled
[ 2.994100] radeon 0000:03:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880156e63c00
[ 2.994102] radeon 0000:03:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880156e63c04
[ 2.994103] radeon 0000:03:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880156e63c08
[ 2.994104] radeon 0000:03:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880156e63c0c
[ 2.994106] radeon 0000:03:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880156e63c10
[ 2.994107] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 2.994108] [drm] Driver supports precise vblank timestamp query.
[ 2.994126] radeon 0000:03:00.0: irq 59 for MSI/MSI-X
[ 2.994137] radeon 0000:03:00.0: radeon: using MSI.
[ 2.994157] [drm] radeon: irq initialized.
[ 3.013688] [drm] ring test on 0 succeeded in 1 usecs
[ 3.013694] [drm] ring test on 1 succeeded in 1 usecs
[ 3.013698] [drm] ring test on 2 succeeded in 1 usecs
[ 3.013761] [drm] ring test on 3 succeeded in 2 usecs
[ 3.013770] [drm] ring test on 4 succeeded in 1 usecs
[ 3.015377] [drm] ib test on ring 0 succeeded in 0 usecs
[ 3.015424] [drm] ib test on ring 1 succeeded in 0 usecs
[ 3.015476] [drm] ib test on ring 2 succeeded in 0 usecs
[ 3.015496] [drm] ib test on ring 3 succeeded in 0 usecs
[ 3.015517] [drm] ib test on ring 4 succeeded in 1 usecs
[ 3.015656] [drm] Radeon Display Connectors
[ 3.015663] [drm] Internal thermal controller without fan control
[ 3.015712] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[ 3.015739] == power state 0 ==
[ 3.015740] ui class: none
[ 3.015742] internal class: boot
[ 3.015744] caps:
[ 3.015746] uvd vclk: 0 dclk: 0
[ 3.015748] power level 0 sclk: 30000 mclk: 29900 vddc: 900 vddci: 0 pcie gen: 2
[ 3.015749] status: c r b
[ 3.015752] == power state 1 ==
[ 3.015753] ui class: performance
[ 3.015754] internal class: none
[ 3.015756] caps:
[ 3.015758] uvd vclk: 0 dclk: 0
[ 3.015760] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
[ 3.015761] power level 1 sclk: 40000 mclk: 90000 vddc: 875 vddci: 0 pcie gen: 2
[ 3.015763] power level 2 sclk: 75000 mclk: 90000 vddc: 950 vddci: 0 pcie gen: 2
[ 3.015765] power level 3 sclk: 90000 mclk: 90000 vddc: 1025 vddci: 0 pcie gen: 2
[ 3.015767] power level 4 sclk: 97500 mclk: 90000 vddc: 1075 vddci: 0 pcie gen: 2
[ 3.015768] status:
[ 3.015769] == power state 2 ==
[ 3.015771] ui class: battery
[ 3.015772] internal class: none
[ 3.015773] caps:
[ 3.015775] uvd vclk: 0 dclk: 0
[ 3.015777] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
[ 3.015778] power level 1 sclk: 40000 mclk: 60000 vddc: 850 vddci: 0 pcie gen: 2
[ 3.015780] power level 2 sclk: 40000 mclk: 60000 vddc: 850 vddci: 0 pcie gen: 2
[ 3.015781] status:
[ 3.023133] switching from power state:
[ 3.023135] ui class: none
[ 3.023136] internal class: boot
[ 3.023138] caps:
[ 3.023139] uvd vclk: 0 dclk: 0
[ 3.023141] power level 0 sclk: 30000 mclk: 29900 vddc: 900 vddci: 0 pcie gen: 2
[ 3.023142] status: c b
[ 3.023143] switching to power state:
[ 3.023144] ui class: performance
[ 3.023145] internal class: none
[ 3.023147] caps:
[ 3.023148] uvd vclk: 0 dclk: 0
[ 3.023149] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
[ 3.023151] power level 1 sclk: 40000 mclk: 90000 vddc: 875 vddci: 0 pcie gen: 2
[ 3.023152] power level 2 sclk: 75000 mclk: 90000 vddc: 950 vddci: 0 pcie gen: 2
[ 3.023154] power level 3 sclk: 90000 mclk: 90000 vddc: 1025 vddci: 0 pcie gen: 2
[ 3.023155] power level 4 sclk: 97500 mclk: 90000 vddc: 1075 vddci: 0 pcie gen: 2
[ 3.023156] status: r
[ 3.024470] [drm] radeon: dpm initialized
[ 3.024475] radeon 0000:03:00.0: No connectors reported connected with modes
[ 3.024477] [drm] Cannot find any crtc or sizes - going 1024x768
[ 3.026968] [drm] fb mappable at 0xA1150000
[ 3.026970] [drm] vram apper at 0xA0000000
[ 3.026971] [drm] size 3145728
[ 3.026972] [drm] fb depth is 24
[ 3.026973] [drm] pitch is 4096
[ 3.026976] checking generic (b0000000 410000) vs hw (a0000000 10000000)
[ 3.027040] radeon 0000:03:00.0: fb1: radeondrmfb frame buffer device
[ 3.027042] radeon 0000:03:00.0: registered panic notifier
[ 3.027053] [drm] Initialized radeon 2.34.0 20080528 for 0000:03:00.0 on minor 0
[ 3.027978] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input1
[ 3.028026] ACPI: Lid Switch [LID0]
[ 3.028063] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2
[ 3.028066] ACPI: Power Button [PWRB]
[ 3.028114] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 3.028116] ACPI: Power Button [PWRF]
[ 3.031882] [drm] Memory usable by graphics device = 2048M
[ 3.031886] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[ 3.031888] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[ 3.031900] Console: switching to colour dummy device 80x25
[ 3.031959] i915 0000:00:02.0: setting latency timer to 64
[ 3.056716] i915 0000:00:02.0: irq 60 for MSI/MSI-X
[ 3.056723] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 3.056724] [drm] Driver supports precise vblank timestamp query.
[ 3.056784] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.101180] fbcon: inteldrmfb (fb0) is primary device
[ 4.361087] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 4.707482] Console: switching to colour frame buffer device 170x48
[ 4.712160] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 4.712553] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 4.713578] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20130517/psargs-359)
[ 4.713584] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP05.PEGP.DD02._BCL] (Node ffff880159325d98), AE_NOT_FOUND (20130517/psparse-536)
[ 4.713871] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
[ 4.713930] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input4
[ 4.715381] acpi device:55: registered as cooling_device0
[ 4.715415] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.715455] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5
[ 4.715487] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
[ 4.738967] ACPI: bus type USB registered
[ 4.738999] usbcore: registered new interface driver usbfs
[ 4.739016] usbcore: registered new interface driver hub
[ 4.739050] usbcore: registered new device driver usb
[ 4.739638] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 4.739642] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.739649] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.739721] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 4.739741] xhci_hcd 0000:00:14.0: irq 61 for MSI/MSI-X
[ 4.740145] xHCI xhci_add_endpoint called for root hub
[ 4.740148] xHCI xhci_check_bandwidth called for root hub
[ 4.740208] hub 1-0:1.0: USB hub found
[ 4.740218] hub 1-0:1.0: 9 ports detected
[ 4.741007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.741164] ehci-pci: EHCI PCI platform driver
[ 4.742756] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.742760] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.743091] xHCI xhci_add_endpoint called for root hub
[ 4.743093] xHCI xhci_check_bandwidth called for root hub
[ 4.743135] hub 2-0:1.0: USB hub found
[ 4.743141] hub 2-0:1.0: 4 ports detected
[ 4.743425] SCSI subsystem initialized
[ 4.745035] ACPI: bus type ATA registered
[ 4.745122] libata version 3.00 loaded.
[ 4.747867] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 4.747875] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 4.747880] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 4.747891] ehci-pci 0000:00:1d.0: debug port 2
[ 4.751784] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 4.751800] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc081c000
[ 4.760774] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 4.760925] hub 3-0:1.0: USB hub found
[ 4.760930] hub 3-0:1.0: 2 ports detected
[ 4.761082] ahci 0000:00:1f.2: version 3.0
[ 4.761230] ahci 0000:00:1f.2: irq 62 for MSI/MSI-X
[ 4.774140] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x3 impl SATA mode
[ 4.774146] ahci 0000:00:1f.2: flags: 64bit ncq led clo only pio slum part deso sadm sds apst
[ 4.774151] ahci 0000:00:1f.2: setting latency timer to 64
[ 4.774614] scsi0 : ahci
[ 4.774722] scsi1 : ahci
[ 4.774798] scsi2 : ahci
[ 4.774868] ata1: SATA max UDMA/133 abar m2048@0xc081b000 port 0xc081b100 irq 62
[ 4.774871] ata2: SATA max UDMA/133 abar m2048@0xc081b000 port 0xc081b180 irq 62
[ 4.774873] ata3: DUMMY
[ 5.067345] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 5.094002] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.094032] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 5.099568] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5HH, SD12, max UDMA/100
[ 5.100914] ata2.00: configured for UDMA/100
[ 5.129572] ata1.00: ATA-8: ST500LT012-1DG142, 0001SDM1, max UDMA/133
[ 5.129577] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 5.191169] hub 3-1:1.0: USB hub found
[ 5.191237] hub 3-1:1.0: 8 ports detected
[ 5.255854] ata1.00: configured for UDMA/133
[ 5.256061] scsi 0:0:0:0: Direct-Access ATA ST500LT012-1DG14 0001 PQ: 0 ANSI: 5
[ 5.261341] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5HH SD12 PQ: 0 ANSI: 5
[ 5.263686] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 5.263691] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 5.263724] sd 0:0:0:0: [sda] Write Protect is off
[ 5.263727] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.263737] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.269320] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.269323] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.269521] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.332482] sda: sda1 sda2
[ 5.333235] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.457253] usb 3-1.7: new high-speed USB device number 3 using ehci-pci
[ 5.549500] device-mapper: uevent: version 1.0.3
[ 5.549652] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
[ 5.554331] bio: create slab <bio-1> at 1
[ 5.607167] usb 3-1.8: new high-speed USB device number 4 using ehci-pci
[ 6.510287] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.581705] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 7.582431] systemd[1]: Set hostname to <archins3537>.
[ 8.087615] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 8.087670] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.087682] systemd[1]: Starting Login Prompts.
[ 8.087692] systemd[1]: Reached target Login Prompts.
[ 8.087700] systemd[1]: Starting Remote File Systems.
[ 8.087707] systemd[1]: Reached target Remote File Systems.
[ 8.087715] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 8.087736] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 8.087743] systemd[1]: Starting LVM2 metadata daemon socket.
[ 8.087762] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 8.087769] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 8.087789] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 8.087796] systemd[1]: Starting Delayed Shutdown Socket.
[ 8.087813] systemd[1]: Listening on Delayed Shutdown Socket.
[ 8.087822] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 8.087851] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.087858] systemd[1]: Starting Paths.
[ 8.087865] systemd[1]: Reached target Paths.
[ 8.087878] systemd[1]: Starting udev Kernel Socket.
[ 8.087895] systemd[1]: Listening on udev Kernel Socket.
[ 8.087904] systemd[1]: Starting udev Control Socket.
[ 8.087920] systemd[1]: Listening on udev Control Socket.
[ 8.087944] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 8.088034] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.088043] systemd[1]: Starting Encrypted Volumes.
[ 8.088051] systemd[1]: Reached target Encrypted Volumes.
[ 8.088059] systemd[1]: Starting Journal Socket.
[ 8.088098] systemd[1]: Listening on Journal Socket.
[ 8.094096] systemd[1]: Started Set Up Additional Binary Formats.
[ 8.146808] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 8.147345] systemd[1]: Starting udev Coldplug all Devices...
[ 8.147641] systemd[1]: Starting Setup Virtual Console...
[ 8.156662] systemd[1]: Started Load Kernel Modules.
[ 8.156702] systemd[1]: Mounted FUSE Control File System.
[ 8.156719] systemd[1]: Mounting Debug File System...
[ 8.160118] systemd[1]: Starting Apply Kernel Variables...
[ 8.160456] systemd[1]: Mounting POSIX Message Queue File System...
[ 8.160770] systemd[1]: Mounting Configuration File System...
[ 8.161235] systemd[1]: Starting Journal Service...
[ 8.161549] systemd[1]: Started Journal Service.
[ 8.407759] systemd-journald[153]: Vacuuming done, freed 0 bytes
[ 8.622532] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
[ 8.834003] systemd-udevd[177]: starting version 208
[ 9.449711] ACPI: Requesting acpi_cpufreq
[ 9.652388] snd_hda_intel 0000:00:03.0: irq 63 for MSI/MSI-X
[ 9.652512] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X
[ 9.703295] ACPI: AC Adapter [ACAD] (off-line)
[ 9.734702] wmi: Mapper loaded
[ 9.767167] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 9.900528] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x15
[ 9.914682] ACPI: Battery Slot [BAT1] (battery present)
[ 9.946497] hda_codec: invalid CONNECT_LIST verb 5[1]:0
[ 9.946555] hda_codec: invalid CONNECT_LIST verb 6[1]:0
[ 9.946621] hda_codec: invalid CONNECT_LIST verb 7[1]:0
[ 9.948456] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7
[ 9.948585] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[ 9.948656] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[ 9.953096] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[ 9.953371] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[ 9.953378] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.953384] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
[ 9.953388] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
[ 9.953392] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.953394] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
[ 9.953398] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
[ 9.953402] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \IO_D 3 (20130517/utaddress-251)
[ 9.953406] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.953407] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 9.953792] mei_me 0000:00:16.0: setting latency timer to 64
[ 9.953838] mei_me 0000:00:16.0: irq 65 for MSI/MSI-X
[ 9.956390] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.956608] ACPI Warning: 0x0000000000005040-0x000000000000505f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
[ 9.956615] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 10.231648] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 10.250684] cfg80211: Calling CRDA to update world regulatory domain
[ 10.307646] input: Dell WMI hotkeys as /devices/virtual/input/input11
[ 10.310649] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x15
[ 10.313166] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x15
[ 10.313536] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x15
[ 10.313923] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 10.347294] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 10.347309] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 10.347544] r8169 0000:01:00.0: irq 66 for MSI/MSI-X
[ 10.347727] r8169 0000:01:00.0 eth0: RTL8106e at 0xffffc90022cee000, 74:86:7a:50:ce:f4, XID 04900000 IRQ 66
[ 10.381911] iTCO_vendor_support: vendor-support=0
[ 10.393283] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 10.393324] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[ 10.393578] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 10.400848] systemd-udevd[183]: renamed network interface eth0 to enp1s0
[ 10.416483] ath: EEPROM regdomain: 0x60
[ 10.416486] ath: EEPROM indicates we should expect a direct regpair map
[ 10.416489] ath: Country alpha2 being used: 00
[ 10.416490] ath: Regpair used: 0x60
[ 10.614808] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 10.615079] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffc90035180000, irq=19
[ 10.643067] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.643619] systemd-udevd[189]: renamed network interface wlan0 to wlp2s0
[ 10.646589] scsi3 : SCSI emulation for RTS5139 USB card reader
[ 10.646742]

Cdh wrote:
You didn't give much information so...
Blacklisting is now done via /etc/modprobe.d/*.conf files
For example:
/etc/modprobe.d/disable-radeon.conf would contain
install radeon /bin/false
You can also write "blacklist radeon" instead but that only prevents loading it automatically on itself while booting. You can still modprobe it and if it is a dependency of an automatically loaded module it will still get loaded. With the install ... /bin/false there is no way to load it.
Also you need to make sure that it is not in the modules array in /etc/mkinitcpio.conf (or that your disable-radeon.conf is in the files array) because the initramfs is its own mini-system that doesn't know about the module configuration otherwise.
but thats the problem ! i need radeon module to start because vgaswitcheroo needs it ! and then trun it off because 'I' dont need it ! anyway i ll give 'bin/false' method a try !

Similar Messages

  • Problem with the ATI 200M graphics card in a Satellite A110-334

    The computer is used both for office and home use (playing games, music etc)
    Only one problem after 6 months of use, but I can't get around it.
    When I start up Quake 3 all is well I can play for let's say 10-20 mins.
    After that I get a Blue Screen of Death saying that there was some memory error connected with the graphic card.
    Windows "tells me" to change the video card (it's not something i can do with a laptop ;) ) or to contact the hardware producer to change the bios because something could be wrong.
    Well only think I could do on my own was to change the drivers (I found some compatible with my card) but that didn't help. I also tried to change the amount of onboard memory used by the card (It uses x amount of available RAM), but to no avail

    Hi,
    which drivers youre using?
    Did you checked already these drivers out:
    http://www.omegadrivers.net/
    Maybe it helps. Otherwise you should send your machine to an authorized service partner for a hardware checkup since your machine is still in warranty and it wont cost you anything.
    Heres a link to find the nearest ASP in your country:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=ASP_SUPPORT
    Regards

  • I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB)

    I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB). When I play video formats like xvid, mkv, avi iMac freezes and emits horrible sound,in service said the problem is not overheating. Not a problem with memory or hard disk because I placed second correct parts.The same problem is with OSX 10.6.8 and 10.8.4 and other players.Apple hardware test found no problem and tech tool pro found no fault.
    After five days of testing in the service they can not  found fault and it was decided to change the graphics card.
    New graphics have been tested for two days but it is not reproduced divx ... but their test software which did not find any fault on the old graphics...
    Do I have the right to complain if repair does not fix the problem because I use non apple softwere and video formats.

    You could look at the System Profile for the info it presents for the card.  But why wouldn't you think it's not up to date if you have the latest install (according to your sig above)?
    What program are you trying to run?  Is there anything in the system log? 
    I think it's the program that's having the problem and not anything with your video software.

  • Does a laptop with Intel HD 4400 graphics work with creative cloud software, or do I NEED Nvidia or AMD?

    Does a laptop with Intel HD 4400 graphics work with creative cloud software, or do I NEED to have Nvidia or AMD graphics

    Creative Cloud has MANY programs Explore Adobe desktop apps | Adobe Creative Cloud so the answer is most likely going to be specific to the program
    Work... yes... work WELL with something like Premiere Pro... no

  • Ati Mobility HD 5470/Intel integrated hybrid graphics

    Hi! I have a Acer TimelineX 5820TZG laptop which has switchable graphics. I am struggling to make Arch work with my dual-graphics configuration, and I have tried a lot of things, but it doesn't work.
    Right now I am working with the Intel integrated graphics card but I am not even sure if the Ati is completely switched off (I am afraid it's not, as I read in a lot of posts about switchable graphics).
    The first thing I did is installing the open-source drivers for ati (xf86-video-ati) and intel (xf86-video-intel). First I tried to make both cards to work by using the vgaswitcheroo method, I mounted debugfs, modprobed the radeon module and using:
    cat /sys/kernel/debug/vgaswitcheroo/switch
    I checked that the currently working card is the Intel integrated. I made sure the ATI is switched off by doing
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    (As explained in the wiki for hybrid graphics) and then started the X server. In this case the X server starts and sometimes even starts loading my WM (kde), but eventually the system gets frozen and all I can see is warning messages in the terminal (CPU #1 stuck for 23s!) and I am unable to use another terminal with Ctrl+Alt+Fx or soft-resetting. Some times it gets stuck on a loop, showing a lot of messages in the terminal and not allowing me to kill the process in any way.
    Then I tried modprobing 'radeon' and then using
    echo DDIC > /sys/kernel/debug/vgaswitcheroo/switch
    to enable the dedicated graphics card (Ati) and turning off the integrated one (intel) to see what happens. In this case the X server simply crashes, leaving me with the following log:
    187.209]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 187.211] X Protocol Version 11, Revision 0
    [ 187.213] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 187.214] Current Operating System: Linux Alejandro-ArchPC 3.18.5-1-ARCH #1 SMP PREEMPT Fri Jan 30 07:31:50 CET 2015 x86_64
    [ 187.214] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d5fd73a4-f13f-d001-10bd-71a4f13fd001 rw quiet
    [ 187.218] Build Date: 29 December 2014 01:09:58PM
    [ 187.219]
    [ 187.220] Current version of pixman: 0.32.6
    [ 187.223] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 187.223] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 187.228] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 16:17:27 2015
    [ 187.275] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 187.276] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 187.276] (==) No Layout section. Using the first Screen section.
    [ 187.276] (==) No screen section available. Using defaults.
    [ 187.276] (**) |-->Screen "Default Screen Section" (0)
    [ 187.276] (**) | |-->Monitor "<default monitor>"
    [ 187.277] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 187.277] (==) Automatically adding devices
    [ 187.277] (==) Automatically enabling devices
    [ 187.277] (==) Automatically adding GPU devices
    [ 187.277] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 187.277] Entry deleted from font path.
    [ 187.277] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 187.277] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 187.277] Entry deleted from font path.
    [ 187.277] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 187.277] Entry deleted from font path.
    [ 187.277] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 187.277] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 187.277] Entry deleted from font path.
    [ 187.277] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 187.277] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 187.277] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 187.277] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 187.277] (II) Loader magic: 0x818d80
    [ 187.277] (II) Module ABI versions:
    [ 187.277] X.Org ANSI C Emulation: 0.4
    [ 187.277] X.Org Video Driver: 18.0
    [ 187.277] X.Org XInput driver : 21.0
    [ 187.277] X.Org Server Extension : 8.0
    [ 187.280] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 187.280] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 187.281] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 187.281] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 187.282] (EE) systemd-logind: failed to take device /dev/dri/card0: Invalid argument
    [ 187.283] (--) PCI:*(0:0:2:0) 8086:0046:1025:035d rev 18, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004050/8
    [ 187.283] (--) PCI: (0:1:0:0) 1002:68e0:1025:035d rev 0, Mem @ 0xe0000000/134217728, 0xdc400000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
    [ 187.284] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 187.284] (II) LoadModule: "glx"
    [ 187.338] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 187.504] (II) Module glx: vendor="X.Org Foundation"
    [ 187.504] compiled for 1.16.3, module version = 1.0.0
    [ 187.504] ABI class: X.Org Server Extension, version 8.0
    [ 187.504] (==) AIGLX enabled
    [ 187.504] (==) Matched ati as autoconfigured driver 0
    [ 187.504] (==) Matched intel as autoconfigured driver 1
    [ 187.504] (==) Matched modesetting as autoconfigured driver 2
    [ 187.504] (==) Matched fbdev as autoconfigured driver 3
    [ 187.504] (==) Matched vesa as autoconfigured driver 4
    [ 187.504] (==) Assigned the driver to the xf86ConfigLayout
    [ 187.504] (II) LoadModule: "ati"
    [ 187.504] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 187.504] (II) Module ati: vendor="X.Org Foundation"
    [ 187.504] compiled for 1.16.1, module version = 7.5.0
    [ 187.504] Module class: X.Org Video Driver
    [ 187.504] ABI class: X.Org Video Driver, version 18.0
    [ 187.504] (II) LoadModule: "radeon"
    [ 187.504] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 187.504] (II) Module radeon: vendor="X.Org Foundation"
    [ 187.504] compiled for 1.16.1, module version = 7.5.0
    [ 187.504] Module class: X.Org Video Driver
    [ 187.504] ABI class: X.Org Video Driver, version 18.0
    [ 187.504] (II) LoadModule: "intel"
    [ 187.504] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 187.505] (II) Module intel: vendor="X.Org Foundation"
    [ 187.505] compiled for 1.16.3, module version = 2.99.917
    [ 187.505] Module class: X.Org Video Driver
    [ 187.505] ABI class: X.Org Video Driver, version 18.0
    [ 187.505] (II) LoadModule: "modesetting"
    [ 187.600] (WW) Warning, couldn't open module modesetting
    [ 187.601] (II) UnloadModule: "modesetting"
    [ 187.601] (II) Unloading modesetting
    [ 187.601] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 187.601] (II) LoadModule: "fbdev"
    [ 187.601] (WW) Warning, couldn't open module fbdev
    [ 187.601] (II) UnloadModule: "fbdev"
    [ 187.601] (II) Unloading fbdev
    [ 187.601] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 187.601] (II) LoadModule: "vesa"
    [ 187.601] (WW) Warning, couldn't open module vesa
    [ 187.601] (II) UnloadModule: "vesa"
    [ 187.601] (II) Unloading vesa
    [ 187.601] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 187.601] (II) RADEON: Driver for ATI Radeon chipsets:
    <LIST OF CARDS>
    [ 187.606] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 187.607] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 187.607] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 187.607] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 187.607] (++) using VT number 1
    [ 187.607] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 187.607] (II) [KMS] Kernel modesetting enabled.
    [ 187.666] (EE) No devices detected.
    [ 187.666] (EE)
    Fatal server error:
    [ 187.666] (EE) no screens found(EE)
    [ 187.666] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 187.666] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 187.666] (EE)
    As it didn't work this way, I tried using the closed-source driver for ATI, the one in the Vi0L0 repository. I created the xorg.conf file using aticonfig --initial as suggested in the wiki. the result was Xserver crashing again, leaving me with the following log (which suggests that my system is not compatible with PxP tech by AMD and that I should not use the  fglrx driver).
    [ 2455.881]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 2455.885] X Protocol Version 11, Revision 0
    [ 2455.887] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 2455.888] Current Operating System: Linux Alejandro-ArchPC 3.18.5-1-ARCH #1 SMP PREEMPT Fri Jan 30 07:31:50 CET 2015 x86_64
    [ 2455.888] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d5fd73a4-f13f-d001-10bd-71a4f13fd001 rw quiet
    [ 2455.891] Build Date: 29 December 2014 01:09:58PM
    [ 2455.892]
    [ 2455.893] Current version of pixman: 0.32.6
    [ 2455.896] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2455.896] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2455.901] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 19:38:17 2015
    [ 2455.903] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2455.904] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2455.906] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2455.906] (==) ServerLayout "aticonfig Layout"
    [ 2455.906] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 2455.906] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 2455.906] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 2455.906] (==) Automatically adding devices
    [ 2455.906] (==) Automatically enabling devices
    [ 2455.906] (==) Automatically adding GPU devices
    [ 2455.906] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 2455.906] Entry deleted from font path.
    [ 2455.906] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 2455.906] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2455.906] Entry deleted from font path.
    [ 2455.906] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2455.906] Entry deleted from font path.
    [ 2455.906] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2455.906] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2455.906] Entry deleted from font path.
    [ 2455.906] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2455.906] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 2455.906] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2455.906] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2455.906] (II) Loader magic: 0x818d80
    [ 2455.906] (II) Module ABI versions:
    [ 2455.906] X.Org ANSI C Emulation: 0.4
    [ 2455.906] X.Org Video Driver: 18.0
    [ 2455.906] X.Org XInput driver : 21.0
    [ 2455.906] X.Org Server Extension : 8.0
    [ 2455.910] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 2455.910] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2455.911] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 2455.913] (--) PCI:*(0:0:2:0) 8086:0046:1025:035d rev 18, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004050/8
    [ 2455.913] (--) PCI: (0:1:0:0) 1002:68e0:1025:035d rev 0, Mem @ 0xe0000000/134217728, 0xdc400000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
    [ 2455.913] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2455.913] (II) "glx" will be loaded by default.
    [ 2455.913] (II) LoadModule: "glx"
    [ 2455.913] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2455.913] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 2455.913] compiled for 6.9.0, module version = 1.0.0
    [ 2455.913] (II) LoadModule: "fglrx"
    [ 2455.913] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 2455.943] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 2455.943] compiled for 1.4.99.906, module version = 14.50.2
    [ 2455.943] Module class: X.Org Video Driver
    [ 2455.944] (II) Loading sub module "fglrxdrm"
    [ 2455.944] (II) LoadModule: "fglrxdrm"
    [ 2455.944] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2455.944] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2455.944] compiled for 1.4.99.906, module version = 14.50.2
    [ 2455.944] (II) AMD Proprietary Linux Driver Version Identifier:14.50.2
    [ 2455.944] (II) AMD Proprietary Linux Driver Release Identifier: 14.501.1003
    [ 2455.944] (II) AMD Proprietary Linux Driver Build Date: Nov 20 2014 21:22:54
    [ 2455.944] (++) using VT number 2
    [ 2455.944] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 2455.944] (WW) Falling back to old probe method for fglrx
    [ 2455.959] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 2456.127] ukiDynamicMajor: found major device number 249
    [ 2456.127] ukiDynamicMajor: found major device number 249
    [ 2456.127] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 2456.127] ukiOpenDevice: node name is /dev/ati/card0
    [ 2456.127] ukiOpenDevice: open result is 11, (OK)
    [ 2461.962] ukiOpenDevice: open result is 11, (OK)
    [ 2461.963] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 2461.963] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 2461.965] (--) Chipset Supported AMD Graphics Processor (0x68E0) found
    [ 2461.965] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 2461.965] (II) fglrx: intel VGA device detected, load intel driver.
    [ 2461.966] (II) LoadModule: "intel"
    [ 2461.966] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2461.966] (II) Module intel: vendor="X.Org Foundation"
    [ 2461.966] compiled for 1.16.3, module version = 2.99.917
    [ 2461.966] Module class: X.Org Video Driver
    [ 2461.966] ABI class: X.Org Video Driver, version 18.0
    [ 2461.966] (WW) PowerXpress feature is not supported on A+I Mux platform. Please uninstall fglrx driver.
    [ 2461.966] (EE) this is a Muxless PX A+I platform, we doesn't supported it
    [ 2461.966] (EE) No devices detected.
    [ 2461.966] (EE)
    Fatal server error:
    [ 2461.966] (EE) no screens found(EE)
    [ 2461.966] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2461.966] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 2461.966] (EE)
    So I came back to open-source drivers and right now I am working with radeon driver blacklisted and only using the intel driver, but as the radeon is blacklisted, vgaswitcheroo is not created and I don't know if mi ATI card is completely switched off.
    As you can see, I have done the stuff suggested in the Acer TimelineX wiki page and it didn't work. I have also tried some other suggested actions I found but still can't get my switchable graphics to work.
    I would really like to get both my cards to work completely, so I can switch graphics and restart the X server to get better performance or enhance my batt life depending on which GPU I am using; but at this point I am just fine with turning off the ATI card completely and just work with the intel one (though if there is a method for making both work, I prefer that than just turning a card off).
    Sorry for my english!!

    Xabre wrote:
    Bit offtopic, but when you see a sentence like this:
    [  2461.966] (EE) this is a Muxless PX A+I platform, we doesn't supported it
    how can you expect anything from the driver?
    You are right, that's why I said that it suggest that my system is not compatible with fglrx. I don't understand why the warning just before that error line says that I should uninstall fglrx because my system is Muxed and that line says that my system is muxless...
    Anyways, it doesn't matter, the fact is that fglrx doesn't work, so I will be using the open-source drivers...

  • Graphics Problems with Leopard, ATI X800 XT, and Power Mac G5

    I just upgraded to Leopard. I'm using a Dual 2GHz Power Mac G5 with an ATI X 800 XT graphics card installed, and a Dell 24" monitor running at 1900x1200 resolution. After about 5-15 minutes, the screen starts shimmering with these green lines everywhere. It keeps getting worse to the point where I can't see anything and have reboot. Then, it starts all over again after another 5-15 minutes. The only way to solve this problem is to turn down the resolution to 1360x768. My fan is also running at max speed constantly since I've upgraded. I was hoping that 10.5.1 update would fix it, but it hasn't.
    I've spent the last hour reading posts on this forum related to my problem to see if there is a solution, and as far as I can tell there isn't one. Is there something I missed for fixing the display and fan problems? Is there any hope that 10.5.2 will fix this? I've never had problems like this with any of the other OSX upgrades. I'm basically forced to go back to Tiger for now until this problem is solved. I can't believe ATI hasn't updated their drivers for my card since 2005!
    Any help would be greatly appreciated.

    Hey Masai,
    It sounds like a problem I had when I first got a new ATI X800 XT last October. When I first installed the card, there were what looked like florescent green symbols all over the screen which would get worse if I moved a window around. I ended up returning the card to ATI and exchanging it for a new one.
    If you could post a screen shot, I could confirm the similarities in our problems. My problem was caused, I think, by the card overheating . . . which was the result, I speculate, of a disconnect between the X800's memory chips and heat sink.
    I got a second card, and it's been working perfectly with Leopard. In my case, the card itself was the problem and not Leopard and/or graphics drivers.
    Hopefully that's not the case with your situation. Did the card work okay under Tiger or whatever your previous OS was?
    CMF

  • VArious problems with intel graphic card

    There is an old regarding part of this subject with no improvement. I have a 943/940GML graphic card. Normally the frame rate should synchronize with vfresh but it does not seems to works well: glxgears is not smooth at all unless you move the mouse on the windows. Running it with
    <option name="vblank_mode" value="0" />
    fix the problem.
    Apart from that I get better performance with the lts 2.6.32 kernel than with 3.0. This is noticeable (I have less CPU time when I let googleearth rotate the earth).
    I had several problems with this driver. I have:
    Option     "DebugWait" "on"  in xorg.conf (otherwise fonts are broken)
    options i915 powersave=0 in modprobe.conf (otherwise the screen blink every minute or so)
    the problem with dri mentioned.
    Moreover each time I upgrade my system, there is one chance out of two that a new regression will appear. What is it with this driver? Why can't the devs secure a stable version? I know I should report bugs upstream but I am tired now. This is a permanent alpha driver.

    This forum is for suite specific issues only. Please post in the Photoshop forum.
    Bob

  • [SOLVED] Problems with intel driver on Y510p

    Hi,
    I recently decided to get a Y510p, but somehow can't get the intel driver to work. For now I don't need the nvidia card that is in my laptop so I disabled it via bumblebee. However if I try booting without the kernel option nomodeset the screens turns turns blank after
    running early hook [udev]
    So the backlight is still on, but nothing is shown. When I use nomodeset the vesa driver is used because the intel driver requires modeset, but I can't find a way to modify my backlight setting with the vesa driver. Also, when I use the vesa driver, after
    running early hook [udev]
    it says
    [drm:drm_pci_agp_init] *ERROR* Cannot initialize the agpgart module.
    DRM: Fill_in_dev failed.
    I can see that flashing for a few milliseconds before the screen goes blank with the intel driver as well.
    My Xorg.0.log of a boot with nomodeset:
    [ 29.186]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 29.186] X Protocol Version 11, Revision 0
    [ 29.186] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 29.186] Current Operating System: Linux bork 3.12.1-3-ARCH #1 SMP PREEMPT Tue Nov 26 11:17:02 CET 2013 x86_64
    [ 29.186] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:root root=/dev/mapper/root rw nomodeset initrd=../initramfs-linux.img
    [ 29.186] Build Date: 01 November 2013 05:10:48PM
    [ 29.186]
    [ 29.186] Current version of pixman: 0.32.4
    [ 29.186] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 29.186] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 29.186] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 1 20:23:51 2013
    [ 29.187] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 29.188] (==) No Layout section. Using the first Screen section.
    [ 29.188] (==) No screen section available. Using defaults.
    [ 29.188] (**) |-->Screen "Default Screen Section" (0)
    [ 29.188] (**) | |-->Monitor "<default monitor>"
    [ 29.188] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 29.188] (==) Automatically adding devices
    [ 29.188] (==) Automatically enabling devices
    [ 29.188] (==) Automatically adding GPU devices
    [ 29.191] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 29.191] Entry deleted from font path.
    [ 29.191] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 29.191] Entry deleted from font path.
    [ 29.191] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 29.192] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 29.192] Entry deleted from font path.
    [ 29.192] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 29.192] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 29.192] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 29.192] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 29.192] (II) Loader magic: 0x7fdc20
    [ 29.192] (II) Module ABI versions:
    [ 29.192] X.Org ANSI C Emulation: 0.4
    [ 29.192] X.Org Video Driver: 14.1
    [ 29.192] X.Org XInput driver : 19.1
    [ 29.192] X.Org Server Extension : 7.0
    [ 29.193] (--) PCI:*(0:0:2:0) 8086:0416:17aa:3801 rev 6, Mem @ 0xc2000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
    [ 29.193] (--) PCI: (0:1:0:0) 10de:0fcd:17aa:3801 rev 161, Mem @ 0xc0000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 29.193] Initializing built-in extension Generic Event Extension
    [ 29.193] Initializing built-in extension SHAPE
    [ 29.193] Initializing built-in extension MIT-SHM
    [ 29.193] Initializing built-in extension XInputExtension
    [ 29.193] Initializing built-in extension XTEST
    [ 29.193] Initializing built-in extension BIG-REQUESTS
    [ 29.193] Initializing built-in extension SYNC
    [ 29.193] Initializing built-in extension XKEYBOARD
    [ 29.193] Initializing built-in extension XC-MISC
    [ 29.193] Initializing built-in extension SECURITY
    [ 29.193] Initializing built-in extension XINERAMA
    [ 29.193] Initializing built-in extension XFIXES
    [ 29.193] Initializing built-in extension RENDER
    [ 29.193] Initializing built-in extension RANDR
    [ 29.193] Initializing built-in extension COMPOSITE
    [ 29.193] Initializing built-in extension DAMAGE
    [ 29.193] Initializing built-in extension MIT-SCREEN-SAVER
    [ 29.193] Initializing built-in extension DOUBLE-BUFFER
    [ 29.193] Initializing built-in extension RECORD
    [ 29.193] Initializing built-in extension DPMS
    [ 29.193] Initializing built-in extension X-Resource
    [ 29.193] Initializing built-in extension XVideo
    [ 29.193] Initializing built-in extension XVideo-MotionCompensation
    [ 29.193] Initializing built-in extension XFree86-VidModeExtension
    [ 29.193] Initializing built-in extension XFree86-DGA
    [ 29.193] Initializing built-in extension XFree86-DRI
    [ 29.193] Initializing built-in extension DRI2
    [ 29.193] (II) LoadModule: "glx"
    [ 29.194] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 29.197] (II) Module glx: vendor="X.Org Foundation"
    [ 29.197] compiled for 1.14.4, module version = 1.0.0
    [ 29.197] ABI class: X.Org Server Extension, version 7.0
    [ 29.197] (==) AIGLX enabled
    [ 29.197] Loading extension GLX
    [ 29.197] (==) Matched intel as autoconfigured driver 0
    [ 29.197] (==) Matched vesa as autoconfigured driver 1
    [ 29.197] (==) Matched modesetting as autoconfigured driver 2
    [ 29.197] (==) Matched fbdev as autoconfigured driver 3
    [ 29.197] (==) Assigned the driver to the xf86ConfigLayout
    [ 29.197] (II) LoadModule: "intel"
    [ 29.198] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 29.202] (II) Module intel: vendor="X.Org Foundation"
    [ 29.202] compiled for 1.14.2, module version = 2.21.15
    [ 29.202] Module class: X.Org Video Driver
    [ 29.202] ABI class: X.Org Video Driver, version 14.1
    [ 29.202] (II) LoadModule: "vesa"
    [ 29.202] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 29.203] (II) Module vesa: vendor="X.Org Foundation"
    [ 29.203] compiled for 1.14.0, module version = 2.3.2
    [ 29.203] Module class: X.Org Video Driver
    [ 29.203] ABI class: X.Org Video Driver, version 14.1
    [ 29.203] (II) LoadModule: "modesetting"
    [ 29.203] (WW) Warning, couldn't open module modesetting
    [ 29.203] (II) UnloadModule: "modesetting"
    [ 29.203] (II) Unloading modesetting
    [ 29.203] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 29.203] (II) LoadModule: "fbdev"
    [ 29.203] (WW) Warning, couldn't open module fbdev
    [ 29.203] (II) UnloadModule: "fbdev"
    [ 29.203] (II) Unloading fbdev
    [ 29.203] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 29.203] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 29.204] (II) VESA: driver for VESA chipsets: vesa
    [ 29.204] (++) using VT number 1
    [ 29.207] (II) Loading sub module "vbe"
    [ 29.207] (II) LoadModule: "vbe"
    [ 29.207] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 29.208] (II) Module vbe: vendor="X.Org Foundation"
    [ 29.208] compiled for 1.14.4, module version = 1.1.0
    [ 29.208] ABI class: X.Org Video Driver, version 14.1
    [ 29.208] (II) Loading sub module "int10"
    [ 29.208] (II) LoadModule: "int10"
    [ 29.208] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 29.209] (II) Module int10: vendor="X.Org Foundation"
    [ 29.209] compiled for 1.14.4, module version = 1.0.0
    [ 29.209] ABI class: X.Org Video Driver, version 14.1
    [ 29.209] (II) VESA(0): initializing int10
    [ 29.210] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 29.210] (II) VESA(0): VESA BIOS detected
    [ 29.210] (II) VESA(0): VESA VBE Version 3.0
    [ 29.210] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [ 29.210] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
    [ 29.210] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
    [ 29.214] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 29.214] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 29.214] (==) VESA(0): RGB weight 888
    [ 29.214] (==) VESA(0): Default visual is TrueColor
    [ 29.214] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 29.214] (II) Loading sub module "ddc"
    [ 29.214] (II) LoadModule: "ddc"
    [ 29.214] (II) Module "ddc" already built-in
    [ 29.238] (II) VESA(0): VESA VBE DDC supported
    [ 29.238] (II) VESA(0): VESA VBE DDC Level 2
    [ 29.238] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 29.252] (II) VESA(0): VESA VBE DDC read successfully
    [ 29.252] (II) VESA(0): Manufacturer: LGD Model: 2d9 Serial#: 0
    [ 29.252] (II) VESA(0): Year: 2011 Week: 0
    [ 29.252] (II) VESA(0): EDID Version: 1.3
    [ 29.252] (II) VESA(0): Digital Display Input
    [ 29.252] (II) VESA(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 29.252] (II) VESA(0): Gamma: 2.20
    [ 29.252] (II) VESA(0): No DPMS capabilities specified
    [ 29.252] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 29.252] (II) VESA(0): First detailed timing is preferred mode
    [ 29.252] (II) VESA(0): redX: 0.617 redY: 0.349 greenX: 0.313 greenY: 0.595
    [ 29.252] (II) VESA(0): blueX: 0.151 blueY: 0.056 whiteX: 0.313 whiteY: 0.329
    [ 29.252] (II) VESA(0): Manufacturer's mask: 0
    [ 29.252] (II) VESA(0): Supported detailed timing:
    [ 29.252] (II) VESA(0): clock: 139.5 MHz Image Size: 345 x 194 mm
    [ 29.252] (II) VESA(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2096 h_border: 0
    [ 29.252] (II) VESA(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    [ 29.252] (II) VESA(0): LG Display
    [ 29.252] (II) VESA(0): LP156WF1-TLB2
    [ 29.252] (II) VESA(0): EDID (in hex):
    [ 29.252] (II) VESA(0): 00ffffffffffff0030e4d90200000000
    [ 29.252] (II) VESA(0): 00150103802313780a15d59e59509826
    [ 29.252] (II) VESA(0): 0e505400000001010101010101010101
    [ 29.252] (II) VESA(0): 0101010101017e3680b070381f403020
    [ 29.252] (II) VESA(0): 350059c2100000190000000000000000
    [ 29.252] (II) VESA(0): 00000000000000000000000000fe004c
    [ 29.252] (II) VESA(0): 4720446973706c61790a2020000000fe
    [ 29.252] (II) VESA(0): 004c503135365746312d544c4232004b
    [ 29.252] (II) VESA(0): EDID vendor "LGD", prod id 729
    [ 29.252] (II) VESA(0): Printing DDC gathered Modelines:
    [ 29.252] (II) VESA(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
    [ 29.252] (II) VESA(0): Searching for matching VESA mode(s):
    [ 29.253] Mode: 13c (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 14d (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 15c (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 13a (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 14b (0x0)
    [ 29.254] ModeAttributes: 0x0
    [ 29.254] WinAAttributes: 0x0
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 0
    [ 29.254] WinSize: 0
    [ 29.254] WinASegment: 0x0
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0x0
    [ 29.254] BytesPerScanline: 0
    [ 29.254] XResolution: 0
    [ 29.254] YResolution: 0
    [ 29.254] XCharSize: 0
    [ 29.254] YCharSize: 0
    [ 29.254] NumberOfPlanes: 0
    [ 29.254] BitsPerPixel: 0
    [ 29.254] NumberOfBanks: 0
    [ 29.254] MemoryModel: 0
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 0
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0x0
    [ 29.254] LinBytesPerScanLine: 0
    [ 29.254] BnkNumberOfImagePages: 0
    [ 29.254] LinNumberOfImagePages: 0
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 0
    [ 29.254] Mode: 15a (0x0)
    [ 29.254] ModeAttributes: 0x0
    [ 29.254] WinAAttributes: 0x0
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 0
    [ 29.254] WinSize: 0
    [ 29.254] WinASegment: 0x0
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0x0
    [ 29.254] BytesPerScanline: 0
    [ 29.254] XResolution: 0
    [ 29.254] YResolution: 0
    [ 29.254] XCharSize: 0
    [ 29.254] YCharSize: 0
    [ 29.254] NumberOfPlanes: 0
    [ 29.254] BitsPerPixel: 0
    [ 29.254] NumberOfBanks: 0
    [ 29.254] MemoryModel: 0
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 0
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0x0
    [ 29.254] LinBytesPerScanLine: 0
    [ 29.254] BnkNumberOfImagePages: 0
    [ 29.254] LinNumberOfImagePages: 0
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 0
    [ 29.254] Mode: 107 (1280x1024)
    [ 29.254] ModeAttributes: 0x9b
    [ 29.254] WinAAttributes: 0x7
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 64
    [ 29.254] WinSize: 64
    [ 29.254] WinASegment: 0xa000
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0xc0009742
    [ 29.254] BytesPerScanline: 1280
    [ 29.254] XResolution: 1280
    [ 29.254] YResolution: 1024
    [ 29.254] XCharSize: 8
    [ 29.254] YCharSize: 16
    [ 29.254] NumberOfPlanes: 1
    [ 29.254] BitsPerPixel: 8
    [ 29.254] NumberOfBanks: 1
    [ 29.254] MemoryModel: 4
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 50
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0xb0000000
    [ 29.254] LinBytesPerScanLine: 1280
    [ 29.254] BnkNumberOfImagePages: 50
    [ 29.254] LinNumberOfImagePages: 50
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 230000000
    [ 29.254] Mode: 11a (1280x1024)
    [ 29.254] ModeAttributes: 0x9b
    [ 29.254] WinAAttributes: 0x7
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 64
    [ 29.254] WinSize: 64
    [ 29.254] WinASegment: 0xa000
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0xc0009742
    [ 29.254] BytesPerScanline: 2560
    [ 29.254] XResolution: 1280
    [ 29.254] YResolution: 1024
    [ 29.254] XCharSize: 8
    [ 29.254] YCharSize: 16
    [ 29.254] NumberOfPlanes: 1
    [ 29.254] BitsPerPixel: 16
    [ 29.254] NumberOfBanks: 1
    [ 29.254] MemoryModel: 6
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 24
    [ 29.254] RedMaskSize: 5
    [ 29.254] RedFieldPosition: 11
    [ 29.254] GreenMaskSize: 6
    [ 29.254] GreenFieldPosition: 5
    [ 29.254] BlueMaskSize: 5
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0xb0000000
    [ 29.254] LinBytesPerScanLine: 2560
    [ 29.254] BnkNumberOfImagePages: 24
    [ 29.254] LinNumberOfImagePages: 24
    [ 29.254] LinRedMaskSize: 5
    [ 29.254] LinRedFieldPosition: 11
    [ 29.254] LinGreenMaskSize: 6
    [ 29.254] LinGreenFieldPosition: 5
    [ 29.254] LinBlueMaskSize: 5
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] *Mode: 11b (1280x1024)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 5120
    [ 29.255] XResolution: 1280
    [ 29.255] YResolution: 1024
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 32
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 6
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 11
    [ 29.255] RedMaskSize: 8
    [ 29.255] RedFieldPosition: 16
    [ 29.255] GreenMaskSize: 8
    [ 29.255] GreenFieldPosition: 8
    [ 29.255] BlueMaskSize: 8
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 8
    [ 29.255] RsvdFieldPosition: 24
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 5120
    [ 29.255] BnkNumberOfImagePages: 11
    [ 29.255] LinNumberOfImagePages: 11
    [ 29.255] LinRedMaskSize: 8
    [ 29.255] LinRedFieldPosition: 16
    [ 29.255] LinGreenMaskSize: 8
    [ 29.255] LinGreenFieldPosition: 8
    [ 29.255] LinBlueMaskSize: 8
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 8
    [ 29.255] LinRsvdFieldPosition: 24
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] Mode: 105 (1024x768)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 1024
    [ 29.255] XResolution: 1024
    [ 29.255] YResolution: 768
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 8
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 4
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 84
    [ 29.255] RedMaskSize: 0
    [ 29.255] RedFieldPosition: 0
    [ 29.255] GreenMaskSize: 0
    [ 29.255] GreenFieldPosition: 0
    [ 29.255] BlueMaskSize: 0
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 0
    [ 29.255] RsvdFieldPosition: 0
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 1024
    [ 29.255] BnkNumberOfImagePages: 84
    [ 29.255] LinNumberOfImagePages: 84
    [ 29.255] LinRedMaskSize: 0
    [ 29.255] LinRedFieldPosition: 0
    [ 29.255] LinGreenMaskSize: 0
    [ 29.255] LinGreenFieldPosition: 0
    [ 29.255] LinBlueMaskSize: 0
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] Mode: 117 (1024x768)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 2048
    [ 29.255] XResolution: 1024
    [ 29.255] YResolution: 768
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 16
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 6
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 41
    [ 29.255] RedMaskSize: 5
    [ 29.255] RedFieldPosition: 11
    [ 29.255] GreenMaskSize: 6
    [ 29.255] GreenFieldPosition: 5
    [ 29.255] BlueMaskSize: 5
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 0
    [ 29.255] RsvdFieldPosition: 0
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 2048
    [ 29.255] BnkNumberOfImagePages: 41
    [ 29.255] LinNumberOfImagePages: 41
    [ 29.255] LinRedMaskSize: 5
    [ 29.255] LinRedFieldPosition: 11
    [ 29.255] LinGreenMaskSize: 6
    [ 29.255] LinGreenFieldPosition: 5
    [ 29.255] LinBlueMaskSize: 5
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.256] *Mode: 118 (1024x768)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 4096
    [ 29.256] XResolution: 1024
    [ 29.256] YResolution: 768
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 32
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 20
    [ 29.256] RedMaskSize: 8
    [ 29.256] RedFieldPosition: 16
    [ 29.256] GreenMaskSize: 8
    [ 29.256] GreenFieldPosition: 8
    [ 29.256] BlueMaskSize: 8
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 8
    [ 29.256] RsvdFieldPosition: 24
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 4096
    [ 29.256] BnkNumberOfImagePages: 20
    [ 29.256] LinNumberOfImagePages: 20
    [ 29.256] LinRedMaskSize: 8
    [ 29.256] LinRedFieldPosition: 16
    [ 29.256] LinGreenMaskSize: 8
    [ 29.256] LinGreenFieldPosition: 8
    [ 29.256] LinBlueMaskSize: 8
    [ 29.256] LinBlueFieldPosition: 0
    [ 29.256] LinRsvdMaskSize: 8
    [ 29.256] LinRsvdFieldPosition: 24
    [ 29.256] MaxPixelClock: 230000000
    [ 29.256] *Mode: 112 (640x480)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 2560
    [ 29.256] XResolution: 640
    [ 29.256] YResolution: 480
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 32
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 52
    [ 29.256] RedMaskSize: 8
    [ 29.256] RedFieldPosition: 16
    [ 29.256] GreenMaskSize: 8
    [ 29.256] GreenFieldPosition: 8
    [ 29.256] BlueMaskSize: 8
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 8
    [ 29.256] RsvdFieldPosition: 24
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 2560
    [ 29.256] BnkNumberOfImagePages: 52
    [ 29.256] LinNumberOfImagePages: 52
    [ 29.256] LinRedMaskSize: 8
    [ 29.256] LinRedFieldPosition: 16
    [ 29.256] LinGreenMaskSize: 8
    [ 29.256] LinGreenFieldPosition: 8
    [ 29.256] LinBlueMaskSize: 8
    [ 29.256] LinBlueFieldPosition: 0
    [ 29.256] LinRsvdMaskSize: 8
    [ 29.256] LinRsvdFieldPosition: 24
    [ 29.256] MaxPixelClock: 230000000
    [ 29.256] Mode: 114 (800x600)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 1600
    [ 29.256] XResolution: 800
    [ 29.256] YResolution: 600
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 16
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 67
    [ 29.256] RedMaskSize: 5
    [ 29.256] RedFieldPosition: 11
    [ 29.256] GreenMaskSize: 6
    [ 29.256] GreenFieldPosition: 5
    [ 29.256] BlueMaskSize: 5
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 0
    [ 29.256] RsvdFieldPosition: 0
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 1600
    [ 29.256] BnkNumberOfImagePages: 67
    [ 29.256] LinNumberOfImagePages: 67
    [ 29.256] LinRedMaskSize: 5
    [ 29.256] LinRedFieldPosition: 11
    [ 29.257] LinGreenMaskSize: 6
    [ 29.257] LinGreenFieldPosition: 5
    [ 29.257] LinBlueMaskSize: 5
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] *Mode: 115 (800x600)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 3200
    [ 29.257] XResolution: 800
    [ 29.257] YResolution: 600
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 32
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 6
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 33
    [ 29.257] RedMaskSize: 8
    [ 29.257] RedFieldPosition: 16
    [ 29.257] GreenMaskSize: 8
    [ 29.257] GreenFieldPosition: 8
    [ 29.257] BlueMaskSize: 8
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 8
    [ 29.257] RsvdFieldPosition: 24
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 3200
    [ 29.257] BnkNumberOfImagePages: 33
    [ 29.257] LinNumberOfImagePages: 33
    [ 29.257] LinRedMaskSize: 8
    [ 29.257] LinRedFieldPosition: 16
    [ 29.257] LinGreenMaskSize: 8
    [ 29.257] LinGreenFieldPosition: 8
    [ 29.257] LinBlueMaskSize: 8
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 8
    [ 29.257] LinRsvdFieldPosition: 24
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] Mode: 101 (640x480)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 640
    [ 29.257] XResolution: 640
    [ 29.257] YResolution: 480
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 8
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 4
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 203
    [ 29.257] RedMaskSize: 0
    [ 29.257] RedFieldPosition: 0
    [ 29.257] GreenMaskSize: 0
    [ 29.257] GreenFieldPosition: 0
    [ 29.257] BlueMaskSize: 0
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 0
    [ 29.257] RsvdFieldPosition: 0
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 640
    [ 29.257] BnkNumberOfImagePages: 203
    [ 29.257] LinNumberOfImagePages: 203
    [ 29.257] LinRedMaskSize: 0
    [ 29.257] LinRedFieldPosition: 0
    [ 29.257] LinGreenMaskSize: 0
    [ 29.257] LinGreenFieldPosition: 0
    [ 29.257] LinBlueMaskSize: 0
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] Mode: 103 (800x600)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 832
    [ 29.257] XResolution: 800
    [ 29.257] YResolution: 600
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 8
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 4
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 126
    [ 29.257] RedMaskSize: 0
    [ 29.257] RedFieldPosition: 0
    [ 29.257] GreenMaskSize: 0
    [ 29.257] GreenFieldPosition: 0
    [ 29.257] BlueMaskSize: 0
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 0
    [ 29.257] RsvdFieldPosition: 0
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 832
    [ 29.257] BnkNumberOfImagePages: 126
    [ 29.257] LinNumberOfImagePages: 126
    [ 29.257] LinRedMaskSize: 0
    [ 29.257] LinRedFieldPosition: 0
    [ 29.257] LinGreenMaskSize: 0
    [ 29.257] LinGreenFieldPosition: 0
    [ 29.257] LinBlueMaskSize: 0
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.258] Mode: 111 (640x480)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 1280
    [ 29.258] XResolution: 640
    [ 29.258] YResolution: 480
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 16
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 6
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 101
    [ 29.258] RedMaskSize: 5
    [ 29.258] RedFieldPosition: 11
    [ 29.258] GreenMaskSize: 6
    [ 29.258] GreenFieldPosition: 5
    [ 29.258] BlueMaskSize: 5
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 1280
    [ 29.258] BnkNumberOfImagePages: 101
    [ 29.258] LinNumberOfImagePages: 101
    [ 29.258] LinRedMaskSize: 5
    [ 29.258] LinRedFieldPosition: 11
    [ 29.258] LinGreenMaskSize: 6
    [ 29.258] LinGreenFieldPosition: 5
    [ 29.258] LinBlueMaskSize: 5
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.258] Mode: 17d (1920x1080)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 1920
    [ 29.258] XResolution: 1920
    [ 29.258] YResolution: 1080
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 8
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 4
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 30
    [ 29.258] RedMaskSize: 0
    [ 29.258] RedFieldPosition: 0
    [ 29.258] GreenMaskSize: 0
    [ 29.258] GreenFieldPosition: 0
    [ 29.258] BlueMaskSize: 0
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 1920
    [ 29.258] BnkNumberOfImagePages: 30
    [ 29.258] LinNumberOfImagePages: 30
    [ 29.258] LinRedMaskSize: 0
    [ 29.258] LinRedFieldPosition: 0
    [ 29.258] LinGreenMaskSize: 0
    [ 29.258] LinGreenFieldPosition: 0
    [ 29.258] LinBlueMaskSize: 0
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.258] Mode: 17e (1920x1080)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 3840
    [ 29.258] XResolution: 1920
    [ 29.258] YResolution: 1080
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 16
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 6
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 14
    [ 29.258] RedMaskSize: 5
    [ 29.258] RedFieldPosition: 11
    [ 29.258] GreenMaskSize: 6
    [ 29.258] GreenFieldPosition: 5
    [ 29.258] BlueMaskSize: 5
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 3840
    [ 29.258] BnkNumberOfImagePages: 14
    [ 29.258] LinNumberOfImagePages: 14
    [ 29.258] LinRedMaskSize: 5
    [ 29.258] LinRedFieldPosition: 11
    [ 29.258] LinGreenMaskSize: 6
    [ 29.258] LinGreenFieldPosition: 5
    [ 29.258] LinBlueMaskSize: 5
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.259] *Mode: 17f (1920x1080)
    [ 29.259] ModeAttributes: 0x9b
    [ 29.259] WinAAttributes: 0x7
    [ 29.259] WinBAttributes: 0x0
    [ 29.259] WinGranularity: 64
    [ 29.259] WinSize: 64
    [ 29.259] WinASegment: 0xa000
    [ 29.259] WinBSegment: 0x0
    [ 29.259] WinFuncPtr: 0xc0009742
    [ 29.259] BytesPerScanline: 7680
    [ 29.259] XResolution: 1920
    [ 29.259] YResolution: 1080
    [ 29.259] XCharSize: 8
    [ 29.259] YCharSize: 16
    [ 29.259] NumberOfPlanes: 1
    [ 29.259] BitsPerPixel: 32
    [ 29.259] NumberOfBanks: 1
    [ 29.259] MemoryModel: 6
    [ 29.259] BankSize: 0
    [ 29.259] NumberOfImages: 7
    [ 29.259] RedMaskSize: 8
    [ 29.259] RedFieldPosition: 16
    [ 29.259] GreenMaskSize: 8
    [ 29.259] GreenFieldPosition: 8
    [ 29.259] BlueMaskSize: 8
    [ 29.259] BlueFieldPosition: 0
    [ 29.259] RsvdMaskSize: 8
    [ 29.259] RsvdFieldPosition: 24
    [ 29.259] DirectColorModeInfo: 0
    [ 29.259] PhysBasePtr: 0xb0000000
    [ 29.259] LinBytesPerScanLine: 7680
    [ 29.259] BnkNumberOfImagePages: 7
    [ 29.259] LinNumberOfImagePages: 7
    [ 29.259] LinRedMaskSize: 8
    [ 29.259] LinRedFieldPosition: 16
    [ 29.259] LinGreenMaskSize: 8
    [ 29.259] LinGreenFieldPosition: 8
    [ 29.259] LinBlueMaskSize: 8
    [ 29.259] LinBlueFieldPosition: 0
    [ 29.259] LinRsvdMaskSize: 8
    [ 29.259] LinRsvdFieldPosition: 24
    [ 29.259] MaxPixelClock: 230000000
    [ 29.259]
    [ 29.259] (II) VESA(0): Total Memory: 1023 64KB banks (65472kB)
    [ 29.259] (II) VESA(0): <default monitor>: Using hsync value of 66.56 kHz
    [ 29.259] (II) VESA(0): <default monitor>: Using vrefresh value of 59.91 Hz
    [ 29.259] (WW) VESA(0): Unable to estimate virtual size
    [ 29.259] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    [ 29.259] (--) VESA(0): Virtual size is 1920x1080 (pitch 1920)
    [ 29.259] (**) VESA(0): *Built-in mode "1920x1080"
    [ 29.259] (**) VESA(0): Display dimensions: (350, 190) mm
    [ 29.259] (**) VESA(0): DPI set to (139, 144)
    [ 29.259] (**) VESA(0): Using "Shadow Framebuffer"
    [ 29.259] (II) Loading sub module "shadow"
    [ 29.259] (II) LoadModule: "shadow"
    [ 29.259] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 29.260] (II) Module shadow: vendor="X.Org Foundation"
    [ 29.260] compiled for 1.14.4, module version = 1.1.0
    [ 29.260] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.260] (II) Loading sub module "fb"
    [ 29.260] (II) LoadModule: "fb"
    [ 29.260] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.261] (II) Module fb: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.14.4, module version = 1.0.0
    [ 29.261] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.261] (==) Depth 24 pixmap format is 32 bpp
    [ 29.261] (II) Loading sub module "int10"
    [ 29.261] (II) LoadModule: "int10"
    [ 29.261] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 29.261] (II) Module int10: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.14.4, module version = 1.0.0
    [ 29.261] ABI class: X.Org Video Driver, version 14.1
    [ 29.261] (II) VESA(0): initializing int10
    [ 29.261] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 29.261] (II) VESA(0): VESA BIOS detected
    [ 29.261] (II) VESA(0): VESA VBE Version 3.0
    [ 29.261] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [ 29.261] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
    [ 29.261] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
    [ 29.261] (II) VESA(0): virtual address = 0x7f3dcd90f000,
    physical address = 0xb0000000, size = 67043328
    [ 29.268] (II) VESA(0): Setting up VESA Mode 0x17F (1920x1080)
    [ 29.343] (==) VESA(0): Default visual is TrueColor
    [ 29.344] (==) VESA(0): Backing store disabled
    [ 29.345] (==) VESA(0): DPMS enabled
    [ 29.345] (==) RandR enabled
    [ 29.345] (II) Found 2 VGA devices: arbiter wrapping enabled
    [ 29.349] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 29.349] (II) AIGLX: Screen 0 is not DRI capable
    [ 29.403] (II) AIGLX: Loaded and initialized swrast
    [ 29.403] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 29.441] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 29.441] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.441] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.441] (II) LoadModule: "evdev"
    [ 29.441] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.442] (II) Module evdev: vendor="X.Org Foundation"
    [ 29.442] compiled for 1.14.3, module version = 2.8.2
    [ 29.442] Module class: X.Org XInput Driver
    [ 29.442] ABI class: X.Org XInput driver, version 19.1
    [ 29.442] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.442] (**) Power Button: always reports core events
    [ 29.442] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 29.442] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 29.443] (--) evdev: Power Button: Found keys
    [ 29.443] (II) evdev: Power Button: Configuring as keyboard
    [ 29.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 29.443] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 29.443] (**) Option "xkb_rules" "evdev"
    [ 29.443] (**) Option "xkb_model" "pc104"
    [ 29.443] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 29.457] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.457] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.457] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.457] (**) Power Button: always reports core events
    [ 29.457] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 29.457] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 29.457] (--) evdev: Power Button: Found keys
    [ 29.457] (II) evdev: Power Button: Configuring as keyboard
    [ 29.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 29.457] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 29.457] (**) Option "xkb_rules" "evdev"
    [ 29.457] (**) Option "xkb_model" "pc104"
    [ 29.457] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 29.457] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 29.457] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 29.457] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 29.457] (**) Sleep Button: always reports core events
    [ 29.457] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 29.457] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 29.457] (--) evdev: Sleep Button: Found keys
    [ 29.457] (II) evdev: Sleep Button: Configuring as keyboard
    [ 29.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input3/event2"
    [ 29.457] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 29.457] (**) Option "xkb_rules" "evdev"
    [ 29.457] (**) Option "xkb_model" "pc104"
    [ 29.457] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 29.457] (II) No input driver specified, ignoring this device.
    [ 29.457] (II) This device may have been added with another device file.
    [ 29.457] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event8)
    [ 29.457] (II) No input driver specified, ignoring this device.
    [ 29.457] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event7)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event6)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event13)
    [ 29.458] (**) Lenovo EasyCamera: Applying InputClass "system-keyboard"
    [ 29.458] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    [ 29.458] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    [ 29.458] (**) Lenovo EasyCamera: always reports core events
    [ 29.458] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event13"
    [ 29.458] (--) evdev: Lenovo EasyCamera: Vendor 0xbda Product 0x58b9
    [ 29.458] (--) evdev: Lenovo EasyCamera: Found keys
    [ 29.458] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    [ 29.458] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input15/event13"
    [ 29.458] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 9)
    [ 29.458] (**) Option "xkb_rules" "evdev"
    [ 29.458] (**) Option "xkb_model" "pc104"
    [ 29.458] (**) Option "xkb_layout" "de"
    [ 29.458] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 29.458] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 29.458] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29.458] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 29.458] (**) AT Translated Set 2 keyboard: always reports core events
    [ 29.458] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 29.458] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 29.459] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 29.459] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 29.459] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 29.459] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 29.459] (**) Option "xkb_rules" "evdev"
    [ 29.459] (**) Option "xkb_model" "pc104"
    [ 29.459] (**) Option "xkb_layout" "de"
    [ 29.459] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
    [ 29.459] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
    [ 29.459] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 29.459] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    [ 29.459] (**) Ideapad extra buttons: always reports core events
    [ 29.459] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event9"
    [ 29.459] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    [ 29.459] (--) evdev: Ideapad extra buttons: Found keys
    [ 29.459] (II) evdev: Ideapad extra buttons: Configuring as keyboard
    [ 29.459] (**) Option "config_info" "udev:/sys/devices/platform/ideapad/input/input10/event9"
    [ 29.459] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
    [ 29.459] (**) Option "xkb_rules" "evdev"
    [ 29.459] (**) Option "xkb_model" "pc104"
    [ 29.459] (**) Option "xkb_layout" "de"
    [ 29.459] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
    [ 29.459] (II) No input driver specified, ignoring this device.
    [ 29.459] (II) This device may have been added with another device file.
    [ 29.635] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 29.635] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 29.635] (II) LoadModule: "synaptics"
    [ 29.636] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 29.637] (II) Module synaptics: vendor="X.Org Foundation"
    [ 29.637] compiled for 1.14.1, module version = 1.7.1
    [ 29.637] Module class: X.Org XInput Driver
    [ 29.637] ABI class: X.Org XInput driver, version 19.1
    [ 29.637] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 29.637] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 29.637] (**) Option "Device" "/dev/input/event14"
    [ 29.723] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5664 (res 42)
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4682 (res 52)
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 29.723] (**) Option "TapButton1" "1"
    [ 29.723] (**) Option "TapButton2" "2"
    [ 29.723] (**) Option "TapButton3" "3"
    [ 29.723] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 29.723] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 29.763] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event14"
    [ 29.763] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 29.763] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    If you need anything else, please let me know. Thanks in advance.
    harrim4n
    Last edited by harriman (2013-12-06 11:22:32)

    Thanks for the post. This did in fact save me a lot of hassle.
    On my Y510p I needed to use nomodeset to get it to start. From there, I installed bumblebee and nvidia-331 from the X-swat repository. Then I got rid of nomodeset in the kernel parameters. Now my kernel parameters are:
    GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_backlight=vendor"
    Now my backlight works, I can get the nvidia card to takeover using bumbleebee's optirun command, and it boots fine.
    Since this result is near the top of the Google results when searching for graphics issues on the Y510p, and this is on the topic of Intel driver problems on the Y510p: can anyone choose different resolutions in the display settings?  I only have access to full resolution.
    Last edited by benjaminb (2014-01-04 01:49:12)

  • Xf86-video-intel not not working with intel 82852/855GM graphics card

    I am runing arch linux on a toshiba satilite r15 s829 and have the xf86-video-intel driver installed but Xorg does mot seem to be able to use it with my intel graphics card.
    output of lspci
    00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
    00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
    00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
    01:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 83)
    01:0b.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
    01:0b.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
    01:0b.4 SD Host controller: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
    xorg onfig file: 10-monitor.conf
    Section "Monitor"
        Identifier    "Monitor0"
    EndSection
    Section "Device"
        Identifier    "Card0"
        Driver        "intel"
        #Option        "RandRRotation" "true"
        VendorName  "Intel Corp."
        BoardName   "82852/855GM Integrated Graphics Device"
    EndSection
    Section "Screen"
        Identifier    "Screen0"  #Collapse Monitor and Device section to Screen section
        Device        "Card0"
        Monitor       "Monitor0"
        DefaultDepth  24 #Choose the depth (16||24)
        #Option        "RandRRotation" "true"
        SubSection "Display"
                   Depth     16
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                   Depth     24
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                   Depth     32
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Xorg log file: Xorg.0.log
    [  2900.308]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [  2900.308] X Protocol Version 11, Revision 0
    [  2900.308] Build Operating System: Linux 2.6.37-ARCH i686
    [  2900.308] Current Operating System: Linux dragonL 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 25 09:07:57 UTC 2011 i686
    [  2900.309] Kernel command line: BOOT_IMAGE=(hd0,msdos1)//boot/vmlinuz26 root=/dev/disk/by-uuid/0cfdcd8b-eae7-4dbd-8dd6-0ff955089587 rootfstype=ext2 ro nomodeset add_efi_memmap
    [  2900.309] Build Date: 04 February 2011  09:39:45PM
    [  2900.309] 
    [  2900.309] Current version of pixman: 0.20.2
    [  2900.309]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [  2900.309] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  2900.310] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 25 12:15:42 2011
    [  2900.310] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [  2900.310] (==) No Layout section.  Using the first Screen section.
    [  2900.310] (**) |-->Screen "Screen0" (0)
    [  2900.310] (**) |   |-->Monitor "Monitor0"
    [  2900.311] (**) |   |-->Device "Card0"
    [  2900.311] (==) Automatically adding devices
    [  2900.311] (==) Automatically enabling devices
    [  2900.311] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [  2900.311]     Entry deleted from font path.
    [  2900.311] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
    [  2900.311] (==) ModulePath set to "/usr/lib/xorg/modules"
    [  2900.311] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  2900.311] (II) Loader magic: 0x81f3040
    [  2900.311] (II) Module ABI versions:
    [  2900.311]     X.Org ANSI C Emulation: 0.4
    [  2900.311]     X.Org Video Driver: 8.0
    [  2900.311]     X.Org XInput driver : 11.0
    [  2900.311]     X.Org Server Extension : 4.0
    [  2900.312] (--) PCI:*(0:0:2:0) 8086:3582:1179:0037 rev 2, Mem @ 0xd8000000/134217728, 0xd0000000/524288, I/O @ 0x0000eff8/8
    [  2900.312] (--) PCI: (0:0:2:1) 8086:3582:1179:0037 rev 2, Mem @ 0x40000000/134217728, 0x4c000000/524288
    [  2900.312] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [  2900.312] (II) LoadModule: "extmod"
    [  2900.312] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [  2900.312] (II) Module extmod: vendor="X.Org Foundation"
    [  2900.312]     compiled for 1.9.4, module version = 1.0.0
    [  2900.312]     Module class: X.Org Server Extension
    [  2900.312]     ABI class: X.Org Server Extension, version 4.0
    [  2900.312] (II) Loading extension MIT-SCREEN-SAVER
    [  2900.312] (II) Loading extension XFree86-VidModeExtension
    [  2900.312] (II) Loading extension XFree86-DGA
    [  2900.312] (II) Loading extension DPMS
    [  2900.312] (II) Loading extension XVideo
    [  2900.312] (II) Loading extension XVideo-MotionCompensation
    [  2900.312] (II) Loading extension X-Resource
    [  2900.312] (II) LoadModule: "dbe"
    [  2900.312] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [  2900.313] (II) Module dbe: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.0.0
    [  2900.313]     Module class: X.Org Server Extension
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (II) Loading extension DOUBLE-BUFFER
    [  2900.313] (II) LoadModule: "glx"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  2900.313] (II) Module glx: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.0.0
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (==) AIGLX enabled
    [  2900.313] (II) Loading extension GLX
    [  2900.313] (II) LoadModule: "record"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [  2900.313] (II) Module record: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.13.0
    [  2900.313]     Module class: X.Org Server Extension
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (II) Loading extension RECORD
    [  2900.313] (II) LoadModule: "dri"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [  2900.314] (II) Module dri: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 1.0.0
    [  2900.314]     ABI class: X.Org Server Extension, version 4.0
    [  2900.314] (II) Loading extension XFree86-DRI
    [  2900.314] (II) LoadModule: "dri2"
    [  2900.314] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2900.314] (II) Module dri2: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 1.2.0
    [  2900.314]     ABI class: X.Org Server Extension, version 4.0
    [  2900.314] (II) Loading extension DRI2
    [  2900.314] (II) LoadModule: "intel"
    [  2900.314] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [  2900.314] (II) Module intel: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 2.14.0
    [  2900.314]     Module class: X.Org Video Driver
    [  2900.314]     ABI class: X.Org Video Driver, version 8.0
    [  2900.314] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
    [  2900.314] (--) using VT number 7
    [  2900.324] (EE) No devices detected.
    [  2900.324]
    Fatal server error:
    [  2900.324] no screens found
    [  2900.324]
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [  2900.324] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [  2900.324]

    Please use [ code ] tags for pasting code https://bbs.archlinux.org/help.php#bbcode as it makes your posts much easier to read.
    There's a problem with old Intel cards and the current Intel drivers. Unfortunately using older drivers means downgrading xorg-server and friends. Read about downgrading in the wiki.
    I'm currently using xf86-video-intel 2.13.0-4 and xorg-server 1.9.4-1 and things are OK. My card
    [karol@black ~]$ lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
    Last edited by karol (2011-04-25 21:16:37)

  • V570 problem with Intel onboard driver on Windows 7 Pro 64 bit

    Hello Everyone, 
    I recently installed Windows 7 Pro 64 bit on my Lenovo v570. I downloaded the drivers from the support page and I have a strange problem with the onboard graphics driver "Intel Onboard Graphics Driver for Microsoft Windows 7 (64-bit) - Lenovo B470, B570, V370, V470, V570" in the drivers section.
    Installation seems fine, but after restart, the system fails to boot and goes into boot recovery mode, where I get a message saying that booting failed due to a bad driver and the only actual option I have to boot up is to go back to a previous restore point. I tried installing the Nvidia driver for Windows 7, but it says that I need to install an Intel driver first, which is the one that gives me the blue screen when booting. I have also tried installing both drivers without a restart between both installations, but that didn't help.
    I am wondering if anyone in the community has seen something similar. Any advice, information or assistance will be highly appreciated. Thank you very much in advance for your time.
    Best regards,
    Moe.
    Solved!
    Go to Solution.

    Welcome to the Lenovo Community !
    Check out the link I have posted below for video driver installation problems on your model.  The suggestions offered have worked for others.
    http://forums.lenovo.com/t5/Lenovo-C-E-K-M-N-and-V-Series/V570-video-drivers-don-t-work-with-Windows...
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • Problem with nvidia and integrated graphics

    I'm having graphics problems with my notebook. I installed the latest Nvidia 820m drivers but still 3d apps are very slow.m Also inside dxdiag it shows that the integrated graphics has only 265mb. Is there something wrong? I just bought the machine. [url=http://postimg.org/image/hj4rk182d/][img]http://s10.postimg.org/hj4rk182d/image.jpg[/img][/url]

    lovelaze wrote:
    karol wrote:Have you tried https://wiki.archlinux.org/index.php/Bumblebee ?
    Thanks. I will give it a try tomorrow.
    Is it meant to have both the Intel and Nvidia drivers installed?
    Sort of. You don't install the regular nvidia drivers package but the bumblebee one.

  • Problems with Vga,Ati...

    Hello,
    Last day,i downloaded and burned ArchLinux with kernel 2.6.34...(2010) and when i want to install it from CD (Core offline install) it do this...
    <moderator edit>Large image removed. Please feel free to repost it in accordance with our image posting guidelines. tomk</edit>
    Uploaded with ImageShack.us
    ...and i tried another linux distro with kernel 2.6.3x and it do the same thing...but with kernel 2.6.2x it not does this....maybe its problem with Ati drivers...so is there any solution to change ati drivers at boot form CD (trough the TAB key)
    I have Asus L84F With 128MB Ram,20GB HDD,ATi Mobility Radeon M6 (ID 4c59,8MB)
    Why it do this??...please help me i love ArchLinux...and sorry for my bad english :-)
    Last edited by Dallitec (2010-06-28 16:59:24)

    I think 128MB was the bare mimimum when I did my laptop install but if your graphics card reserves any memory it may go below what it can work with in your case(I only have 192MB in my ancient toshiba laptop, I think I installed when I only had 128MB in it but I used an older Arch boot cd to install with).  I can't read your screen because of the glare/washout on the bottom, what is the install boot screen telling you.  Does your laptop have a vga out that you can hook up an external monitor to?  You might have to tell your bios to switch to the external vga out if the laptop doesn't automatically detect and switch.
    I haven't used a recent boot cd but I know that the current Arch kernels activate kms for radeons now on bootup, not sure if that boot cd is compiled with kms activated or not.  You can try adding radeon.modeset=0 to the end of the boot command line of the install boot entry on the cd.  That will not force kms to start and should leave you with vesa/vga screenmode to start the install with.

  • Hello again Just wondering if the problems with Vid(ATI) drivers still

    Hello I haven't been here in a while, I did an Arch Linux install a few months back and it was quite the learning experience for someone like me being a noob . I loved Arch( I was using 64bit) but the only thing that made me leave it was because after several tries I never could get the ATI VId drivers to install properly for my ATI 3870hd video card I could'nt do any serious gaming which suckedso I ended up uninstalling Arch. I did stay with Linux and stayed away from the MS OS's and now I am back and wondering if the installation problem is still there. I am using Ubuntu Hardy right now and although it is a good OS I really prefer Arch but like I said I just want to know if I am going to have the same problems with the Video Drivers as I did the last time. which I could never figure out because I did have duel boot 64bit ARCH and 64bit, Ubuntu but with Ubuntu all I needed to do was  go into the system/administration/hardware drivers and check( turn on) the ATI accelerated hardware drivers I had no problems since.
    I just realised that my single simple question turned into a short story so I will post this and hope that my problem with the Driver installs are solved so I can reinstall Arch with out any huge problems when I want to game
    Last edited by Shadowmeph (2008-08-31 03:25:15)

    celthias wrote:
    This isn't a precise answer as such but I use a fairly recently released ATI Radeon 4870 and I've had no problems using that with ATI's proprietary driver.
    All documentation I followed was located here:
    http://wiki.archlinux.org/index.php/ATI … ary_driver
    Also:
    http://www.phoronix.com/scan.php?page=n … &px=NjY3NA
    Hope this helps
    Wow this is great so I will install Arch Again and give it a try

  • Problem with Gantt table (Business graphic)

    Hi everybody,
    I got a problem with an gantt table (Business graphic) in an old project. This gantt table is used to display the timeline of used ressources. The Problem here his that, if the last row of the gantt table is filled, this row will not be displayed correctly. The line will only be filled up half of the height the row has and the row will be divided by a horizontal black line.
    If somebody has an idea about fixing this problem, that will be great.
    Andre
    Edited by: Andre Wendel on Apr 3, 2008 9:00 PM

    Great!
    Of course, hard to diagnose when there's nothing to see.
    Here's an old message in a thread from 2010. (To give credit, it's from Hilary Farrell.)
    >
    You are correct, the syntax outlined in the error message is incorrect, and I've logged bug 9799373 to track this. As a workaround, you can view sample syntax for Gantt charts on the 'Query' page of the Create wizard, in the 'Chart Query Example for Gantt' Show/Hide region below the text area for entering your chart query, and also in the Oracle APEX 4.0 User's Guide that will be available with our new release. Just in case other users hit the same issue and are unsure of the expected format:
    Chart Query Examples for Project Gantt Charts:
    SELECT NULL LINK,
    TASK_NAME NAME,
    TASK_ID ID,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS
    FROM TASKS
    SELECT 'f?p=4000:2:'||:APP_SESSION||':::P2_ID:'||ID LINK
    TASK_NAME NAME,
    TASK_ID ID,
    PARENT_TASK_ID PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS
    FROM TASKS
    SELECT NULL LINK,
    TASK_NAME NAME,
    TASK_ID ID,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS,
    START_DATE-3 PLANNED_START,
    END_DATE+1 PLANNED_END
    FROM TASKS
    Chart Query Examples for Resource Gantt Charts:
    SELECT NULL LINK,
    RESOURCE_ID ID,
    NULL NAME,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END
    FROM TASKS
    SELECT 'f?p=4000:2:'||:APP_SESSION||':::P2_ID:'||ID LINK
    RESOURCE_ID ID,
    RESOURCE_NAME NAME,
    PARENT_ID PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END
    FROM TASKS
    Thanks for reporting this issue, and I'm happy you were able to successfully generate your chart.
    Regards,
    Hilary
    Can you show us the query you are using?
    Oh. And what are the data types and lengths of your data?
    Howard

  • Logic Pro system overloaded and MIDI clock problems with Intel

    Hi
    I'm not a super-powerful-rich music producer. I have owned an iMac G5 1GB of RAM for tree years with a lot of problems with the memory, but i could achieve a quite good knowledge of Logic Pro 7.1.1. The thing is that with my new iMac that has a larger memory i'm not able to playback old songs, and it sounds strabge to me because the Intel iMac would have to work better than the older....I think....(the file i'm talking about has got 5 tracks, 4 freezed and one not: it sounds really strange even if I haven't 5 GB of memory!!!)
    Moreover I've had other new problems with MIDI sync but i've never used other MIDI clocks sources even if I use a M-Audio pro 88 keyboard and an audio interface ESI Quatafire 610. I know that i haven't got a great instrumentation in my hands, but this doesn't mean that it doesn't have to work.
    Do I need Logic 7.2? Do I need to change my audio interface?
    Do I need to set up logic in a way that with iMac G5 hadn't be necessary?
    I'm waiting for an answer from someone who's more capable.
    Thank you.
    Luigi
    iMac 2 GHz Intel core duo 20" 1,5 GB RAM Mac OS X (10.4.8) Audio Inteface ESI Quatafire 610

    Do I need Logic 7.2?
    absolutely definitely, you need a minimum of logic 7.2. it is the first version that is intel-native. your problems are 100% because the code you are trying to run has to be emulated first in order to be interpreted by the intel chip in your imac. this means that logic will run like a sick dog, until you give it a version that is actually compatible with your machine.

Maybe you are looking for

  • How can I share my iPhoto '08 Library with another user account?

    I found a post that tells how to share my library so that two user accounts on my iMac have full read and write access to my iPhoto Library, but I can't find the Library. It should be under /users/myname/pictures/iphoto library/data according to a Sp

  • Save As Disc Image

    I made a movie using iMovie5 and was unable to burn possibly there was a software glitch with iDVD5. So I bought iLife6 and uploaded iMovie6 and iDVD6 only. My movie's still on the hard drive and I'd like to proceed with iDVD6. I've read through seve

  • Photoshop CC says up to date in CC Desktop but Camera Raw is still 8.3

    When I look at my CC desktop app it says Photoshop is up to date but I know it's not becaus it's still using Camera Raw 8.3 and the 8.4 has been officially released for a week now. It detected that my Lightroom was needing an update so I think the CC

  • Stills Resolution - Photo Browser vs. Importing into Event

    All, I am preparing a slideshow with photos of varying size.  I manage my photos in Aperture and usually use the photo browser in Final Cut Pro X to access them. Some of the photos are low-res (0.1 MB 286 x 369 pixels, for example).  If I bring the e

  • F110 error: No permitted payment method exists

    Hi all, I am trying to learn the F110 payment method. I have a vendor and a GL to which I have posted an invoice to be paid. When I schedule a payment run, my log looks like this: Payment method selection additional log FZ Payment method selection fo