You are not logged in.

#1 2010-10-31 02:24:45

lazy_rider
Member
Registered: 2010-10-31
Posts: 2

Slow X startup with ATI switchable graphics on HP Envy 14

Hi,

I'm using an HP Envy 14 with ATI switchable graphics. I've gotten vga_switcheroo working, but when I use it to power down the dedicated graphics card on startup, X takes a long time to load (around 20-30 seconds). Once it starts up, everything appears to be working fine. Here is the lspci output for my video cards:

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series] (rev ff)

And this is what cat /sys/kernel/debug/vgaswitcheroo/switch says:

0:+:Pwr:0000:00:02.0
1: :Off:0000:01:00.0

Looking at my Xorg.0.log, it looks like it is trying to load a driver for second, powered down video card:

[  3129.192] (==) Matched intel as autoconfigured driver 0
[  3129.192] (==) Matched vesa as autoconfigured driver 1
[  3129.192] (==) Matched fbdev as autoconfigured driver 2
[  3129.192] (==) Assigned the driver to the xf86ConfigLayout
[  3129.192] (II) LoadModule: "intel"
[  3129.192] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  3129.192] (II) Module intel: vendor="X.Org Foundation"
[  3129.192]     compiled for 1.9.0, module version = 2.12.0
[  3129.192]     Module class: X.Org Video Driver
[  3129.192]     ABI class: X.Org Video Driver, version 8.0
[  3129.192] (II) LoadModule: "vesa"
[  3129.192] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3129.192] (II) Module vesa: vendor="X.Org Foundation"
[  3129.192]     compiled for 1.9.0, module version = 2.3.0
[  3129.192]     Module class: X.Org Video Driver
[  3129.192]     ABI class: X.Org Video Driver, version 8.0
[  3129.192] (II) LoadModule: "fbdev"
[  3129.192] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3129.192] (II) Module fbdev: vendor="X.Org Foundation"
[  3129.192]     compiled for 1.9.0, module version = 0.4.2
[  3129.192]     ABI class: X.Org Video Driver, version 8.0
[  3129.192] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
[  3129.192] (II) VESA: driver for VESA chipsets: vesa
[  3129.192] (II) FBDEV: driver for framebuffer: fbdev
[  3129.192] (--) using VT number 7

[  3129.195] (WW) Falling back to old probe method for vesa
[  3129.195] (WW) Falling back to old probe method for fbdev
[  3129.195] (II) Loading sub module "fbdevhw"
[  3129.195] (II) LoadModule: "fbdevhw"
[  3129.195] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3129.195] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3129.195]     compiled for 1.9.0, module version = 0.0.2
[  3129.195]     ABI class: X.Org Video Driver, version 8.0
[  3129.196] drmOpenDevice: node name is /dev/dri/card0
[  3129.196] drmOpenDevice: open result is 9, (OK)
[  3165.736] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  3165.736] drmOpenDevice: node name is /dev/dri/card0
[  3165.736] drmOpenDevice: open result is 9, (OK)
[  3165.736] drmOpenByBusid: drmOpenMinor returns 9
[  3165.736] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0

I'm not using an xorg.conf file. I just have the standard entries in /etc/X11/xorg.conf.d. Has anyone else run into this?

Offline

#2 2010-12-10 19:24:06

f3ath
Member
From: Moscow, Russia
Registered: 2009-03-15
Posts: 9

Re: Slow X startup with ATI switchable graphics on HP Envy 14

I have. On acer timelinex 3820TG. Even more: xorg does not want to start at all with kernel upgraded to 2.6.36.1-3.

Offline

#3 2010-12-11 16:25:33

abhinandh
Member
Registered: 2008-03-07
Posts: 29

Re: Slow X startup with ATI switchable graphics on HP Envy 14

Sorry for resurrecting an old thread, but I've got the same laptop (Envy 14) and the same problem.
I'm on Xorg 1.9.2-2. I think this has got to do with loading both intel and radeon modules. But both modules are required for this laptop because not loading the radeon module disables vga_switcheroo and then I cannot power down the ATI card on startup. Battery life takes a major hit and temperatures are very high if both cards are powered on.

Sort of a deadlock sad

Offline

#4 2010-12-14 12:36:08

abhinandh
Member
Registered: 2008-03-07
Posts: 29

Re: Slow X startup with ATI switchable graphics on HP Envy 14

Solved!
Well, kind of. This happens for me if I switch off the ATI card before X starts in rc.local script. Now I power off the card in ~/.xinitrc. Not the best of solutions and ATI card is not powered down for all users or if you boot into console but hey, it works.

Offline

#5 2010-12-17 23:59:36

lazy_rider
Member
Registered: 2010-10-31
Posts: 2

Re: Slow X startup with ATI switchable graphics on HP Envy 14

Check out the Gentoo Wiki topic on switchable graphics:

http://en.gentoo-wiki.com/wiki/Vga_switcheroo

