You are not logged in.

#1 2013-02-19 21:57:17

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Radeon 9000 extreme Xorg instability

I have two problems on my itronix 260+ notebook :

1)Xorg does crash often when I open some websites like ebay with firefox: black screen or freezed screen and I have to reboot

2)If I remove my logitech mouse usb nano receiver Xorg freezes and if I reboot without the nano receiver Xorg doesn't start. I have to have the nano receiver plugged in all the time

Here some data:

I have kernel 3.7.9-1-ARCH   xorg-server-common 1.13.2    xf86-video-ati 1:7.1.0-1

my xorg.conf

Section "ServerFlags"
       #Option "DontZap" "false"
       #Option "AutoAddDevices" "false"
        Option "AllowMouseOpenFail"  "true"
       #Option "BackingStore"         "true"
Endsection

Section "InputClass"
    Identifier    "touchscreen"
	MatchIsTouchscreen "true"
	MatchDevicePath "/dev/input/event9"
        Driver    "evdev"
        Option  "Mode"  "absolute"
        Option  "Device"    "/dev/input/touchscreen"
        Option  "DeviceName"    "touchscreen"
        Option  "Calibration" "11 1010 28 1000"
        Option  "EmulateThirdButton" "yes"
        Option  "EmulateThirdButtonButton" "3"
        Option  "EmulateThirdButtonTimeout" "750"
        Option  "EmulateThirdButtonMoveThreshold" "50"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
        Option      "ColorTiling"  "on" 
#       Option      "AccelMethod" "glamor"
        Option      "AccelMethod" "EXA"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon RV250 [Mobility FireGL 9000]"
	BusID       "PCI:1:0:0"
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
        DefaultColorDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
Endsection	

Section "DRI"
   Mode 0666
EndSection

my xorg log

[    25.787] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    25.787] X Protocol Version 11, Revision 0
[    25.787] Build Operating System: Linux 3.7.4-1-ARCH i686 
[    25.787] Current Operating System: Linux devastato 3.7.5-1-ARCH #1 SMP PREEMPT Mon Jan 28 10:38:12 CET 2013 i686
[    25.787] Kernel command line: root=/dev/mapper/vgroup-root cryptdevice=/dev/disk/by-uuid/317043ce-9a77-4dd6-8fab-184e05e1c4fa:vgroup:vgroup ro
[    25.787] Build Date: 25 January 2013  09:41:07AM
[    25.787]  
[    25.788] Current version of pixman: 0.28.2
[    25.788] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.788] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.788] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 15 01:08:26 2013
[    25.857] (==) Using config file: "/etc/X11/xorg.conf"
[    25.857] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.977] (==) No Layout section.  Using the first Screen section.
[    25.977] (**) |-->Screen "Screen0" (0)
[    25.977] (**) |   |-->Monitor "<default monitor>"
[    25.992] (**) |   |-->Device "Card0"
[    25.992] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[    25.992] (**) Option "AllowMouseOpenFail" "true"
[    25.992] (==) Automatically adding devices
[    25.992] (==) Automatically enabling devices
[    25.992] (==) Automatically adding GPU devices
[    26.174] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    26.174] (==) ModulePath set to "/usr/lib/xorg/modules"
[    26.174] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.190] (II) Loader magic: 0x825a640
[    26.190] (II) Module ABI versions:
[    26.190] 	X.Org ANSI C Emulation: 0.4
[    26.190] 	X.Org Video Driver: 13.1
[    26.190] 	X.Org XInput driver : 18.0
[    26.190] 	X.Org Server Extension : 7.0
[    26.191] (II) config/udev: Adding drm device (/dev/dri/card0)
[    26.196] (--) PCI:*(0:1:0:0) 1002:4c66:14ff:0311 rev 2, Mem @ 0xb0000000/134217728, 0xe00f0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    26.210] (II) Open ACPI successful (/var/run/acpid.socket)
[    26.346] Initializing built-in extension Generic Event Extension
[    26.346] Initializing built-in extension SHAPE
[    26.347] Initializing built-in extension MIT-SHM
[    26.347] Initializing built-in extension XInputExtension
[    26.347] Initializing built-in extension XTEST
[    26.347] Initializing built-in extension BIG-REQUESTS
[    26.347] Initializing built-in extension SYNC
[    26.347] Initializing built-in extension XKEYBOARD
[    26.347] Initializing built-in extension XC-MISC
[    26.347] Initializing built-in extension SECURITY
[    26.347] Initializing built-in extension XINERAMA
[    26.347] Initializing built-in extension XFIXES
[    26.347] Initializing built-in extension RENDER
[    26.347] Initializing built-in extension RANDR
[    26.347] Initializing built-in extension COMPOSITE
[    26.347] Initializing built-in extension DAMAGE
[    26.347] Initializing built-in extension MIT-SCREEN-SAVER
[    26.347] Initializing built-in extension DOUBLE-BUFFER
[    26.347] Initializing built-in extension RECORD
[    26.347] Initializing built-in extension DPMS
[    26.347] Initializing built-in extension X-Resource
[    26.347] Initializing built-in extension XVideo
[    26.347] Initializing built-in extension XVideo-MotionCompensation
[    26.347] Initializing built-in extension XFree86-VidModeExtension
[    26.347] Initializing built-in extension XFree86-DGA
[    26.347] Initializing built-in extension XFree86-DRI
[    26.347] Initializing built-in extension DRI2
[    26.347] (II) LoadModule: "glx"
[    26.538] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    26.612] (II) Module glx: vendor="X.Org Foundation"
[    26.612] 	compiled for 1.13.2, module version = 1.0.0
[    26.612] 	ABI class: X.Org Server Extension, version 7.0
[    26.612] (==) AIGLX enabled
[    26.616] Loading extension GLX
[    26.616] (II) LoadModule: "radeon"
[    26.727] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    26.842] (II) Module radeon: vendor="X.Org Foundation"
[    26.842] 	compiled for 1.13.2, module version = 7.1.0
[    26.842] 	Module class: X.Org Video Driver
[    26.842] 	ABI class: X.Org Video Driver, version 13.1
[    26.842] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
[    26.848] (++) using VT number 7

