[Pkg-fglrx-devel] Bug#580230: fglrx-driver: Cannot switch between X-server and console mode if module is not loaded

wanderlust wanderlust at ukr.net
Tue May 4 16:10:36 UTC 2010


Package: fglrx-driver
Version: 1:10-4-1
Severity: normal
Tags: sid

There is a disability of switching between X and console mode when video driver
is missing. I have this on my laptop that runs with the fglrx driver. When
fglrx module is not loaded I'm booting into X but cannot switch to console
(neither from GDM nor from any WM). System is not responding for
Ctrl+Alt+F[1-7] combo. X server is not freezing. It looks like it "ignores"
these combinations.



-- Package-specific info:
VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon
HD 3200 Graphics]

DRM and fglrx Informations from dmesg:
[    0.000000] No AGP bridge found
[    0.241558] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.938433] Linux agpgart interface v0.103
[  157.078286] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
Starnberg, GERMANY' taints kernel.
[  157.236045] [fglrx] Maximum main memory to use for locked dma buffers: 3554
MBytes.
[  157.236045] [fglrx]   vendor: 1002 device: 9612 count: 1
[  157.236045] [fglrx] ioport: bar 1, base 0x5000, size: 0x100
[  157.238124] [fglrx] Kernel PAT support is enabled
[  157.238240] [fglrx] module loaded - fglrx 8.72.5 [Apr  6 2010] with 1 minors
[  162.712538] [drm] Initialized drm 1.1.0 20060810
[  162.816041] [drm] radeon defaulting to userspace modesetting.
[  162.816351] fglrx_pci 0000:01:05.0: setting latency timer to 64
[  162.817201] [drm] Initialized radeon 1.32.0 20080528 for 0000:01:05.0 on
minor 0
[  278.520040] [fglrx] GART Table is not in FRAME_BUFFER range
[  278.521018] fglrx_pci 0000:01:05.0: irq 29 for MSI/MSI-X
[  278.524009] [fglrx] Firegl kernel thread PID: 2803
[  278.524009] [fglrx] IRQ 29 Enabled
[  279.064375] [fglrx] Gart USWC size:1159 M.
[  279.064384] [fglrx] Gart cacheable size:460 M.
[  279.064395] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[  279.064401] [fglrx] Reserved FB block: Unshared offset:fffb000, size:5000

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3184 Apr 28 15:18 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

#       Option          "DontZap"       "false"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us,ua"
        Option      "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"

#       Option      "HorizTwoFingerScroll" "true"
#       Option          "VertScrollDelta"       "100"
##      Option          "HorizScrollDelta"      "100"
#       Option          "TapButton1"    "1"
##      Option          "TapButton2"    "2"
#       Option          "TapButton3"    "3"
#       Option          "FingerLow"     "20"
#       Option          "FingerHigh"    "35"
#       Option          "ClickFinger1"  "1"
#       Option          "ClickFinger2"  "2"
#       Option          "ClickFinger3"  "3"
#       Option          "SHMConfig"     "on"
#       Option          "MinSpeed"      "0.06"
#       Option          "MaxSpeed"      "0.16"
#       Option          "AccelFactor"   "0.0010"
#       Option          "ClickTime"     "0.1"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/input/mouse0"
        Option      "Protocol" "auto-dev"
        Option      "HorizEdgeScroll" "true"
        Option      "VertEdgeScroll" "true"
#       Option      "VertTwoFingerScroll" "true"
EndSection

Section "Monitor"
        Identifier   "Configured Monitor"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Configured Video Device"
        Option      "DRI" "True"
EndSection

#Section "Device"
#       Identifier  "aticonfig-Device[0]-0"
#       Driver      "radeonhd"
#       BusID       "PCI:1:5:0"
#EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor    "Configured Monitor"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r--. 1 root root 53707 Dec  1  2008 /var/log/Xorg.1.log
-rw-r--r--  1 root root  2339 May  4 17:51 /var/log/Xorg.20.log
-rw-r--r--  1 root root 29647 May  4 18:09 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-amd64 x86_64 Debian
Current Operating System: Linux Eagle 2.6.32-5-amd64 #1 SMP Mon May 3 10:42:25
UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID
=f07a0e1e-de70-4d30-a077-bf6d0fcc7fc9 ro acpi_osi=Linux quiet
Build Date: 05 April 2010  02:21:15PM
xorg-server 2:1.7.6-2 (Timo Aaltonen <tjaalton at ubuntu.com>)
Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May  4 17:59:40 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "aticonfig Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]-0"
(**) |   |-->Device "aticonfig-Device[0]-0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
        Entry deleted from font path.
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/cyrillic,
        /usr/share/fonts/X11/Type1,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable
AutoAddDevices.
(II) Loader magic: 0x7c59c0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 6.0
        X.Org XInput driver : 7.0
        X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9612:103c:30f2 ATI Technologies Inc RS780M/RS780MN