Looks like they are swapping out the modular X configuration files based on the active card. I'm working on a different laptop right now, but this might be worth exploring if you wanted to get away from having to power on both cards during X start.

Also, I had to downgrade the kernel on my Envy a little while back because the last two updates seemed to have broken support for my graphics card unless I turn of KMS, which of course has to be in there for vga_switcheroo to work at all. I haven't checked for kernel updates lately, so maybe this issue has been resolved.

Offline

#6 2010-12-18 20:28:40

hermes
Member
From: Lucca, Italy
Registered: 2010-05-19
Posts: 99

Re: Slow X startup with ATI switchable graphics on HP Envy 14

The same here, with Acer Aspire 3820G. X starts at boot, anyway, even disabling unused card in rc.local, but restarting the server - no matter if I switch - hangs completely the pc and I have to turn it off manually. This happens with 2.6.36 kernel, while with 2.6.35 it took 20-30 seconds to restart, but at least it did.


Linux Registered User #362737

Offline

#7 2010-12-25 20:12:53

f3ath
Member
From: Moscow, Russia
Registered: 2009-03-15
Posts: 9

Re: Slow X startup with ATI switchable graphics on HP Envy 14

I have managed to run X on acer aspire 3820TG with kernel26-2.6.36.2-1 ati powered down and intel powered on. I have taken latest kernel from abs and configured it as described here: http://en.gentoo-wiki.com/wiki/Vga_switcheroo. Than I've added

options radeon modeset=0

to modeprobe.conf and rebooted to the new kernel.

X started quite well, but two new problems have appeared:

1. Kernel loads too slow. It waits about 15-20 sec between this dmesg lines

[drm] Loading REDWOOD Microcode
radeon 0000:02:00.0: No VRAM object for PCIE GART.

2. Brightness control buttons do not work.


Things that might be useful:

f3ath@nomad ~ $ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
02:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series] (rev ff)
02:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series] (rev ff)
03:00.0 Ethernet controller: Atheros Communications AR8151 v1.0 Gigabit Ethernet (rev c0)
05:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
f3ath@nomad ~ $ v_show 
0: :Off:0000:02:00.0
1:+:Pwr:0000:00:02.0
f3ath@nomad ~ $ uname -a
Linux nomad 2.6.36-ARCH #4 SMP PREEMPT Sat Dec 25 22:36:47 MSK 2010 x86_64 Intel(R) Core(TM) i5 CPU M 450 @ 2.40GHz GenuineIntel GNU/Linux
f3ath@nomad ~ $ cat /etc/modprobe.d/modprobe.conf 
#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#

options radeon modeset=0

f3ath@nomad ~ $ cat /boot/grub/menu.lst | grep i915
kernel /vmlinuz26 root=/dev/sda2 ro i915.modeset=1
f3ath@nomad ~ $ 

and full dmesg:

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.36-ARCH (f3ath@nomad) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #4 SMP PREEMPT Sat Dec 25 22:36:47 MSK 2010
Command line: root=/dev/sda2 ro i915.modeset=1
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009c400 (usable)
 BIOS-e820: 000000000009c400 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000009327c000 (usable)
 BIOS-e820: 000000009327c000 - 0000000093282000 (reserved)
 BIOS-e820: 0000000093282000 - 00000000933e4000 (usable)
 BIOS-e820: 00000000933e4000 - 000000009340f000 (reserved)
 BIOS-e820: 000000009340f000 - 000000009346f000 (usable)
 BIOS-e820: 000000009346f000 - 0000000093470000 (reserved)
 BIOS-e820: 0000000093470000 - 00000000934f1000 (ACPI NVS)
 BIOS-e820: 00000000934f1000 - 000000009370f000 (reserved)
 BIOS-e820: 000000009370f000 - 0000000093717000 (usable)
 BIOS-e820: 0000000093717000 - 000000009371f000 (reserved)
 BIOS-e820: 000000009371f000 - 000000009376c000 (usable)
 BIOS-e820: 000000009376c000 - 000000009379f000 (ACPI NVS)
 BIOS-e820: 000000009379f000 - 00000000937dd000 (usable)
 BIOS-e820: 00000000937dd000 - 00000000937ff000 (ACPI data)
 BIOS-e820: 00000000937ff000 - 0000000093800000 (usable)
 BIOS-e820: 0000000093800000 - 00000000a0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000f080a000 - 00000000f080b000 (reserved)
 BIOS-e820: 00000000feaff000 - 00000000feb00000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000158000000 (usable)
NX (Execute Disable) protection: active
DMI present.
Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
No AGP bridge found
last_pfn = 0x158000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CFFFF write-protect
  D0000-FFFFF write-through