[    26.879] (II) [KMS] Kernel modesetting enabled.
[    26.879] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    26.879] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    26.879] (==) RADEON(0): Default visual is TrueColor
[    26.879] (**) RADEON(0): Option "ColorTiling" "on"
[    26.879] (**) RADEON(0): Option "AccelMethod" "glamor"
[    26.879] (==) RADEON(0): RGB weight 888
[    26.879] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    26.879] (--) RADEON(0): Chipset: "ATI Radeon Mobility 9000 (M9) Lf (AGP)" (ChipID = 0x4c66)
[    26.879] (II) Loading sub module "dri2"
[    26.879] (II) LoadModule: "dri2"
[    26.879] (II) Module "dri2" already built-in
[    26.879] (II) Loading sub module "exa"
[    26.879] (II) LoadModule: "exa"
[    26.880] (II) Loading /usr/lib/xorg/modules/libexa.so
[    26.916] (II) Module exa: vendor="X.Org Foundation"
[    26.917] 	compiled for 1.13.2, module version = 2.6.0
[    26.917] 	ABI class: X.Org Video Driver, version 13.1
[    26.917] (II) RADEON(0): KMS Color Tiling: enabled
[    26.917] (II) RADEON(0): KMS Color Tiling 2D: disabled
[    26.917] (II) RADEON(0): KMS Pageflipping: enabled
[    26.917] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    26.934] (II) RADEON(0): Output VGA-0 has no monitor section
[    26.934] (II) RADEON(0): Output LVDS has no monitor section
[    26.940] (II) RADEON(0): Output S-video has no monitor section
[    26.947] (II) RADEON(0): EDID for output VGA-0
[    26.947] (II) RADEON(0): EDID for output LVDS
[    26.947] (II) RADEON(0): Printing probed modes for output LVDS
[    26.947] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1040 1176 1344  768 770 776 806 (48.4 kHz eP)
[    26.947] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    26.947] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    26.947] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    26.947] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    26.953] (II) RADEON(0): EDID for output S-video
[    26.953] (II) RADEON(0): Output VGA-0 disconnected
[    26.953] (II) RADEON(0): Output LVDS connected
[    26.953] (II) RADEON(0): Output S-video disconnected
[    26.953] (II) RADEON(0): Using exact sizes for initial modes
[    26.953] (II) RADEON(0): Output LVDS using initial mode 1024x768
[    26.953] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    26.953] (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:4000000 visible:3cc0000
[    26.953] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    26.953] (==) RADEON(0): DPI set to (96, 96)
[    26.953] (II) Loading sub module "fb"
[    26.953] (II) LoadModule: "fb"
[    26.954] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.979] (II) Module fb: vendor="X.Org Foundation"
[    26.979] 	compiled for 1.13.2, module version = 1.0.0
[    26.979] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.979] (II) Loading sub module "ramdac"
[    26.979] (II) LoadModule: "ramdac"
[    26.979] (II) Module "ramdac" already built-in
[    26.979] (--) Depth 24 pixmap format is 32 bpp
[    26.996] (II) RADEON(0): [DRI2] Setup complete
[    26.996] (II) RADEON(0): [DRI2]   DRI driver: r200
[    26.996] (II) RADEON(0): [DRI2]   VDPAU driver: r200
[    26.996] (II) RADEON(0): Front buffer size: 3072K
[    26.996] (II) RADEON(0): VRAM usage limit set to 53193K
[    27.068] (==) RADEON(0): Backing store disabled
[    27.068] (II) RADEON(0): Direct rendering enabled
[    27.068] (II) RADEON(0): Render acceleration enabled for R200 type cards.
[    27.068] (II) EXA(0): Driver allocated offscreen pixmaps
[    27.068] (II) EXA(0): Driver registered support for the following operations:
[    27.068] (II)         Solid
[    27.068] (II)         Copy
[    27.068] (II)         Composite (RENDER acceleration)
[    27.068] (II)         UploadToScreen
[    27.068] (II)         DownloadFromScreen
[    27.068] (II) RADEON(0): Acceleration enabled
[    27.068] (==) RADEON(0): DPMS enabled
[    27.068] (==) RADEON(0): Silken mouse enabled
[    27.068] (II) RADEON(0): Set up textured video
[    27.068] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    27.068] (II) RADEON(0): [XvMC] Extension initialized.
[    27.069] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.092] (--) RandR disabled
[    27.492] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.492] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.492] (II) AIGLX: enabled GLX_ARB_create_context
[    27.492] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.492] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    27.492] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    27.492] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.492] (II) AIGLX: Loaded and initialized r200
[    27.492] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.494] (II) RADEON(0): Setting screen physical size to 270 x 203
[    29.201] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    29.201] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.201] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    29.201] (II) LoadModule: "evdev"
[    29.201] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.232] (II) Module evdev: vendor="X.Org Foundation"
[    29.232] 	compiled for 1.13.0, module version = 2.7.3
[    29.232] 	Module class: X.Org XInput Driver
[    29.232] 	ABI class: X.Org XInput driver, version 18.0
[    29.232] (II) Using input driver 'evdev' for 'Power Button'
[    29.232] (**) Power Button: always reports core events
[    29.232] (**) evdev: Power Button: Device: "/dev/input/event6"
[    29.233] (--) evdev: Power Button: Vendor 0 Product 0x1
[    29.233] (--) evdev: Power Button: Found keys
[    29.233] (II) evdev: Power Button: Configuring as keyboard
[    29.233] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    29.233] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.233] (**) Option "xkb_rules" "evdev"
[    29.233] (**) Option "xkb_model" "evdev"
[    29.233] (**) Option "xkb_layout" "us"
[    29.233] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.292] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    29.292] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    29.292] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    29.292] (II) Using input driver 'evdev' for 'Video Bus'
[    29.292] (**) Video Bus: always reports core events
[    29.293] (**) evdev: Video Bus: Device: "/dev/input/event8"
[    29.293] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    29.293] (--) evdev: Video Bus: Found keys
[    29.293] (II) evdev: Video Bus: Configuring as keyboard
[    29.294] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0e/LNXVIDEO:00/input/input8/event8"
[    29.294] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    29.294] (**) Option "xkb_rules" "evdev"
[    29.294] (**) Option "xkb_model" "evdev"
[    29.294] (**) Option "xkb_layout" "us"
[    29.295] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.297] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    29.297] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.297] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    29.297] (II) Using input driver 'evdev' for 'Power Button'
[    29.297] (**) Power Button: always reports core events
[    29.297] (**) evdev: Power Button: Device: "/dev/input/event3"
[    29.298] (--) evdev: Power Button: Vendor 0 Product 0x1
[    29.298] (--) evdev: Power Button: Found keys
[    29.298] (II) evdev: Power Button: Configuring as keyboard
[    29.298] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    29.298] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    29.298] (**) Option "xkb_rules" "evdev"
[    29.298] (**) Option "xkb_model" "evdev"
[    29.298] (**) Option "xkb_layout" "us"
[    29.298] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.300] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    29.300] (II) No input driver specified, ignoring this device.
[    29.300] (II) This device may have been added with another device file.
[    29.301] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    29.301] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    29.301] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    29.301] (II) Using input driver 'evdev' for 'Sleep Button'
[    29.301] (**) Sleep Button: always reports core events
[    29.301] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    29.301] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    29.301] (--) evdev: Sleep Button: Found keys
[    29.301] (II) evdev: Sleep Button: Configuring as keyboard
[    29.301] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event5"
[    29.301] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    29.301] (**) Option "xkb_rules" "evdev"
[    29.301] (**) Option "xkb_model" "evdev"
[    29.301] (**) Option "xkb_layout" "us"
[    29.301] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.301] (II) config/udev: Adding drm device (/dev/dri/card0)
[    29.302] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[    29.302] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    29.302] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    29.302] (**) Logitech USB Receiver: always reports core events
[    29.302] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[    29.302] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[    29.302] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    29.302] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    29.302] (--) evdev: Logitech USB Receiver: Found relative axes
[    29.302] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    29.302] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    29.302] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    29.302] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    29.302] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/event1"
[    29.302] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[    29.302] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    29.302] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    29.302] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    29.302] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    29.302] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    29.303] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    29.303] (II) No input driver specified, ignoring this device.
[    29.303] (II) This device may have been added with another device file.
[    29.303] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[    29.303] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    29.303] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
[    29.303] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    29.303] (**) Logitech USB Receiver: always reports core events
[    29.303] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[    29.303] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[    29.303] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[    29.303] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    29.303] (--) evdev: Logitech USB Receiver: Found relative axes
[    29.303] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[    29.303] (--) evdev: Logitech USB Receiver: Found absolute axes
[    29.303] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    29.304] (--) evdev: Logitech USB Receiver: Found keys
[    29.304] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    29.304] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    29.304] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    29.304] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    29.304] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input2/event2"
[    29.304] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[    29.304] (**) Option "xkb_rules" "evdev"
[    29.304] (**) Option "xkb_model" "evdev"
[    29.304] (**) Option "xkb_layout" "us"
[    29.304] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.304] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    29.304] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    29.304] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    29.304] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    29.304] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    29.304] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    29.305] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    29.305] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    29.305] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    29.305] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    29.305] (**) AT Translated Set 2 keyboard: always reports core events
[    29.305] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    29.305] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    29.305] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    29.305] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    29.305] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    29.305] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    29.305] (**) Option "xkb_rules" "evdev"
[    29.305] (**) Option "xkb_model" "evdev"
[    29.305] (**) Option "xkb_layout" "us"
[    29.305] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    29.306] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event11)
[    29.306] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    29.306] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    29.306] (**) semtech psaux/serial TouchScreen: always reports core events
[    29.306] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/event11"
[    29.306] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    29.306] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    29.306] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    29.306] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    29.306] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    29.306] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    29.306] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.306] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[    29.306] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 13)
[    29.306] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    29.306] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    29.306] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    29.306] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    29.306] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    29.307] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse3)
[    29.307] (II) No input driver specified, ignoring this device.
[    29.307] (II) This device may have been added with another device file.
[    29.307] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event9)
[    29.307] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    29.307] (**) semtech psaux/serial TouchScreen: Applying InputClass "touchscreen"
[    29.307] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    29.307] (**) semtech psaux/serial TouchScreen: always reports core events
[    29.307] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/touchscreen"
[    29.307] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    29.307] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    29.307] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    29.307] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    29.307] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    29.307] (**) Option "EmulateThirdButton" "yes"
[    29.307] (**) Option "EmulateThirdButtonTimeout" "650"
[    29.307] (**) Option "EmulateThirdButtonButton" "3"
[    29.307] (**) Option "EmulateThirdButtonMoveThreshold" "50"
[    29.307] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    29.307] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.307] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input13/event9"
[    29.307] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 14)
[    29.307] (**) Option "Mode" "absolute"
[    29.307] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    29.308] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    29.308] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    29.308] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    29.308] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    29.308] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse1)
[    29.308] (II) No input driver specified, ignoring this device.
[    29.308] (II) This device may have been added with another device file.
[    29.308] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[    29.308] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    29.308] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    29.308] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    29.308] (II) LoadModule: "synaptics"
[    29.309] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    29.324] (II) Module synaptics: vendor="X.Org Foundation"
[    29.324] 	compiled for 1.13.2, module version = 1.6.3
[    29.324] 	Module class: X.Org XInput Driver
[    29.324] 	ABI class: X.Org XInput driver, version 18.0
[    29.324] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    29.324] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    29.324] (**) Option "Device" "/dev/input/event10"
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    29.330] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    29.331] (**) Option "TapButton1" "1"
[    29.331] (**) Option "TapButton2" "2"
[    29.331] (**) Option "TapButton3" "3"
[    29.331] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    29.331] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    29.333] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input10/event10"
[    29.333] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    29.333] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    29.333] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    29.333] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[    29.334] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    29.334] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    29.334] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    29.334] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    29.334] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    29.335] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[    29.335] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    29.336] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event12)
[    29.336] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    29.336] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    29.336] (**) semtech psaux/serial TouchScreen: always reports core events
[    29.336] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/event12"
[    29.337] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    29.337] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    29.337] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    29.337] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    29.337] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    29.337] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    29.337] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.337] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event12"
[    29.337] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 16)
[    29.337] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    29.338] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    29.338] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    29.338] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    29.338] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    29.339] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse4)
[    29.339] (II) No input driver specified, ignoring this device.
[    29.339] (II) This device may have been added with another device file.
[    29.340] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    29.340] (II) No input driver specified, ignoring this device.
[    29.340] (II) This device may have been added with another device file.
[ 29508.506] (EE) 
[ 29508.514] (EE) Backtrace:
[ 29508.577] (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81e4a59]
[ 29508.577] (EE) 1: /usr/bin/X (0x8048000+0x1a0946) [0x81e8946]
[ 29508.577] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb776c40c]
[ 29508.577] (EE) 3: /usr/lib/libc.so.6 (0xb7392000+0x7790e) [0xb740990e]
[ 29508.577] (EE) 4: /usr/lib/libc.so.6 (__libc_malloc+0x5a) [0xb740baaa]
[ 29508.577] (EE) 5: /usr/lib/xorg/modules/libexa.so (0xb7171000+0x7e76) [0xb7178e76]
[ 29508.577] (EE) 6: /usr/lib/xorg/modules/libexa.so (0xb7171000+0x1257e) [0xb718357e]
[ 29508.577] (EE) 7: /usr/lib/xorg/modules/libexa.so (0xb7171000+0xed71) [0xb717fd71]
[ 29508.577] (EE) 8: /usr/bin/X (0x8048000+0x11d222) [0x8165222]
[ 29508.577] (EE) 9: /usr/bin/X (CompositePicture+0x319) [0x8159679]
[ 29508.577] (EE) 10: /usr/lib/xorg/modules/libexa.so (0xb7171000+0xfff9) [0xb7180ff9]
[ 29508.577] (EE) 11: /usr/bin/X (CompositeTrapezoids+0xab) [0x815987b]
[ 29508.577] (EE) 12: /usr/bin/X (0x8048000+0x116a40) [0x815ea40]
[ 29508.577] (EE) 13: /usr/bin/X (0x8048000+0x111d3e) [0x8159d3e]
[ 29508.578] (EE) 14: /usr/bin/X (0x8048000+0x32145) [0x807a145]
[ 29508.578] (EE) 15: /usr/bin/X (0x8048000+0x1f71a) [0x806771a]
[ 29508.578] (EE) 16: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0xb73ab825]
[ 29508.578] (EE) 17: /usr/bin/X (0x8048000+0x1fae9) [0x8067ae9]
[ 29508.579] (EE) 
[ 29508.579] (EE) Segmentation fault at address 0x8
[ 29508.579] 
Fatal server error:
[ 29508.579] Caught signal 11 (Segmentation fault). Server aborting
[ 29508.579] 
[ 29508.579] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[ 29508.579] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 29508.579] (EE) 
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81e4a59]
(EE) 1: /usr/bin/X (mieqEnqueue+0x223) [0x81c33f3]
(EE) 2: /usr/bin/X (0x8048000+0x48145) [0x8090145]
(EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80cce6b]
(EE) 4: /usr/bin/X (xf86PostMotionEvent+0xaa) [0x80cd0ba]
(EE) 5: /usr/lib/xorg/modules/input/synaptics_drv.so (0xb773a000+0x47c6) [0xb773e7c6]
(EE) 6: /usr/lib/xorg/modules/input/synaptics_drv.so (0xb773a000+0x6cd1) [0xb7740cd1]
(EE) 7: /usr/bin/X (0x8048000+0x74041) [0x80bc041]
(EE) 8: /usr/bin/X (0x8048000+0x9fc63) [0x80e7c63]
(EE) 9: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb776c400]
(EE) 10: linux-gate.so.1 (__kernel_vsyscall+0x10) [0xb776c424]
(EE) 11: /usr/lib/libc.so.6 (0xb7392000+0xfe711) [0xb7490711]
(EE) 12: /usr/lib/libc.so.6 (0xb7392000+0x7be6d) [0xb740de6d]
(EE) 13: /usr/lib/libc.so.6 (0xb7392000+0x76f94) [0xb7408f94]
(EE) 14: /usr/bin/X (0x8048000+0x1a6a5d) [0x81eea5d]
(EE) 15: /usr/bin/X (0x8048000+0x1a718d) [0x81ef18d]
(EE) 16: /usr/bin/X (CloseWellKnownConnections+0x34) [0x81e5744]
(EE) 17: /usr/bin/X (0x8048000+0x1a8834) [0x81f0834]
(EE) 18: /usr/bin/X (0x8048000+0x1a8f5e) [0x81f0f5e]
(EE) 19: /usr/bin/X (0x8048000+0x1a09a8) [0x81e89a8]
(EE) 20: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb776c40c]
(EE) 21: /usr/lib/libc.so.6 (0xb7392000+0x7790e) [0xb740990e]
(EE) 22: /usr/lib/libc.so.6 (__libc_malloc+0x5a) [0xb740baaa]
(EE) 23: /usr/lib/xorg/modules/libexa.so (0xb7171000+0x7e76) [0xb7178e76]
(EE) 24: /usr/lib/xorg/modules/libexa.so (0xb7171000+0x1257e) [0xb718357e]
(EE) 25: /usr/lib/xorg/modules/libexa.so (0xb7171000+0xed71) [0xb717fd71]
(EE) 26: /usr/bin/X (0x8048000+0x11d222) [0x8165222]
(EE) 27: /usr/bin/X (CompositePicture+0x319) [0x8159679]
(EE) 28: /usr/lib/xorg/modules/libexa.so (0xb7171000+0xfff9) [0xb7180ff9]
(EE) 29: /usr/bin/X (CompositeTrapezoids+0xab) [0x815987b]
(EE) 30: /usr/bin/X (0x8048000+0x116a40) [0x815ea40]
(EE) 31: /usr/bin/X (0x8048000+0x111d3e) [0x8159d3e]
(EE) 32: /usr/bin/X (0x8048000+0x32145) [0x807a145]
(EE) 33: /usr/bin/X (0x8048000+0x1f71a) [0x806771a]
(EE) 34: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0xb73ab825]
(EE) 35: /usr/bin/X (0x8048000+0x1fae9) [0x8067ae9]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.

latest log

