[Pkg-fglrx-devel] Bug#673393: fglrx-atieventsd: atieventsd should use the LSB log_* functions in the initscript

Alex Opie lx_op at orcon.net.nz
Fri May 18 09:43:00 UTC 2012


Package: fglrx-atieventsd
Version: 1:12-4-1
Severity: wishlist
Tags: patch

The atieventsd initscript doesn't use the pretty LSB log_* printing functions.
Patch attached to fix this.



-- Package-specific info:
Full fglrx package list:
ii  fglrx-atieventsd                                      1:12-4-1                                              external events daemon for the non-free ATI/AMD RadeonHD display driver
ii  fglrx-control                                         1:12-4-1                                              control panel for the non-free ATI/AMD RadeonHD display driver
ii  fglrx-driver                                          1:12-4-1                                              non-free ATI/AMD RadeonHD display driver
ii  fglrx-glx                                             1:12-4-1                                              transitional package, use libgl1-fglrx-glx
ii  fglrx-modules-dkms                                    1:12-4-1                                              dkms module source for the non-free ATI/AMD RadeonHD display driver
ii  glx-alternative-fglrx                                 0.2.1                                                 allows the selection of FGLRX as GLX provider
ii  libfglrx:amd64                                        1:12-4-1                                              non-free ATI/AMD RadeonHD display driver (runtime libraries)
ii  libgl1-fglrx-glx:amd64                                1:12-4-1                                              proprietary libGL for the non-free ATI/AMD RadeonHD display driver
ii  xvba-va-driver                                        0.8.0-4                                               XvBA-based backend for VA API (AMD fglrx implementation)

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: ATI Technologies Inc Madison [Mobility Radeon HD 5000 Series]

DRM and fglrx Informations from dmesg:
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.845710] Linux agpgart interface v0.103
[    8.023055] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    8.054422] [fglrx] Maximum main memory to use for locked dma buffers: 7761 MBytes.
[    8.054800] [fglrx]   vendor: 1002 device: 68c0 count: 1
[    8.055453] [fglrx] ioport: bar 4, base 0x2000, size: 0x100
[    8.055699] [fglrx] Kernel PAT support is enabled
[    8.055713] [fglrx] module loaded - fglrx 8.96.4 [Apr  5 2012] with 1 minors
[  132.943866] [fglrx] ATIF platform detected with notification ID: 0x81
[  133.593136] fglrx_pci 0000:02:00.0: irq 50 for MSI/MSI-X
[  133.595199] [fglrx] Firegl kernel thread PID: 9217
[  133.595529] [fglrx] Firegl kernel thread PID: 9218
[  133.595830] [fglrx] Firegl kernel thread PID: 9219
[  133.596075] [fglrx] IRQ 50 Enabled
[  133.693258] [fglrx] Gart USWC size:1280 M.
[  133.693260] [fglrx] Gart cacheable size:508 M.
[  133.693263] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[  133.693265] [fglrx] Reserved FB block: Unshared offset:f8fd000, size:403000 
[  133.693267] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3337 Apr  1 10:21 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# Sample config file, edited by lxop 2011.01.31
#
# It is not recommended to uncomment any more than is necessary, as
# the server will choose good defaults in most cases. Thus, your
# xorg.conf should only be used to override the server when those
# defaults are incorrect for your system.
#
# For full documentation see xorg.conf(5)
# Section "Files"
#     FontPath	"/usr/share/fonts/X11/100dpi"
#     FontPath	"/usr/share/fonts/X11/75dpi"
#     FontPath	"/usr/share/fonts/X11/cyrillic"
#     FontPath	"/usr/share/fonts/X11/misc"
#     FontPath	"/usr/share/fonts/Type1"
#     ModulePath "/usr/lib/xorg/modules"
# EndSection
# Section "InputDevice"
#     Identifier	"Keyboard"
#     Driver	"kbd"
#     Option	"CoreKeyboard"
#     Option	"XkbRules"	"xorg"
#     Option	"XkbModel"	"pc105"
#     Option	"XkbLayout"	"us"
# EndSection
# Section "InputDevice"
#     Identifier	"Mouse"
#     Driver	"mouse"
#     Option	"CorePointer"
#     Option	"Device"	"/dev/input/mice"
#     Option	"Protocol"	"ExplorerPS/2"
# EndSection
# Section "Device"
#     Identifier	"Internal Graphics Card We Disable"
#     Option		"Ignore"  "true"
#     BusID		"PCI:1:0:0"
# EndSection
# Section "Monitor"
#     Identifier	"Monitor1"
#     DisplaySize	304 228
# EndSection
# Section "Monitor"
#     Identifier	"Monitor2"
#     HorizSync		24-82
#     VertRefresh	55-77
#     Option		"RightOf"	"Monitor1"
# EndSection
# Section "Screen"
#     Identifier	"Screen"
#     Device	"Video Card"
#     Monitor	"Monitor"
#     DefaultDepth	24
#     SubSection "Display"
#         Depth	 24
#	  Virtual 3072 1200
#     EndSubSection
# EndSection
# Section "ServerLayout"
#     Identifier	"Layout"
#     Screen		"Screen"
#     InputDevice	"Keyboard"
#     InputDevice	"Mouse"
# EndSection
#Section "Device"
#
##     Option		"Monitor-VGA"	"Monitor2"
#	Identifier  "Video Card"
#	Driver      "radeon"
#	Option	    "AccelMethod" "EXA"
#	Option	    "DRI" "on"
##     Option		"Monitor-LVDS"	"Monitor1"
#EndSection

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "ServerFlags"