MTRR variable ranges enabled:
  0 disabled
  1 base 000000000 mask F80000000 write-back
  2 base 080000000 mask FE0000000 write-back
  3 base 100000000 mask FC0000000 write-back
  4 base 140000000 mask FE0000000 write-back
  5 base 158000000 mask FF8000000 uncachable
  6 base 094000000 mask FFC000000 uncachable
  7 base 098000000 mask FF8000000 uncachable
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 0000000094000000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0x93800 max_arch_pfn = 0x400000000
Scanning 0 areas for low memory corruption
modified physical RAM map:
 modified: 0000000000000000 - 0000000000010000 (reserved)
 modified: 0000000000010000 - 000000000009c400 (usable)
 modified: 000000000009c400 - 00000000000a0000 (reserved)
 modified: 00000000000dc000 - 0000000000100000 (reserved)
 modified: 0000000000100000 - 000000009327c000 (usable)
 modified: 000000009327c000 - 0000000093282000 (reserved)
 modified: 0000000093282000 - 00000000933e4000 (usable)
 modified: 00000000933e4000 - 000000009340f000 (reserved)
 modified: 000000009340f000 - 000000009346f000 (usable)
 modified: 000000009346f000 - 0000000093470000 (reserved)
 modified: 0000000093470000 - 00000000934f1000 (ACPI NVS)
 modified: 00000000934f1000 - 000000009370f000 (reserved)
 modified: 000000009370f000 - 0000000093717000 (usable)
 modified: 0000000093717000 - 000000009371f000 (reserved)
 modified: 000000009371f000 - 000000009376c000 (usable)
 modified: 000000009376c000 - 000000009379f000 (ACPI NVS)
 modified: 000000009379f000 - 00000000937dd000 (usable)
 modified: 00000000937dd000 - 00000000937ff000 (ACPI data)
 modified: 00000000937ff000 - 0000000093800000 (usable)
 modified: 0000000093800000 - 00000000a0000000 (reserved)
 modified: 00000000e0000000 - 00000000f0000000 (reserved)
 modified: 00000000f080a000 - 00000000f080b000 (reserved)
 modified: 00000000feaff000 - 00000000feb00000 (reserved)
 modified: 00000000fec00000 - 00000000fec10000 (reserved)
 modified: 00000000fed00000 - 00000000fed00400 (reserved)
 modified: 00000000fed1c000 - 00000000fed90000 (reserved)
 modified: 00000000fee00000 - 00000000fee01000 (reserved)
 modified: 00000000ff000000 - 0000000100000000 (reserved)
 modified: 0000000100000000 - 0000000158000000 (usable)
initial memory mapped : 0 - 20000000
found SMP MP-table at [ffff8800000f6c30] f6c30
init_memory_mapping: 0000000000000000-0000000093800000
 0000000000 - 0093800000 page 2M
kernel direct mapping tables up to 93800000 @ 16000-1a000
init_memory_mapping: 0000000100000000-0000000158000000
 0100000000 - 0158000000 page 2M
kernel direct mapping tables up to 158000000 @ 18000-1f000
RAMDISK: 37e2b000 - 37ff0000
ACPI: RSDP 00000000000f6ac0 00024 (v02 PTLTD )
ACPI: XSDT 00000000937f1675 00064 (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000)
ACPI: FACP 00000000937df000 000F4 (v03 INTEL  CALPELLA 06040000 PTEC 00000001)
ACPI: DSDT 00000000937e0000 0D4F9 (v02 Intel  CALPELLA 06040000 INTL 20060912)
ACPI: FACS 000000009379afc0 00040
ACPI: HPET 00000000937fed6a 00038 (v01 INTEL  CALPELLA 06040000 PTEC 00000001)
ACPI: MCFG 00000000937feda2 0003C (v01 INTEL  CALPELLA 06040000 PTEC 00000001)
ACPI: SLIC 00000000937fedde 00176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001)
ACPI: APIC 00000000937fef54 00084 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
ACPI: BOOT 00000000937fefd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: SSDT 00000000937ee000 010B9 (v01 AmdRef  AmdTabl 00001000 INTL 20060912)
ACPI: SSDT 00000000937de000 009F1 (v01  PmRef    CpuPm 00003000 INTL 20060912)
ACPI: Local APIC address 0xfee00000
 [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff880002200000-ffff8800057fffff] on node 0
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00158000
Movable zone start PFN for each node
early_node_map[9] active PFN ranges
    0: 0x00000010 -> 0x0000009c
    0: 0x00000100 -> 0x0009327c
    0: 0x00093282 -> 0x000933e4
    0: 0x0009340f -> 0x0009346f
    0: 0x0009370f -> 0x00093717
    0: 0x0009371f -> 0x0009376c
    0: 0x0009379f -> 0x000937dd
    0: 0x000937ff -> 0x00093800
    0: 0x00100000 -> 0x00158000
On node 0 totalpages: 963678
  DMA zone: 56 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3924 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 584970 pages, LIFO batch:31
  Normal zone: 4928 pages used for memmap
  Normal zone: 355520 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a701 base: 0xfed00000