[    27.007] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[    27.008] X Protocol Version 11, Revision 0
[    27.008] Build Operating System: Linux 3.7.4-1-ARCH i686 
[    27.008] Current Operating System: Linux devastato 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:27:20 EET 2013 i686
[    27.008] Kernel command line: root=/dev/mapper/vgroup-root cryptdevice=/dev/disk/by-uuid/317043ce-9a77-4dd6-8fab-184e05e1c4fa:vgroup ro
[    27.008] Build Date: 25 January 2013  09:41:07AM
[    27.008]  
[    27.008] Current version of pixman: 0.28.2
[    27.008] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    27.009] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.009] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 18 22:49:49 2013
[    27.090] (==) Using config file: "/etc/X11/xorg.conf"
[    27.090] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.235] (==) No Layout section.  Using the first Screen section.
[    27.235] (**) |-->Screen "Screen0" (0)
[    27.235] (**) |   |-->Monitor "<default monitor>"
[    27.255] (**) |   |-->Device "Card0"
[    27.256] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[    27.256] (**) Option "AllowMouseOpenFail" "true"
[    27.256] (==) Automatically adding devices
[    27.256] (==) Automatically enabling devices
[    27.256] (==) Automatically adding GPU devices
[    27.599] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    27.599] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.599] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.615] (II) Loader magic: 0x825a640
[    27.615] (II) Module ABI versions:
[    27.615] 	X.Org ANSI C Emulation: 0.4
[    27.615] 	X.Org Video Driver: 13.1
[    27.615] 	X.Org XInput driver : 18.0
[    27.615] 	X.Org Server Extension : 7.0
[    27.616] (II) config/udev: Adding drm device (/dev/dri/card0)
[    27.621] (--) PCI:*(0:1:0:0) 1002:4c66:14ff:0311 rev 2, Mem @ 0xb0000000/134217728, 0xe00f0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    27.622] (II) Open ACPI successful (/var/run/acpid.socket)
[    27.701] Initializing built-in extension Generic Event Extension
[    27.701] Initializing built-in extension SHAPE
[    27.701] Initializing built-in extension MIT-SHM
[    27.701] Initializing built-in extension XInputExtension
[    27.701] Initializing built-in extension XTEST
[    27.701] Initializing built-in extension BIG-REQUESTS
[    27.701] Initializing built-in extension SYNC
[    27.701] Initializing built-in extension XKEYBOARD
[    27.701] Initializing built-in extension XC-MISC
[    27.701] Initializing built-in extension SECURITY
[    27.701] Initializing built-in extension XINERAMA
[    27.701] Initializing built-in extension XFIXES
[    27.701] Initializing built-in extension RENDER
[    27.701] Initializing built-in extension RANDR
[    27.701] Initializing built-in extension COMPOSITE
[    27.701] Initializing built-in extension DAMAGE
[    27.701] Initializing built-in extension MIT-SCREEN-SAVER
[    27.702] Initializing built-in extension DOUBLE-BUFFER
[    27.702] Initializing built-in extension RECORD
[    27.702] Initializing built-in extension DPMS
[    27.702] Initializing built-in extension X-Resource
[    27.702] Initializing built-in extension XVideo
[    27.702] Initializing built-in extension XVideo-MotionCompensation
[    27.702] Initializing built-in extension XFree86-VidModeExtension
[    27.702] Initializing built-in extension XFree86-DGA
[    27.702] Initializing built-in extension XFree86-DRI
[    27.702] Initializing built-in extension DRI2
[    27.702] (II) LoadModule: "glx"
[    27.852] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.941] (II) Module glx: vendor="X.Org Foundation"
[    27.941] 	compiled for 1.13.2, module version = 1.0.0
[    27.941] 	ABI class: X.Org Server Extension, version 7.0
[    27.941] (==) AIGLX enabled
[    27.944] Loading extension GLX
[    27.944] (II) LoadModule: "radeon"
[    28.113] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    28.223] (II) Module radeon: vendor="X.Org Foundation"
[    28.223] 	compiled for 1.13.2, module version = 7.1.0
[    28.223] 	Module class: X.Org Video Driver
[    28.223] 	ABI class: X.Org Video Driver, version 13.1
[    28.223] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
[    28.238] (++) using VT number 7

[    28.273] (II) [KMS] Kernel modesetting enabled.
[    28.273] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    28.273] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    28.273] (==) RADEON(0): Default visual is TrueColor
[    28.273] (**) RADEON(0): Option "ColorTiling" "on"
[    28.273] (**) RADEON(0): Option "AccelMethod" "glamor"
[    28.273] (==) RADEON(0): RGB weight 888
[    28.274] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    28.274] (--) RADEON(0): Chipset: "ATI Radeon Mobility 9000 (M9) Lf (AGP)" (ChipID = 0x4c66)
[    28.274] (II) Loading sub module "dri2"
[    28.274] (II) LoadModule: "dri2"
[    28.274] (II) Module "dri2" already built-in
[    28.274] (II) Loading sub module "exa"
[    28.274] (II) LoadModule: "exa"
[    28.275] (II) Loading /usr/lib/xorg/modules/libexa.so
[    28.306] (II) Module exa: vendor="X.Org Foundation"
[    28.306] 	compiled for 1.13.2, module version = 2.6.0
[    28.306] 	ABI class: X.Org Video Driver, version 13.1
[    28.306] (II) RADEON(0): KMS Color Tiling: enabled
[    28.306] (II) RADEON(0): KMS Color Tiling 2D: disabled
[    28.306] (II) RADEON(0): KMS Pageflipping: enabled
[    28.306] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    28.327] (II) RADEON(0): Output VGA-0 has no monitor section
[    28.327] (II) RADEON(0): Output LVDS has no monitor section
[    28.334] (II) RADEON(0): Output S-video has no monitor section
[    28.340] (II) RADEON(0): EDID for output VGA-0
[    28.340] (II) RADEON(0): EDID for output LVDS
[    28.340] (II) RADEON(0): Printing probed modes for output LVDS
[    28.340] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1040 1176 1344  768 770 776 806 (48.4 kHz eP)
[    28.340] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    28.340] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    28.340] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    28.340] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    28.346] (II) RADEON(0): EDID for output S-video
[    28.346] (II) RADEON(0): Output VGA-0 disconnected
[    28.346] (II) RADEON(0): Output LVDS connected
[    28.346] (II) RADEON(0): Output S-video disconnected
[    28.346] (II) RADEON(0): Using exact sizes for initial modes
[    28.346] (II) RADEON(0): Output LVDS using initial mode 1024x768
[    28.346] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    28.346] (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:4000000 visible:3cc0000
[    28.347] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    28.347] (==) RADEON(0): DPI set to (96, 96)
[    28.347] (II) Loading sub module "fb"
[    28.347] (II) LoadModule: "fb"
[    28.347] (II) Loading /usr/lib/xorg/modules/libfb.so
[    28.637] (II) Module fb: vendor="X.Org Foundation"
[    28.637] 	compiled for 1.13.2, module version = 1.0.0
[    28.637] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    28.637] (II) Loading sub module "ramdac"
[    28.637] (II) LoadModule: "ramdac"
[    28.637] (II) Module "ramdac" already built-in
[    28.637] (--) Depth 24 pixmap format is 32 bpp
[    28.644] (II) RADEON(0): [DRI2] Setup complete
[    28.644] (II) RADEON(0): [DRI2]   DRI driver: r200
[    28.644] (II) RADEON(0): [DRI2]   VDPAU driver: r200
[    28.645] (II) RADEON(0): Front buffer size: 3072K
[    28.645] (II) RADEON(0): VRAM usage limit set to 53193K
[    28.691] (==) RADEON(0): Backing store disabled
[    28.691] (II) RADEON(0): Direct rendering enabled
[    28.691] (II) RADEON(0): Render acceleration enabled for R200 type cards.
[    28.691] (II) EXA(0): Driver allocated offscreen pixmaps
[    28.691] (II) EXA(0): Driver registered support for the following operations:
[    28.691] (II)         Solid
[    28.691] (II)         Copy
[    28.691] (II)         Composite (RENDER acceleration)
[    28.691] (II)         UploadToScreen
[    28.691] (II)         DownloadFromScreen
[    28.691] (II) RADEON(0): Acceleration enabled
[    28.691] (==) RADEON(0): DPMS enabled
[    28.691] (==) RADEON(0): Silken mouse enabled
[    28.691] (II) RADEON(0): Set up textured video
[    28.691] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    28.691] (II) RADEON(0): [XvMC] Extension initialized.
[    28.691] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    28.694] (--) RandR disabled
[    29.061] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    29.061] (II) AIGLX: enabled GLX_INTEL_swap_event
[    29.061] (II) AIGLX: enabled GLX_ARB_create_context
[    29.061] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    29.061] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    29.061] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    29.061] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    29.061] (II) AIGLX: Loaded and initialized r200
[    29.061] (II) GLX: Initialized DRI2 GL provider for screen 0
[    29.062] (II) RADEON(0): Setting screen physical size to 270 x 203
[    31.583] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    31.583] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    31.583] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    31.583] (II) LoadModule: "evdev"
[    31.583] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    31.608] (II) Module evdev: vendor="X.Org Foundation"
[    31.608] 	compiled for 1.13.0, module version = 2.7.3
[    31.608] 	Module class: X.Org XInput Driver
[    31.608] 	ABI class: X.Org XInput driver, version 18.0
[    31.608] (II) Using input driver 'evdev' for 'Power Button'
[    31.609] (**) Power Button: always reports core events
[    31.609] (**) evdev: Power Button: Device: "/dev/input/event6"
[    31.609] (--) evdev: Power Button: Vendor 0 Product 0x1
[    31.609] (--) evdev: Power Button: Found keys
[    31.609] (II) evdev: Power Button: Configuring as keyboard
[    31.609] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    31.609] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    31.609] (**) Option "xkb_rules" "evdev"
[    31.609] (**) Option "xkb_model" "evdev"
[    31.609] (**) Option "xkb_layout" "us"
[    31.609] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.674] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    31.674] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    31.674] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    31.674] (II) Using input driver 'evdev' for 'Video Bus'
[    31.674] (**) Video Bus: always reports core events
[    31.674] (**) evdev: Video Bus: Device: "/dev/input/event7"
[    31.674] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    31.674] (--) evdev: Video Bus: Found keys
[    31.674] (II) evdev: Video Bus: Configuring as keyboard
[    31.675] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0e/LNXVIDEO:00/input/input7/event7"
[    31.675] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    31.675] (**) Option "xkb_rules" "evdev"
[    31.675] (**) Option "xkb_model" "evdev"
[    31.675] (**) Option "xkb_layout" "us"
[    31.675] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.677] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    31.677] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    31.677] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    31.677] (II) Using input driver 'evdev' for 'Power Button'
[    31.677] (**) Power Button: always reports core events
[    31.677] (**) evdev: Power Button: Device: "/dev/input/event3"
[    31.677] (--) evdev: Power Button: Vendor 0 Product 0x1
[    31.677] (--) evdev: Power Button: Found keys
[    31.677] (II) evdev: Power Button: Configuring as keyboard
[    31.677] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    31.677] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    31.677] (**) Option "xkb_rules" "evdev"
[    31.677] (**) Option "xkb_model" "evdev"
[    31.677] (**) Option "xkb_layout" "us"
[    31.677] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.678] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    31.678] (II) No input driver specified, ignoring this device.
[    31.678] (II) This device may have been added with another device file.
[    31.678] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    31.678] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    31.678] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    31.678] (II) Using input driver 'evdev' for 'Sleep Button'
[    31.678] (**) Sleep Button: always reports core events
[    31.678] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    31.678] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    31.678] (--) evdev: Sleep Button: Found keys
[    31.678] (II) evdev: Sleep Button: Configuring as keyboard
[    31.678] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event5"
[    31.678] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    31.678] (**) Option "xkb_rules" "evdev"
[    31.678] (**) Option "xkb_model" "evdev"
[    31.678] (**) Option "xkb_layout" "us"
[    31.678] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.679] (II) config/udev: Adding drm device (/dev/dri/card0)
[    31.679] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[    31.679] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    31.679] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    31.679] (**) Logitech USB Receiver: always reports core events
[    31.679] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[    31.679] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[    31.680] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    31.680] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    31.680] (--) evdev: Logitech USB Receiver: Found relative axes
[    31.680] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    31.680] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    31.680] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    31.680] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    31.680] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/event1"
[    31.680] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[    31.680] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    31.680] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    31.680] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    31.680] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    31.680] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    31.680] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    31.680] (II) No input driver specified, ignoring this device.
[    31.680] (II) This device may have been added with another device file.
[    31.681] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[    31.681] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    31.681] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
[    31.681] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    31.681] (**) Logitech USB Receiver: always reports core events
[    31.681] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[    31.681] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[    31.681] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[    31.681] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    31.681] (--) evdev: Logitech USB Receiver: Found relative axes
[    31.681] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[    31.681] (--) evdev: Logitech USB Receiver: Found absolute axes
[    31.681] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    31.681] (--) evdev: Logitech USB Receiver: Found keys
[    31.681] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    31.681] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    31.681] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    31.681] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    31.681] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.681] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input2/event2"
[    31.681] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[    31.681] (**) Option "xkb_rules" "evdev"
[    31.681] (**) Option "xkb_model" "evdev"
[    31.681] (**) Option "xkb_layout" "us"
[    31.681] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.682] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    31.682] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    31.682] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    31.682] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    31.682] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    31.682] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    31.683] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    31.683] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    31.683] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    31.683] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    31.683] (**) AT Translated Set 2 keyboard: always reports core events
[    31.683] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    31.683] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    31.683] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    31.683] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    31.683] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    31.683] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    31.683] (**) Option "xkb_rules" "evdev"
[    31.683] (**) Option "xkb_model" "evdev"
[    31.683] (**) Option "xkb_layout" "us"
[    31.683] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    31.684] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event11)
[    31.684] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    31.684] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    31.684] (**) semtech psaux/serial TouchScreen: always reports core events
[    31.684] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/event11"
[    31.684] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    31.684] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    31.684] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    31.684] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    31.684] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    31.684] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    31.684] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.684] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[    31.684] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 13)
[    31.684] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    31.684] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    31.684] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    31.684] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    31.684] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    31.684] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse3)
[    31.684] (II) No input driver specified, ignoring this device.
[    31.684] (II) This device may have been added with another device file.
[    31.685] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event9)
[    31.685] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    31.685] (**) semtech psaux/serial TouchScreen: Applying InputClass "touchscreen"
[    31.685] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    31.685] (**) semtech psaux/serial TouchScreen: always reports core events
[    31.685] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/touchscreen"
[    31.685] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    31.685] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    31.685] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    31.685] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    31.685] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    31.685] (**) Option "EmulateThirdButton" "yes"
[    31.685] (**) Option "EmulateThirdButtonTimeout" "650"
[    31.685] (**) Option "EmulateThirdButtonButton" "3"
[    31.685] (**) Option "EmulateThirdButtonMoveThreshold" "50"
[    31.685] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    31.685] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.685] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input13/event9"
[    31.685] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 14)
[    31.685] (**) Option "Mode" "absolute"
[    31.685] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    31.685] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    31.685] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    31.685] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    31.686] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    31.686] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse1)
[    31.686] (II) No input driver specified, ignoring this device.
[    31.686] (II) This device may have been added with another device file.
[    31.686] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[    31.686] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    31.686] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    31.686] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    31.686] (II) LoadModule: "synaptics"
[    31.686] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    31.702] (II) Module synaptics: vendor="X.Org Foundation"
[    31.702] 	compiled for 1.13.2, module version = 1.6.3
[    31.702] 	Module class: X.Org XInput Driver
[    31.702] 	ABI class: X.Org XInput driver, version 18.0
[    31.702] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    31.702] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    31.703] (**) Option "Device" "/dev/input/event10"
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    31.711] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    31.711] (**) Option "TapButton1" "1"
[    31.711] (**) Option "TapButton2" "2"
[    31.712] (**) Option "TapButton3" "3"
[    31.712] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    31.712] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    31.722] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input10/event10"
[    31.722] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    31.722] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    31.722] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    31.722] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[    31.722] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    31.722] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    31.722] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    31.722] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    31.722] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    31.722] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[    31.722] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    31.723] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/event12)
[    31.723] (**) semtech psaux/serial TouchScreen: Applying InputClass "evdev touchscreen catchall"
[    31.723] (II) Using input driver 'evdev' for 'semtech psaux/serial TouchScreen'
[    31.723] (**) semtech psaux/serial TouchScreen: always reports core events
[    31.723] (**) evdev: semtech psaux/serial TouchScreen: Device: "/dev/input/event12"
[    31.723] (--) evdev: semtech psaux/serial TouchScreen: Vendor 0x27 Product 0
[    31.723] (--) evdev: semtech psaux/serial TouchScreen: Found absolute axes
[    31.723] (--) evdev: semtech psaux/serial TouchScreen: Found x and y absolute axes
[    31.723] (--) evdev: semtech psaux/serial TouchScreen: Found absolute touchscreen
[    31.723] (II) evdev: semtech psaux/serial TouchScreen: Configuring as touchscreen
[    31.723] (**) evdev: semtech psaux/serial TouchScreen: YAxisMapping: buttons 4 and 5
[    31.723] (**) evdev: semtech psaux/serial TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    31.723] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event12"
[    31.723] (II) XINPUT: Adding extended input device "semtech psaux/serial TouchScreen" (type: TOUCHSCREEN, id 16)
[    31.723] (II) evdev: semtech psaux/serial TouchScreen: initialized for absolute axes.
[    31.723] (**) semtech psaux/serial TouchScreen: (accel) keeping acceleration scheme 1
[    31.723] (**) semtech psaux/serial TouchScreen: (accel) acceleration profile 0
[    31.723] (**) semtech psaux/serial TouchScreen: (accel) acceleration factor: 2.000
[    31.723] (**) semtech psaux/serial TouchScreen: (accel) acceleration threshold: 4
[    31.724] (II) config/udev: Adding input device semtech psaux/serial TouchScreen (/dev/input/mouse4)
[    31.724] (II) No input driver specified, ignoring this device.
[    31.724] (II) This device may have been added with another device file.
[    31.724] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    31.724] (II) No input driver specified, ignoring this device.
[    31.724] (II) This device may have been added with another device file.
(EE) [mi] EQ overflowing.  Additional events will be discarded until existing events are processed.
(EE) 
(EE) Backtrace:
(EE) 
(EE) Backtrace:


my dmesg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.9-1-ARCH (nobody@foutrelis) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Feb 18 02:27:20 EET 2013
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffcffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffd0000-0x000000007ffdefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ffdf000-0x000000007fffffff] ACPI NVS
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: Itronix Corp.                    IX260+                          /P16D, BIOS Ver.190 04/11/2006
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7ffd0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
[    0.000000]  [mem 0x00000000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x00bfa000-0x00bfffff]
[    0.000000] RAMDISK: [mem 0x7f114000-0x7ffbffff]
[    0.000000] Allocated new RAMDISK: [mem 0x36952000-0x377fdccd]
[    0.000000] Move RAMDISK from [mem 0x7f114000-0x7ffbfccd] to [mem 0x36952000-0x377fdccd]
[    0.000000] ACPI: RSDP 000f65d0 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 7ffd0100 00044 (v01 A M I  OEMXSDT  04000611 MSFT 00000097)
[    0.000000] ACPI: FACP 7ffd0290 000F4 (v03 A M I  OEMFACP  04000611 MSFT 00000097)
[    0.000000] ACPI: DSDT 7ffd03f0 06641 (v01  P16D1 P16D1190 00000190 INTL 02002026)
[    0.000000] ACPI: FACS 7ffdf000 00040
[    0.000000] ACPI: APIC 7ffd0390 00054 (v01 A M I  OEMAPIC  04000611 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ffdf040 00040 (v01 A M I  AMI_OEM  04000611 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ffd6a40 003A3 (v01    AMI   CPU1PM 00000001 INTL 02002026)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1159MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7ffcffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7ffcffff]
[    0.000000] On node 0 totalpages: 524127
[    0.000000] free_area_init_node: node 0, pgdat c068d880, node_mem_map f5951200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2320 pages used for memmap
[    0.000000]   HighMem zone: 294594 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, 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 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    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] e820: [mem 0x80000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f5938000 s32448 r0 d20800 u53248
[    0.000000] pcpu-alloc: s32448 r0 d20800 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 520031
[    0.000000] Kernel command line: root=/dev/mapper/vgroup-root cryptdevice=/dev/disk/by-uuid/317043ce-9a77-4dd6-8fab-184e05e1c4fa:vgroup:vgroup ro
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Initializing CPU#0
[    0.000000] allocated 4193792 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007ffd0)
[    0.000000] Memory: 2052848k/2096960k available (4099k kernel code, 43660k reserved, 1644k data, 556k init, 1187656k highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc069d000 - 0xc0728000   ( 556 kB)
      .data : 0xc0500fa0 - 0xc069c200   (1644 kB)
      .text : 0xc0100000 - 0xc0500fa0   (4099 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=f5006000 soft=f5008000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1786.242 MHz processor
[    0.003335] Calibrating delay loop (skipped), value calculated using timer frequency.. 3573.33 BogoMIPS (lpj=5954140)
[    0.003340] pid_max: default: 32768 minimum: 301
[    0.003391] Security Framework initialized
[    0.003404] AppArmor: AppArmor disabled by boot time parameter
[    0.003419] Mount-cache hash table entries: 512
[    0.003715] Initializing cgroup subsys cpuacct
[    0.003718] Initializing cgroup subsys memory
[    0.003730] Initializing cgroup subsys devices
[    0.003733] Initializing cgroup subsys freezer
[    0.003735] Initializing cgroup subsys net_cls
[    0.003737] Initializing cgroup subsys blkio
[    0.003771] Disabled fast string operations
[    0.003779] mce: CPU supports 5 MCE banks
[    0.003790] CPU0: Thermal monitoring enabled (TM1)
[    0.003805] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[    0.009642] Freeing SMP alternatives: 16k freed
[    0.010838] ACPI: Core revision 20120913
[    0.016678] ftrace: allocating 17730 entries in 35 pages
[    0.026746] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.027094] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.062048] smpboot: CPU0: Intel(R) Pentium(R) M processor 1.80GHz (fam: 06, model: 0d, stepping: 06)
[    0.063333] Performance Events: p6 PMU driver.
[    0.063333] ... version:                0
[    0.063333] ... bit width:              32
[    0.063333] ... generic registers:      2
[    0.063333] ... value mask:             00000000ffffffff
[    0.063333] ... max period:             000000007fffffff
[    0.063333] ... fixed-purpose events:   0
[    0.063333] ... event mask:             0000000000000003
[    0.078438] Brought up 1 CPUs
[    0.078442] smpboot: Total of 1 processors activated (3573.33 BogoMIPS)
[    0.079971] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.080157] devtmpfs: initialized
[    0.080424] PM: Registering ACPI NVS region [mem 0x7ffdf000-0x7fffffff] (135168 bytes)
[    0.081819] RTC time: 22:39:59, date: 02/19/13
[    0.081881] NET: Registered protocol family 16
[    0.082086] ACPI: bus type pci registered
[    0.083202] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
[    0.083204] PCI: Using configuration type 1 for base access
[    0.084056] bio: create slab <bio-0> at 0
[    0.084137] ACPI: Added _OSI(Module Device)
[    0.084140] ACPI: Added _OSI(Processor Device)
[    0.084143] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.084145] ACPI: Added _OSI(Processor Aggregator Device)
[    0.085316] ACPI: EC: Look up EC in DSDT
[    0.086731] ACPI: Executed 2 blocks of module-level executable AML code
[    0.089904] ACPI: Interpreter enabled
[    0.089925] ACPI: (supports S0 S3 S4 S5)
[    0.089946] ACPI: Using IOAPIC for interrupt routing
[    0.094728] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.106956] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.113456] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.113465] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.113541] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.113657] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.113661] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.113664] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.113668] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.113671] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffffffff] (ignored)
[    0.113674] PCI: root bus 00: using default resources
[    0.113679] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.113723] PCI host bridge to bus 0000:00
[    0.113728] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.113731] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.113735] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.113748] pci 0000:00:00.0: [8086:3580] type 00 class 0x060000
[    0.113758] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.113805] pci 0000:00:00.1: [8086:3584] type 00 class 0x088000
[    0.113848] pci 0000:00:00.3: [8086:3585] type 00 class 0x088000
[    0.113893] pci 0000:00:01.0: [8086:3581] type 01 class 0x060400
[    0.113946] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
[    0.113988] pci 0000:00:1d.0: reg 20: [io  0xe800-0xe81f]
[    0.114023] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
[    0.114064] pci 0000:00:1d.1: reg 20: [io  0xe880-0xe89f]
[    0.114098] pci 0000:00:1d.2: [8086:24c7] type 00 class 0x0c0300
[    0.114139] pci 0000:00:1d.2: reg 20: [io  0xec00-0xec1f]
[    0.114183] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
[    0.114204] pci 0000:00:1d.7: reg 10: [mem 0xe02ffc00-0xe02fffff]
[    0.114291] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.114312] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
[    0.114353] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
[    0.114428] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
[    0.114442] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.114452] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.114462] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.114472] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.114482] pci 0000:00:1f.1: reg 20: [io  0xffa0-0xffaf]
[    0.114493] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.114525] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
[    0.114540] pci 0000:00:1f.5: reg 10: [io  0xd800-0xd8ff]
[    0.114549] pci 0000:00:1f.5: reg 14: [io  0xe000-0xe03f]
[    0.114559] pci 0000:00:1f.5: reg 18: [mem 0xe02ff800-0xe02ff9ff]
[    0.114569] pci 0000:00:1f.5: reg 1c: [mem 0xe02ff400-0xe02ff4ff]
[    0.114611] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.114628] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
[    0.114643] pci 0000:00:1f.6: reg 10: [io  0xe400-0xe4ff]
[    0.114653] pci 0000:00:1f.6: reg 14: [io  0xe080-0xe0ff]
[    0.114707] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.114734] pci 0000:01:00.0: [1002:4c66] type 00 class 0x030000
[    0.114748] pci 0000:01:00.0: reg 10: [mem 0xb0000000-0xb7ffffff pref]
[    0.114757] pci 0000:01:00.0: reg 14: [io  0xb000-0xb0ff]
[    0.114765] pci 0000:01:00.0: reg 18: [mem 0xe00f0000-0xe00fffff]
[    0.114788] pci 0000:01:00.0: reg 30: [mem 0xe00c0000-0xe00dffff pref]
[    0.114815] pci 0000:01:00.0: supports D1 D2
[    0.114845] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.114850] pci 0000:00:01.0:   bridge window [io  0x9000-0xbfff]
[    0.114854] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    0.114858] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff pref]
[    0.114882] pci 0000:02:01.0: [168c:001b] type 00 class 0x020000
[    0.114898] pci 0000:02:01.0: reg 10: [mem 0xe01f0000-0xe01fffff]
[    0.114978] pci 0000:02:02.0: [10ec:8139] type 00 class 0x020000
[    0.114994] pci 0000:02:02.0: reg 10: [io  0xc800-0xc8ff]
[    0.115004] pci 0000:02:02.0: reg 14: [mem 0xe01efc00-0xe01efcff]
[    0.115061] pci 0000:02:02.0: supports D1 D2
[    0.115064] pci 0000:02:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.115083] pci 0000:02:03.0: [1217:7114] type 02 class 0x060700
[    0.115099] pci 0000:02:03.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.115125] pci 0000:02:03.0: supports D1 D2
[    0.115128] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.115146] pci 0000:02:03.1: [1217:7114] type 02 class 0x060700
[    0.115163] pci 0000:02:03.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.115189] pci 0000:02:03.1: supports D1 D2
[    0.115192] pci 0000:02:03.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.115217] pci 0000:02:05.0: [1180:0475] type 02 class 0x060700
[    0.115232] pci 0000:02:05.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.115256] pci 0000:02:05.0: supports D1 D2
[    0.115259] pci 0000:02:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.115276] pci 0000:02:05.1: [1180:0551] type 00 class 0x0c0010
[    0.115291] pci 0000:02:05.1: reg 10: [mem 0xe01ef000-0xe01ef7ff]
[    0.115353] pci 0000:02:05.1: PME# supported from D0 D3hot D3cold
[    0.115393] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
[    0.115398] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.115403] pci 0000:00:1e.0:   bridge window [mem 0xe0100000-0xe01fffff]
[    0.115409] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.115412] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.115417] pci 0000:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.115425] pci 0000:02:03.1: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.115433] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.115462] pci_bus 0000:03: busn_res: can not insert [bus 03-ff] under [bus 02] (conflicts with (null) [bus 02])
[    0.115467] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 06
[    0.115472] pci_bus 0000:03: busn_res: can not insert [bus 03-06] under [bus 02] (conflicts with (null) [bus 02])
[    0.115477] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02]
[    0.115503] pci_bus 0000:07: busn_res: can not insert [bus 07-ff] under [bus 02] (conflicts with (null) [bus 02])
[    0.115508] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 0a
[    0.115512] pci_bus 0000:07: busn_res: can not insert [bus 07-0a] under [bus 02] (conflicts with (null) [bus 02])
[    0.115517] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:02 [bus 02]
[    0.115541] pci_bus 0000:0b: busn_res: can not insert [bus 0b-ff] under [bus 02] (conflicts with (null) [bus 02])
[    0.115546] pci_bus 0000:0b: busn_res: [bus 0b-ff] end is updated to 0e
[    0.115550] pci_bus 0000:0b: busn_res: can not insert [bus 0b-0e] under [bus 02] (conflicts with (null) [bus 02])
[    0.115556] pci_bus 0000:0b: [bus 0b-0e] partially hidden behind transparent bridge 0000:02 [bus 02]
[    0.115568] pci_bus 0000:00: on NUMA node 0
[    0.115572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.115699] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.115738] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.115838]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.115842]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.119944] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120020] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120088] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120155] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120221] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 9 11 12 14 15) *0, disabled.
[    0.120288] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120354] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 9 11 12 14 15) *0, disabled.
[    0.120421] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 *9 11 12 14 15)
[    0.120527] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.120530] vgaarb: loaded
[    0.120532] vgaarb: bridge control possible 0000:01:00.0
[    0.120589] PCI: Using ACPI for IRQ routing
[    0.120592] PCI: pci_cache_line_size set to 64 bytes
[    0.120646] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.120649] e820: reserve RAM buffer [mem 0x7ffd0000-0x7fffffff]
[    0.120785] NetLabel: Initializing
[    0.120787] NetLabel:  domain hash size = 128
[    0.120789] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.120806] NetLabel:  unlabeled traffic allowed by default
[    0.120835] Switching to clocksource refined-jiffies
[    0.128526] pnp: PnP ACPI init
[    0.128567] ACPI: bus type pnp registered
[    0.128717] pnp 00:00: [bus 00-ff]
[    0.128722] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.128726] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.128729] pnp 00:00: [io  0x0d00-0xffff window]
[    0.128733] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.128736] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.128739] pnp 00:00: [mem 0x80000000-0xffffffff window]
[    0.128800] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.128850] pnp 00:01: [mem 0xfeff0000-0xfeffffff]
[    0.128912] system 00:01: [mem 0xfeff0000-0xfeffffff] has been reserved
[    0.128917] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.129005] pnp 00:02: [dma 4]
[    0.129005] pnp 00:02: [io  0x0000-0x000f]
[    0.129005] pnp 00:02: [io  0x0081-0x0083]
[    0.129005] pnp 00:02: [io  0x0087]
[    0.129005] pnp 00:02: [io  0x0089-0x008b]
[    0.129005] pnp 00:02: [io  0x008f]
[    0.129005] pnp 00:02: [io  0x00c0-0x00df]
[    0.129005] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.129005] pnp 00:03: [io  0x0070-0x0071]
[    0.129005] pnp 00:03: [irq 8]
[    0.129005] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.129005] pnp 00:04: [io  0x0060]
[    0.129005] pnp 00:04: [io  0x0064]
[    0.129005] pnp 00:04: [irq 1]
[    0.129005] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.130061] pnp 00:05: [irq 12]
[    0.130098] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.130110] pnp 00:06: [io  0x0061]
[    0.130141] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.130153] pnp 00:07: [io  0x00f0-0x00ff]
[    0.130159] pnp 00:07: [irq 13]
[    0.130190] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.130512] pnp 00:08: [io  0x03f8-0x03ff]
[    0.130519] pnp 00:08: [irq 4]
[    0.130523] pnp 00:08: [dma 0 disabled]
[    0.130621] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.130930] pnp 00:09: [io  0x02f8-0x02ff]
[    0.130937] pnp 00:09: [irq 3]
[    0.130940] pnp 00:09: [dma 0 disabled]
[    0.131059] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131366] pnp 00:0a: [io  0x02e8-0x02ef]
[    0.131373] pnp 00:0a: [irq 11]
[    0.131376] pnp 00:0a: [dma 0 disabled]
[    0.131458] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131726] pnp 00:0b: [io  0x03f0-0x03f5]
[    0.131729] pnp 00:0b: [io  0x03f7]
[    0.131780] system 00:0b: [io  0x03f0-0x03f5] has been reserved
[    0.131784] system 00:0b: [io  0x03f7] has been reserved
[    0.131789] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.132161] pnp 00:0c: [io  0x0378-0x037f]
[    0.132168] pnp 00:0c: [irq 7]
[    0.132171] pnp 00:0c: [dma 7]
[    0.132298] pnp 00:0c: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.132375] pnp 00:0d: [io  0x0000-0xffffffff disabled]
[    0.132378] pnp 00:0d: [io  0x0680-0x06ff]
[    0.132426] system 00:0d: [io  0x0680-0x06ff] has been reserved
[    0.132431] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.132503] pnp 00:0e: [io  0x0010-0x0018]
[    0.132506] pnp 00:0e: [io  0x001f]
[    0.132509] pnp 00:0e: [io  0x0020-0x003f]
[    0.132512] pnp 00:0e: [io  0x0050-0x0052]
[    0.132515] pnp 00:0e: [io  0x0072-0x007f]
[    0.132518] pnp 00:0e: [io  0x0080]
[    0.132521] pnp 00:0e: [io  0x0084-0x0086]
[    0.132524] pnp 00:0e: [io  0x0088]
[    0.132527] pnp 00:0e: [io  0x008c-0x008e]
[    0.132529] pnp 00:0e: [io  0x0090-0x009f]
[    0.132532] pnp 00:0e: [io  0x00a2-0x00bf]
[    0.132535] pnp 00:0e: [io  0x0400-0x047f]
[    0.132538] pnp 00:0e: [io  0x04d0-0x04d1]
[    0.132541] pnp 00:0e: [io  0x0500-0x053f]
[    0.132544] pnp 00:0e: [io  0x0680-0x069f]
[    0.132547] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
[    0.132551] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[    0.132554] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
[    0.132557] pnp 00:0e: [mem 0xfff80000-0xffffffff]
[    0.132618] system 00:0e: [io  0x0400-0x047f] has been reserved
[    0.132621] system 00:0e: [io  0x04d0-0x04d1] has been reserved
[    0.132625] system 00:0e: [io  0x0500-0x053f] has been reserved
[    0.132629] system 00:0e: [io  0x0680-0x069f] has been reserved
[    0.132633] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.132637] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.132640] system 00:0e: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.132644] system 00:0e: [mem 0xfff80000-0xffffffff] has been reserved
[    0.132649] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.132809] pnp 00:0f: [mem 0x00000000-0x0009ffff]
[    0.132812] pnp 00:0f: [mem 0x00000000-0xffffffff disabled]
[    0.132816] pnp 00:0f: [mem 0x000e0000-0x000fffff]
[    0.132819] pnp 00:0f: [mem 0x00100000-0x7fffffff]
[    0.132822] pnp 00:0f: [mem 0x00000000-0xffffffff disabled]
[    0.132873] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.132877] system 00:0f: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.132881] system 00:0f: [mem 0x00100000-0x7fffffff] could not be reserved
[    0.132885] system 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.133406] pnp: PnP ACPI: found 16 devices
[    0.133406] ACPI: ACPI bus type pnp unregistered
[    0.170899] Switching to clocksource acpi_pm
[    0.170955] pci 0000:02:03.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.170960] pci 0000:02:03.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.170964] pci 0000:02:05.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.170969] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 02] add_size c000000
[    0.170977] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size c000000
[    0.170984] pci 0000:00:1e.0: BAR 15: assigned [mem 0x80000000-0x8bffffff pref]
[    0.170988] pci 0000:00:1f.1: BAR 5: assigned [mem 0x8c000000-0x8c0003ff]
[    0.170996] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.171000] pci 0000:00:01.0:   bridge window [io  0x9000-0xbfff]
[    0.171005] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    0.171009] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff pref]
[    0.171024] pci 0000:02:03.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.171027] pci 0000:02:03.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.171031] pci 0000:02:03.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.171035] pci 0000:02:03.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.171039] pci 0000:02:05.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.171042] pci 0000:02:05.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.171046] pci 0000:02:03.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171050] pci 0000:02:03.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171054] pci 0000:02:03.1: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171057] pci 0000:02:03.1: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171061] pci 0000:02:05.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171064] pci 0000:02:05.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.171069] pci 0000:02:03.0: BAR 0: assigned [mem 0x90000000-0x90000fff]
[    0.171075] pci 0000:02:03.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[    0.171079] pci 0000:02:03.0: BAR 16: assigned [mem 0x94000000-0x97ffffff]
[    0.171083] pci 0000:02:03.1: BAR 0: assigned [mem 0x98000000-0x98000fff]
[    0.171089] pci 0000:02:03.1: BAR 15: assigned [mem 0x84000000-0x87ffffff pref]
[    0.171093] pci 0000:02:03.1: BAR 16: assigned [mem 0x9c000000-0x9fffffff]
[    0.171097] pci 0000:02:05.0: BAR 0: assigned [mem 0xa0000000-0xa0000fff]
[    0.171103] pci 0000:02:05.0: BAR 15: assigned [mem 0x88000000-0x8bffffff pref]
[    0.171107] pci 0000:02:05.0: BAR 16: assigned [mem 0xa4000000-0xa7ffffff]
[    0.171111] pci 0000:02:03.0: BAR 13: assigned [io  0xc000-0xc0ff]
[    0.171114] pci 0000:02:03.0: BAR 14: assigned [io  0xc400-0xc4ff]
[    0.171118] pci 0000:02:03.1: BAR 13: assigned [io  0xcc00-0xccff]
[    0.171123] pci 0000:02:03.1: BAR 14: assigned [io  0x1000-0x10ff]
[    0.171127] pci 0000:02:05.0: BAR 13: assigned [io  0x1400-0x14ff]
[    0.171132] pci 0000:02:05.0: BAR 14: assigned [io  0x1800-0x18ff]
[    0.171137] pci 0000:02:03.0: CardBus bridge to [bus 03-06]
[    0.171140] pci 0000:02:03.0:   bridge window [io  0xc000-0xc0ff]
[    0.171145] pci 0000:02:03.0:   bridge window [io  0xc400-0xc4ff]
[    0.171150] pci 0000:02:03.0:   bridge window [mem 0x80000000-0x83ffffff pref]
[    0.171156] pci 0000:02:03.0:   bridge window [mem 0x94000000-0x97ffffff]
[    0.171161] pci 0000:02:03.1: CardBus bridge to [bus 07-0a]
[    0.171164] pci 0000:02:03.1:   bridge window [io  0xcc00-0xccff]
[    0.171169] pci 0000:02:03.1:   bridge window [io  0x1000-0x10ff]
[    0.171174] pci 0000:02:03.1:   bridge window [mem 0x84000000-0x87ffffff pref]
[    0.171179] pci 0000:02:03.1:   bridge window [mem 0x9c000000-0x9fffffff]
[    0.171184] pci 0000:02:05.0: CardBus bridge to [bus 0b-0e]
[    0.171188] pci 0000:02:05.0:   bridge window [io  0x1400-0x14ff]
[    0.171192] pci 0000:02:05.0:   bridge window [io  0x1800-0x18ff]
[    0.171198] pci 0000:02:05.0:   bridge window [mem 0x88000000-0x8bffffff pref]
[    0.171203] pci 0000:02:05.0:   bridge window [mem 0xa4000000-0xa7ffffff]
[    0.171207] pci 0000:00:1e.0: PCI bridge to [bus 02]
[    0.171211] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.171218] pci 0000:00:1e.0:   bridge window [mem 0xe0100000-0xe01fffff]
[    0.171223] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0x8bffffff pref]
[    0.171243] pci 0000:00:1e.0: setting latency timer to 64
[    0.171268] pci 0000:02:03.1: enabling device (0080 -> 0083)
[    0.171276] pci 0000:02:03.1: setting latency timer to 64
[    0.171288] pci 0000:02:05.0: setting latency timer to 64
[    0.171293] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.171296] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.171300] pci_bus 0000:01: resource 0 [io  0x9000-0xbfff]
[    0.171303] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xe00fffff]
[    0.171307] pci_bus 0000:01: resource 2 [mem 0xaff00000-0xbfefffff pref]
[    0.171310] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.171313] pci_bus 0000:02: resource 1 [mem 0xe0100000-0xe01fffff]
[    0.171317] pci_bus 0000:02: resource 2 [mem 0x80000000-0x8bffffff pref]
[    0.171320] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.171323] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[    0.171326] pci_bus 0000:03: resource 0 [io  0xc000-0xc0ff]
[    0.171330] pci_bus 0000:03: resource 1 [io  0xc400-0xc4ff]
[    0.171333] pci_bus 0000:03: resource 2 [mem 0x80000000-0x83ffffff pref]
[    0.171336] pci_bus 0000:03: resource 3 [mem 0x94000000-0x97ffffff]
[    0.171340] pci_bus 0000:07: resource 0 [io  0xcc00-0xccff]
[    0.171343] pci_bus 0000:07: resource 1 [io  0x1000-0x10ff]
[    0.171346] pci_bus 0000:07: resource 2 [mem 0x84000000-0x87ffffff pref]
[    0.171349] pci_bus 0000:07: resource 3 [mem 0x9c000000-0x9fffffff]
[    0.171353] pci_bus 0000:0b: resource 0 [io  0x1400-0x14ff]
[    0.171356] pci_bus 0000:0b: resource 1 [io  0x1800-0x18ff]
[    0.171359] pci_bus 0000:0b: resource 2 [mem 0x88000000-0x8bffffff pref]
[    0.171363] pci_bus 0000:0b: resource 3 [mem 0xa4000000-0xa7ffffff]
[    0.171425] NET: Registered protocol family 2
[    0.171653] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.172910] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.172910] TCP: Hash tables configured (established 131072 bind 65536)
[    0.172977] TCP: reno registered
[    0.172987] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.173013] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.173179] NET: Registered protocol family 1
[    0.173389] pci 0000:01:00.0: Boot video device
[    0.173410] PCI: CLS 64 bytes, default 64
[    0.173497] Unpacking initramfs...
[    0.645477] Freeing initrd memory: 15024k freed
[    0.660743] apm: BIOS not found.
[    0.661187] audit: initializing netlink socket (disabled)
[    0.661213] type=2000 audit(1361313599.660:1): initialized
[    0.675250] bounce pool size: 64 pages
[    0.675272] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.677709] VFS: Disk quotas dquot_6.5.2
[    0.677785] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.678013] msgmni has been set to 1719
[    0.678298] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.678330] io scheduler noop registered
[    0.678332] io scheduler deadline registered
[    0.678343] io scheduler cfq registered (default)
[    0.678634] intel_idle: does not run on family 6 model 13
[    0.678673] GHES: HEST is not enabled!
[    0.678689] isapnp: Scanning for PnP cards...
[    1.034962] isapnp: No Plug & Play device found
[    1.035018] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.055564] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.076042] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.096530] 00:0a: ttyS3 at I/O 0x2e8 (irq = 11) is a 16550A
[    1.097047] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.105879] i8042: Detected active multiplexing controller, rev 1.0
[    1.107273] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.107316] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.107347] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.107382] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.107413] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.107535] mousedev: PS/2 mouse device common for all mice
[    1.107756] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.107778] rtc0: alarms up to one month, 114 bytes nvram
[    1.107805] cpuidle: using governor ladder
[    1.107807] cpuidle: using governor menu
[    1.107810] EFI Variables Facility v0.08 2004-May-17
[    1.107843] drop_monitor: Initializing network drop monitor service
[    1.107967] TCP: cubic registered
[    1.108124] NET: Registered protocol family 10
[    1.108362] NET: Registered protocol family 17
[    1.108376] Key type dns_resolver registered
[    1.108514] Using IPI No-Shortcut mode
[    1.108613] PM: Hibernation image not present or could not be loaded.
[    1.108624] registered taskstats version 1
[    1.109113]   Magic number: 1:869:704
[    1.109138] event_source cpu: hash matches
[    1.109215]  cpu: hash matches
[    1.109241] rtc_cmos 00:03: setting system clock to 2013-02-19 22:40:00 UTC (1361313600)
[    1.109535] Freeing unused kernel memory: 556k freed
[    1.109925] Write protecting the kernel text: 4100k
[    1.109954] Write protecting the kernel read-only data: 1256k
[    1.110364] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.120614] systemd-udevd[39]: starting version 197
[    1.183874] ACPI: bus type usb registered
[    1.183917] usbcore: registered new interface driver usbfs
[    1.183933] usbcore: registered new interface driver hub
[    1.187221] usbcore: registered new device driver usb
[    1.187954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.188011] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.188017] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.188027] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.188049] ehci_hcd 0000:00:1d.7: debug port 1
[    1.192865] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.192899] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe02ffc00
[    1.197001] SCSI subsystem initialized
[    1.199498] ACPI: bus type scsi registered
[    1.200120] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.200353] hub 1-0:1.0: USB hub found
[    1.200360] hub 1-0:1.0: 6 ports detected
[    1.201023] uhci_hcd: USB Universal Host Controller Interface driver
[    1.201069] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.201073] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.201086] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.201129] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000e800
[    1.201548] hub 2-0:1.0: USB hub found
[    1.201554] hub 2-0:1.0: 2 ports detected
[    1.201675] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.201680] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.201691] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.201725] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e880
[    1.201889] hub 3-0:1.0: USB hub found
[    1.201895] hub 3-0:1.0: 2 ports detected
[    1.202007] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.202011] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.202018] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.202049] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ec00
[    1.202215] hub 4-0:1.0: USB hub found
[    1.202220] hub 4-0:1.0: 2 ports detected
[    1.205991] libata version 3.00 loaded.
[    1.206435] ata_piix 0000:00:1f.1: version 2.13
[    1.206450] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    1.206498] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.210030] scsi0 : ata_piix
[    1.213384] scsi1 : ata_piix
[    1.214269] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    1.214272] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.256762] firewire_ohci 0000:02:05.1: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.381307] ata2.00: ATAPI: Optiarc DVD RW AD-5540A, 2.63, max UDMA/33
[    1.394334] ata2.00: configured for UDMA/33
[    1.423237] ata1.00: ATA-8: WDC WD3200BEVE-00A0HT0, 11.01A11, max UDMA/100
[    1.423241] ata1.00: 625142448 sectors, multi 16: LBA48 
[    1.437032] ata1.00: configured for UDMA/100
[    1.437180] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVE-0 11.0 PQ: 0 ANSI: 5
[    1.438484] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-5540A  2.63 PQ: 0 ANSI: 5
[    1.437473] ACPI: Invalid Power Resource to register!
[    1.442209] ACPI: Invalid Power Resource to register!
[    1.446065] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.446128] sd 0:0:0:0: [sda] Write Protect is off
[    1.446132] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.446158] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.462865]  sda: sda1 sda2 sda3 sda4 < sda5 >
[    1.463373] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.465186] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.465189] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.465427] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.663351] tsc: Refined TSC clocksource calibration: 1786.192 MHz
[    1.663360] Switching to clocksource tsc
[    1.756779] firewire_core 0000:02:05.1: created device fw0: GUID 00012f650002672e, S400
[    1.793710] device-mapper: uevent: version 1.0.3
[    1.794265] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
[    1.853351] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    2.042639] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1
[    2.043212] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1/input0
[    2.049179] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input2
[    2.049486] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1/input1
[    2.049649] usbcore: registered new interface driver usbhid
[    2.049651] usbhid: USB HID core driver
[    6.663306] bio: create slab <bio-1> at 1
[    6.805405] bio: create slab <bio-1> at 1
[    9.387595] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   10.203659] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[   10.303402] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[   10.336492] systemd[1]: Set hostname to <devastato>.
[   11.036917] systemd[1]: [/etc/systemd/system/rc-local.service:1] Unknown section 'unit'. Ignoring.
[   11.036931] systemd[1]: [/etc/systemd/system/rc-local.service:2] Assignment outside of section. Ignoring.
[   11.473910] systemd[1]: Cannot add dependency job for unit lvm.service, ignoring: Unit lvm.service failed to load: No such file or directory. See system logs and 'systemctl status lvm.service' for details.
[   11.474342] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[   11.474426] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.474448] systemd[1]: Starting Remote File Systems.
[   11.474757] systemd[1]: Reached target Remote File Systems.
[   11.474775] systemd[1]: Starting Device-mapper event daemon FIFOs.
[   11.475068] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   11.475084] systemd[1]: Starting Delayed Shutdown Socket.
[   11.475363] systemd[1]: Listening on Delayed Shutdown Socket.
[   11.475379] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[   11.475653] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   11.475669] systemd[1]: Starting LVM2 metadata daemon socket.
[   11.475934] systemd[1]: Listening on LVM2 metadata daemon socket.
[   11.475951] systemd[1]: Starting Encrypted Volumes.
[   11.476195] systemd[1]: Reached target Encrypted Volumes.
[   11.476297] systemd[1]: Starting udev Kernel Socket.
[   11.476562] systemd[1]: Listening on udev Kernel Socket.
[   11.476634] systemd[1]: Starting udev Control Socket.
[   11.476931] systemd[1]: Listening on udev Control Socket.
[   11.476957] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[   11.477010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   11.477058] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[   11.477457] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.477475] systemd[1]: Expecting device dev-mapper-vgroup\x2dswap.device...
[   11.477668] systemd[1]: Expecting device dev-disk-by\x2duuid-e432d41e\x2dd6d3\x2d4cdc\x2dad1c\x2d67010fffb839.device...
[   11.477863] systemd[1]: Expecting device dev-mapper-vgroup\x2dhome.device...
[   11.478054] systemd[1]: Expecting device dev-disk-by\x2duuid-096a8551\x2d9eca\x2d4231\x2da56f\x2d2de3f1442785.device...
[   11.478251] systemd[1]: Starting Journal Socket.
[   11.478559] systemd[1]: Listening on Journal Socket.
[   11.478579] systemd[1]: Mounting Temporary Directory...
[   11.486133] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[   11.512598] systemd[1]: Started File System Check on Root Device.
[   11.512621] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.537202] systemd[1]: Starting Setup Virtual Console...
[   11.589891] systemd[1]: Starting udev Kernel Device Manager...
[   11.733725] systemd[1]: Starting Set Up Additional Binary Formats...
[   11.736844] systemd[1]: Mounting Debug File System...
[   11.823924] systemd[1]: Starting Load Kernel Modules...
[   11.826853] systemd[1]: Starting udev Coldplug all Devices...
[   11.830138] systemd[1]: Mounting POSIX Message Queue File System...
[   11.833447] systemd[1]: Mounting Huge Pages File System...
[   11.922185] systemd[1]: Starting Apply Kernel Variables...
[   11.926814] systemd[1]: Starting Journal Service...
[   11.930410] systemd[1]: Started Journal Service.
[   12.512521] systemd-udevd[154]: starting version 197
[   12.811195] fuse init (API version 7.20)
[   12.823000] EXT4-fs (dm-1): re-mounted. Opts: (null)
[   13.119107] iTCO_vendor_support: vendor-support=0
[   13.142548] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   14.374747] wmi: Mapper loaded
[   14.385175] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   14.395038] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[   14.395201] acpi device:10: registered as cooling_device0
[   14.395225] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   14.395289] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0e/LNXVIDEO:00/input/input4
[   14.456169] microcode: CPU0 sig=0x6d6, pf=0x20, revision=0x17
[   14.457285] ACPI: Requesting acpi_cpufreq
[   14.580003] microcode: CPU0 updated to revision 0x18, date = 2004-10-17
[   14.580229] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   14.608242] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   14.609389] ACPI: Power Button [PWRB]
[   14.609484] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[   14.609597] ACPI: Lid Switch [LIDD]
[   14.609669] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[   14.609716] ACPI: Sleep Button [SLPB]
[   14.611272] ACPI: AC Adapter [AC0] (on-line)
[   14.636841] ACPI: Battery Slot [BAT1] (battery absent)
[   14.648858] ACPI: Battery Slot [BAT2] (battery absent)
[   14.667057] thermal LNXTHERM:00: registered as thermal_zone0
[   14.667063] ACPI: Thermal Zone [THRM] (78 C)
[   14.776103] psmouse serio2: hgpk: ID: 10 00 64
[   14.991482] tsc: Marking TSC unstable due to TSC halts in idle
[   14.991526] ACPI: acpi_idle registered with cpuidle
[   14.996057] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[   14.996125] ACPI: Power Button [PWRF]
[   14.998269] Switching to clocksource acpi_pm
[   15.400172] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio2/input/input9
[   15.606919] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   15.620964] parport_pc 00:0c: reported by Plug and Play ACPI
[   15.620986] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
[   15.623024] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   16.032868] ppdev: user-space parallel port driver
[   16.150581] intel_rng: FWH not detected
[   16.152076] Linux agpgart interface v0.103
[   16.172705] psmouse serio3: synaptics: Touchpad model: 1, fw: 6.2, id: 0x8fa0b1, caps: 0xa0471b/0x200000/0x0, board id: 3655, fw id: 172536
[   16.210169] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input10
[   16.215624] input: semtech psaux/serial TouchScreen as /devices/platform/i8042/serio1/input/input11
[   16.215683] semtech: bad acknolowedge received 0xfe
[   16.217075] semtech: bad acknolowedge received 0xfe
[   16.217159] input: semtech psaux/serial TouchScreen as /devices/platform/i8042/serio4/input/input12
[   16.435592] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   16.435648] 8139cp 0000:02:02.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[   16.458199] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[   16.473510] yenta_cardbus 0000:02:03.0: CardBus bridge found [14ff:060b]
[   16.473532] yenta_cardbus 0000:02:03.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   16.496646] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   16.496993] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x0460)
[   16.497172] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   16.497224] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[   16.600873] yenta_cardbus 0000:02:03.0: ISA IRQ mask 0x0c38, PCI irq 20
[   16.600888] yenta_cardbus 0000:02:03.0: Socket status: 30000820
[   16.600901] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[   16.600924] yenta_cardbus 0000:02:03.0: pcmcia: parent PCI bridge window: [io  0xc000-0xcfff]
[   16.600936] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc000-0xcfff:
[   16.602248]  excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xc800-0xc8ff 0xcc00-0xccff
[   16.610622] yenta_cardbus 0000:02:03.0: pcmcia: parent PCI bridge window: [mem 0xe0100000-0xe01fffff]
[   16.610636] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe0100000-0xe01fffff:
[   16.610664]  excluding 0xe01e0000-0xe01fffff
[   16.610679] yenta_cardbus 0000:02:03.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x8bffffff pref]
[   16.610691] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x8bffffff:
[   16.610732]  excluding 0x80000000-0x8bffffff
[   16.615610] yenta_cardbus 0000:02:03.1: CardBus bridge found [14ff:060b]
[   16.740863] yenta_cardbus 0000:02:03.1: ISA IRQ mask 0x0c38, PCI irq 20
[   16.740871] yenta_cardbus 0000:02:03.1: Socket status: 30000410
[   16.740877] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[   16.740888] yenta_cardbus 0000:02:03.1: pcmcia: parent PCI bridge window: [io  0xc000-0xcfff]
[   16.740892] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc000-0xcfff:
[   16.742066]  excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xc800-0xc8ff 0xcc00-0xccff
[   16.747296] yenta_cardbus 0000:02:03.1: pcmcia: parent PCI bridge window: [mem 0xe0100000-0xe01fffff]
[   16.747301] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe0100000-0xe01fffff:
[   16.747311]  excluding 0xe01e0000-0xe01fffff
[   16.747316] yenta_cardbus 0000:02:03.1: pcmcia: parent PCI bridge window: [mem 0x80000000-0x8bffffff pref]
[   16.747320] pcmcia_socket pcmcia_socket1: cs: memory probe 0x80000000-0x8bffffff:
[   16.747335]  excluding 0x80000000-0x8bffffff
[   16.747966] yenta_cardbus 0000:02:05.0: CardBus bridge found [14ff:060a]
[   16.791127] 8139too: 8139too Fast Ethernet driver 0.9.28
[   16.854373] [drm] Initialized drm 1.1.0 20060810
[   16.874037] yenta_cardbus 0000:02:05.0: ISA IRQ mask 0x0c38, PCI irq 16
[   16.874048] yenta_cardbus 0000:02:05.0: Socket status: 30000821
[   16.874058] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #0a to #0e
[   16.874078] yenta_cardbus 0000:02:05.0: pcmcia: parent PCI bridge window: [io  0xc000-0xcfff]
[   16.874087] pcmcia_socket pcmcia_socket2: cs: IO port probe 0xc000-0xcfff:
[   16.875369]  excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xc800-0xc8ff 0xcc00-0xccff
[   16.881587] yenta_cardbus 0000:02:05.0: pcmcia: parent PCI bridge window: [mem 0xe0100000-0xe01fffff]
[   16.881602] pcmcia_socket pcmcia_socket2: cs: memory probe 0xe0100000-0xe01fffff:
[   16.881629]  excluding 0xe01e0000-0xe01fffff
[   16.881645] yenta_cardbus 0000:02:05.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x8bffffff pref]
[   16.881656] pcmcia_socket pcmcia_socket2: cs: memory probe 0x80000000-0x8bffffff:
[   16.881698]  excluding 0x80000000-0x8bffffff
[   16.883333] 8139too 0000:02:02.0 eth0: RealTek RTL8139 at 0xf81dcc00, 00:40:45:2a:00:c8, IRQ 19
[   16.973312] cfg80211: Calling CRDA to update world regulatory domain
[   17.500052] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
[   17.500098] pci 0000:03:00.0: [1033:0035] type 00 class 0x0c0310
[   17.500139] pci 0000:03:00.0: reg 10: [mem 0x00000000-0x00000fff]
[   17.500268] pci 0000:03:00.0: supports D1 D2
[   17.500278] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot
[   17.500322] pci 0000:03:00.1: [1033:0035] type 00 class 0x0c0310
[   17.500355] pci 0000:03:00.1: reg 10: [mem 0x00000000-0x00000fff]
[   17.500478] pci 0000:03:00.1: supports D1 D2
[   17.500487] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot
[   17.500531] pci 0000:03:00.0: BAR 0: assigned [mem 0x94000000-0x94000fff]
[   17.500547] pci 0000:03:00.1: BAR 0: assigned [mem 0x94001000-0x94001fff]
[   17.500589] pci 0000:03:00.0: enabling device (0000 -> 0002)
[   17.500925] pci 0000:03:00.1: enabling device (0000 -> 0002)
[   17.633424] pcmcia_socket pcmcia_socket1: pccard: PCMCIA card inserted into slot 1
[   17.633442] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe0100000-0xe01dffff:
[   17.661206]  clean.
[   17.661788] pcmcia 1.0: pcmcia: registering new device pcmcia1.0 (IRQ: 3)
[   17.766721] pcmcia_socket pcmcia_socket2: pccard: CardBus card inserted into slot 2
[   17.766807] pci 0000:0b:00.0: [1106:3038] type 00 class 0x0c0300
[   17.766861] pci 0000:0b:00.0: reg 14: [mem 0x00000000-0x000000ff]
[   17.766910] pci 0000:0b:00.0: reg 20: [io  0xfce0-0xfcff]
[   17.766994] pci 0000:0b:00.0: supports D1 D2
[   17.767004] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   17.767048] pci 0000:0b:00.1: [1106:3038] type 00 class 0x0c0300
[   17.767095] pci 0000:0b:00.1: reg 14: [mem 0x00000000-0x000000ff]
[   17.767142] pci 0000:0b:00.1: reg 20: [io  0xfce0-0xfcff]
[   17.767219] pci 0000:0b:00.1: supports D1 D2
[   17.767228] pci 0000:0b:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[   17.767274] pci 0000:0b:00.0: BAR 1: assigned [mem 0xa4000000-0xa40000ff]
[   17.767290] pci 0000:0b:00.1: BAR 1: assigned [mem 0xa4000100-0xa40001ff]
[   17.767304] pci 0000:0b:00.0: BAR 4: assigned [io  0x1400-0x141f]
[   17.767318] pci 0000:0b:00.1: BAR 4: assigned [io  0x1420-0x143f]
[   17.767361] pci 0000:0b:00.0: enabling device (0000 -> 0003)
[   17.767634] uhci_hcd 0000:0b:00.0: UHCI Host Controller
[   17.767658] uhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 5
[   17.767712] uhci_hcd 0000:0b:00.0: irq 16, io base 0x00001400
[   17.768231] hub 5-0:1.0: USB hub found
[   17.768248] hub 5-0:1.0: 2 ports detected
[   17.768621] pci 0000:0b:00.1: enabling device (0000 -> 0003)
[   17.768837] uhci_hcd 0000:0b:00.1: UHCI Host Controller
[   17.768859] uhci_hcd 0000:0b:00.1: new USB bus registered, assigned bus number 6
[   17.768904] uhci_hcd 0000:0b:00.1: irq 16, io base 0x00001420
[   17.769383] hub 6-0:1.0: USB hub found
[   17.769398] hub 6-0:1.0: 2 ports detected
[   18.073393] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[   18.130479] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
[   18.131400]  excluding 0x170-0x177 0x1f0-0x1f7 0x2e8-0x2ef 0x2f8-0x2ff 0x370-0x37f
[   18.132073] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
[   18.132264]  excluding 0x3f0-0x47f 0x4d0-0x4d7
[   18.132439] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff:
[   18.132992]  clean.
[   18.133014] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7:
[   18.134192] pcmcia_socket pcmcia_socket2: cs: IO port probe 0x100-0x3af:
[   18.135106]  excluding 0x170-0x177 0x1f0-0x1f7 0x2e8-0x2ef 0x2f8-0x2ff 0x370-0x37f
[   18.135767] pcmcia_socket pcmcia_socket2: cs: IO port probe 0x3e0-0x4ff:
[   18.135964]  excluding 0x3f0-0x47f 0x4d0-0x4d7
[   18.136143] pcmcia_socket pcmcia_socket2: cs: IO port probe 0x820-0x8ff:
[   18.137403] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   18.138318]  excluding 0x170-0x177 0x1f0-0x1f7 0x2e8-0x2ef 0x2f8-0x2ff 0x370-0x37f
[   18.138984] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[   18.139176]  excluding 0x3f0-0x47f 0x4d0-0x4d7
[   18.139350] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[   18.139858]  excluding 0x8e8-0x8ef
[   18.139901] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[   18.140849]  clean.
[   18.140880] pcmcia_socket pcmcia_socket2: cs: IO port probe 0xc00-0xcf7:
[   18.141179]  excluding 0xc08-0xc0f 0xc50-0xc57
[   18.141480] pcmcia_socket pcmcia_socket2: cs: memory probe 0x0c0000-0x0fffff:
[   18.141485]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.141517] pcmcia_socket pcmcia_socket2: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.141521]  excluding 0xa0000000-0xa00fffff
[   18.141555] pcmcia_socket pcmcia_socket2: cs: memory probe 0x60000000-0x60ffffff:
[   18.141565]  excluding 0x60000000-0x60ffffff
[   18.142533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   18.142591] ohci_hcd 0000:03:00.0: setting latency timer to 64
[   18.142596] ohci_hcd 0000:03:00.0: OHCI Host Controller
[   18.142606] ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 7
[   18.142632] ohci_hcd 0000:03:00.0: irq 20, io mem 0x94000000
[   18.144795]  excluding 0xc08-0xc0f
[   18.145122] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   18.145128]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.145159] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.145163]  excluding 0xa0000000-0xa00fffff
[   18.145198] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   18.145208]  excluding 0x60000000-0x60ffffff
[   18.145232] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[   18.145855]  clean.
[   18.146173]  clean.
[   18.146206] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
[   18.146211]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.146242] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.146246]  excluding 0xa0000000-0xa00fffff
[   18.146280] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff:
[   18.146290]  excluding 0x60000000-0x60ffffff
[   18.146314] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff:
[   18.149861] pcmcia_socket pcmcia_socket2: cs: IO port probe 0xa00-0xaff:
[   18.150689]  clean.
[   18.154021]  clean.
[   18.190079] usb 5-1: device descriptor read/64, error -71
[   18.218972] Adding 1048572k swap on /dev/mapper/vgroup-swap.  Priority:-1 extents:1 across:1048572k 
[   18.225039] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64
[   18.264550] [drm] radeon defaulting to kernel modesetting.
[   18.264555] [drm] radeon kernel modesetting enabled.
[   18.265815] [drm] initializing kernel modesetting (RV250 0x1002:0x4C66 0x14FF:0x0311).
[   18.265837] [drm] register mmio base: 0xE00F0000
[   18.265840] [drm] register mmio size: 65536
[   18.270446] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[   18.270459] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[   18.270490] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[   18.270541] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[   18.270549] radeon 0000:01:00.0: VRAM: 128M 0x00000000B0000000 - 0x00000000B7FFFFFF (64M used)
[   18.270559] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   18.270560] [drm] Driver supports precise vblank timestamp query.
[   18.270571] [drm] radeon: irq initialized.
[   18.271043] [drm] Detected VRAM RAM=128M, BAR=128M
[   18.271049] [drm] RAM width 128bits DDR
[   18.274495] [TTM] Zone  kernel: Available graphics memory: 440394 kiB
[   18.274499] [TTM] Zone highmem: Available graphics memory: 1034222 kiB
[   18.274501] [TTM] Initializing pool allocator
[   18.274535] [drm] radeon: 64M of VRAM memory ready
[   18.274539] [drm] radeon: 256M of GTT memory ready.
[   18.281841] radeon 0000:01:00.0: WB disabled
[   18.281853] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000d0000000 and cpu addr 0xf8008000
[   18.295218] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[   18.295556] [drm] Loading R200 Microcode
[   18.297248] hub 7-0:1.0: USB hub found
[   18.297259] hub 7-0:1.0: 1 port detected
[   18.297402] ohci_hcd 0000:03:00.1: setting latency timer to 64
[   18.297407] ohci_hcd 0000:03:00.1: OHCI Host Controller
[   18.297416] ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 8
[   18.297438] ohci_hcd 0000:03:00.1: irq 20, io mem 0x94001000
[   18.380845] hub 8-0:1.0: USB hub found
[   18.380857] hub 8-0:1.0: 1 port detected
[   18.409737] [drm] radeon: ring at 0x00000000D0001000
[   18.409762] [drm] ring test succeeded in 1 usecs
[   18.410453] [drm] ib test succeeded in 0 usecs
[   18.410686] [drm] Panel ID String: 1024x768                
[   18.410689] [drm] Panel Size 1024x768
[   18.419686] cfg80211: World regulatory domain updated:
[   18.419692] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   18.419695] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.419698] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.419701] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.419704] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.419706] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.500038] [drm] radeon legacy LVDS backlight initialized
[   18.500049] [drm] Radeon Display Connectors
[   18.500052] [drm] Connector 0:
[   18.500055] [drm]   VGA-1
[   18.500058] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   18.500060] [drm]   Encoders:
[   18.500062] [drm]     CRT1: INTERNAL_DAC1
[   18.500065] [drm] Connector 1:
[   18.500067] [drm]   LVDS-1
[   18.500068] [drm]   Encoders:
[   18.500070] [drm]     LCD1: INTERNAL_LVDS
[   18.500072] [drm] Connector 2:
[   18.500074] [drm]   SVIDEO-1
[   18.500076] [drm]   Encoders:
[   18.500078] [drm]     TV1: INTERNAL_DAC2
[   18.507948] ath5k 0000:02:01.0: registered as 'phy0'
[   18.697981] [drm] fb mappable at 0xB0040000
[   18.697988] [drm] vram apper at 0xB0000000
[   18.697990] [drm] size 3145728
[   18.697991] [drm] fb depth is 24
[   18.697993] [drm]    pitch is 4096
[   18.698270] fbcon: radeondrmfb (fb0) is primary device
[   18.928345] Console: switching to colour frame buffer device 128x48
[   18.987389] fb0: radeondrmfb frame buffer device
[   18.987392] drm: registered panic notifier
[   18.987412] [drm] Initialized radeon 2.24.0 20080528 for 0000:01:00.0 on minor 0
[   19.163401] intel8x0_measure_ac97_clock: measured 52763 usecs (2543 samples)
[   19.163409] intel8x0: clocking to 48000
[   19.463016] ath: EEPROM regdomain: 0x0
[   19.463022] ath: EEPROM indicates default country code should be used
[   19.463024] ath: doing EEPROM country->regdmn map search
[   19.463027] ath: country maps to regdmn code: 0x3a
[   19.463029] ath: Country alpha2 being used: US
[   19.463031] ath: Regpair used: 0x3a
[   19.508407] Bluetooth: Core ver 2.16
[   19.508609] NET: Registered protocol family 31
[   19.508612] Bluetooth: HCI device and connection manager initialized
[   19.508626] Bluetooth: HCI socket layer initialized
[   19.508630] Bluetooth: L2CAP socket layer initialized
[   19.508639] Bluetooth: SCO socket layer initialized
[   19.509876] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   19.510809] cfg80211: Calling CRDA for country: US
[   19.511520] ath5k: phy0: Atheros AR5413 chip found (MAC: 0xa4, PHY: 0x61)
[   19.536534] cfg80211: Regulatory domain changed to country: US
[   19.536541] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   19.536544] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   19.536547] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   19.536550] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   19.536552] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   19.536555] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   19.536558] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   19.545407] usbcore: registered new interface driver btusb
[   20.427059] usb 8-1: new full-speed USB device number 2 using ohci_hcd
[   21.593042] usbcore: registered new interface driver usbserial
[   21.594148] usbcore: registered new interface driver usbserial_generic
[   21.594890] usbserial: USB Serial support registered for generic
[   21.642554] usbcore: registered new interface driver option
[   21.643273] usbserial: USB Serial support registered for GSM modem (1-port)
[   21.643981] option 8-1:1.0: GSM modem (1-port) converter detected
[   21.644183] usb 8-1: GSM modem (1-port) converter now attached to ttyUSB0
[   21.644211] option 8-1:1.1: GSM modem (1-port) converter detected
[   21.644363] usb 8-1: GSM modem (1-port) converter now attached to ttyUSB1
[   21.644384] option 8-1:1.2: GSM modem (1-port) converter detected
[   21.644524] usb 8-1: GSM modem (1-port) converter now attached to ttyUSB2
[   22.028599] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   22.278203] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   22.540476] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[   22.541479] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   22.694944] systemd-journald[163]: Received SIGUSR1
[   22.850914] systemd-journald[163]: File /var/log/journal/a1d793f6eaed23861cb04410000006ef/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   23.488317] input: semtech psaux/serial TouchScreen as /devices/platform/i8042/serio2/input/input13
[   23.512482] semtech: Semtech UR7HCTS2 detected
[   23.534602] semtech: UR7HCTS2 successfully initialized in absolute mode
[   27.280911] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   27.280929] Bluetooth: BNEP socket layer initialized
[   27.401259] Bluetooth: RFCOMM TTY layer initialized
[   27.401292] Bluetooth: RFCOMM socket layer initialized
[   27.401299] Bluetooth: RFCOMM ver 1.11
[   29.253029] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   29.269491] 8139too 0000:02:02.0 eth0: link down
[   29.269529] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   35.881846] wlan0: authenticate with 00:1b:2f:f1:41:1a
[   35.891706] wlan0: send auth to 00:1b:2f:f1:41:1a (try 1/3)
[   35.893136] wlan0: authenticated
[   35.896695] wlan0: associate with 00:1b:2f:f1:41:1a (try 1/3)
[   35.898917] wlan0: RX AssocResp from 00:1b:2f:f1:41:1a (capab=0x411 status=0 aid=1)
[   35.899367] wlan0: associated
[   35.899398] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   50.135865] EXT4-fs (dm-1): re-mounted. Opts: commit=0
[   51.651511] EXT4-fs (dm-3): re-mounted. Opts: commit=0
[   51.664007] EXT4-fs (sda5): re-mounted. Opts: commit=0
[   51.672639] EXT4-fs (sda2): re-mounted. Opts: commit=0

