← Back to team overview

hybrid-graphics-linux team mailing list archive

Ati catalyst 11.1 (fglrx 8.812) on ATI/intel hybrid

 

Hello,

I've a HP Pavilion i5 laptop with hybrid ATI/intel

#lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] (rev ff)

I've tried to install latest ATI property driver 11.1 (correspond to fglrx 8.812) with no luck. With the older releases of this driver (up to 12.10), I got a "invalid BIOS signature" error
(EE) in X, and a X server aborting the run.

With this 11.1 release, it seems that the driver is able to run, as it don't aborts. The display appears full black, but I can change to TTYs with the keys, and X is running Also the Xorg.0.log seems more "normal" than before, giving "only" some Warnings,
but there seems to be a full initialization of the fglrx driver.

I've tried some options in boot (nomodeset, acpi_osi="Windows 2009"),
blacklisted i915,drm and also radeon, blacklisted "intel" in xorg.conf, dpkg-reconfigure udev,...
with no luck.

The warning I'm worried about with dis release, is a:
fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
mainly because ATI is in BusID "PCI:1:0:0" as I've set on xorg.conf,
but the initialization of the ATI card seems ok

I send enclosed the xorg.conf and the Xorg.0.log (latest part is when I kill the server),
just in case somebody is interested on trying things.



Section "ServerLayout"
	Identifier     "lay"
	Screen      "atiscr" 
EndSection

Section "Module"
	Disable "intel"
EndSection

Section "Monitor"
	Identifier   "hp"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ati"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	#ChipID	0
	#Option	"ModeDebug"	"true"
EndSection

Section "Screen"
	Identifier "atiscr"
	Device     "ati"
	Monitor    "hp"
	DefaultDepth     24
	SubSection "Display"
	#	Modes "1366x768"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "ServerFlags"