SMP: Allowing 4 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
early_res array is doubled to 64 at [1a2e0 - 1aadf]
PM: Registered nosave memory: 000000000009c000 - 000000000009d000
PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
PM: Registered nosave memory: 000000009327c000 - 0000000093282000
early_res array is doubled to 128 at [1aae0 - 1badf]
PM: Registered nosave memory: 00000000933e4000 - 000000009340f000
PM: Registered nosave memory: 000000009346f000 - 0000000093470000
PM: Registered nosave memory: 0000000093470000 - 00000000934f1000
PM: Registered nosave memory: 00000000934f1000 - 000000009370f000
PM: Registered nosave memory: 0000000093717000 - 000000009371f000
PM: Registered nosave memory: 000000009376c000 - 000000009379f000
PM: Registered nosave memory: 00000000937dd000 - 00000000937ff000
PM: Registered nosave memory: 0000000093800000 - 00000000a0000000
PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000f080a000
PM: Registered nosave memory: 00000000f080a000 - 00000000f080b000
PM: Registered nosave memory: 00000000f080b000 - 00000000feaff000
PM: Registered nosave memory: 00000000feaff000 - 00000000feb00000
PM: Registered nosave memory: 00000000feb00000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
PM: Registered nosave memory: 00000000fed00000 - 00000000fed1c000
PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Allocating PCI resources starting at a0000000 (gap: a0000000:40000000)
Booting paravirtualized kernel on bare hardware
setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 28 pages/cpu @ffff880001a00000 s86016 r8192 d20480 u524288
pcpu-alloc: s86016 r8192 d20480 u524288 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 944414
Kernel command line: root=/dev/sda2 ro i915.modeset=1
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Subtract (81 early reservations)
  #1 [0001000000 - 000193a3a8]   TEXT DATA BSS
  #2 [0037e2b000 - 0037ff0000]         RAMDISK
  #3 [000193b000 - 000193b204]             BRK
  #4 [00000f6c40 - 0000100000]   BIOS reserved
  #5 [00000f6c30 - 00000f6c40]    MP-table mpf
  #6 [000009c400 - 000009c871]   BIOS reserved
  #7 [000009c9e5 - 00000f6c30]   BIOS reserved
  #8 [000009c871 - 000009c9e5]    MP-table mpc
  #9 [0000010000 - 0000012000]      TRAMPOLINE
  #10 [0000012000 - 0000016000]     ACPI WAKEUP
  #11 [0000016000 - 0000018000]         PGTABLE
  #12 [0000018000 - 000001a000]         PGTABLE
  #13 [000193b240 - 000193c240]         BOOTMEM
  #14 [000001a000 - 000001a2d0]         BOOTMEM
  #15 [000213d000 - 000213e000]         BOOTMEM
  #16 [000213e000 - 000213f000]         BOOTMEM
  #17 [0002200000 - 0005800000]        MEMMAP 0
  #18 [000193c240 - 0001954240]         BOOTMEM
  #19 [0001954240 - 000196c240]         BOOTMEM
  #20 [000196c240 - 0001984240]         BOOTMEM
  #21 [0001985000 - 0001986000]         BOOTMEM
  #22 [000193a3c0 - 000193a401]         BOOTMEM
  #23 [000193a440 - 000193a483]         BOOTMEM
  #24 [000193a4c0 - 000193ab18]         BOOTMEM
  #25 [000193ab40 - 000193aba8]         BOOTMEM
  #26 [000193abc0 - 000193ac28]         BOOTMEM
  #27 [000193ac40 - 000193aca8]         BOOTMEM
  #28 [000193acc0 - 000193ad28]         BOOTMEM
  #29 [000193ad40 - 000193ada8]         BOOTMEM
  #30 [000193adc0 - 000193ae28]         BOOTMEM
  #31 [000193ae40 - 000193aea8]         BOOTMEM
  #32 [000193aec0 - 000193af28]         BOOTMEM
  #33 [000193af40 - 000193afa8]         BOOTMEM
  #34 [0001984240 - 00019842a8]         BOOTMEM
  #35 [00019842c0 - 0001984328]         BOOTMEM
  #36 [0001984340 - 00019843a8]         BOOTMEM
  #37 [00019843c0 - 0001984428]         BOOTMEM
  #38 [0001984440 - 00019844a8]         BOOTMEM
  #39 [00019844c0 - 0001984528]         BOOTMEM
  #40 [0001984540 - 00019845a8]         BOOTMEM
  #41 [00019845c0 - 0001984628]         BOOTMEM
  #42 [0001984640 - 00019846a8]         BOOTMEM
  #43 [00019846c0 - 0001984728]         BOOTMEM
  #44 [0001984740 - 00019847a8]         BOOTMEM
  #45 [00019847c0 - 0001984828]         BOOTMEM
  #46 [0001984840 - 00019848a8]         BOOTMEM
  #47 [00019848c0 - 0001984928]         BOOTMEM
  #48 [0001984940 - 00019849a8]         BOOTMEM
  #49 [00019849c0 - 0001984a28]         BOOTMEM
  #50 [0001984a40 - 0001984aa8]         BOOTMEM
  #51 [0001984ac0 - 0001984b28]         BOOTMEM
  #52 [0001984b40 - 0001984ba8]         BOOTMEM
  #53 [000193afc0 - 000193afe0]         BOOTMEM
  #54 [0001984bc0 - 0001984be0]         BOOTMEM
  #55 [0001984c00 - 0001984c20]         BOOTMEM
  #56 [0001984c40 - 0001984c60]         BOOTMEM
  #57 [0001984c80 - 0001984ca0]         BOOTMEM
  #58 [0001984cc0 - 0001984ce0]         BOOTMEM
  #59 [0001984d00 - 0001984d20]         BOOTMEM
  #60 [0001984d40 - 0001984d60]         BOOTMEM
  #61 [0001984d80 - 0001984da1]         BOOTMEM
  #62 [0001984dc0 - 0001984de1]         BOOTMEM
  #63 [0001a00000 - 0001a1c000]         BOOTMEM
  #64 [0001a80000 - 0001a9c000]         BOOTMEM
  #65 [0001b00000 - 0001b1c000]         BOOTMEM
  #66 [0001b80000 - 0001b9c000]         BOOTMEM
  #67 [0001984e00 - 0001984e08]         BOOTMEM
  #68 [0001984e40 - 0001984e48]         BOOTMEM
  #69 [0001984e80 - 0001984e90]         BOOTMEM
  #70 [0001984ec0 - 0001984ee0]         BOOTMEM
  #71 [0001988000 - 0001988130]         BOOTMEM
  #72 [0001984f00 - 0001984f50]         BOOTMEM
  #73 [0001984f80 - 0001984fd0]         BOOTMEM
  #74 [0001988140 - 0001990140]         BOOTMEM
  #75 [0001b9c000 - 0001f9c000]         BOOTMEM
  #76 [0005800000 - 0005a00000]         BOOTMEM
  #77 [0005a00000 - 0009a00000]         BOOTMEM
  #78 [0001990140 - 00019b0140]         BOOTMEM
  #79 [00019b0140 - 00019f0140]         BOOTMEM
  #80 [000001bb00 - 0000023b00]         BOOTMEM