lspci -v

00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller
	Flags: bus master, fast devsel, latency 0
	Memory at d0000000 (32-bit, prefetchable) [size=256M]
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 3580
	Flags: bus master, fast devsel, latency 0

00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 3580
	Flags: bus master, fast devsel, latency 0

00:01.0 PCI bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to AGP Controller (rev 02) (prog-if 00 [Normal decode])
	Flags: bus master, 66MHz, fast devsel, latency 64
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	I/O behind bridge: 00009000-0000bfff
	Memory behind bridge: e0000000-e00fffff
	Prefetchable memory behind bridge: aff00000-bfefffff

00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 24cc
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at e800 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 24cc
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at e880 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 24cc
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at ec00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device c90a
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at e02ffc00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=0e, sec-latency=64
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: e0100000-e01fffff
	Prefetchable memory behind bridge: 80000000-8bffffff

00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
	Flags: bus master, medium devsel, latency 0
	Kernel driver in use: lpc_ich

00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 24cc
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4
	I/O ports at 0170 [size=8]
	I/O ports at 0374
	I/O ports at ffa0 [size=16]
	Memory at 8c000000 (32-bit, non-prefetchable) [size=1K]
	Kernel driver in use: ata_piix

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 040a
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at d800 [size=256]
	I/O ports at e000 [size=64]
	Memory at e02ff800 (32-bit, non-prefetchable) [size=512]
	Memory at e02ff400 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: snd_intel8x0