#	Option "AutoAddDevices" "false"
EndSection
[   158.034] 
X.Org X Server 1.9.0
Release Date: 2010-08-20
[   158.034] X Protocol Version 11, Revision 0
[   158.034] Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
[   158.034] Current Operating System: Linux esquio 2.6.35-25-generic-pae #44-Ubuntu SMP Fri Jan 21 19:01:46 UTC 2011 i686
[   158.034] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic-pae root=/dev/sda2 ro single
[   158.034] Build Date: 09 January 2011  12:14:58PM
[   158.034] xorg-server 2:1.9.0-0ubuntu7.3 (For technical support please see http://www.ubuntu.com/support) 
[   158.034] Current version of pixman: 0.18.4
[   158.035] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   158.035] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   158.035] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 31 21:12:08 2011
[   158.036] (==) Using config file: "/etc/X11/xorg.conf"
[   158.036] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   158.036] (==) ServerLayout "lay"
[   158.036] (**) |-->Screen "atiscr" (0)
[   158.036] (**) |   |-->Monitor "hp"
[   158.036] (**) |   |-->Device "ati"
[   158.036] (==) Automatically adding devices
[   158.036] (==) Automatically enabling devices
[   158.037] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   158.037] 	Entry deleted from font path.
[   158.037] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[   158.037] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   158.037] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   158.037] (II) Loader magic: 0x81f9b00
[   158.037] (II) Module ABI versions:
[   158.037] 	X.Org ANSI C Emulation: 0.4
[   158.037] 	X.Org Video Driver: 8.0
[   158.037] 	X.Org XInput driver : 11.0
[   158.037] 	X.Org Server Extension : 4.0
[   158.037] (--) PCI:*(0:0:2:0) 8086:0046:103c:1433 rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004050/8
[   158.037] (--) PCI: (0:1:0:0) 1002:68e0:103c:1433 rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   158.038] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   158.038] (WW) "intel" will not be loaded unless you've specified it to be loaded elsewhere.
[   158.038] (II) "extmod" will be loaded by default.
[   158.038] (II) "dbe" will be loaded by default.
[   158.038] (II) "glx" will be loaded by default.
[   158.038] (II) "record" will be loaded by default.
[   158.038] (II) "dri" will be loaded by default.
[   158.038] (II) "dri2" will be loaded by default.
[   158.038] (II) LoadModule: "extmod"
[   158.057] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   158.057] (II) Module extmod: vendor="X.Org Foundation"
[   158.057] 	compiled for 1.9.0, module version = 1.0.0
[   158.057] 	Module class: X.Org Server Extension
[   158.057] 	ABI class: X.Org Server Extension, version 4.0
[   158.057] (II) Loading extension MIT-SCREEN-SAVER
[   158.057] (II) Loading extension XFree86-VidModeExtension
[   158.057] (II) Loading extension XFree86-DGA
[   158.057] (II) Loading extension DPMS
[   158.057] (II) Loading extension XVideo
[   158.057] (II) Loading extension XVideo-MotionCompensation
[   158.057] (II) Loading extension X-Resource
[   158.057] (II) LoadModule: "dbe"
[   158.057] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   158.057] (II) Module dbe: vendor="X.Org Foundation"
[   158.057] 	compiled for 1.9.0, module version = 1.0.0
[   158.057] 	Module class: X.Org Server Extension
[   158.057] 	ABI class: X.Org Server Extension, version 4.0
[   158.057] (II) Loading extension DOUBLE-BUFFER
[   158.057] (II) LoadModule: "glx"
[   158.057] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[   158.057] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[   158.057] 	compiled for 7.6.0, module version = 1.0.0
[   158.058] (II) Loading extension GLX
[   158.058] (II) LoadModule: "record"
[   158.058] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   158.058] (II) Module record: vendor="X.Org Foundation"
[   158.058] 	compiled for 1.9.0, module version = 1.13.0
[   158.058] 	Module class: X.Org Server Extension
[   158.058] 	ABI class: X.Org Server Extension, version 4.0
[   158.058] (II) Loading extension RECORD
[   158.058] (II) LoadModule: "dri"
[   158.058] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   158.058] (II) Module dri: vendor="X.Org Foundation"
[   158.058] 	compiled for 1.9.0, module version = 1.0.0
[   158.058] 	ABI class: X.Org Server Extension, version 4.0
[   158.058] (II) Loading extension XFree86-DRI
[   158.058] (II) LoadModule: "dri2"
[   158.059] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   158.059] (II) Module dri2: vendor="X.Org Foundation"
[   158.059] 	compiled for 1.9.0, module version = 1.2.0
[   158.059] 	ABI class: X.Org Server Extension, version 4.0
[   158.059] (II) Loading extension DRI2
[   158.059] (II) LoadModule: "fglrx"
[   158.059] (II) Loading /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
[   158.074] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[   158.074] 	compiled for 1.4.99.906, module version = 8.81.5
[   158.074] 	Module class: X.Org Video Driver
[   158.074] (II) Loading sub module "fglrxdrm"
[   158.074] (II) LoadModule: "fglrxdrm"
[   158.074] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[   158.075] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   158.075] 	compiled for 1.4.99.906, module version = 8.81.5
[   158.075] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
[   158.075] (II) ATI Proprietary Linux Driver Release Identifier: 8.812                                
[   158.075] (II) ATI Proprietary Linux Driver Build Date: Jan  4 2011 21:30:56
[   158.075] (--) using VT number 2

