Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329741 - x11-base/xorg-server-1.7.6, x11-drivers/xf86-video-intel-2.9.1: after wakeup from suspend the linesize is always changed
Summary: x11-base/xorg-server-1.7.6, x11-drivers/xf86-video-intel-2.9.1: after wakeup ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 20:21 UTC by Markus Poeschl
Modified: 2010-09-21 22:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Full Xorg.0.log until suspend (Xorg.0.log,25.94 KB, text/plain)
2010-07-25 12:17 UTC, Markus Poeschl
Details
dmesg.log until suspend (dmesg.log,35.83 KB, text/plain)
2010-07-30 17:01 UTC, Markus Poeschl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Poeschl 2010-07-24 20:21:10 UTC
This problem occurs always after upgrade to xorg-server 1.7 (it never happend on 1.6)!

Monitor resolution: 1280x1024
After suspend to ram and switching on the computer again, the frame buffer is changed to 2048x1024.

Hardware: Mainboard INTEL D945GCLF2D, Atom 330, 2 x 1.60GHz


Reproducible: Always

Steps to Reproduce:
1. Switch on the computer and log in into gnome x session
2. Swtich computer to suspend state
3. Switch computer on again
Actual Results:  
no special steps


/etc/make.conf:
===============

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=core2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j8"
LINGUAS="de"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://gentoo.inode.at/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
ACCEPT_LICENSE="dlj-1.1 PUEL skype-eula AdobeFlash-10.1"
#PORTAGE_TMPDIR="/home/tmp"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="a52 -bluetooth dga directfb disk-partition exif extras ffmpeg -ipv6 java laptop mmx mozdevelop nautilus nsplugin samba server sqlite sse sse2 ssse3 threads win32codecs xine xvmc"
# Samba setings
USE="${USE}"
# Device settings
INPUT_DEVICES="keyboard mouse evdev joystick"
VIDEO_CARDS="intel i810"
ALSA_CARDS="hda-intel"
LCD_DEVICES=""
CAMERAS="ptp2 directory canon"


/etc/X11/xorg.conf:
===================

Section "Device"
    Identifier  "** Intel i810 (generic)               [i810]"
    Driver      "intel"
    BusID	"PCI:0:2:0"
    Screen	0
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "** Intel i810 (generic)               [i810]"
    DefaultDepth 24
    Subsection "Display"
        Modes       "1280x1024"
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen	"Screen 1"
EndSection


Section "DRI"
   Mode 0666
EndSection


Extract from xorg.0.log:
========================

(II) intel(0): EDID vendor "GER", prod id 38545
(WW) intel(0): SDVOB: Unknown SDVO output type (0x0030)
(II) intel(0): Output Unknown-1 has no monitor section
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) MosArt Optical Mouse: Device reopened after 1 attempts.
(II) Plus More Enterprise LTD. USB-compliant keyboard: Device reopened after 1 attempts.
(II) Plus More Enterprise LTD. USB-compliant keyboard: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) intel(0): Allocate new frame buffer 2048x1024 stride 2048
(II) intel(0): New front buffer at 0x1800000
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:DDC control interface" registered at address 0x6E.
(II) intel(0): I2C device "CRTDDC_A:DDC control interface" removed.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GER", prod id 38545
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x960"x70.0  120.84  1280 1368 1504 1728  960 961 964 999 -hsync +vsync (69.9 kHz)
(II) intel(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.1 kHz)
(II) intel(0): EDID vendor "GER", prod id 38545
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2010-07-25 09:52:44 UTC
Could you attach the full Xorg.0.log and dmesg output *after* waking up?

Thanks
Comment 2 Markus Poeschl 2010-07-25 12:17:12 UTC
Created attachment 240097 [details]
Full Xorg.0.log until suspend

Further lines after wakeup:

(II) AIGLX: Suspending AIGLX clients for VT switch
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x00009fff: HW cursors (40 kB, 0x000000007f800000 physical
)
(II) intel(0): 0x0000a000-0x0000afff: overlay registers (4 kB, 0x000000007f80a000 physical
)
(II) intel(0): 0x007bf000:            end of stolen memory
(II) intel(0): 0x007bf000-0x0fff4fff: DRI memory manager (254168 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): 0x007bf000:            start of memory manager
(II) intel(0): 0x00800000-0x00ffffff: front buffer (8192 kB) X tiled
(II) intel(0): 0x0fff5000:            end of memory manager
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe A
(II) intel(0):   Output TV-1 is connected to pipe none
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:DDC control interface" registered at address 0x6E.
(II) intel(0): I2C device "CRTDDC_A:DDC control interface" removed.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GER", prod id 38545
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x960"x70.0  120.84  1280 1368 1504 1728  960 961 964 999 -hsync +vsync (69.9 kHz)
(II) intel(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.1 kHz)
(II) intel(0): EDID vendor "GER", prod id 38545
(WW) intel(0): SDVOB: Unknown SDVO output type (0x0030)
(II) intel(0): Output Unknown-1 has no monitor section
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): Allocate new frame buffer 2048x1024 stride 2048
(II) intel(0): New front buffer at 0x2000000
Comment 3 Markus Poeschl 2010-07-30 17:01:27 UTC
Created attachment 240731 [details]
dmesg.log until suspend

dmesg log after wakeup:
=======================