00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03) (prog-if 00 [Generic])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 1009
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at e400 [size=256]
	I/O ports at e080 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: snd_intel8x0m

01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Radeon RV250 [Mobility FireGL 9000] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 0311
	Flags: bus master, stepping, 66MHz, medium devsel, latency 64, IRQ 18
	Memory at b0000000 (32-bit, prefetchable) [size=128M]
	I/O ports at b000 [size=256]
	Memory at e00f0000 (32-bit, non-prefetchable) [size=64K]
	Expansion ROM at e00c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: radeon

02:01.0 Ethernet controller: Atheros Communications Inc. AR5413/AR5414 Wireless Network Adapter [AR5006X(S) 802.11abg] (rev 01)
	Subsystem: Atheros Communications Inc. EnGenius EMP-8602 (400mw) or Compex WLM54AG
	Flags: bus master, medium devsel, latency 168, IRQ 21
	Memory at e01f0000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath5k

02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 020b
	Flags: bus master, medium devsel, latency 64, IRQ 19
	I/O ports at c800 [size=256]
	Memory at e01efc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: 8139too

02:03.0 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 060b
	Flags: bus master, stepping, slow devsel, latency 168, IRQ 20
	Memory at 90000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
	Memory window 0: 80000000-83ffffff (prefetchable)
	Memory window 1: 94000000-97ffffff
	I/O window 0: 0000c000-0000c0ff
	I/O window 1: 0000c400-0000c4ff
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