#     Option "AllowMouseOpenFail"	"False"
#     Option "AllowEmptyInput"		"True"
#     Option "AutoAddDevices"		"True"
	Option	    "DontZap" "False"
#     Option "DefaultServerLayout"	"Layout"
EndSection

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

Section "Monitor"
	Identifier   "0-LVDS"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1920x1080"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "Monitor-LVDS" "0-LVDS"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		
#		Virtual   4096 1080
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 21389 Feb 11  2011 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  6912 Apr 22  2011 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 40876 May 18 21:21 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[   132.407] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[   132.408] X Protocol Version 11, Revision 0
[   132.408] Build Operating System: Linux 3.2.0-1-amd64 x86_64 Debian
[   132.409] Current Operating System: Linux prometheus 3.2.0-2-amd64 #1 SMP Sat May 12 23:08:28 UTC 2012 x86_64
[   132.411] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 root=UUID=e703ec93-2687-4a3f-a6d8-420417e39f3f ro quiet
[   132.413] Build Date: 04 March 2012  11:42:13PM
[   132.414] xorg-server 2:1.11.4-1 (Cyril Brulebois <kibi at debian.org>) 
[   132.415] Current version of pixman: 0.22.2
[   132.416] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   132.418] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   132.422] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 18 21:21:23 2012
[   132.443] (==) Using config file: "/etc/X11/xorg.conf"
[   132.444] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   132.445] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   132.480] (==) ServerLayout "aticonfig Layout"
[   132.480] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   132.480] (**) |   |-->Monitor "<default monitor>"
[   132.481] (**) |   |-->Device "aticonfig-Device[0]-0"
[   132.481] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
	Using a default monitor configuration.
[   132.481] (**) Option "DontZap" "False"
[   132.481] (==) Automatically adding devices
[   132.481] (==) Automatically enabling devices
[   132.509] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   132.509] 	Entry deleted from font path.
[   132.531] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   132.531] 	Entry deleted from font path.
[   132.531] (==) 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,
	built-ins
[   132.531] (==) ModulePath set to "/usr/lib/xorg/modules"
[   132.531] (**) Extension "Composite" is enabled
[   132.531] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   132.531] (II) Loader magic: 0x7fb54defbae0
[   132.531] (II) Module ABI versions:
[   132.531] 	X.Org ANSI C Emulation: 0.4
[   132.531] 	X.Org Video Driver: 11.0
[   132.531] 	X.Org XInput driver : 13.0
[   132.531] 	X.Org Server Extension : 6.0
[   132.533] (--) PCI:*(0:2:0:0) 1002:68c0:1028:02fe rev 0, Mem @ 0xd0000000/268435456, 0xcfee0000/131072, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[   132.533] (II) Open ACPI successful (/var/run/acpid.socket)
[   132.533] (II) "extmod" will be loaded by default.
[   132.533] (II) "dbe" will be loaded by default.
[   132.533] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   132.533] (II) "record" will be loaded by default.
[   132.533] (II) "dri" will be loaded by default.
[   132.533] (II) "dri2" will be loaded by default.
[   132.533] (II) LoadModule: "glx"
[   132.549] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   132.570] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[   132.571] 	compiled for 6.9.0, module version = 1.0.0
[   132.571] (II) Loading extension GLX
[   132.571] (II) LoadModule: "extmod"
[   132.571] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   132.572] (II) Module extmod: vendor="X.Org Foundation"
[   132.572] 	compiled for 1.11.4, module version = 1.0.0
[   132.572] 	Module class: X.Org Server Extension
[   132.572] 	ABI class: X.Org Server Extension, version 6.0
[   132.572] (II) Loading extension SELinux
[   132.572] (II) Loading extension MIT-SCREEN-SAVER
[   132.572] (II) Loading extension XFree86-VidModeExtension
[   132.572] (II) Loading extension XFree86-DGA
[   132.572] (II) Loading extension DPMS
[   132.572] (II) Loading extension XVideo
[   132.572] (II) Loading extension XVideo-MotionCompensation
[   132.572] (II) Loading extension X-Resource
[   132.572] (II) LoadModule: "dbe"
[   132.572] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   132.572] (II) Module dbe: vendor="X.Org Foundation"
[   132.572] 	compiled for 1.11.4, module version = 1.0.0
[   132.572] 	Module class: X.Org Server Extension
[   132.572] 	ABI class: X.Org Server Extension, version 6.0
[   132.572] (II) Loading extension DOUBLE-BUFFER
[   132.572] (II) LoadModule: "record"
[   132.572] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   132.572] (II) Module record: vendor="X.Org Foundation"
[   132.572] 	compiled for 1.11.4, module version = 1.13.0
[   132.572] 	Module class: X.Org Server Extension
[   132.572] 	ABI class: X.Org Server Extension, version 6.0
[   132.572] (II) Loading extension RECORD
[   132.572] (II) LoadModule: "dri"
[   132.572] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   132.583] (II) Module dri: vendor="X.Org Foundation"
[   132.583] 	compiled for 1.11.4, module version = 1.0.0
[   132.583] 	ABI class: X.Org Server Extension, version 6.0
[   132.583] (II) Loading extension XFree86-DRI
[   132.583] (II) LoadModule: "dri2"
[   132.583] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   132.583] (II) Module dri2: vendor="X.Org Foundation"
[   132.583] 	compiled for 1.11.4, module version = 1.2.0
[   132.583] 	ABI class: X.Org Server Extension, version 6.0
[   132.583] (II) Loading extension DRI2
[   132.583] (II) LoadModule: "fglrx"
[   132.618] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   132.736] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[   132.750] 	compiled for 1.4.99.906, module version = 8.96.4
[   132.750] 	Module class: X.Org Video Driver
[   132.750] (II) Loading sub module "fglrxdrm"
[   132.750] (II) LoadModule: "fglrxdrm"
[   132.750] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   132.759] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   132.759] 	compiled for 1.4.99.906, module version = 8.96.4
[   132.759] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
[   132.759] (II) ATI Proprietary Linux Driver Release Identifier: 8.961                                
[   132.759] (II) ATI Proprietary Linux Driver Build Date: Apr  5 2012 23:06:21
[   132.759] (--) using VT number 7