Memory: 3715216k/5636096k available (4505k kernel code, 1781384k absent, 139496k reserved, 2519k data, 508k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
NR_IRQS:2304
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 39321600 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2393.817 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.11 BogoMIPS (lpj=7979390)
pid_max: default: 32768 minimum: 301
Security Framework initialized
TOMOYO Linux initialized
AppArmor: AppArmor disabled by boot time parameter
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
ACPI: Core revision 20100702
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM) i5 CPU       M 450  @ 2.40GHz stepping 05
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   0, Processors  #1
NMI watchdog enabled, takes one hw-pmu counter.
 #2
NMI watchdog enabled, takes one hw-pmu counter.
 #3 Ok.
NMI watchdog enabled, takes one hw-pmu counter.
Brought up 4 CPUs
Total of 4 processors activated (19159.54 BogoMIPS).
devtmpfs: initialized
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: SSDT 000000009371a918 003F0 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 003F0 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
ACPI: SSDT 0000000093718018 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
ACPI: SSDT 0000000093719a98 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20060912)
ACPI: SSDT 0000000093717d98 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20060912)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
ACPI: No dock devices found.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
\_SB_.PCI0:_OSC invalid UUID
_OSC request data:1 8 1f 
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
pci_root PNP0A08:00: host bridge window [mem 0xa0000000-0xfeafffff]
DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:00:02.0: reg 20: [io  0x1800-0x1807]
pci 0000:00:16.0: reg 10: [mem 0xf0804000-0xf080400f 64bit]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:1a.0: reg 10: [mem 0xf0806000-0xf08063ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: PME# disabled
pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1d.0: reg 10: [mem 0xf0807000-0xf08073ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PME# disabled
pci 0000:00:1f.2: reg 10: [io  0x1818-0x181f]
pci 0000:00:1f.2: reg 14: [io  0x180c-0x180f]
pci 0000:00:1f.2: reg 18: [io  0x1810-0x1817]
pci 0000:00:1f.2: reg 1c: [io  0x1808-0x180b]
pci 0000:00:1f.2: reg 20: [io  0x1820-0x183f]
pci 0000:00:1f.2: reg 24: [mem 0xf0808000-0xf08087ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10: [mem 0xf0809000-0xf08090ff 64bit]
pci 0000:00:1f.3: reg 20: [io  0x1840-0x185f]
pci 0000:00:1f.6: reg 10: [mem 0xf080a000-0xf080afff 64bit]
pci 0000:02:00.0: reg 10: [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:02:00.0: reg 18: [mem 0xafee0000-0xafefffff 64bit]
pci 0000:02:00.0: reg 20: [io  0x2000-0x20ff]
pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:02:00.0: supports D1 D2
pci 0000:02:00.1: reg 10: [mem 0xafedc000-0xafedffff 64bit]
pci 0000:02:00.1: supports D1 D2
pci 0000:00:01.0: PCI bridge to [bus 02-02]
pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
pci 0000:00:01.0:   bridge window [mem 0xafe00000-0xafefffff]
pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:03:00.0: reg 10: [mem 0xf0400000-0xf043ffff 64bit]
pci 0000:03:00.0: reg 18: [io  0x3000-0x307f]
pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:00.0: PME# disabled
pci 0000:00:1c.0: PCI bridge to [bus 03-04]
pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
pci 0000:05:00.0: reg 10: [mem 0xf0500000-0xf050ffff 64bit]
pci 0000:05:00.0: supports D1
pci 0000:05:00.0: PME# supported from D0 D1 D3hot
pci 0000:05:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 05-05]
pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.1:   bridge window [mem 0xf0500000-0xf05fffff]
pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0: PCI bridge to [bus 0f-0f] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0xa0000000-0xfeafffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
\_SB_.PCI0:_OSC invalid UUID
_OSC request data:1 1f 1f 
ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
pci_bus 0000:ff: on NUMA node 0
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
HEST: Table is not found!
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000009c400 - 000000000009ffff 
reserve RAM buffer: 000000009327c000 - 0000000093ffffff 
reserve RAM buffer: 00000000933e4000 - 0000000093ffffff 
reserve RAM buffer: 000000009346f000 - 0000000093ffffff 
reserve RAM buffer: 0000000093717000 - 0000000093ffffff 
reserve RAM buffer: 000000009376c000 - 0000000093ffffff 
reserve RAM buffer: 00000000937dd000 - 0000000093ffffff 
reserve RAM buffer: 0000000093800000 - 0000000093ffffff 
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource tsc
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
system 00:05: [io  0x0500-0x050f] has been reserved
system 00:05: [io  0xffff] has been reserved
system 00:05: [io  0xffff] has been reserved
system 00:05: [io  0x0400-0x047f] has been reserved
system 00:05: [io  0x1180-0x11ff] has been reserved
system 00:05: [io  0xfe00] has been reserved
system 00:05: [mem 0xff800000-0xff800fff] has been reserved
system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
system 00:09: [mem 0xfeaff000-0xfeafffff] has been reserved
system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
pci 0000:00:1c.1: BAR 15: assigned [mem 0xa0000000-0xa01fffff 64bit pref]
pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
pci 0000:02:00.0: BAR 6: assigned [mem 0xafe00000-0xafe1ffff pref]
pci 0000:00:01.0: PCI bridge to [bus 02-02]
pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
pci 0000:00:01.0:   bridge window [mem 0xafe00000-0xafefffff]
pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 03-04]
pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 05-05]
pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
pci 0000:00:1c.1:   bridge window [mem 0xf0500000-0xf05fffff]
pci 0000:00:1c.1:   bridge window [mem 0xa0000000-0xa01fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 0f-0f]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem disabled]
pci 0000:00:1e.0:   bridge window [mem pref disabled]
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
pci_bus 0000:00: resource 10 [mem 0xa0000000-0xfeafffff]
pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
pci_bus 0000:02: resource 1 [mem 0xafe00000-0xafefffff]
pci_bus 0000:02: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf04fffff]
pci_bus 0000:03: resource 2 [mem 0xf0a00000-0xf0bfffff 64bit pref]
pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:05: resource 1 [mem 0xf0500000-0xf05fffff]
pci_bus 0000:05: resource 2 [mem 0xa0000000-0xa01fffff 64bit pref]
pci_bus 0000:0f: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:0f: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:0f: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:0f: resource 7 [mem 0x000d0000-0x000d3fff]
pci_bus 0000:0f: resource 8 [mem 0x000d4000-0x000d7fff]
pci_bus 0000:0f: resource 9 [mem 0x000d8000-0x000dbfff]
pci_bus 0000:0f: resource 10 [mem 0xa0000000-0xfeafffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
UDP hash table entries: 2048 (order: 4, 65536 bytes)
UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Unpacking initramfs...
Freeing initrd memory: 1812k freed
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880005a00000 - ffff880009a00000
software IO TLB at phys 0x5a00000 - 0x9a00000
Simple Boot Flag at 0x3e set to 0x80
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1293306505.549:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7259
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
\_SB_.PCI0:_OSC invalid UUID
_OSC request data:1 0 1d 
\_SB_.PCI0:_OSC invalid UUID
_OSC request data:1 0 1d 
\_SB_.PCI0:_OSC invalid UUID
_OSC request data:1 0 1d 
intel_idle: MWAIT substates: 0x1120
intel_idle: v0.4 model 0x25
intel_idle: lapic_timer_reliable_states 0xffffffff
ERST: Table is not found!
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
radeon 0000:02:00.0: enabling device (0104 -> 0107)
radeon 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
radeon 0000:02:00.0: setting latency timer to 64
[drm] initializing kernel modesetting (REDWOOD 0x1002:0x68C1).
[drm] register mmio base: 0xAFEE0000
[drm] register mmio size: 131072
ATOM BIOS: MADISON
radeon 0000:02:00.0: VRAM: 1024M 0x00000000 - 0x3FFFFFFF (1024M used)
radeon 0000:02:00.0: GTT: 512M 0x40000000 - 0x5FFFFFFF
[drm] Detected VRAM RAM=1024M, BAR=256M
[drm] RAM width 128bits DDR
[TTM] Zone  kernel: Available graphics memory: 1858514 kiB.
[TTM] Initializing pool allocator.
[drm] radeon: 1024M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
radeon 0000:02:00.0: irq 40 for MSI/MSI-X
radeon 0000:02:00.0: radeon: using MSI.
[drm] radeon: irq initialized.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] Loading REDWOOD Microcode
r600_cp: Failed to load firmware "radeon/REDWOOD_pfp.bin"
[drm:evergreen_startup] *ERROR* Failed to load firmware!
radeon 0000:02:00.0: disabling GPU acceleration
radeon 0000:02:00.0: ffff8801543fb200 unpin not necessary
radeon 0000:02:00.0: ffff8801543fb200 unpin not necessary
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   LVDS
[drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[drm]   Encoders:
[drm]     LCD1: INTERNAL_UNIPHY
[drm] Connector 1:
[drm]   HDMI-A
[drm]   HPD1
[drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[drm]   Encoders:
[drm]     DFP1: INTERNAL_UNIPHY1
[drm] Connector 2:
[drm]   VGA
[drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[drm]   Encoders:
[drm]     CRT1: INTERNAL_KLDSCP_DAC1
[drm] Internal thermal controller without fan control
[drm] radeon: power management initialized
[drm] fb mappable at 0xB0040000
[drm] vram apper at 0xB0000000
[drm] size 4325376
[drm] fb depth is 24
[drm]    pitch is 5632
Console: switching to colour frame buffer device 170x48
fb0: radeondrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized radeon 2.6.0 20080528 for 0000:02:00.0 on minor 0
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:06: RTC can wake from S4
rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
PM: Resume from disk failed.
registered taskstats version 1
rtc_cmos 00:06: setting system clock to 2010-12-25 19:49:28 UTC (1293306568)
Initalizing network drop monitor service
Freeing unused kernel memory: 508k freed
udev[51]: starting version 164
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
agpgart-intel 0000:00:00.0: detected 131068K stolen memory, trimming to 32768K
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID0]
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
mtrr: no more MTRRs available
[drm] MTRR allocation failed.  Graphics performance may suffer.
[drm] detected 127M stolen memory, trimming to 32M
i915 0000:00:02.0: irq 40 for MSI/MSI-X
[drm] set up 32M of stolen space
vga_switcheroo: enabled
radeon atpx: version is 1
vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=none
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
fbcon: inteldrmfb (fb1) is primary device
fbcon: Remapping primary device, fb1, to tty 1-63
fb1: inteldrmfb frame buffer device
acpi device:02: registered as cooling_device0
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4
ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
acpi device:07: registered as cooling_device1
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
SCSI subsystem initialized
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems apst 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
ata1: SATA max UDMA/133 abar m2048@0xf0808000 port 0xf0808100 irq 41
ata2: DUMMY
ata3: DUMMY
ata4: DUMMY
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: WDC WD3200BEVT-22A23T0, 01.01A01, max UDMA/133
ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-2 01.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: [sda] Attached SCSI disk
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
udev[1169]: starting version 164
iTCO_vendor_support: vendor-support=0
ACPI: acpi_idle yielding to intel_idle
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
sd 0:0:0:0: Attached scsi generic sg0 type 0
usbcore: registered new device driver usb
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ACPI: resource 0000:00:1f.3 [io  0x1840-0x185f] conflicts with ACPI region SMBI [io  0x1840-0x184f pref window disabled]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI: WMI: Skipping duplicate GUID 05901221-D566-11D1-B2F0-00A0C9062910
intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ACPI: WMI: Mapper loaded
intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [TZS0] (52 C)
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
thermal LNXTHERM:02: registered as thermal_zone1
ACPI: Thermal Zone [TZS1] (36 C)
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
input: PC Speaker as /devices/platform/pcspkr/input/input6
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1a.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: EHCI Host Controller
ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.0: debug port 2
ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf0806000
atl1c 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
atl1c 0000:03:00.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.0: setting latency timer to 64
ehci_hcd 0000:00:1d.0: EHCI Host Controller
ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.0: debug port 2
ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0807000
ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
atl1c 0000:03:00.0: version 1.0.1.0-NAPI
ACPI: Battery Slot [BAT0] (battery present)
ACPI: AC Adapter [ADP1] (on-line)
cfg80211: Calling CRDA to update world regulatory domain
usb 1-1: new high speed USB device using ehci_hcd and address 2
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
hda_codec: ALC271X: BIOS auto-probing.
hda_codec: connection list not available for 0x24
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
HDA Intel 0000:02:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:02:00.1: irq 43 for MSI/MSI-X
HDA Intel 0000:02:00.1: setting latency timer to 64
acer-wmi: Acer Laptop ACPI-WMI Extras
acer-wmi: Unable to detect available WMID devices
usb 2-1: new high speed USB device using ehci_hcd and address 2
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
ath9k 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ath9k 0000:05:00.0: setting latency timer to 64
ath: EEPROM regdomain: 0x65
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: 00
ath: Regpair used: 0x65
phy0: Selected rate control algorithm 'ath9k_rate_control'
Registered led device: ath9k-phy0::radio
Registered led device: ath9k-phy0::assoc
Registered led device: ath9k-phy0::tx
Registered led device: ath9k-phy0::rx
phy0: Atheros AR9285 Rev:2 mem=0xffffc90010ce0000, irq=17
Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
usb 2-1.5: new high speed USB device using ehci_hcd and address 3
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device 1.3M WebCam (04f2:b1d8)
input: 1.3M WebCam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input9
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
EXT4-fs (sda2): re-mounted. Opts: (null)
EXT4-fs (sda2): re-mounted. Opts: (null)
EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
Adding 5855688k swap on /dev/sda3.  Priority:-1 extents:1 across:5855688k 
sshd (2227): /proc/2227/oom_adj is deprecated, please use /proc/2227/oom_score_adj instead.
radeon: switched off
radeon 0000:02:00.0: PCI INT A disabled
radeon 0000:02:00.0: Refused to change power state, currently in D3
radeon 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
radeon: switched on
radeon 0000:02:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
radeon 0000:02:00.0: restoring config space at offset 0x8 (was 0x1, writing 0x2001)
radeon 0000:02:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xafee0004)
radeon 0000:02:00.0: restoring config space at offset 0x4 (was 0xc, writing 0xb000000c)
radeon 0000:02:00.0: restoring config space at offset 0x3 (was 0x800000, writing 0x800010)
radeon 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100107)
radeon 0000:02:00.0: setting latency timer to 64
[drm] Loading REDWOOD Microcode
radeon 0000:02:00.0: No VRAM object for PCIE GART.
[drm:evergreen_resume] *ERROR* r600 startup failed on resume
[drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing CBF2 (len 67, WS 0, PS 0) @ 0xCC21
fbcon: Remapping primary device, fb0, to tty 1-63
i915: switched off
i915 0000:00:02.0: BAR 0: set to [mem 0xf0000000-0xf03fffff 64bit] (PCI address [0xf0000000-0xf03fffff]
i915 0000:00:02.0: BAR 2: set to [mem 0xd0000000-0xdfffffff 64bit pref] (PCI address [0xd0000000-0xdfffffff]
i915 0000:00:02.0: BAR 4: set to [io  0x1800-0x1807] (PCI address [0x1800-0x1807]
i915: switched on
i915 0000:00:02.0: setting latency timer to 64
fbcon: Remapping primary device, fb1, to tty 1-63
radeon: switched off
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
fuse init (API version 7.15)
EXT4-fs (sda2): re-mounted. Opts: commit=0
EXT4-fs (sda4): re-mounted. Opts: commit=0
atl1c 0000:03:00.0: irq 44 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: authenticate with e0:cb:4e:7a:b5:f9 (try 1)
wlan0: authenticated
wlan0: associate with e0:cb:4e:7a:b5:f9 (try 1)
wlan0: RX AssocResp from e0:cb:4e:7a:b5:f9 (capab=0x431 status=0 aid=2)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
cfg80211: Calling CRDA for country: RU
lo: Disabled Privacy Extensions
wlan0: no IPv6 routers present
intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 37116, limit 35000
intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 39148, limit 35000
intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 40365, limit 35000
intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 35071, limit 35000
ACPI: EC: GPE storm detected, transactions will use polling mode

Offline

#8 2011-01-07 19:54:56

f3ath
Member
From: Moscow, Russia
Registered: 2009-03-15
Posts: 9

Re: Slow X startup with ATI switchable graphics on HP Envy 14

Finally! I did:
- use acpi_call module to disable ATI card (see http://linux-hybrid-graphics.blogspot.c … onoff.html and https://aur.archlinux.org/packages.php?ID=39470)
- block radeon module in rc.conf (this removes X start delay)
- add "acpi_osi=Linux" to kernel line in grub (this allows to control display backlight)

I love my acer again smile

Offline

Board footer

Powered by FluxBB