[   158.080] (WW) Falling back to old probe method for fglrx
[   158.085] (II) Loading PCS database from /etc/ati/amdpcsdb
[   158.085] (--) Chipset Supported AMD Graphics Processor (0x68E0) found
[   158.085] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[   158.086] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   158.086] (II) AMD Video driver is signed
[   158.086] (II) fglrx(0): pEnt->device->identifier=0x9cdb960
[   158.087] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[   158.087] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   158.087] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   158.087] (==) fglrx(0): Default visual is TrueColor
[   158.087] (**) fglrx(0): Option "DPMS" "true"
[   158.087] (==) fglrx(0): RGB weight 888
[   158.087] (II) fglrx(0): Using 8 bits per RGB 
[   158.087] (==) fglrx(0): Buffer Tiling is ON
[   158.087] (II) Loading sub module "fglrxdrm"
[   158.087] (II) LoadModule: "fglrxdrm"
[   158.087] (II) Reloading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[   158.089] ukiDynamicMajor: found major device number 250
[   158.089] ukiDynamicMajor: found major device number 250
[   158.089] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   158.089] ukiOpenDevice: node name is /dev/ati/card0
[   158.089] ukiOpenDevice: open result is 13, (OK)
[   158.089] ukiOpenByBusid: ukiOpenMinor returns 13
[   158.089] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   158.089] (==) fglrx(0): NoAccel = NO
[   158.089] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[   158.089] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5400 Series " (Chipset = 0x68e0)
[   158.089] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x1433)
[   158.089] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[   158.089] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[   158.089] (--) fglrx(0): MMIO registers at 0xc4400000
[   158.089] (--) fglrx(0): I/O port at 0x00003000
[   158.089] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   158.089] (II) fglrx(0): AC Adapter is used
[   158.197] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[   158.197] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[   158.197] (II) fglrx(0): PCIE card detected
[   158.197] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   158.197] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   158.200] (II) fglrx(0): Using adapter: 1:0.0.
[   158.207] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[   158.724] (II) fglrx(0): Interrupt handler installed at IRQ 47.
[   158.724] (II) fglrx(0): RandR 1.2 support is enabled!
[   158.724] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   158.724] (==) fglrx(0): Center Mode is disabled 
[   158.724] (II) Loading sub module "fb"
[   158.724] (II) LoadModule: "fb"
[   158.725] (II) Loading /usr/lib/xorg/modules/libfb.so
[   158.725] (II) Module fb: vendor="X.Org Foundation"
[   158.725] 	compiled for 1.9.0, module version = 1.0.0
[   158.725] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   158.725] (II) Loading sub module "ddc"
[   158.725] (II) LoadModule: "ddc"
[   158.725] (II) Module "ddc" already built-in
[   158.789] (II) fglrx(0): Finished Initialize PPLIB!
[   158.789] (II) fglrx(0): Output LVDS using monitor section hp
[   158.789] (II) fglrx(0): Output DFP1 has no monitor section
[   158.789] (II) fglrx(0): Output CRT1 has no monitor section
[   158.789] (II) Loading sub module "ddc"
[   158.789] (II) LoadModule: "ddc"
[   158.789] (II) Module "ddc" already built-in
[   158.789] (II) fglrx(0): Connected Display0: LVDS
[   158.789] (II) fglrx(0):  Display0: Failed to get EDID information. 
[   158.796] (II) fglrx(0): Cannot get EDID information for LVDS
[   158.796] (II) fglrx(0): EDID for output LVDS
[   158.796] (II) fglrx(0): Not using mode "640x350" (vrefresh out of range)
[   158.796] (II) fglrx(0): Not using mode "640x400" (vrefresh out of range)
[   158.796] (II) fglrx(0): Not using mode "720x400" (vrefresh out of range)
[   158.796] (II) fglrx(0): Not using mode "640x480" (unknown reason)
[   158.797] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "800x600" (unknown reason)
[   158.797] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "848x480" (unknown reason)
[   158.797] (II) fglrx(0): Not using mode "1024x768i" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1024x768" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1152x864" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x768" (monitor doesn't support reduced blanking)
[   158.797] (II) fglrx(0): Not using mode "1280x768" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x800" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x800" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x960" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x1024" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1360x768" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1360x768" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1400x1050" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1400x1050" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1440x900" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1440x900" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (hsync out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[   158.797] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
[   158.797] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
[   158.797] (II) fglrx(0): Printing probed modes for output LVDS
[   158.797] (II) fglrx(0): Modeline "1366x768"x60.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "1360x768"x60.0   69.30  1360 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "1280x768"x60.0   69.30  1280 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "1280x720"x60.0   69.30  1280 1398 1420 1474  720 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "1024x768"x60.0   69.30  1024 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "1024x600"x60.0   69.30  1024 1398 1420 1474  600 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "800x600"x60.0   69.30  800 1398 1420 1474  600 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "800x480"x60.0   69.30  800 1398 1420 1474  480 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): Modeline "640x480"x60.0   69.30  640 1398 1420 1474  480 770 774 784 -hsync -vsync (47.0 kHz)
[   158.797] (II) fglrx(0): EDID for output DFP1
[   158.797] (II) fglrx(0): EDID for output CRT1
[   158.797] (II) fglrx(0): Output LVDS connected
[   158.797] (II) fglrx(0): Output DFP1 disconnected
[   158.797] (II) fglrx(0): Output CRT1 disconnected
[   158.797] (II) fglrx(0): Using user preference for initial modes
[   158.797] (II) fglrx(0): Output LVDS using initial mode 1366x768
[   158.797] (II) fglrx(0): DPI set to (96, 96)
[   158.797] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5400 Series  has 2 configurable heads and 1 displays connected.
[   158.797] (==) fglrx(0):  PseudoColor visuals disabled
[   158.797] (II) Loading sub module "ramdac"
[   158.797] (II) LoadModule: "ramdac"
[   158.797] (II) Module "ramdac" already built-in
[   158.797] (==) fglrx(0): NoDRI = NO
[   158.797] (==) fglrx(0): Capabilities: 0x00000000
[   158.797] (==) fglrx(0): CapabilitiesEx: 0x00000000
[   158.797] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   158.797] (==) fglrx(0): UseFastTLS=0
[   158.797] (==) fglrx(0): BlockSignalsOnLock=1
[   158.797] (--) Depth 24 pixmap format is 32 bpp
[   158.798] (II) Loading extension ATIFGLRXDRI
[   158.798] (II) fglrx(0): doing swlDriScreenInit
[   158.798] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   158.798] ukiDynamicMajor: found major device number 250
[   158.798] ukiDynamicMajor: found major device number 250
[   158.798] ukiDynamicMajor: found major device number 250
[   158.798] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   158.798] ukiOpenDevice: node name is /dev/ati/card0
[   158.798] ukiOpenDevice: open result is 14, (OK)
[   158.798] ukiOpenByBusid: ukiOpenMinor returns 14
[   158.798] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   158.798] (II) fglrx(0): [uki] DRM interface version 1.0
[   158.798] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[   158.798] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[   158.798] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb7412000
[   158.798] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[   158.798] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   158.798] (II) fglrx(0): swlDriScreenInit done
[   158.798] (II) fglrx(0): Kernel Module Version Information:
[   158.798] (II) fglrx(0):     Name: fglrx
[   158.798] (II) fglrx(0):     Version: 8.81.5
[   158.798] (II) fglrx(0):     Date: Jan  4 2011
[   158.798] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[   158.798] (II) fglrx(0): Kernel Module version matches driver.
[   158.798] (II) fglrx(0): Kernel Module Build Time Information:
[   158.798] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.35-25-generic-pae
[   158.798] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[   158.798] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[   158.798] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[   158.798] (II) fglrx(0): [uki] register handle = 0x00004000
[   158.812] (II) fglrx(0): DRI initialization successfull
[   158.812] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
[   158.813] (==) fglrx(0): Backing store disabled
[   158.813] (II) Loading extension FGLRXEXTENSION
[   158.813] (**) fglrx(0): DPMS enabled
[   158.813] (II) fglrx(0): Initialized in-driver Xinerama extension
[   158.813] (**) fglrx(0): Textured Video is enabled.
[   158.813] (II) LoadModule: "glesx"
[   158.813] (II) Loading /usr/lib/xorg/extra-modules/modules/glesx.so
[   158.814] (II) Module glesx: vendor="X.Org Foundation"
[   158.814] 	compiled for 1.4.99.906, module version = 1.0.0
[   158.814] (II) Loading extension GLESX
[   158.814] (II) fglrx(0): GLESX enableFlags = 592
[   158.814] (II) fglrx(0): GLESX is enabled
[   158.814] (II) LoadModule: "amdxmm"
[   158.814] (II) Loading /usr/lib/xorg/extra-modules/modules/amdxmm.so
[   158.814] (II) Module amdxmm: vendor="X.Org Foundation"
[   158.814] 	compiled for 1.4.99.906, module version = 2.0.0
[   158.823] (II) Loading extension AMDXVOPL
[   158.823] (II) Loading extension AMDXVBA
[   158.824] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[   158.826] (II) fglrx(0): Enable composite support successfully
[   158.826] (WW) fglrx(0): Option "NoInt10" is not used
[   158.826] (II) fglrx(0): X context handle = 0x1
[   158.826] (II) fglrx(0): [DRI] installation complete
[   158.826] (==) fglrx(0): Silken mouse enabled
[   158.826] (==) fglrx(0): Using HW cursor of display infrastructure!
[   158.826] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[   158.826] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[   158.826] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[   159.217] (--) RandR disabled
[   159.217] (II) Initializing built-in extension Generic Event Extension
[   159.217] (II) Initializing built-in extension SHAPE
[   159.217] (II) Initializing built-in extension MIT-SHM
[   159.217] (II) Initializing built-in extension XInputExtension
[   159.217] (II) Initializing built-in extension XTEST
[   159.217] (II) Initializing built-in extension BIG-REQUESTS
[   159.217] (II) Initializing built-in extension SYNC
[   159.217] (II) Initializing built-in extension XKEYBOARD
[   159.217] (II) Initializing built-in extension XC-MISC
[   159.217] (II) Initializing built-in extension SECURITY
[   159.217] (II) Initializing built-in extension XINERAMA
[   159.217] (II) Initializing built-in extension XFIXES
[   159.217] (II) Initializing built-in extension RENDER
[   159.217] (II) Initializing built-in extension RANDR
[   159.217] (II) Initializing built-in extension COMPOSITE
[   159.217] (II) Initializing built-in extension DAMAGE
[   159.217] (II) Initializing built-in extension GESTURE
[   159.221] ukiDynamicMajor: found major device number 250
[   159.221] ukiDynamicMajor: found major device number 250
[   159.221] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   159.221] ukiOpenDevice: node name is /dev/ati/card0
[   159.221] ukiOpenDevice: open result is 15, (OK)
[   159.221] ukiOpenByBusid: ukiOpenMinor returns 15
[   159.221] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   159.836] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[   159.854] (II) fglrx(0): Enable the clock gating!
[   159.854] (II) fglrx(0): Setting screen physical size to 361 x 203
[   159.873] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[   159.880] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   159.880] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   159.880] (II) LoadModule: "evdev"
[   159.880] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   159.881] (II) Module evdev: vendor="X.Org Foundation"
[   159.881] 	compiled for 1.9.0, module version = 2.3.2
[   159.881] 	Module class: X.Org XInput Driver
[   159.881] 	ABI class: X.Org XInput driver, version 11.0
[   159.881] (**) Power Button: always reports core events
[   159.881] (**) Power Button: Device: "/dev/input/event2"
[   159.900] (II) Power Button: Found keys
[   159.900] (II) Power Button: Configuring as keyboard
[   159.900] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   159.900] (**) Option "xkb_rules" "evdev"
[   159.900] (**) Option "xkb_model" "pc105"
[   159.900] (**) Option "xkb_layout" "es"
[   159.902] (II) XKB: reuse xkmfile /var/lib/xkb/server-FFBD4FDC8093CCB415CD73029FDA64F4B077A3E7.xkm
[   159.905] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   159.905] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   159.905] (**) Power Button: always reports core events
[   159.905] (**) Power Button: Device: "/dev/input/event1"
[   159.932] (II) Power Button: Found keys
[   159.932] (II) Power Button: Configuring as keyboard
[   159.932] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   159.932] (**) Option "xkb_rules" "evdev"
[   159.932] (**) Option "xkb_model" "pc105"
[   159.932] (**) Option "xkb_layout" "es"
[   159.933] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   159.933] (II) No input driver/identifier specified (ignoring)
[   159.934] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[   159.934] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[   159.934] (**) Logitech USB Receiver: always reports core events
[   159.934] (**) Logitech USB Receiver: Device: "/dev/input/event4"
[   159.964] (II) Logitech USB Receiver: Found 20 mouse buttons
[   159.964] (II) Logitech USB Receiver: Found scroll wheel(s)
[   159.964] (II) Logitech USB Receiver: Found relative axes
[   159.964] (II) Logitech USB Receiver: Found x and y relative axes
[   159.964] (II) Logitech USB Receiver: Configuring as mouse
[   159.964] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   159.964] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   159.964] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
[   159.964] (II) Logitech USB Receiver: initialized for relative axes.
[   159.965] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[   159.965] (II) No input driver/identifier specified (ignoring)
[   159.965] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[   159.965] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[   159.965] (**) Logitech USB Receiver: always reports core events
[   159.965] (**) Logitech USB Receiver: Device: "/dev/input/event5"
[   159.996] (II) Logitech USB Receiver: Found 1 mouse buttons
[   159.996] (II) Logitech USB Receiver: Found scroll wheel(s)
[   159.996] (II) Logitech USB Receiver: Found relative axes
[   159.996] (II) Logitech USB Receiver: Found absolute axes
[   159.996] (II) evdev-grail: failed to open grail, no gesture support
[   159.996] (II) Logitech USB Receiver: Found keys
[   159.996] (II) Logitech USB Receiver: Configuring as mouse
[   159.996] (II) Logitech USB Receiver: Configuring as keyboard
[   159.996] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   159.996] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   159.996] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[   159.996] (**) Option "xkb_rules" "evdev"
[   159.996] (**) Option "xkb_model" "pc105"
[   159.996] (**) Option "xkb_layout" "es"
[   159.996] (EE) Logitech USB Receiver: failed to initialize for relative axes.
[   159.997] (II) Logitech USB Receiver: initialized for absolute axes.
[   159.997] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event8)
[   159.997] (II) No input driver/identifier specified (ignoring)
[   159.997] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event9)
[   159.997] (II) No input driver/identifier specified (ignoring)
[   159.998] (II) config/udev: Adding input device HP Webcam (/dev/input/event7)
[   159.998] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
[   159.998] (**) HP Webcam: always reports core events
[   159.998] (**) HP Webcam: Device: "/dev/input/event7"
[   160.028] (II) HP Webcam: Found keys
[   160.028] (II) HP Webcam: Configuring as keyboard
[   160.028] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
[   160.028] (**) Option "xkb_rules" "evdev"
[   160.028] (**) Option "xkb_model" "pc105"
[   160.028] (**) Option "xkb_layout" "es"
[   160.030] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   160.030] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   160.030] (**) AT Translated Set 2 keyboard: always reports core events
[   160.030] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[   160.060] (II) AT Translated Set 2 keyboard: Found keys
[   160.060] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   160.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   160.060] (**) Option "xkb_rules" "evdev"
[   160.060] (**) Option "xkb_model" "pc105"
[   160.060] (**) Option "xkb_layout" "es"
[   160.061] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[   160.061] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   160.061] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   160.061] (II) LoadModule: "synaptics"
[   160.061] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   160.061] (II) Module synaptics: vendor="X.Org Foundation"
[   160.061] 	compiled for 1.9.0, module version = 1.2.2
[   160.061] 	Module class: X.Org XInput Driver
[   160.061] 	ABI class: X.Org XInput driver, version 11.0
[   160.061] (II) Synaptics touchpad driver version 1.2.2
[   160.061] (**) Option "Device" "/dev/input/event11"
[   160.220] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5516
[   160.220] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4544
[   160.220] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   160.220] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   160.220] (II) SynPS/2 Synaptics TouchPad: buttons: left double triple
[   160.348] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   160.348] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   160.428] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[   160.428] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   160.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[   160.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   160.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   160.524] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   160.524] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   160.524] (II) No input driver/identifier specified (ignoring)
[   160.524] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
[   160.525] (II) No input driver/identifier specified (ignoring)
[   160.525] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[   160.525] (II) No input driver/identifier specified (ignoring)
[   160.527] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[   160.527] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   160.527] (**) HP WMI hotkeys: always reports core events
[   160.527] (**) HP WMI hotkeys: Device: "/dev/input/event10"
[   160.556] (II) HP WMI hotkeys: Found keys
[   160.556] (II) HP WMI hotkeys: Configuring as keyboard
[   160.556] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[   160.556] (**) Option "xkb_rules" "evdev"
[   160.556] (**) Option "xkb_model" "pc105"
[   160.556] (**) Option "xkb_layout" "es"
[   160.562] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[   168.265] (II) fglrx(0): Preparing normal LeaveVT...
[   169.136] (II) AIGLX: Suspending AIGLX clients for VT switch
[   169.136] (II) fglrx(0): Backup framebuffer data.
[   169.137] (II) fglrx(0): Backup complete.
[   173.797] (II) HP WMI hotkeys: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) UnloadModule: "synaptics"
[   173.797] (II) AT Translated Set 2 keyboard: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) HP Webcam: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) Logitech USB Receiver: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) Logitech USB Receiver: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) Power Button: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.797] (II) Power Button: Close
[   173.797] (II) UnloadModule: "evdev"
[   173.800] (II) fglrx(0): Shutdown CMMQS
[   173.800] (II) fglrx(0): [uki] removed 1 reserved context for kernel
[   173.800] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0xb7412000
[   173.801] (II) fglrx(0): Interrupt handler Shutdown.
[   173.831]  ddxSigGiveUp: Closing log