02:03.1 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 060b
	Flags: bus master, stepping, slow devsel, latency 168, IRQ 20
	Memory at 98000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
	Memory window 0: 84000000-87ffffff (prefetchable)
	Memory window 1: 9c000000-9fffffff
	I/O window 0: 0000cc00-0000ccff
	I/O window 1: 00001000-000010ff
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

02:05.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev b8)
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 060a
	Flags: bus master, medium devsel, latency 168, IRQ 16
	Memory at a0000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=0b, subordinate=0e, sec-latency=176
	Memory window 0: 88000000-8bffffff (prefetchable)
	Memory window 1: a4000000-a7ffffff
	I/O window 0: 00001400-000014ff
	I/O window 1: 00001800-000018ff
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

02:05.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C551 IEEE 1394 Controller (prog-if 10 [OHCI])
	Subsystem: TWINHEAD INTERNATIONAL Corp Device 060a
	Flags: bus master, medium devsel, latency 64, IRQ 17
	Memory at e01ef000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci

03:00.0 USB controller: NEC Corporation OHCI USB Controller (rev 43) (prog-if 10 [OHCI])
	Subsystem: Option N.V. Device 0010
	Flags: bus master, medium devsel, latency 64, IRQ 20
	Memory at 94000000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

03:00.1 USB controller: NEC Corporation OHCI USB Controller (rev 43) (prog-if 10 [OHCI])
	Subsystem: Option N.V. Device 0011
	Flags: bus master, medium devsel, latency 64, IRQ 20
	Memory at 94001000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