[  106.604737] PM: Syncing filesystems ... done.
[  106.644239] Freezing user space processes ... (elapsed 0.01 seconds) done.
[  106.656078] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[  106.667054] Suspending console(s) (use no_console_suspend to debug)
[  106.667802] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  106.668276] pci 0000:00:02.0: PCI INT A disabled
[  106.679239] serial 00:0a: disabled
[  106.679334] parport_pc 00:09: disabled
[  106.679495] pci 0000:00:1f.3: PCI INT B disabled
[  106.679793] ata_piix 0000:00:1f.2: PCI INT B disabled
[  106.679931] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[  106.679990] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[  106.680053] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[  106.680138] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[  106.680204] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[  106.781128] HDA Intel 0000:00:1b.0: PCI INT A disabled
[  106.909107] sd 0:0:0:0: [sda] Stopping disk
[  107.371012] ata2: port disabled. ignoring.
[  107.371060] ata_piix 0000:00:1f.1: PCI INT A disabled
[  107.371095] PM: suspend of devices complete after 703.850 msecs
[  107.371325] r8169 0000:01:00.0: PME# enabled
[  107.371345] pci 0000:00:1c.0: wake-up capability enabled by ACPI
[  107.393259] PM: late suspend of devices complete after 22.154 msecs
[  107.393335] ACPI: Preparing to enter system sleep state S3
[  107.394780] Disabling non-boot CPUs ...
[  107.407474] CPU 1 is now offline
[  107.423445] CPU 2 is now offline
[  107.439329] CPU 3 is now offline
[  107.439336] SMP alternatives: switching to UP code
[  107.444116] Back to C!
[  107.444116] Enabling non-boot CPUs ...
[  107.446157] SMP alternatives: switching to SMP code
[  107.449793] Booting Node 0 Processor 1 APIC 0x2
[  107.545156] CPU1 is up
[  107.545594] Booting Node 0 Processor 2 APIC 0x1
[  107.648199] CPU2 is up
[  107.648622] Booting Node 0 Processor 3 APIC 0x3
[  107.752204] CPU3 is up
[  107.752987] ACPI: Waking up from system sleep state S3
[  107.753680] agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900006, writing 0x20900006)
[  107.753700] pci 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[  107.753711] pci 0000:00:02.0: restoring config space at offset 0x7 (was 0x0, writing 0x90280000)
[  107.753718] pci 0000:00:02.0: restoring config space at offset 0x6 (was 0x8, writing 0x80000008)
[  107.753725] pci 0000:00:02.0: restoring config space at offset 0x5 (was 0x1, writing 0x20e1)
[  107.753732] pci 0000:00:02.0: restoring config space at offset 0x4 (was 0x0, writing 0x90200000)
[  107.753740] pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900000, writing 0x900003)
[  107.753764] HDA Intel 0000:00:1b.0: restoring config space at offset 0xf (was 0x100, writing 0x109)
[  107.753781] HDA Intel 0000:00:1b.0: restoring config space at offset 0x4 (was 0x4, writing 0x902c0004)
[  107.753789] HDA Intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
[  107.753798] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100002)
[  107.753826] pci 0000:00:1c.0: restoring config space at offset 0xf (was 0x100, writing 0x401ff)
[  107.753838] pci 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x90019001)
[  107.753846] pci 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0x90109010)
[  107.753853] pci 0000:00:1c.0: restoring config space at offset 0x7 (was 0x0, writing 0x1010)
[  107.753861] pci 0000:00:1c.0: restoring config space at offset 0x6 (was 0x100, writing 0x10100)
[  107.753870] pci 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810010)
[  107.753879] pci 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[  107.753908] pci 0000:00:1c.2: restoring config space at offset 0xf (was 0x300, writing 0x403ff)
[  107.753920] pci 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0xf831f821)
[  107.753928] pci 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0xf810f800)
[  107.753935] pci 0000:00:1c.2: restoring config space at offset 0x7 (was 0x0, writing 0x3030)
[  107.753943] pci 0000:00:1c.2: restoring config space at offset 0x6 (was 0x200, writing 0x20200)
[  107.753952] pci 0000:00:1c.2: restoring config space at offset 0x3 (was 0x810000, writing 0x810010)
[  107.753961] pci 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[  107.753989] pci 0000:00:1c.3: restoring config space at offset 0xf (was 0x400, writing 0x404ff)
[  107.754014] pci 0000:00:1c.3: restoring config space at offset 0x9 (was 0x10001, writing 0xf871f861)
[  107.754022] pci 0000:00:1c.3: restoring config space at offset 0x8 (was 0x0, writing 0xf850f840)
[  107.754029] pci 0000:00:1c.3: restoring config space at offset 0x7 (was 0x0, writing 0x4040)
[  107.754037] pci 0000:00:1c.3: restoring config space at offset 0x6 (was 0x300, writing 0x30300)
[  107.754046] pci 0000:00:1c.3: restoring config space at offset 0x3 (was 0x810000, writing 0x810010)
[  107.754055] pci 0000:00:1c.3: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[  107.754078] uhci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x10a)
[  107.754093] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x8 (was 0x1, writing 0x2081)
[  107.754107] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
[  107.754122] uhci_hcd 0000:00:1d.1: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[  107.754137] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x8 (was 0x1, writing 0x2061)
[  107.754151] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
[  107.754165] uhci_hcd 0000:00:1d.2: restoring config space at offset 0xf (was 0x300, writing 0x309)
[  107.754180] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x8 (was 0x1, writing 0x2041)
[  107.754194] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
[  107.754208] uhci_hcd 0000:00:1d.3: restoring config space at offset 0xf (was 0x400, writing 0x40b)
[  107.754222] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x8 (was 0x1, writing 0x2021)
[  107.754237] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
[  107.754296] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[  107.754304] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xfff0)
[  107.754313] pci 0000:00:1e.0: restoring config space at offset 0x6 (was 0x20000000, writing 0x20040400)
[  107.754324] pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100107, writing 0x100007)
[  107.754364] pci 0000:00:1f.0: restoring config space at offset 0x1 (was 0x2100107, writing 0x2100007)
[  107.754383] ata_piix 0000:00:1f.1: restoring config space at offset 0xf (was 0x100, writing 0x109)
[  107.754397] ata_piix 0000:00:1f.1: restoring config space at offset 0x8 (was 0xffa1, writing 0x20b1)
[  107.754405] ata_piix 0000:00:1f.1: restoring config space at offset 0x7 (was 0x1, writing 0x20f1)
[  107.754413] ata_piix 0000:00:1f.1: restoring config space at offset 0x6 (was 0x1, writing 0x20d1)
[  107.754420] ata_piix 0000:00:1f.1: restoring config space at offset 0x5 (was 0x1, writing 0x20f5)
[  107.754428] ata_piix 0000:00:1f.1: restoring config space at offset 0x4 (was 0x1, writing 0x20d9)
[  107.754448] ata_piix 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[  107.754461] ata_piix 0000:00:1f.2: restoring config space at offset 0x8 (was 0x1, writing 0x20a1)
[  107.754468] ata_piix 0000:00:1f.2: restoring config space at offset 0x7 (was 0x1, writing 0x20e9)
[  107.754476] ata_piix 0000:00:1f.2: restoring config space at offset 0x6 (was 0x1, writing 0x20c1)
[  107.754483] ata_piix 0000:00:1f.2: restoring config space at offset 0x5 (was 0x1, writing 0x20ed)
[  107.754491] ata_piix 0000:00:1f.2: restoring config space at offset 0x4 (was 0x1, writing 0x20c9)
[  107.754500] ata_piix 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00000, writing 0x2b00005)
[  107.754558] r8169 0000:01:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
[  107.754570] r8169 0000:01:00.0: restoring config space at offset 0xc (was 0x0, writing 0xfffe0000)
[  107.754583] r8169 0000:01:00.0: restoring config space at offset 0x8 (was 0xc, writing 0x9000000c)
[  107.754593] r8169 0000:01:00.0: restoring config space at offset 0x6 (was 0x4, writing 0x90100004)
[  107.754603] r8169 0000:01:00.0: restoring config space at offset 0x4 (was 0x1, writing 0x1001)
[  107.754612] r8169 0000:01:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
[  107.754622] r8169 0000:01:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[  107.754767] PM: early resume of devices complete after 1.128 msecs
[  107.755007] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[  107.755023] HDA Intel 0000:00:1b.0: setting latency timer to 64
[  107.755039] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[  107.755059] pci 0000:00:1c.0: setting latency timer to 64
[  107.755102] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[  107.755125] pci 0000:00:1c.2: setting latency timer to 64
[  107.755131] HDA Intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[  107.755172] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[  107.755187] pci 0000:00:1c.3: setting latency timer to 64
[  107.755243] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[  107.755255] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[  107.755277] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  107.755285] usb usb2: root hub lost power or was reset
[  107.755296] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[  107.755323] usb usb3: root hub lost power or was reset
[  107.755402] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[  107.755415] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[  107.755425] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[  107.755436] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[  107.755442] usb usb4: root hub lost power or was reset
[  107.755463] usb usb5: root hub lost power or was reset
[  107.755523] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[  107.755536] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[  107.755544] pci 0000:00:1e.0: setting latency timer to 64
[  107.755607] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[  107.755619] ata_piix 0000:00:1f.1: setting latency timer to 64
[  107.755644] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  107.755653] ata_piix 0000:00:1f.2: setting latency timer to 64
[  107.755731] pci 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  107.755814] ata2: port disabled. ignoring.
[  107.755874] pci 0000:00:1c.0: wake-up capability disabled by ACPI
[  107.755889] r8169 0000:01:00.0: PME# disabled
[  107.756149] sd 0:0:0:0: [sda] Starting disk
[  107.759325] r8169 0000:01:00.0: eth0: link down
[  107.759838] parport_pc 00:09: activated
[  107.760858] serial 00:0a: activated
[  107.760932] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  107.760940] pci 0000:00:02.0: setting latency timer to 64
[  107.991900] r8169 0000:01:00.0: eth0: link up
[  108.443031] usb 3-2: reset low speed USB device using uhci_hcd and address 3
[  108.973031] usb 3-1: reset low speed USB device using uhci_hcd and address 2
[  109.804373] ata1.01: ACPI cmd ef/03:0c:00:00:00:b0 (SET FEATURES) filtered out
[  109.804393] ata1.01: ACPI cmd ef/03:44:00:00:00:b0 (SET FEATURES) filtered out
[  109.804401] ata1.01: ACPI cmd f5/00:00:00:00:00:b0 (SECURITY FREEZE LOCK) filtered out
[  109.823705] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[  109.823713] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
[  109.823720] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  109.830587] ata1.00: configured for UDMA/66
[  109.836284] ata1.01: configured for UDMA/33
[  109.864979] PM: resume of devices complete after 2110.135 msecs
[  110.031715] Restarting tasks ... done.
Comment 4 Markus Poeschl 2010-07-30 17:02:41 UTC
see attachments
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2010-09-21 22:29:00 UTC
This is indeed beyond my knowledge of the Intel driver, please file a bug upstream [1] to get this looked at by an Intel engineer.

If you do file a bug, please add "remi@gentoo.org" as a CC on the bug report so I can track the issue and backport patches if needs be.

Thanks

[1] http://intellinuxgraphics.org/how_to_report_bug.html