[Radeon HD 3200 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd2300000/65536,
0xd2200000/1048576, I/O @ 0x00005000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.5.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.7.1, module version = 8.72.5
        Module class: X.Org Video Driver
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.7.1, module version = 8.72.5
(II) ATI Proprietary Linux Driver Version Identifier:8.72.5
(II) ATI Proprietary Linux Driver Release Identifier: 8.723
(II) ATI Proprietary Linux Driver Build Date: Apr  6 2010 21:22:15
(II) Primary Device is: PCI 01 at 00:05:0
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 1:5:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for
this release
(II) AMD Video driver is signed
(II) fglrx(0): pEnt->device->identifier=0x22eb340
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 0.1.0
        ABI class: X.Org Video Driver, version 6.0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 11, (OK)
ukiOpenByBusid: ukiOpenMinor returns 11
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics " (Chipset = 0x9612)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30f2)
(==) fglrx(0): board vendor info: third party graphics adapter - NOT original
ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd2300000
(--) fglrx(0): I/O port at 0x00005000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.1.0
        ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.94
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RS780M
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
(II) fglrx(0): Interrupt handler installed at IRQ 29.
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(==) fglrx(0): Center Mode is disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Finished Initialize PPLIB!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Connected Display0: LCD on internal LVDS [lvds]
(II) fglrx(0): Display0 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL  Model: 2e01  Serial#: 0
(II) fglrx(0): Year: 2008  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 33  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.600 redY: 0.351   greenX: 0.325 greenY: 0.554
(II) fglrx(0): blueX: 0.154 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 69.3 MHz   Image Size:  331 x 207 mm
(II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1352 h_blank_end 1416
h_border: 0
(II) fglrx(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 816
v_border: 0
(II) fglrx(0):  LGPhilipsLCD
(II) fglrx(0):  LP154WX4-TLAA
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):  00ffffffffffff00320c012e00000000
(II) fglrx(0):  00120103802115780ab7859959538d27
(II) fglrx(0):  25505400000001010101010101010101
(II) fglrx(0):  010101010101121b0088502010303018
(II) fglrx(0):  36004bcf100000190000000000000000
(II) fglrx(0):  00000000000000000000000000fe004c
(II) fglrx(0):  475068696c6970734c43440a000000fe
(II) fglrx(0):  004c503135345758342d544c4141006a
(II) fglrx(0): End of Display0 EDID data --------------------
(II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output DFP1 has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output LVDS connected
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Using exact sizes for initial modes
(II) fglrx(0): Output LVDS using initial mode 1280x800
(II) fglrx(0): DPI set to (96, 96)
(II) fglrx(0): Adapter ATI Radeon HD 3200 Graphics  has 2 configurable heads
and 1 displays connected.
(==) fglrx(0): QBS disabled
(==) fglrx(0):  PseudoColor visuals disabled
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing swlDriScreenInit
(II) fglrx(0): swlDriScreenInit for fglrx driver
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 16, (OK)
ukiOpenByBusid: ukiOpenMinor returns 16
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(II) fglrx(0): [uki] DRM interface version 1.0
(II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fc43d9fb000
(II) fglrx(0): [uki] framebuffer handle = 0x3000
(II) fglrx(0): [uki] added 1 reserved context for kernel
(II) fglrx(0): swlDriScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.72.5
(II) fglrx(0):     Date: Apr  6 2010
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.32-5-amd64
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [uki] register handle = 0x00004000
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01004000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,3280)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1280) (front color buffer -
assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 2000
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules/glesx.so
(II) Module glesx: vendor="X.Org Foundation"
        compiled for 1.7.1, module version = 1.0.0
(II) Loading extension GLESX
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.7.6, module version = 1.2.1
        ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid Horizontal and Vertical Lines
        Driver provided ScreenToScreenBitBlt replacement
        Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules/amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
        compiled for 1.7.1, module version = 1.0.0
(II) Loading extension AMDXVOPL
(II) fglrx(0): UVD2 feature is available
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
(II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
(WW) fglrx(0): Unknown ConnectorType: 0!
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 17, (OK)
ukiOpenByBusid: ukiOpenMinor returns 17
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 338 x 211
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.7.5, module version = 2.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Video Bus (/dev/input/event6)
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event6"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Lid Switch (/dev/input/event4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event3)
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event3"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse
(/dev/input/event7)
(**) Microsoft  Microsoft Basic Optical Mouse : always reports core events
(**) Microsoft  Microsoft Basic Optical Mouse : Device: "/dev/input/event7"
(II) Microsoft  Microsoft Basic Optical Mouse : Found 3 mouse buttons
(II) Microsoft  Microsoft Basic Optical Mouse : Found scroll wheel(s)
(II) Microsoft  Microsoft Basic Optical Mouse : Found relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Found x and y relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Configuring as mouse
(**) Microsoft  Microsoft Basic Optical Mouse : YAxisMapping: buttons 4 and 5
(**) Microsoft  Microsoft Basic Optical Mouse : EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical
Mouse " (type: MOUSE)
(II) Microsoft  Microsoft Basic Optical Mouse : initialized for relative axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse
(/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HP Webcam (/dev/input/event9)
(**) HP Webcam: always reports core events
(**) HP Webcam: Device: "/dev/input/event9"
(II) HP Webcam: Found keys
(II) HP Webcam: Configuring as keyboard
(II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB Mic at Ext Front Jack
(/dev/input/event13)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB Mic at Sep UNKNOWN Jack
(/dev/input/event14)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB HP Out at Ext Front Jack
(/dev/input/event15)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event1)
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type:
KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event10)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event10"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type:
TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse2)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ST LIS3LV02DL Accelerometer
(/dev/input/event11)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ST LIS3LV02DL Accelerometer
(/dev/input/js0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PC Speaker (/dev/input/event8)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation
(/dev/input/event0)
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation"
(type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation
(/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event16)
(**) HP WMI hotkeys: always reports core events
(**) HP WMI hotkeys: Device: "/dev/input/event16"
(II) HP WMI hotkeys: Found keys
(II) HP WMI hotkeys: Configuring as keyboard
(II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2
capable environments
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
[dix] couldn't enable device 13
[dix] couldn't enable device 13
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) Microsoft  Microsoft Basic Optical Mouse : Device reopened after 1
attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
(II) config/udev: removing device Microsoft  Microsoft Basic Optical Mouse
(II) Microsoft  Microsoft Basic Optical Mouse : Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse
(/dev/input/event7)
(**) Microsoft  Microsoft Basic Optical Mouse : always reports core events
(**) Microsoft  Microsoft Basic Optical Mouse : Device: "/dev/input/event7"
(II) Microsoft  Microsoft Basic Optical Mouse : Found 3 mouse buttons
(II) Microsoft  Microsoft Basic Optical Mouse : Found scroll wheel(s)
(II) Microsoft  Microsoft Basic Optical Mouse : Found relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Found x and y relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Configuring as mouse
(**) Microsoft  Microsoft Basic Optical Mouse : YAxisMapping: buttons 4 and 5
(**) Microsoft  Microsoft Basic Optical Mouse : EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical
Mouse " (type: MOUSE)
(II) Microsoft  Microsoft Basic Optical Mouse : initialized for relative axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse
(/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) Microsoft  Microsoft Basic Optical Mouse : Device reopened after 1
attempts.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fglrx-driver depends on:
ii  debconf [debconf-2.0]         1.5.32     Debian configuration management sy
ii  fglrx-glx                     1:10-4-1   proprietary libGL for the non-free
ii  laptop-detect                 0.13.7     attempt to detect a laptop
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.2-9  GCC support library
ii  libgl1-mesa-glx [libgl1]      7.7.1-1    A free implementation of the OpenG
ii  libx11-6                      2:1.3.3-3  X11 client-side library
ii  libxext6                      2:1.1.1-3  X11 miscellaneous extension librar
ii  libxinerama1                  2:1.1-3    X11 Xinerama extension library
ii  libxrandr2                    2:1.3.0-3  X11 RandR extension library
ii  libxrender1                   1:0.9.5-2  X Rendering Extension client libra
ii  xserver-xorg                  1:7.5+5    the X.Org X server

Versions of packages fglrx-driver recommends:
ii  fglrx-atieventsd     1:10-3~prerelease-3 external events daemon for the non
ii  fglrx-glx            1:10-4-1            proprietary libGL for the non-free
ii  fglrx-glx-ia32       1:10-4-1            proprietary libGL for the non-free
ii  fglrx-source         1:10-4-1            kernel module source for the non-f

Versions of packages fglrx-driver suggests:
ii  fglrx-control                 1:10-4-1   control panel for the non-free AMD

-- debconf information:
  fglrx-driver/acpi_switch: false
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-12) (ben at decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-10) ) #1 SMP Mon May 3 10:42:25 UTC 2010
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=f07a0e1e-de70-4d30-a077-bf6d0fcc7fc9 ro acpi_osi=Linux quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000afd70000 (usable)
[    0.000000]  BIOS-e820: 00000000afd70000 - 00000000afdbf000 (reserved)
[    0.000000]  BIOS-e820: 00000000afdbf000 - 00000000afe58000 (usable)
[    0.000000]  BIOS-e820: 00000000afe58000 - 00000000afebf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000afebf000 - 00000000afeed000 (usable)
[    0.000000]  BIOS-e820: 00000000afeed000 - 00000000afeff000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000afeff000 - 00000000aff00000 (usable)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[    0.000000] DMI 2.4 present.
[    0.000000] last_pfn = 0x140000 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-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00FFF00000 mask FFFFF00000 write-protect
[    0.000000]   1 base 0000000000 mask FF80000000 write-back
[    0.000000]   2 base 0080000000 mask FFE0000000 write-back
[    0.000000]   3 base 00A0000000 mask FFF0000000 write-back
[    0.000000]   4 base 0100000000 mask FFC0000000 write-back
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0xaff00 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000aff00000
[    0.000000]  0000000000 - 00afe00000 page 2M
[    0.000000]  00afe00000 - 00aff00000 page 4k
[    0.000000] kernel direct mapping tables up to aff00000 @ 8000-d000
[    0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[    0.000000]  0100000000 - 0140000000 page 2M
[    0.000000] kernel direct mapping tables up to 140000000 @ b000-11000
[    0.000000] RAMDISK: 377a1000 - 37fefa87
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 00000000afefe120 0005C (v01 HPQOEM SLIC-MPC 00000003      01000013)
[    0.000000] ACPI: FACP 00000000afefd000 000F4 (v04 HP     30F2     00000003 MSFT 01000013)
[    0.000000] ACPI: DSDT 00000000afef0000 09B6D (v01 HP     30F2     F0000000 MSFT 01000013)
[    0.000000] ACPI: FACS 00000000afe61000 00040
[    0.000000] ACPI: HPET 00000000afefc000 00038 (v01 HP     30F2     00000001 MSFT 01000013)
[    0.000000] ACPI: APIC 00000000afefb000 00084 (v02 HP     30F2     00000001 MSFT 01000013)
[    0.000000] ACPI: MCFG 00000000afefa000 0003C (v01 HP     30F2     00000001 MSFT 01000013)
[    0.000000] ACPI: BOOT 00000000afeef000 00028 (v01 HP     30F2     00000001 MSFT 01000013)
[    0.000000] ACPI: SLIC 00000000afeee000 00176 (v01 HPQOEM SLIC-MPC 06040000  LTP 00000001)
[    0.000000] ACPI: SSDT 00000000afeed000 00386 (v01 AMD    PowerNow 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000140000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000140000000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000013fff]
[    0.000000]   bootmap [0000000000014000 -  000000000003bfff] pages 28
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 0140000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 0001677a94]    TEXT DATA BSS ==> [0001000000 - 0001677a94]
[    0.000000]   #3 [00377a1000 - 0037fefa87]          RAMDISK ==> [00377a1000 - 0037fefa87]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [0001678000 - 00016781ec]              BRK ==> [0001678000 - 00016781ec]
[    0.000000]   #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
[    0.000000]   #7 [000000b000 - 000000c000]          PGTABLE ==> [000000b000 - 000000c000]
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880001800000-ffff880004dfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00140000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[6] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000afd70
[    0.000000]     0: 0x000afdbf -> 0x000afe58
[    0.000000]     0: 0x000afebf -> 0x000afeed
[    0.000000]     0: 0x000afeff -> 0x000aff00
[    0.000000]     0: 0x00100000 -> 0x00140000
[    0.000000] On node 0 totalpages: 982487
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 103 pages reserved
[    0.000000]   DMA zone: 3840 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 702064 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 258560 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[    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 low 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: 0x1002a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000afd70000 - 00000000afdbf000
[    0.000000] PM: Registered nosave memory: 00000000afe58000 - 00000000afebf000
[    0.000000] PM: Registered nosave memory: 00000000afeed000 - 00000000afeff000
[    0.000000] PM: Registered nosave memory: 00000000aff00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[    0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
[    0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at aff00000 (gap: aff00000:30100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880005000000 s90008 r8192 d20584 u524288
[    0.000000] pcpu-alloc: s90008 r8192 d20584 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 964464
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=f07a0e1e-de70-4d30-a077-bf6d0fcc7fc9 ro acpi_osi=Linux quiet
[    0.000000] ACPI: Added _OSI(Linux)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    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] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Placing 64MB software IO TLB between ffff88000519d000 - ffff88000919d000
[    0.000000] software IO TLB at phys 0x519d000 - 0x919d000
[    0.000000] Memory: 3792664k/5242880k available (3039k kernel code, 1312932k absent, 137284k reserved, 1880k data, 580k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:440
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000]   alloc irq_desc for 24 on node 0
[    0.000000]   alloc kstat_irqs on node 0
[    0.000000] HPET: 4 timers in total, 1 timers will be used for per-cpu timer
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1049.397 MHz processor.
[    0.012024] Calibrating delay loop (skipped), value calculated using timer frequency.. 4197.57 BogoMIPS (lpj=8395148)
[    0.012151] Security Framework initialized
[    0.012169] SELinux:  Disabled at boot.
[    0.013736] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.018565] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.020000] Mount-cache hash table entries: 256
[    0.020000] Initializing cgroup subsys ns
[    0.020000] Initializing cgroup subsys cpuacct
[    0.020000] Initializing cgroup subsys devices
[    0.020000] Initializing cgroup subsys freezer
[    0.020000] Initializing cgroup subsys net_cls
[    0.020000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.020000] CPU: L2 Cache: 1024K (64 bytes/line)
[    0.020000] CPU 0/0x0 -> Node 0
[    0.020000] tseg: 00aff00000
[    0.020000] CPU: Physical Processor ID: 0
[    0.020000] CPU: Processor Core ID: 0
[    0.020000] mce: CPU supports 5 MCE banks
[    0.020000] Performance Events: AMD PMU driver.
[    0.020000] ... version:                0
[    0.020000] ... bit width:              48
[    0.020000] ... generic registers:      4
[    0.020000] ... value mask:             0000ffffffffffff
[    0.020000] ... max period:             00007fffffffffff
[    0.020000] ... fixed-purpose events:   0
[    0.020000] ... event mask:             000000000000000f
[    0.022610] ACPI: Core revision 20090903
[    0.044409] Setting APIC routing to flat
[    0.045115] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.087565] CPU0: AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-80 stepping 01
[    0.088001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.016000] Initializing CPU#1
[    0.016000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.016000] CPU: L2 Cache: 1024K (64 bytes/line)
[    0.016000] CPU 1/0x1 -> Node 0
[    0.016000] CPU: Physical Processor ID: 0
[    0.016000] CPU: Processor Core ID: 1
[    0.172115] CPU1: AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-80 stepping 01
[    0.172220] checking TSC synchronization [CPU#0 -> CPU#1]:
[    0.176001] Measured 206578146 cycles TSC warp between CPUs, turning off TSC clock.
[    0.176001] Marking TSC unstable due to check_tsc_sync_source failed
[    0.176039] Brought up 2 CPUs
[    0.176050] Total of 2 processors activated (8386.65 BogoMIPS).
[    0.176677] CPU0 attaching sched-domain:
[    0.176689]  domain 0: span 0-1 level MC
[    0.176699]   groups: 0 1
[    0.176722] CPU1 attaching sched-domain:
[    0.176731]  domain 0: span 0-1 level MC
[    0.176740]   groups: 1 0
[    0.177025] devtmpfs: initialized
[    0.184073] regulator: core version 0.5
[    0.184302] NET: Registered protocol family 16
[    0.184734] TOM: 00000000c0000000 aka 3072M
[    0.184744] Fam 10h mmconf [e0000000, e0ffffff]
[    0.184769] TOM2: 0000000140000000 aka 5120M
[    0.184800] ACPI: bus type pci registered
[    0.185146] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[    0.185158] PCI: MCFG area at e0000000 reserved in E820
[    0.192001] PCI: Using MMCONFIG at e0000000 - e3ffffff
[    0.192001] PCI: Using configuration type 1 for base access
[    0.192001] bio: create slab <bio-0> at 0
[    0.194798] ACPI: EC: Look up EC in DSDT
[    0.196400] ACPI: Executed 1 blocks of module-level executable AML code
[    0.204001] ACPI: BIOS _OSI(Linux) query honored via cmdline
[    0.216001] ACPI: Interpreter enabled
[    0.216001] ACPI: (supports S0 S3 S4 S5)
[    0.216001] ACPI: Using IOAPIC for interrupt routing
[    0.230764] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[    0.231838] ACPI: No dock devices found.
[    0.233637] _OSC request failed
[    0.233648] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.234203] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.234217] pci 0000:00:04.0: PME# disabled
[    0.234360] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.234372] pci 0000:00:05.0: PME# disabled
[    0.234512] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.234524] pci 0000:00:06.0: PME# disabled
[    0.234780] pci 0000:00:11.0: reg 10 io port: [0x6038-0x603f]
[    0.234804] pci 0000:00:11.0: reg 14 io port: [0x604c-0x604f]
[    0.234828] pci 0000:00:11.0: reg 18 io port: [0x6030-0x6037]
[    0.234851] pci 0000:00:11.0: reg 1c io port: [0x6048-0x604b]
[    0.234874] pci 0000:00:11.0: reg 20 io port: [0x6010-0x601f]
[    0.234897] pci 0000:00:11.0: reg 24 32bit mmio: [0xd2408000-0xd24083ff]
[    0.235053] pci 0000:00:12.0: reg 10 32bit mmio: [0xd2407000-0xd2407fff]
[    0.235215] pci 0000:00:12.1: reg 10 32bit mmio: [0xd2406000-0xd2406fff]
[    0.235432] pci 0000:00:12.2: reg 10 32bit mmio: [0xd2408500-0xd24085ff]
[    0.235575] pci 0000:00:12.2: supports D1 D2
[    0.235584] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.235599] pci 0000:00:12.2: PME# disabled
[    0.235699] pci 0000:00:13.0: reg 10 32bit mmio: [0xd2405000-0xd2405fff]
[    0.235860] pci 0000:00:13.1: reg 10 32bit mmio: [0xd2404000-0xd2404fff]
[    0.236001] pci 0000:00:13.2: reg 10 32bit mmio: [0xd2408400-0xd24084ff]
[    0.236001] pci 0000:00:13.2: supports D1 D2
[    0.236001] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.236001] pci 0000:00:13.2: PME# disabled
[    0.236001] pci 0000:00:14.1: reg 10 io port: [0x00-0x07]
[    0.236001] pci 0000:00:14.1: reg 14 io port: [0x00-0x03]
[    0.236001] pci 0000:00:14.1: reg 18 io port: [0x00-0x07]
[    0.236001] pci 0000:00:14.1: reg 1c io port: [0x00-0x03]
[    0.236001] pci 0000:00:14.1: reg 20 io port: [0x6000-0x600f]
[    0.236001] pci 0000:00:14.2: reg 10 64bit mmio: [0xd2400000-0xd2403fff]
[    0.236001] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.236001] pci 0000:00:14.2: PME# disabled
[    0.236001] pci 0000:01:05.0: reg 10 32bit mmio pref: [0xc0000000-0xcfffffff]
[    0.236001] pci 0000:01:05.0: reg 14 io port: [0x5000-0x50ff]
[    0.236001] pci 0000:01:05.0: reg 18 32bit mmio: [0xd2300000-0xd230ffff]
[    0.236001] pci 0000:01:05.0: reg 24 32bit mmio: [0xd2200000-0xd22fffff]
[    0.236001] pci 0000:01:05.0: supports D1 D2
[    0.236001] pci 0000:01:05.1: reg 10 32bit mmio: [0xd2310000-0xd2313fff]
[    0.236001] pci 0000:01:05.1: supports D1 D2
[    0.236001] pci 0000:00:01.0: bridge io port: [0x5000-0x5fff]
[    0.236001] pci 0000:00:01.0: bridge 32bit mmio: [0xd2200000-0xd23fffff]
[    0.236001] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
[    0.236001] pci 0000:00:04.0: bridge io port: [0x3000-0x4fff]
[    0.236001] pci 0000:00:04.0: bridge 32bit mmio: [0xd1200000-0xd21fffff]
[    0.236001] pci 0000:00:04.0: bridge 64bit mmio pref: [0xd0000000-0xd0ffffff]
[    0.236001] pci 0000:08:00.0: reg 10 64bit mmio: [0xd1100000-0xd110ffff]
[    0.236001] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.236001] pci 0000:00:05.0: bridge 32bit mmio: [0xd1100000-0xd11fffff]
[    0.236001] pci 0000:09:00.0: reg 10 io port: [0x2000-0x20ff]
[    0.236001] pci 0000:09:00.0: reg 18 64bit mmio pref: [0xd1010000-0xd1010fff]
[    0.236001] pci 0000:09:00.0: reg 20 64bit mmio pref: [0xd1000000-0xd100ffff]
[    0.236001] pci 0000:09:00.0: reg 30 32bit mmio pref: [0xffff0000-0xffffffff]
[    0.236001] pci 0000:09:00.0: supports D1 D2
[    0.236001] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.236001] pci 0000:09:00.0: PME# disabled
[    0.240231] pci 0000:00:06.0: bridge io port: [0x2000-0x2fff]
[    0.240251] pci 0000:00:06.0: bridge 64bit mmio pref: [0xd1000000-0xd10fffff]
[    0.240410] pci 0000:00:14.4: transparent bridge
[    0.240425] pci 0000:00:14.4: bridge io port: [0x1000-0x1fff]
[    0.240519] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.241558] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.241884] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[    0.242224] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
[    0.242531] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
[    0.243017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.243715] _OSC request failed
[    0.270902] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.271468] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.272001] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.272001] vgaarb: loaded
[    0.272001] PCI: Using ACPI for IRQ routing
[    0.272450] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 0
[    0.272471] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.276001] Switching to clocksource hpet
[    0.276001] pnp: PnP ACPI init
[    0.276001] ACPI: bus type pnp registered
[    0.280008]   alloc irq_desc for 23 on node 0
[    0.280008]   alloc kstat_irqs on node 0
[    0.281129] pnp: PnP ACPI: found 13 devices
[    0.281138] ACPI: ACPI bus type pnp unregistered
[    0.281184] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.281198] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.281231] system 00:09: ioport range 0x400-0x4cf has been reserved
[    0.281244] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
[    0.281256] system 00:09: ioport range 0x4d6-0x4d6 has been reserved
[    0.281269] system 00:09: ioport range 0x680-0x6ff has been reserved
[    0.281281] system 00:09: ioport range 0x77a-0x77a has been reserved
[    0.281293] system 00:09: ioport range 0xc00-0xc01 has been reserved
[    0.281305] system 00:09: ioport range 0xc14-0xc14 has been reserved
[    0.281318] system 00:09: ioport range 0xc50-0xc52 has been reserved
[    0.281330] system 00:09: ioport range 0xc6c-0xc6c has been reserved
[    0.281342] system 00:09: ioport range 0xc6f-0xc6f has been reserved
[    0.281355] system 00:09: ioport range 0xcd0-0xcdb has been reserved
[    0.281377] system 00:0a: iomem range 0xe0000-0xfffff could not be reserved
[    0.281391] system 00:0a: iomem range 0xfff00000-0xffffffff has been reserved
[    0.287638] pci 0000:09:00.0: BAR 6: no parent found for of device [0xffff0000-0xffffffff]
[    0.287857] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.287870] pci 0000:00:01.0:   IO window: 0x5000-0x5fff
[    0.287884] pci 0000:00:01.0:   MEM window: 0xd2200000-0xd23fffff
[    0.287899] pci 0000:00:01.0:   PREFETCH window: 0x000000c0000000-0x000000cfffffff
[    0.287917] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
[    0.287928] pci 0000:00:04.0:   IO window: 0x3000-0x4fff
[    0.287942] pci 0000:00:04.0:   MEM window: 0xd1200000-0xd21fffff
[    0.287955] pci 0000:00:04.0:   PREFETCH window: 0x000000d0000000-0x000000d0ffffff
[    0.287973] pci 0000:00:05.0: PCI bridge, secondary bus 0000:08
[    0.287982] pci 0000:00:05.0:   IO window: disabled
[    0.287995] pci 0000:00:05.0:   MEM window: 0xd1100000-0xd11fffff
[    0.288007] pci 0000:00:05.0:   PREFETCH window: disabled
[    0.288007] pci 0000:00:06.0: PCI bridge, secondary bus 0000:09
[    0.288007] pci 0000:00:06.0:   IO window: 0x2000-0x2fff
[    0.288007] pci 0000:00:06.0:   MEM window: 0xb0000000-0xb00fffff
[    0.288007] pci 0000:00:06.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    0.288007] pci 0000:00:14.4: PCI bridge, secondary bus 0000:80
[    0.288007] pci 0000:00:14.4:   IO window: 0x1000-0x1fff
[    0.288007] pci 0000:00:14.4:   MEM window: disabled
[    0.288007] pci 0000:00:14.4:   PREFETCH window: disabled
[    0.288007] pci 0000:00:01.0: setting latency timer to 64
[    0.288007]   alloc irq_desc for 16 on node -1
[    0.288007]   alloc kstat_irqs on node -1
[    0.288007] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.288007] pci 0000:00:04.0: setting latency timer to 64
[    0.288007]   alloc irq_desc for 17 on node -1
[    0.288007]   alloc kstat_irqs on node -1
[    0.288007] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.288007] pci 0000:00:05.0: setting latency timer to 64
[    0.288007]   alloc irq_desc for 18 on node -1
[    0.288007]   alloc kstat_irqs on node -1
[    0.288007] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    0.288007] pci 0000:00:06.0: setting latency timer to 64
[    0.288007] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.288007] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.288007] pci_bus 0000:01: resource 0 io:  [0x5000-0x5fff]
[    0.288007] pci_bus 0000:01: resource 1 mem: [0xd2200000-0xd23fffff]
[    0.288007] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[    0.288007] pci_bus 0000:02: resource 0 io:  [0x3000-0x4fff]
[    0.288007] pci_bus 0000:02: resource 1 mem: [0xd1200000-0xd21fffff]
[    0.288007] pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xd0ffffff]
[    0.288007] pci_bus 0000:08: resource 1 mem: [0xd1100000-0xd11fffff]
[    0.288007] pci_bus 0000:09: resource 0 io:  [0x2000-0x2fff]
[    0.288007] pci_bus 0000:09: resource 1 mem: [0xb0000000-0xb00fffff]
[    0.288007] pci_bus 0000:09: resource 2 pref mem [0xd1000000-0xd10fffff]
[    0.288007] pci_bus 0000:80: resource 0 io:  [0x1000-0x1fff]
[    0.288007] pci_bus 0000:80: resource 3 io:  [0x00-0xffff]
[    0.288007] pci_bus 0000:80: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.288007] NET: Registered protocol family 2
[    0.288007] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.292015] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.299951] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.300011] TCP: Hash tables configured (established 524288 bind 65536)
[    0.300011] TCP reno registered
[    0.300011] NET: Registered protocol family 1
[    0.476196] pci 0000:01:05.0: Boot video device
[    0.476459] Unpacking initramfs...
[    0.919272] Freeing initrd memory: 8506k freed
[    0.928044] Simple Boot Flag at 0x44 set to 0x1
[    0.928044] audit: initializing netlink socket (disabled)
[    0.928044] type=2000 audit(1272995704.924:1): initialized
[    0.928714] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.932561] VFS: Disk quotas dquot_6.5.2
[    0.932561] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.932561] msgmni has been set to 7424
[    0.932816] alg: No test for stdrng (krng)
[    0.932941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.932953] io scheduler noop registered
[    0.932961] io scheduler anticipatory registered
[    0.932969] io scheduler deadline registered
[    0.933119] io scheduler cfq registered (default)
[    0.933596]   alloc irq_desc for 25 on node -1
[    0.933606]   alloc kstat_irqs on node -1
[    0.933643] pcieport 0000:00:04.0: irq 25 for MSI/MSI-X
[    0.933667] pcieport 0000:00:04.0: setting latency timer to 64
[    0.934041]   alloc irq_desc for 26 on node -1
[    0.934049]   alloc kstat_irqs on node -1
[    0.934070] pcieport 0000:00:05.0: irq 26 for MSI/MSI-X
[    0.934089] pcieport 0000:00:05.0: setting latency timer to 64
[    0.934382]   alloc irq_desc for 27 on node -1
[    0.934389]   alloc kstat_irqs on node -1
[    0.934409] pcieport 0000:00:06.0: irq 27 for MSI/MSI-X
[    0.934428] pcieport 0000:00:06.0: setting latency timer to 64
[    0.938433] Linux agpgart interface v0.103
[    0.938642] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.940043] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    0.940043] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.961173] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.961173] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.961179] mice: PS/2 mouse device common for all mice
[    0.961355] rtc_cmos 00:05: RTC can wake from S4
[    0.961531] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.961605] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.961657] cpuidle: using governor ladder
[    0.961667] cpuidle: using governor menu
[    0.961684] No iBFT detected.
[    0.963102] TCP cubic registered
[    0.963720] NET: Registered protocol family 10
[    0.964794] lo: Disabled Privacy Extensions
[    0.964794] Mobile IPv6
[    0.964794] NET: Registered protocol family 17
[    0.964794] PM: Resume from disk failed.
[    0.964794] registered taskstats version 1
[    0.965829] rtc_cmos 00:05: setting system clock to 2010-05-04 17:55:05 UTC (1272995705)
[    0.966053] Initalizing network drop monitor service
[    0.966173] Freeing unused kernel memory: 580k freed
[    0.967361] Write protecting the kernel read-only data: 4184k
[    0.984542] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.235106] usbcore: registered new interface driver usbfs
[    1.235259] usbcore: registered new interface driver hub
[    1.256542] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    1.256542] ACPI: Power Button [PWRB]
[    1.256542] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    1.256542] ACPI: Sleep Button [SLPB]
[    1.256542] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    1.256542] SCSI subsystem initialized
[    1.273780] thermal LNXTHERM:01: registered as thermal_zone0
[    1.273800] ACPI: Thermal Zone [THRM] (89 C)
[    1.274464] ACPI: Lid Switch [LID]
[    1.274632] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    1.274643] ACPI: Power Button [PWRF]
[    1.279503] usbcore: registered new device driver usb
[    1.284546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.284546] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.284546] ehci_hcd 0000:00:12.2: setting latency timer to 64
[    1.284546] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    1.284546] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.284546] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
[    1.284716] ehci_hcd 0000:00:12.2: debug port 1
[    1.284784] ehci_hcd 0000:00:12.2: irq 17, io mem 0xd2408500
[    1.285984] libata version 3.00 loaded.
[    1.288814] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.288814] r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.288814] r8169 0000:09:00.0: setting latency timer to 64
[    1.288873]   alloc irq_desc for 28 on node -1
[    1.288878]   alloc kstat_irqs on node -1
[    1.288910] r8169 0000:09:00.0: irq 28 for MSI/MSI-X
[    1.297336] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.297430] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.297436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297442] usb usb1: Product: EHCI Host Controller
[    1.297446] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[    1.297451] usb usb1: SerialNumber: 0000:00:12.2
[    1.298056] usb usb1: configuration #1 chosen from 1 choice
[    1.298056] hub 1-0:1.0: USB hub found
[    1.298056] hub 1-0:1.0: 6 ports detected
[    1.298313]   alloc irq_desc for 19 on node -1
[    1.298319]   alloc kstat_irqs on node -1
[    1.298337] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.298424] ehci_hcd 0000:00:13.2: setting latency timer to 64
[    1.298432] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    1.298497] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.298569] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
[    1.298600] ehci_hcd 0000:00:13.2: debug port 1
[    1.298665] ehci_hcd 0000:00:13.2: irq 19, io mem 0xd2408400
[    1.300507] eth0: RTL8102e at 0xffffc90000668000, 00:1e:68:7f:d9:6d, XID 14a00000 IRQ 28
[    1.305650] acpi device:03: registered as cooling_device0
[    1.306318] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6
[    1.306349] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.310173] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.310173] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.310173] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.310173] usb usb2: Product: EHCI Host Controller
[    1.310173] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[    1.310173] usb usb2: SerialNumber: 0000:00:13.2
[    1.310173] usb usb2: configuration #1 chosen from 1 choice
[    1.310173] hub 2-0:1.0: USB hub found
[    1.310173] hub 2-0:1.0: 6 ports detected
[    1.310173] ahci 0000:00:11.0: version 3.0
[    1.310173]   alloc irq_desc for 22 on node -1
[    1.310173]   alloc kstat_irqs on node -1
[    1.310173] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.310173] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    1.310173] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio ccc 
[    1.316229] scsi0 : ahci
[    1.316546] scsi1 : ahci
[    1.316546] scsi2 : ahci
[    1.316546] ata1: SATA max UDMA/133 abar m1024 at 0xd2408000 port 0xd2408100 irq 22
[    1.316546] ata2: SATA max UDMA/133 abar m1024 at 0xd2408000 port 0xd2408180 irq 22
[    1.316546] ata3: SATA max UDMA/133 abar m1024 at 0xd2408000 port 0xd2408200 irq 22
[    1.316546] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.316546] pata_atiixp 0000:00:14.1: setting latency timer to 64
[    1.316546] scsi3 : pata_atiixp
[    1.316546] scsi4 : pata_atiixp
[    1.319580] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6000 irq 14
[    1.319594] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6008 irq 15
[    1.390019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.390121] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.390304] ohci_hcd 0000:00:12.0: setting latency timer to 64
[    1.390318] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.390381] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.390614] ohci_hcd 0000:00:12.0: irq 16, io mem 0xd2407000
[    1.448160] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448176] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448187] usb usb3: Product: OHCI Host Controller
[    1.448197] usb usb3: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.448206] usb usb3: SerialNumber: 0000:00:12.0
[    1.448606] usb usb3: configuration #1 chosen from 1 choice
[    1.448760] hub 3-0:1.0: USB hub found
[    1.448874] hub 3-0:1.0: 3 ports detected
[    1.449119] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.449283] ohci_hcd 0000:00:12.1: setting latency timer to 64
[    1.449297] ohci_hcd 0000:00:12.1: OHCI Host Controller
[    1.449335] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
[    1.449413] ohci_hcd 0000:00:12.1: irq 16, io mem 0xd2406000
[    1.508101] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.508113] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.508123] usb usb4: Product: OHCI Host Controller
[    1.508132] usb usb4: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.508141] usb usb4: SerialNumber: 0000:00:12.1
[    1.508428] usb usb4: configuration #1 chosen from 1 choice
[    1.508545] hub 4-0:1.0: USB hub found
[    1.508663] hub 4-0:1.0: 3 ports detected
[    1.508928] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.508980] ohci_hcd 0000:00:13.0: setting latency timer to 64
[    1.508994] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.509025] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.509126] ohci_hcd 0000:00:13.0: irq 18, io mem 0xd2405000
[    1.568097] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.568109] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.568119] usb usb5: Product: OHCI Host Controller
[    1.568128] usb usb5: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.568138] usb usb5: SerialNumber: 0000:00:13.0
[    1.568489] usb usb5: configuration #1 chosen from 1 choice
[    1.568605] hub 5-0:1.0: USB hub found
[    1.568640] hub 5-0:1.0: 3 ports detected
[    1.568830] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.568879] ohci_hcd 0000:00:13.1: setting latency timer to 64
[    1.568891] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    1.568923] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.568980] ohci_hcd 0000:00:13.1: irq 18, io mem 0xd2404000
[    1.608112] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    1.628451] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.628463] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.628473] usb usb6: Product: OHCI Host Controller
[    1.628482] usb usb6: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.628491] usb usb6: SerialNumber: 0000:00:13.1
[    1.628760] usb usb6: configuration #1 chosen from 1 choice
[    1.628892] hub 6-0:1.0: USB hub found
[    1.628949] hub 6-0:1.0: 3 ports detected
[    1.632101] ata3: SATA link down (SStatus 0 SControl 300)
[    1.741644] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    1.741661] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.741673] usb 1-1: Product: USB2.0 Hub
[    1.742041] usb 1-1: configuration #1 chosen from 1 choice
[    1.742283] hub 1-1:1.0: USB hub found
[    1.742709] hub 1-1:1.0: 4 ports detected
[    1.796065] ata1: softreset failed (device not ready)
[    1.796180] ata1: applying SB600 PMP SRST workaround and retrying
[    1.796228] ata2: softreset failed (device not ready)
[    1.796328] ata2: applying SB600 PMP SRST workaround and retrying
[    1.852104] usb 1-3: new high speed USB device using ehci_hcd and address 3
[    1.960107] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.960180] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.960603] ata1.00: ATA-8: WDC WD2500BEVS-60UST0, 01.01A01, max UDMA/100
[    1.960616] ata1.00: 488397168 sectors, multi 16: LBA48 
[    1.961258] ata1.00: configured for UDMA/100
[    1.961685] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500BEVS-6 01.0 PQ: 0 ANSI: 5
[    1.974483] ata2.00: ATAPI: TSSTcorp CDDVDW TS-L633L, 0400, max UDMA/100
[    1.989700] ata2.00: configured for UDMA/100
[    1.992887] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L633L  0400 PQ: 0 ANSI: 5
[    2.002725] usb 1-3: New USB device found, idVendor=0408, idProduct=03ba
[    2.002737] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.002748] usb 1-3: Product: HP Webcam
[    2.002756] usb 1-3: Manufacturer: QCM
[    2.002763] usb 1-3: SerialNumber: SN0001
[    2.003055] usb 1-3: configuration #1 chosen from 1 choice
[    2.116091] usb 1-4: new high speed USB device using ehci_hcd and address 4
[    2.158391] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.158510] sd 0:0:0:0: [sda] Write Protect is off
[    2.158517] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.158567] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.158883]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.239318] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.253539] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.253554] Uniform CD-ROM driver Revision: 3.20
[    2.253939] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.259197] usb 1-4: New USB device found, idVendor=0bda, idProduct=0158
[    2.259206] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.259212] usb 1-4: Product: USB2.0-CRW
[    2.259216] usb 1-4: Manufacturer: Generic
[    2.259220] usb 1-4: SerialNumber: 20071114173400000
[    2.259473] usb 1-4: configuration #1 chosen from 1 choice
[    2.264011] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.264011] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.272542] Initializing USB Mass Storage driver...
[    2.272542] scsi5 : SCSI emulation for USB Mass Storage devices
[    2.272542] usbcore: registered new interface driver usb-storage
[    2.272542] USB Mass Storage support registered.
[    2.272542] usb-storage: device found at 4
[    2.272542] usb-storage: waiting for device to settle before scanning
[    2.336694] usb 1-1.4: new low speed USB device using ehci_hcd and address 5
[    2.433465] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0084
[    2.433465] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.433465] usb 1-1.4: Product: Microsoft Basic Optical Mouse 
[    2.433474] usb 1-1.4: Manufacturer: Microsoft 
[    2.433830] usb 1-1.4: configuration #1 chosen from 1 choice
[    2.448137] usbcore: registered new interface driver hiddev
[    2.450011] input: Microsoft  Microsoft Basic Optical Mouse  as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.0/input/input7
[    2.450316] generic-usb 0003:045E:0084.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse ] on usb-0000:00:12.2-1.4/input0
[    2.450431] usbcore: registered new interface driver usbhid
[    2.450444] usbhid: v2.6:USB HID core driver
[    2.735652] PM: Starting manual resume from disk
[    2.735652] PM: Resume from partition 8:6
[    2.735652] PM: Checking hibernation image.
[    2.735652] PM: Error -22 checking image file
[    2.735652] PM: Resume from disk failed.
[    7.272536] usb-storage: device scan complete
[    7.274541] scsi 5:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
[    7.276418] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    7.281118] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[   16.633735] kjournald starting.  Commit interval 5 seconds
[   16.633775] EXT3-fs: mounted filesystem with ordered data mode.
[   19.231248] udev: starting version 153
[   62.463022] usb 1-1.4: USB disconnect, address 5
[   63.940954] usb 1-1.4: new low speed USB device using ehci_hcd and address 6
[   64.036816] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0084
[   64.036829] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   64.036840] usb 1-1.4: Product: Microsoft Basic Optical Mouse 
[   64.036849] usb 1-1.4: Manufacturer: Microsoft 
[   64.037121] usb 1-1.4: configuration #1 chosen from 1 choice
[   64.041404] input: Microsoft  Microsoft Basic Optical Mouse  as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.0/input/input8
[   64.041688] generic-usb 0003:045E:0084.0002: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse ] on usb-0000:00:12.2-1.4/input0
[  124.151393] usb 1-1.4: USB disconnect, address 6
[  125.628451] usb 1-1.4: new low speed USB device using ehci_hcd and address 7
[  125.725066] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0084
[  125.725078] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  125.725089] usb 1-1.4: Product: Microsoft Basic Optical Mouse 
[  125.725099] usb 1-1.4: Manufacturer: Microsoft 
[  125.725356] usb 1-1.4: configuration #1 chosen from 1 choice
[  125.729027] input: Microsoft  Microsoft Basic Optical Mouse  as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.0/input/input9
[  125.729396] generic-usb 0003:045E:0084.0003: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse ] on usb-0000:00:12.2-1.4/input0
[  156.128644] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[  156.132541] shpchp 0000:00:01.0: HPC vendor_id 1022 device_id 9602 ss_vid 0 ss_did 0
[  156.132541] shpchp 0000:00:01.0: Cannot reserve MMIO region
[  156.132541] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  156.376042] processor LNXCPU:00: registered as cooling_device1
[  156.376042] processor LNXCPU:01: registered as cooling_device2
[  156.381342] ACPI: AC Adapter [ACAD] (on-line)
[  157.078286] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[  157.078286] Disabling lock debugging due to kernel taint
[  157.228035] input: PC Speaker as /devices/platform/pcspkr/input/input10
[  157.236045] [fglrx] Maximum main memory to use for locked dma buffers: 3554 MBytes.
[  157.236045] [fglrx]   vendor: 1002 device: 9612 count: 1
[  157.236045] [fglrx] ioport: bar 1, base 0x5000, size: 0x100
[  157.236638] pci 0000:01:05.0: power state changed by ACPI to D0
[  157.236673] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[  157.236750] pci 0000:01:05.0: setting latency timer to 64
[  157.238124] [fglrx] Kernel PAT support is enabled
[  157.238240] [fglrx] module loaded - fglrx 8.72.5 [Apr  6 2010] with 1 minors
[  157.264513] ACPI: Battery Slot [BAT0] (battery present)
[  157.264624] ACPI: WMI: Mapper loaded
[  157.328044] Linux video capture interface: v2.00
[  157.349112] Synaptics Touchpad, model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000
[  157.359744] uvcvideo: Found UVC 1.00 device HP Webcam (0408:03ba)
[  157.362006] input: HP Webcam as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input11
[  157.362211] usbcore: registered new interface driver uvcvideo
[  157.362537] USB Video Class driver (v0.1.0)
[  157.430120] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input12
[  157.648041] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SMBI [0xb00-0xb0f]
[  157.648041] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  157.649818] EDAC MC: Ver: 2.1.0 May  3 2010
[  157.676538] EDAC amd64_edac:  Ver: 3.2.0 May  3 2010
[  157.676538] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
[  157.676538] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[  157.676538]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[  157.676538]  (Note that use of the override may cause unknown side effects.)
[  157.676538] amd64_edac: probe of 0000:00:18.2 failed with error -22
[  157.751273] cfg80211: Using static regulatory domain info
[  157.751287] cfg80211: Regulatory domain: US
[  157.751296] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  157.751309] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[  157.751321] 	(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[  157.751333] 	(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[  157.751344] 	(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[  157.751355] 	(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[  157.751367] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[  157.751399] cfg80211: Calling CRDA for country: US
[  157.801059] lis3lv02d: laptop model unknown, using default axes configuration
[  157.801059] lis3lv02d: 1-byte sensor found
[  157.815150] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input13
[  157.815706] Registered led device: hp::hddprotect
[  157.815772] lis3lv02d driver loaded.
[  157.884022] ath5k 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[  157.884022] ath5k 0000:08:00.0: setting latency timer to 64
[  157.884725] ath5k 0000:08:00.0: registered as 'phy0'
[  158.104543] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  158.104543] HDA Intel 0000:00:14.2: setting latency timer to 64
[  158.385306] ath: EEPROM regdomain: 0x64
[  158.385315] ath: EEPROM indicates we should expect a direct regpair map
[  158.385331] ath: Country alpha2 being used: 00
[  158.385338] ath: Regpair used: 0x64
[  158.456547] phy0: Selected rate control algorithm 'minstrel'
[  158.457158] Registered led device: ath5k-phy0::rx
[  158.457158] Registered led device: ath5k-phy0::tx
[  158.457158] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[  158.549598] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input14
[  158.563987] input: HDA ATI SB Mic at Ext Front Jack as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[  158.564403] input: HDA ATI SB Mic at Sep UNKNOWN Jack as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[  158.564549] input: HDA ATI SB HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[  158.564549] HDA Intel 0000:01:05.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  158.564570]   alloc irq_desc for 29 on node -1
[  158.564580]   alloc kstat_irqs on node -1
[  158.564623] HDA Intel 0000:01:05.1: irq 29 for MSI/MSI-X
[  158.564707] HDA Intel 0000:01:05.1: setting latency timer to 64
[  159.584056] hda-intel: No response from codec, disabling MSI: last cmd=0x000f0000
[  160.588052] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[  162.033807] Adding 3919820k swap on /dev/sda6.  Priority:-1 extents:1 across:3919820k 
[  162.453498] EXT3 FS on sda3, internal journal
[  162.639482] loop: module loaded
[  162.712538] [drm] Initialized drm 1.1.0 20060810
[  162.816041] [drm] radeon defaulting to userspace modesetting.
[  162.816351] fglrx_pci 0000:01:05.0: setting latency timer to 64
[  162.817201] [drm] Initialized radeon 1.32.0 20080528 for 0000:01:05.0 on minor 0
[  162.830589] input: HP WMI hotkeys as /devices/virtual/input/input18
[  163.709011] kjournald starting.  Commit interval 5 seconds
[  163.709503] EXT3 FS on sda5, internal journal
[  163.709528] EXT3-fs: mounted filesystem with ordered data mode.
[  163.876041] fuse init (API version 7.13)
[  185.839519] usb 1-1.4: USB disconnect, address 7
[  187.316574] usb 1-1.4: new low speed USB device using ehci_hcd and address 8
[  187.413314] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0084
[  187.413326] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  187.413337] usb 1-1.4: Product: Microsoft Basic Optical Mouse 
[  187.413347] usb 1-1.4: Manufacturer: Microsoft 
[  187.413635] usb 1-1.4: configuration #1 chosen from 1 choice
[  187.417385] input: Microsoft  Microsoft Basic Optical Mouse  as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.0/input/input19
[  187.417781] generic-usb 0003:045E:0084.0004: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse ] on usb-0000:00:12.2-1.4/input0
[  244.339870] powernow-k8: Found 1 AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-80 processors (2 cpu cores) (version 2.20.00)
[  244.340043] powernow-k8:    0 : pstate 0 (2100 MHz)
[  244.340043] powernow-k8:    1 : pstate 1 (1050 MHz)
[  244.340043] powernow-k8:    2 : pstate 2 (525 MHz)
[  247.528180] usb 1-1.4: USB disconnect, address 8
[  249.008861] usb 1-1.4: new low speed USB device using ehci_hcd and address 9
[  249.105614] usb 1-1.4: New USB device found, idVendor=045e, idProduct=0084
[  249.105648] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  249.105673] usb 1-1.4: Product: Microsoft Basic Optical Mouse 
[  249.105692] usb 1-1.4: Manufacturer: Microsoft 
[  249.106487] usb 1-1.4: configuration #1 chosen from 1 choice
[  249.114083] input: Microsoft  Microsoft Basic Optical Mouse  as /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.4/1-1.4:1.0/input/input20
[  249.116514] generic-usb 0003:045E:0084.0005: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse ] on usb-0000:00:12.2-1.4/input0
[  253.033824] warning: `jsvc' uses 32-bit capabilities (legacy support in use)
[  267.912046] Bluetooth: Core ver 2.15
[  267.912046] NET: Registered protocol family 31
[  267.912046] Bluetooth: HCI device and connection manager initialized
[  267.912046] Bluetooth: HCI socket layer initialized
[  268.149421] Bluetooth: L2CAP ver 2.14
[  268.149433] Bluetooth: L2CAP socket layer initialized
[  268.308544] Bluetooth: RFCOMM TTY layer initialized
[  268.308544] Bluetooth: RFCOMM socket layer initialized
[  268.308544] Bluetooth: RFCOMM ver 1.11
[  268.534155] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  268.534155] Bluetooth: BNEP filters: protocol multicast
[  268.640549] Bridge firewalling registered
[  269.479098] Bluetooth: SCO (Voice Link) ver 0.6
[  269.479120] Bluetooth: SCO socket layer initialized
[  270.632039] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  270.644043] r8169: eth0: link down
[  270.644043] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  273.152575] lp: driver loaded but no devices found
[  273.208049] ppdev: user-space parallel port driver
-------------- next part --------------

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-amd64 x86_64 Debian
Current Operating System: Linux Eagle 2.6.32-5-amd64 #1 SMP Mon May 3 10:42:25 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=f07a0e1e-de70-4d30-a077-bf6d0fcc7fc9 ro acpi_osi=Linux quiet
Build Date: 05 April 2010  02:21:15PM
xorg-server 2:1.7.6-2 (Timo Aaltonen <tjaalton at ubuntu.com>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May  4 17:59:40 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "aticonfig Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]-0"
(**) |   |-->Device "aticonfig-Device[0]-0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x7c59c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9612:103c:30f2 ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd2300000/65536, 0xd2200000/1048576, I/O @ 0x00005000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.5.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 1.7.1, module version = 8.72.5
	Module class: X.Org Video Driver
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 1.7.1, module version = 8.72.5
(II) ATI Proprietary Linux Driver Version Identifier:8.72.5
(II) ATI Proprietary Linux Driver Release Identifier: 8.723                                
(II) ATI Proprietary Linux Driver Build Date: Apr  6 2010 21:22:15
(II) Primary Device is: PCI 01 at 00:05:0
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0 at 1:5:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) fglrx(0): pEnt->device->identifier=0x22eb340
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 0.1.0
	ABI class: X.Org Video Driver, version 6.0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB 
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 11, (OK)
ukiOpenByBusid: ukiOpenMinor returns 11
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics " (Chipset = 0x9612)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30f2)
(==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd2300000
(--) fglrx(0): I/O port at 0x00005000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.94
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
(II) fglrx(0): VESA VBE OEM Product: RS780M
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
(II) fglrx(0): Interrupt handler installed at IRQ 29.
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(==) fglrx(0): Center Mode is disabled 
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Finished Initialize PPLIB!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Connected Display0: LCD on internal LVDS [lvds]
(II) fglrx(0): Display0 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL  Model: 2e01  Serial#: 0
(II) fglrx(0): Year: 2008  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 33  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.600 redY: 0.351   greenX: 0.325 greenY: 0.554
(II) fglrx(0): blueX: 0.154 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 69.3 MHz   Image Size:  331 x 207 mm
(II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1352 h_blank_end 1416 h_border: 0
(II) fglrx(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 816 v_border: 0
(II) fglrx(0):  LGPhilipsLCD
(II) fglrx(0):  LP154WX4-TLAA
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 	00ffffffffffff00320c012e00000000
(II) fglrx(0): 	00120103802115780ab7859959538d27
(II) fglrx(0): 	25505400000001010101010101010101
(II) fglrx(0): 	010101010101121b0088502010303018
(II) fglrx(0): 	36004bcf100000190000000000000000
(II) fglrx(0): 	00000000000000000000000000fe004c
(II) fglrx(0): 	475068696c6970734c43440a000000fe
(II) fglrx(0): 	004c503135345758342d544c4141006a
(II) fglrx(0): End of Display0 EDID data --------------------
(II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output DFP1 has no monitor section
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output LVDS connected
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Using exact sizes for initial modes
(II) fglrx(0): Output LVDS using initial mode 1280x800
(II) fglrx(0): DPI set to (96, 96)
(II) fglrx(0): Adapter ATI Radeon HD 3200 Graphics  has 2 configurable heads and 1 displays connected.
(==) fglrx(0): QBS disabled
(==) fglrx(0):  PseudoColor visuals disabled
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing swlDriScreenInit
(II) fglrx(0): swlDriScreenInit for fglrx driver
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 16, (OK)
ukiOpenByBusid: ukiOpenMinor returns 16
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(II) fglrx(0): [uki] DRM interface version 1.0
(II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fc43d9fb000
(II) fglrx(0): [uki] framebuffer handle = 0x3000
(II) fglrx(0): [uki] added 1 reserved context for kernel
(II) fglrx(0): swlDriScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.72.5
(II) fglrx(0):     Date: Apr  6 2010
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.32-5-amd64
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [uki] register handle = 0x00004000
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01004000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,3280)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1280) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 2000
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules/glesx.so
(II) Module glesx: vendor="X.Org Foundation"
	compiled for 1.7.1, module version = 1.0.0
(II) Loading extension GLESX
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.2.1
	ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Driver provided ScreenToScreenBitBlt replacement
	Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules/amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
	compiled for 1.7.1, module version = 1.0.0
(II) Loading extension AMDXVOPL
(II) fglrx(0): UVD2 feature is available
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
(II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
(WW) fglrx(0): Unknown ConnectorType: 0!
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
ukiDynamicMajor: found major device number 251
ukiDynamicMajor: found major device number 251
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 17, (OK)
ukiOpenByBusid: ukiOpenMinor returns 17
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 338 x 211
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Video Bus (/dev/input/event6)
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event6"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Lid Switch (/dev/input/event4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event3)
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event3"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse  (/dev/input/event7)
(**) Microsoft  Microsoft Basic Optical Mouse : always reports core events
(**) Microsoft  Microsoft Basic Optical Mouse : Device: "/dev/input/event7"
(II) Microsoft  Microsoft Basic Optical Mouse : Found 3 mouse buttons
(II) Microsoft  Microsoft Basic Optical Mouse : Found scroll wheel(s)
(II) Microsoft  Microsoft Basic Optical Mouse : Found relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Found x and y relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Configuring as mouse
(**) Microsoft  Microsoft Basic Optical Mouse : YAxisMapping: buttons 4 and 5
(**) Microsoft  Microsoft Basic Optical Mouse : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse " (type: MOUSE)
(II) Microsoft  Microsoft Basic Optical Mouse : initialized for relative axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse  (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HP Webcam (/dev/input/event9)
(**) HP Webcam: always reports core events
(**) HP Webcam: Device: "/dev/input/event9"
(II) HP Webcam: Found keys
(II) HP Webcam: Configuring as keyboard
(II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB Mic at Ext Front Jack (/dev/input/event13)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB Mic at Sep UNKNOWN Jack (/dev/input/event14)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA ATI SB HP Out at Ext Front Jack (/dev/input/event15)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event10"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event11)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PC Speaker (/dev/input/event8)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event16)
(**) HP WMI hotkeys: always reports core events
(**) HP WMI hotkeys: Device: "/dev/input/event16"
(II) HP WMI hotkeys: Found keys
(II) HP WMI hotkeys: Configuring as keyboard
(II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us,ua"
(**) Option "xkb_variant" ","
(**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
(II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
[dix] couldn't enable device 13
[dix] couldn't enable device 13
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0 
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) Microsoft  Microsoft Basic Optical Mouse : Device reopened after 1 attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
(II) config/udev: removing device Microsoft  Microsoft Basic Optical Mouse 
(II) Microsoft  Microsoft Basic Optical Mouse : Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse  (/dev/input/event7)
(**) Microsoft  Microsoft Basic Optical Mouse : always reports core events
(**) Microsoft  Microsoft Basic Optical Mouse : Device: "/dev/input/event7"
(II) Microsoft  Microsoft Basic Optical Mouse : Found 3 mouse buttons
(II) Microsoft  Microsoft Basic Optical Mouse : Found scroll wheel(s)
(II) Microsoft  Microsoft Basic Optical Mouse : Found relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Found x and y relative axes
(II) Microsoft  Microsoft Basic Optical Mouse : Configuring as mouse
(**) Microsoft  Microsoft Basic Optical Mouse : YAxisMapping: buttons 4 and 5
(**) Microsoft  Microsoft Basic Optical Mouse : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse " (type: MOUSE)
(II) Microsoft  Microsoft Basic Optical Mouse : initialized for relative axes.
(II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse  (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0 
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) fglrx(0): Preparing normal LeaveVT...
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.
(II) fglrx(0): Preparing normal EnterVT...
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) fglrx(0): UVD2 feature is available
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0 
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) HP Webcam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) HP WMI hotkeys: Device reopened after 1 attempts.
(II) Microsoft  Microsoft Basic Optical Mouse : Device reopened after 1 attempts.


More information about the Pkg-fglrx-devel mailing list