0b:00.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62) (prog-if 00 [UHCI])
	Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
	Flags: bus master, medium devsel, latency 22, IRQ 16
	Memory at a4000000 (32-bit, non-prefetchable) [size=256]
	I/O ports at 1400 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

0b:00.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62) (prog-if 00 [UHCI])
	Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
	Flags: bus master, medium devsel, latency 22, IRQ 16
	Memory at a4000100 (32-bit, non-prefetchable) [size=256]
	I/O ports at 1420 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

Please help...the stability is even worse than windows 98, I cannot continue like this... thank you

Last edited by Xemertix (2013-02-19 21:57:58)

Offline

#2 2013-02-28 22:38:46

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Re: Radeon 9000 extreme Xorg instability

The same problem does happen more frequently when I use the laptop with battery instead of AC power: sometime the display show even coloured stripes after boot!
What can I do? please help
Thank you

Offline

#3 2013-11-03 00:28:04

cabo
Member
Registered: 2013-11-03
Posts: 1

Re: Radeon 9000 extreme Xorg instability

I had the same issue, hope this work for you too.
Make a file in /etc/X11/xorg.conf.d/ called 50-device.conf with this:

Section "Device"
  Identifier "Default Device"
Driver "radeon"
Option "MigrationHeuristic" "greedy"
Option "SwapbuffersWait" "off"
Option "ColorTiling" "on"
Option "ColorTiling2D" "on"
Option "EnablePageFlip" "on"
Option "AccelDFS" "on"
Option "XV_VSYNC" "on"
#Option "AccelMethod" "glamor"
Option "AccelMethod" "EXA"

EndSection

Seems to be a problem with glamor

Offline

Board footer

Powered by FluxBB