[   132.866] (WW) Falling back to old probe method for fglrx
[   132.950] (II) Loading PCS database from /etc/ati/amdpcsdb
[   132.953] (--) Chipset Supported AMD Graphics Processor (0x68C0) found
[   132.954] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 2:0:1) found
[   132.955] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   132.955] (II) AMD Video driver is signed
[   132.955] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   132.955] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   132.955] (II) fglrx(0): pEnt->device->identifier=0x7fb54dff6240
[   132.955] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[   132.955] (II) Loading sub module "vgahw"
[   132.955] (II) LoadModule: "vgahw"
[   132.956] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   132.956] (II) Module vgahw: vendor="X.Org Foundation"
[   132.956] 	compiled for 1.11.4, module version = 0.1.0
[   132.956] 	ABI class: X.Org Video Driver, version 11.0
[   132.956] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   132.956] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   132.956] (==) fglrx(0): Default visual is TrueColor
[   132.956] (==) fglrx(0): RGB weight 888
[   132.956] (II) fglrx(0): Using 8 bits per RGB 
[   132.956] (==) fglrx(0): Buffer Tiling is ON
[   132.956] (II) Loading sub module "fglrxdrm"
[   132.956] (II) LoadModule: "fglrxdrm"
[   132.956] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   132.956] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   132.956] 	compiled for 1.4.99.906, module version = 8.96.4
[   132.958] ukiDynamicMajor: found major device number 250
[   132.958] ukiDynamicMajor: found major device number 250
[   132.958] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[   132.958] ukiOpenDevice: node name is /dev/ati/card0
[   132.959] ukiOpenDevice: open result is 12, (OK)
[   132.959] ukiOpenByBusid: ukiOpenMinor returns 12
[   132.959] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[   132.959] (**) fglrx(0): NoAccel = NO
[   132.959] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[   132.959] (--) fglrx(0): Chipset: "AMD Radeon HD 6570M/5700 Series" (Chipset = 0x68c0)
[   132.959] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x02fe)
[   132.959] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[   132.959] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[   132.959] (--) fglrx(0): MMIO registers at 0xcfee0000
[   132.959] (--) fglrx(0): I/O port at 0x00002000
[   132.959] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   132.960] (II) fglrx(0): ATIF platform detected
[   132.961] (II) fglrx(0): AC Adapter is used
[   132.965] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[   132.965] (II) Loading sub module "vbe"
[   132.965] (II) LoadModule: "vbe"
[   132.966] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   132.966] (II) Module vbe: vendor="X.Org Foundation"
[   132.966] 	compiled for 1.11.4, module version = 1.1.0
[   132.966] 	ABI class: X.Org Video Driver, version 11.0
[   132.966] (II) fglrx(0): VESA BIOS detected
[   132.966] (II) fglrx(0): VESA VBE Version 3.0
[   132.966] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[   132.966] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[   132.966] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[   132.966] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[   132.966] (II) fglrx(0): VESA VBE OEM Product: MADISON
[   132.966] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[   132.997] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[   132.997] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[   132.997] (II) fglrx(0): PCIE card detected
[   132.997] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   132.997] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   133.008] (II) fglrx(0): Using adapter: 2:0.0.
[   133.047] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[   133.614] (II) fglrx(0): Interrupt handler installed at IRQ 50.
[   133.614] (II) fglrx(0): RandR 1.2 support is enabled!
[   133.614] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   133.614] (==) fglrx(0): Center Mode is disabled 
[   133.614] (II) Loading sub module "fb"
[   133.614] (II) LoadModule: "fb"
[   133.614] (II) Loading /usr/lib/xorg/modules/libfb.so
[   133.624] (II) Module fb: vendor="X.Org Foundation"
[   133.624] 	compiled for 1.11.4, module version = 1.0.0
[   133.624] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   133.624] (II) Loading sub module "ddc"
[   133.624] (II) LoadModule: "ddc"
[   133.624] (II) Module "ddc" already built-in
[   133.708] (II) fglrx(0): Finished Initialize PPLIB!
[   133.709] (II) fglrx(0): Output LVDS using monitor section 0-LVDS
[   133.709] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[   133.709] (**) fglrx(0): Option "Position" "0 0"
[   133.709] (**) fglrx(0): Option "Disable" "false"
[   133.709] (**) fglrx(0): Option "Rotate" "normal"
[   133.709] (**) fglrx(0): Option "TargetRefresh" "60"
[   133.709] (II) fglrx(0): Output DFP1 has no monitor section
[   133.709] (II) fglrx(0): Output DFP2 has no monitor section
[   133.709] (II) fglrx(0): Output CRT1 has no monitor section
[   133.709] (II) Loading sub module "ddc"
[   133.709] (II) LoadModule: "ddc"
[   133.709] (II) Module "ddc" already built-in
[   133.709] (II) fglrx(0): Connected Display0: LVDS
[   133.709] (II) fglrx(0): Display0 EDID data ---------------------------
[   133.709] (II) fglrx(0): Manufacturer: SEC  Model: 5448  Serial#: 0
[   133.709] (II) fglrx(0): Year: 2008  Week: 0
[   133.709] (II) fglrx(0): EDID Version: 1.3
[   133.709] (II) fglrx(0): Digital Display Input
[   133.709] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 20
[   133.709] (II) fglrx(0): Gamma: 2.20
[   133.709] (II) fglrx(0): No DPMS capabilities specified
[   133.709] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   133.709] (II) fglrx(0): First detailed timing is preferred mode
[   133.709] (II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[   133.709] (II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[   133.709] (II) fglrx(0): Manufacturer's mask: 0
[   133.709] (II) fglrx(0): Supported detailed timing:
[   133.709] (II) fglrx(0): clock: 153.5 MHz   Image Size:  353 x 198 mm
[   133.709] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2280 h_border: 0
[   133.709] (II) fglrx(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1122 v_border: 0
[   133.709] (II) fglrx(0): Supported detailed timing:
[   133.709] (II) fglrx(0): clock: 153.5 MHz   Image Size:  353 x 198 mm
[   133.709] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2280 h_border: 0
[   133.709] (II) fglrx(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1122 v_border: 0
[   133.710] (II) fglrx(0):  M077D�160HT
[   133.710] (II) fglrx(0): Unknown vendor-specific block 0
[   133.710] (II) fglrx(0): EDID (in hex):
[   133.710] (II) fglrx(0): 	00ffffffffffff004ca3485400000000
[   133.710] (II) fglrx(0): 	00120103902314780a87f594574f8c27
[   133.710] (II) fglrx(0): 	27505400000001010101010101010101
[   133.710] (II) fglrx(0): 	010101010101f53b806871382a403020
[   133.710] (II) fglrx(0): 	250061c61000001af53b806871382a40
[   133.710] (II) fglrx(0): 	3020250061c61000001a000000fe004d
[   133.710] (II) fglrx(0): 	303737448031363048540a2000000000
[   133.710] (II) fglrx(0): 	00000000000000000006010a2020009b
[   133.710] (II) fglrx(0): End of Display0 EDID data --------------------
[   133.710] (II) fglrx(0): EDID for output LVDS
[   133.710] (II) fglrx(0): Manufacturer: SEC  Model: 5448  Serial#: 0
[   133.710] (II) fglrx(0): Year: 2008  Week: 0
[   133.710] (II) fglrx(0): EDID Version: 1.3
[   133.710] (II) fglrx(0): Digital Display Input
[   133.710] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 20
[   133.710] (II) fglrx(0): Gamma: 2.20
[   133.710] (II) fglrx(0): No DPMS capabilities specified
[   133.710] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   133.710] (II) fglrx(0): First detailed timing is preferred mode
[   133.710] (II) fglrx(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[   133.710] (II) fglrx(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[   133.710] (II) fglrx(0): Manufacturer's mask: 0
[   133.710] (II) fglrx(0): Supported detailed timing:
[   133.710] (II) fglrx(0): clock: 153.5 MHz   Image Size:  353 x 198 mm
[   133.710] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2280 h_border: 0
[   133.710] (II) fglrx(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1122 v_border: 0
[   133.710] (II) fglrx(0): Supported detailed timing:
[   133.710] (II) fglrx(0): clock: 153.5 MHz   Image Size:  353 x 198 mm
[   133.710] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2280 h_border: 0
[   133.710] (II) fglrx(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1122 v_border: 0
[   133.710] (II) fglrx(0):  M077D�160HT
[   133.710] (II) fglrx(0): Unknown vendor-specific block 0
[   133.710] (II) fglrx(0): EDID (in hex):
[   133.710] (II) fglrx(0): 	00ffffffffffff004ca3485400000000
[   133.710] (II) fglrx(0): 	00120103902314780a87f594574f8c27
[   133.710] (II) fglrx(0): 	27505400000001010101010101010101
[   133.710] (II) fglrx(0): 	010101010101f53b806871382a403020
[   133.710] (II) fglrx(0): 	250061c61000001af53b806871382a40
[   133.710] (II) fglrx(0): 	3020250061c61000001a000000fe004d
[   133.710] (II) fglrx(0): 	303737448031363048540a2000000000
[   133.710] (II) fglrx(0): 	00000000000000000006010a2020009b
[   133.710] (II) fglrx(0): EDID vendor "SEC", prod id 21576
[   133.710] (II) fglrx(0): Printing DDC gathered Modelines:
[   133.710] (II) fglrx(0): Modeline "1920x1080"x0.0  153.49  1920 1968 2000 2280  1080 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Printing probed modes for output LVDS
[   133.710] (II) fglrx(0): Modeline "1920x1080"x60.0  153.49  1920 1968 2000 2280  1080 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1680x1050"x60.0  153.49  1680 1968 2000 2280  1050 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1400x1050"x60.0  153.49  1400 1968 2000 2280  1050 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1600x900"x60.0  153.49  1600 1968 2000 2280  900 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1280x1024"x60.0  153.49  1280 1968 2000 2280  1024 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1440x900"x60.0  153.49  1440 1968 2000 2280  900 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1280x960"x60.0  153.49  1280 1968 2000 2280  960 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1280x768"x60.0  153.49  1280 1968 2000 2280  768 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1280x720"x60.0  153.49  1280 1968 2000 2280  720 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1024x768"x60.0  153.49  1024 1968 2000 2280  768 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "1024x600"x60.0  153.49  1024 1968 2000 2280  600 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "800x600"x60.0  153.49  800 1968 2000 2280  600 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "800x480"x60.0  153.49  800 1968 2000 2280  480 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): Modeline "640x480"x60.0  153.49  640 1968 2000 2280  480 1082 1087 1122 +hsync -vsync (67.3 kHz)
[   133.710] (II) fglrx(0): EDID for output DFP1
[   133.710] (II) fglrx(0): EDID for output DFP2
[   133.710] (II) fglrx(0): EDID for output CRT1
[   133.710] (II) fglrx(0): Output LVDS connected
[   133.710] (II) fglrx(0): Output DFP1 disconnected
[   133.710] (II) fglrx(0): Output DFP2 disconnected
[   133.710] (II) fglrx(0): Output CRT1 disconnected
[   133.710] (II) fglrx(0): Using user preference for initial modes
[   133.710] (II) fglrx(0): Output LVDS using initial mode 1920x1080
[   133.710] (II) fglrx(0): Display dimensions: (350, 200) mm
[   133.710] (II) fglrx(0): DPI set to (139, 137)
[   133.711] (II) fglrx(0): Eyefinity capable adapter detected.
[   133.711] (II) fglrx(0): Adapter AMD Radeon HD 6570M/5700 Series has 6 configurable heads and 1 displays connected.
[   133.711] (==) fglrx(0):  PseudoColor visuals disabled
[   133.711] (II) Loading sub module "ramdac"
[   133.711] (II) LoadModule: "ramdac"
[   133.711] (II) Module "ramdac" already built-in
[   133.711] (==) fglrx(0): NoDRI = NO
[   133.711] (==) fglrx(0): Capabilities: 0x00000000
[   133.711] (==) fglrx(0): CapabilitiesEx: 0x00000000
[   133.711] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   133.711] (==) fglrx(0): UseFastTLS=0
[   133.711] (--) Depth 24 pixmap format is 32 bpp
[   133.711] (II) Loading extension ATIFGLRXDRI
[   133.711] (II) fglrx(0): doing swlDriScreenInit
[   133.711] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   133.711] ukiDynamicMajor: found major device number 250
[   133.711] ukiDynamicMajor: found major device number 250
[   133.711] ukiDynamicMajor: found major device number 250
[   133.711] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[   133.711] ukiOpenDevice: node name is /dev/ati/card0
[   133.711] ukiOpenDevice: open result is 17, (OK)
[   133.711] ukiOpenByBusid: ukiOpenMinor returns 17
[   133.711] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[   133.711] (II) fglrx(0): [uki] DRM interface version 1.0
[   133.711] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
[   133.711] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[   133.711] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fb54db05000
[   133.711] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[   133.711] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   133.711] (II) fglrx(0): swlDriScreenInit done
[   133.711] (II) fglrx(0): Kernel Module Version Information:
[   133.711] (II) fglrx(0):     Name: fglrx
[   133.711] (II) fglrx(0):     Version: 8.96.4
[   133.711] (II) fglrx(0):     Date: Apr  5 2012
[   133.711] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[   133.711] (II) fglrx(0): Kernel Module version matches driver.
[   133.711] (II) fglrx(0): Kernel Module Build Time Information:
[   133.711] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.2.0-2-amd64
[   133.711] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[   133.711] (II) fglrx(0):     Build-Kernel __SMP__:            no
[   133.711] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[   133.711] (II) fglrx(0): [uki] register handle = 0x00004000
[   133.746] (II) fglrx(0): DRI initialization successfull
[   133.746] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
[   133.746] (==) fglrx(0): Backing store disabled
[   133.746] (II) Loading extension FGLRXEXTENSION
[   133.746] (==) fglrx(0): DPMS enabled
[   133.746] (II) fglrx(0): Initialized in-driver Xinerama extension
[   133.746] (**) fglrx(0): Textured Video is enabled.
[   133.746] (II) LoadModule: "glesx"
[   133.746] (II) Loading /usr/lib/xorg/modules/glesx.so
[   133.766] (II) Module glesx: vendor="X.Org Foundation"
[   133.766] 	compiled for 1.4.99.906, module version = 1.0.0
[   133.766] (II) Loading extension GLESX
[   133.766] (II) fglrx(0): GLESX enableFlags = 592
[   133.767] (II) fglrx(0): GLESX is enabled
[   133.767] (II) LoadModule: "amdxmm"
[   133.767] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[   133.768] (II) Module amdxmm: vendor="X.Org Foundation"
[   133.768] 	compiled for 1.4.99.906, module version = 2.0.0
[   133.777] (II) Loading extension AMDXVOPL
[   133.777] (II) Loading extension AMDXVBA
[   133.787] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[   133.789] (II) fglrx(0): Enable composite support successfully
[   133.789] (II) fglrx(0): X context handle = 0x1
[   133.789] (II) fglrx(0): [DRI] installation complete
[   133.790] (==) fglrx(0): Silken mouse enabled
[   133.790] (==) fglrx(0): Using HW cursor of display infrastructure!
[   133.790] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[   133.790] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[   133.790] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[   133.916] (II) fglrx(0): User Preference Output LVDS using refresh rate 60.0 Hz.
[   134.894] (--) RandR disabled
[   134.894] (II) Initializing built-in extension Generic Event Extension
[   134.894] (II) Initializing built-in extension SHAPE
[   134.894] (II) Initializing built-in extension MIT-SHM
[   134.894] (II) Initializing built-in extension XInputExtension
[   134.894] (II) Initializing built-in extension XTEST
[   134.894] (II) Initializing built-in extension BIG-REQUESTS
[   134.894] (II) Initializing built-in extension SYNC
[   134.894] (II) Initializing built-in extension XKEYBOARD
[   134.894] (II) Initializing built-in extension XC-MISC
[   134.894] (II) Initializing built-in extension SECURITY
[   134.894] (II) Initializing built-in extension XINERAMA
[   134.894] (II) Initializing built-in extension XFIXES
[   134.894] (II) Initializing built-in extension RENDER
[   134.894] (II) Initializing built-in extension RANDR
[   134.894] (II) Initializing built-in extension COMPOSITE
[   134.894] (II) Initializing built-in extension DAMAGE
[   134.894] (II) SELinux: Disabled on system
[   134.905] ukiDynamicMajor: found major device number 250
[   134.905] ukiDynamicMajor: found major device number 250
[   134.905] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[   134.906] ukiOpenDevice: node name is /dev/ati/card0
[   134.906] ukiOpenDevice: open result is 19, (OK)
[   134.906] ukiOpenByBusid: ukiOpenMinor returns 19
[   134.906] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[   135.115] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[   135.115] (II) fglrx(0): Enable the clock gating!
[   135.115] (II) fglrx(0): Setting screen physical size to 508 x 285
[   135.528] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   135.528] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   135.528] (II) LoadModule: "evdev"
[   135.528] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.528] (II) Module evdev: vendor="X.Org Foundation"
[   135.528] 	compiled for 1.11.0, module version = 2.6.0
[   135.528] 	Module class: X.Org XInput Driver
[   135.528] 	ABI class: X.Org XInput driver, version 13.0
[   135.528] (II) Using input driver 'evdev' for 'Power Button'
[   135.528] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.528] (**) Power Button: always reports core events
[   135.529] (**) Power Button: Device: "/dev/input/event6"
[   135.529] (--) Power Button: Found keys
[   135.529] (II) Power Button: Configuring as keyboard
[   135.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[   135.529] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   135.529] (**) Option "xkb_rules" "evdev"
[   135.529] (**) Option "xkb_model" "pc105"
[   135.529] (**) Option "xkb_layout" "us"
[   135.529] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   135.529] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   135.529] (II) Using input driver 'evdev' for 'Video Bus'
[   135.529] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.529] (**) Video Bus: always reports core events
[   135.529] (**) Video Bus: Device: "/dev/input/event7"
[   135.529] (--) Video Bus: Found keys
[   135.529] (II) Video Bus: Configuring as keyboard
[   135.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
[   135.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   135.530] (**) Option "xkb_rules" "evdev"
[   135.530] (**) Option "xkb_model" "pc105"
[   135.530] (**) Option "xkb_layout" "us"
[   135.530] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   135.530] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   135.530] (II) Using input driver 'evdev' for 'Power Button'
[   135.530] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.530] (**) Power Button: always reports core events
[   135.530] (**) Power Button: Device: "/dev/input/event3"
[   135.530] (--) Power Button: Found keys
[   135.530] (II) Power Button: Configuring as keyboard
[   135.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[   135.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   135.530] (**) Option "xkb_rules" "evdev"
[   135.530] (**) Option "xkb_model" "pc105"
[   135.530] (**) Option "xkb_layout" "us"
[   135.531] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[   135.531] (II) No input driver specified, ignoring this device.
[   135.531] (II) This device may have been added with another device file.
[   135.531] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[   135.532] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   135.532] (II) Using input driver 'evdev' for 'Sleep Button'
[   135.532] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.532] (**) Sleep Button: always reports core events
[   135.532] (**) Sleep Button: Device: "/dev/input/event4"
[   135.532] (--) Sleep Button: Found keys
[   135.532] (II) Sleep Button: Configuring as keyboard
[   135.532] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4"
[   135.532] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   135.532] (**) Option "xkb_rules" "evdev"
[   135.532] (**) Option "xkb_model" "pc105"
[   135.532] (**) Option "xkb_layout" "us"
[   135.532] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
[   135.533] (II) No input driver specified, ignoring this device.
[   135.533] (II) This device may have been added with another device file.
[   135.533] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event15)
[   135.533] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
[   135.533] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M'
[   135.533] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.533] (**) Laptop_Integrated_Webcam_2M: always reports core events
[   135.533] (**) Laptop_Integrated_Webcam_2M: Device: "/dev/input/event15"
[   135.533] (--) Laptop_Integrated_Webcam_2M: Found keys
[   135.533] (II) Laptop_Integrated_Webcam_2M: Configuring as keyboard
[   135.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input15/event15"
[   135.533] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD, id 10)
[   135.533] (**) Option "xkb_rules" "evdev"
[   135.533] (**) Option "xkb_model" "pc105"
[   135.533] (**) Option "xkb_layout" "us"
[   135.534] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   135.534] (II) No input driver specified, ignoring this device.
[   135.534] (II) This device may have been added with another device file.
[   135.534] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[   135.534] (II) No input driver specified, ignoring this device.
[   135.534] (II) This device may have been added with another device file.
[   135.535] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[   135.535] (II) No input driver specified, ignoring this device.
[   135.535] (II) This device may have been added with another device file.
[   135.535] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
[   135.535] (II) No input driver specified, ignoring this device.
[   135.535] (II) This device may have been added with another device file.
[   135.535] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   135.536] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   135.536] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   135.536] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.536] (**) AT Translated Set 2 keyboard: always reports core events
[   135.536] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   135.536] (--) AT Translated Set 2 keyboard: Found keys
[   135.536] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   135.536] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   135.536] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   135.536] (**) Option "xkb_rules" "evdev"
[   135.536] (**) Option "xkb_model" "pc105"
[   135.536] (**) Option "xkb_layout" "us"
[   135.536] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[   135.537] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   135.537] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   135.537] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "synaptics touchpad catchall"
[   135.537] (II) LoadModule: "synaptics"
[   135.537] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   135.537] (II) Module synaptics: vendor="X.Org Foundation"
[   135.537] 	compiled for 1.11.2.902, module version = 1.5.0
[   135.537] 	Module class: X.Org XInput Driver
[   135.537] 	ABI class: X.Org XInput driver, version 13.0
[   135.537] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   135.537] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   135.537] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   135.537] (**) Option "Device" "/dev/input/event16"
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5576
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4684
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   135.720] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   135.720] (**) Option "MaxDoubleTapTime" "150"
[   135.720] (**) Option "EmulateTwoFingerMinW" "12"
[   135.720] (**) Option "VertEdgeScroll" "1"
[   135.720] (**) Option "HorizEdgeScroll" "1"
[   135.720] (**) Option "VertTwoFingerScroll" "0"
[   135.720] (**) Option "EdgeMotionMaxZ" "40"
[   135.720] (**) Option "EdgeMotionMaxSpeed" "600"
[   135.720] (**) Option "TapButton1" "1"
[   135.720] (**) Option "TapButton2" "2"
[   135.720] (**) Option "PalmDetect" "1"
[   135.724] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   135.724] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   135.732] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event16"
[   135.732] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   135.732] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   135.732] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   135.732] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[   135.732] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   135.732] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   135.732] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   135.732] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   135.732] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   135.733] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   135.733] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   135.733] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[   135.733] (II) No input driver specified, ignoring this device.
[   135.733] (II) This device may have been added with another device file.
[   135.734] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (ite-cir) (/dev/input/event10)
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): Applying InputClass "evdev pointer catchall"
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): Applying InputClass "evdev keyboard catchall"
[   135.734] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse (ite-cir)'
[   135.734] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): always reports core events
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): Device: "/dev/input/event10"
[   135.734] (--) MCE IR Keyboard/Mouse (ite-cir): Found 3 mouse buttons
[   135.734] (--) MCE IR Keyboard/Mouse (ite-cir): Found relative axes
[   135.734] (--) MCE IR Keyboard/Mouse (ite-cir): Found x and y relative axes
[   135.734] (--) MCE IR Keyboard/Mouse (ite-cir): Found keys
[   135.734] (II) MCE IR Keyboard/Mouse (ite-cir): Configuring as mouse
[   135.734] (II) MCE IR Keyboard/Mouse (ite-cir): Configuring as keyboard
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): YAxisMapping: buttons 4 and 5
[   135.734] (**) MCE IR Keyboard/Mouse (ite-cir): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   135.734] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event10"
[   135.734] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse (ite-cir)" (type: KEYBOARD, id 13)
[   135.734] (**) Option "xkb_rules" "evdev"
[   135.734] (**) Option "xkb_model" "pc105"
[   135.734] (**) Option "xkb_layout" "us"
[   135.734] (II) MCE IR Keyboard/Mouse (ite-cir): initialized for relative axes.
[   135.735] (**) MCE IR Keyboard/Mouse (ite-cir): (accel) keeping acceleration scheme 1
[   135.735] (**) MCE IR Keyboard/Mouse (ite-cir): (accel) acceleration profile 0
[   135.735] (**) MCE IR Keyboard/Mouse (ite-cir): (accel) acceleration factor: 2.000
[   135.735] (**) MCE IR Keyboard/Mouse (ite-cir): (accel) acceleration threshold: 4
[   135.735] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (ite-cir) (/dev/input/mouse0)
[   135.735] (II) No input driver specified, ignoring this device.
[   135.735] (II) This device may have been added with another device file.
[   135.735] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event17)
[   135.735] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   135.736] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   135.736] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.736] (**) ACPI Virtual Keyboard Device: always reports core events
[   135.736] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event17"
[   135.736] (--) ACPI Virtual Keyboard Device: Found keys
[   135.736] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[   135.736] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event17"
[   135.736] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[   135.736] (**) Option "xkb_rules" "evdev"
[   135.736] (**) Option "xkb_model" "pc105"
[   135.736] (**) Option "xkb_layout" "us"
[   135.736] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
[   135.736] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   135.736] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[   135.736] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.736] (**) Dell WMI hotkeys: always reports core events
[   135.736] (**) Dell WMI hotkeys: Device: "/dev/input/event8"
[   135.736] (--) Dell WMI hotkeys: Found keys
[   135.737] (II) Dell WMI hotkeys: Configuring as keyboard
[   135.737] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[   135.737] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[   135.737] (**) Option "xkb_rules" "evdev"
[   135.737] (**) Option "xkb_model" "pc105"
[   135.737] (**) Option "xkb_layout" "us"
[   135.737] (II) config/udev: Adding input device ITE8708 CIR transceiver (/dev/input/event2)
[   135.737] (**) ITE8708 CIR transceiver: Applying InputClass "evdev keyboard catchall"
[   135.737] (II) Using input driver 'evdev' for 'ITE8708 CIR transceiver'
[   135.737] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   135.737] (**) ITE8708 CIR transceiver: always reports core events
[   135.737] (**) ITE8708 CIR transceiver: Device: "/dev/input/event2"
[   135.737] (--) ITE8708 CIR transceiver: Found keys
[   135.737] (II) ITE8708 CIR transceiver: Configuring as keyboard
[   135.737] (**) Option "config_info" "udev:/sys/devices/virtual/rc/rc0/input2/event2"
[   135.737] (II) XINPUT: Adding extended input device "ITE8708 CIR transceiver" (type: KEYBOARD, id 16)
[   135.738] (**) Option "xkb_rules" "evdev"
[   135.738] (**) Option "xkb_model" "pc105"
[   135.738] (**) Option "xkb_layout" "us"
[   135.741] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[   137.720] (II) fglrx(0): EDID vendor "SEC", prod id 21576
[   137.720] (II) fglrx(0): Printing DDC gathered Modelines:
[   137.720] (II) fglrx(0): Modeline "1920x1080"x0.0  153.49  1920 1968 2000 2280  1080 1082 1087 1122 +hsync -vsync (67.3 kHz)


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fglrx-atieventsd depends on:
ii  dpkg                      1.16.3         Debian package management system
ii  libc6                     2.13-26        Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  8.0.2-2        free implementation of the OpenGL 
ii  libx11-6                  2:1.4.99.901-2 X11 client-side library
ii  libxext6                  2:1.2.0-2      X11 miscellaneous extension librar
ii  libxrandr2                2:1.3.1-1      X11 RandR extension library
ii  libxrender1               1:0.9.6-2      X Rendering Extension client libra
ii  lsb-base                  4.1+Debian3    Linux Standard Base 4.1 init scrip

Versions of packages fglrx-atieventsd recommends:
ii  acpid                         1:2.0.11-1 Advanced Configuration and Power I
ii  fglrx-driver                  1:12-4-1   non-free ATI/AMD RadeonHD display 

fglrx-atieventsd suggests no packages.

-- Configuration Files:
/etc/init.d/fglrx-atieventsd changed [not included]

-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fglrx_pretty_logging.patch
Type: text/x-diff
Size: 1094 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-fglrx-devel/attachments/20120518/a0a234c1/attachment-0001.patch>


More information about the Pkg-fglrx-devel mailing list