[Pkg-fglrx-devel] Bug#657604: fglrx-driver: fglrx driver needs /usr/lib64
Craig Small
csmall at debian.org
Fri Jan 27 11:18:16 UTC 2012
Package: fglrx-driver
Version: 1:12-1-1
Severity: normal
We're close, so very very close.
With no changes, the fglrx driver still crashes, I'll attach the gdb trace.
The fix or work-around is pretty simple
mkdir /usr/lib64
mkdir /usr/lib64/fglrx
cp /usr/lib/fglrx/* /usr/lib64/fglrx
It's very consistent, mv'ing that directory to some other name makes it
crash, renaming it back means it works.
- Package-specific info:
VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: ATI Technologies Inc Whistler XT [AMD Radeon HD 6700M Series]
DRM and fglrx Informations from dmesg:
[ 0.000000] No AGP bridge found
[ 0.000000] No AGP bridge found
[ 1.143412] Linux agpgart interface v0.103
[ 1.143489] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[ 1.143554] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 1.144465] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 1.144579] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[ 15.287014] [drm] Initialized drm 1.1.0 20060810
[ 15.621824] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 15.621827] [drm] Driver supports precise vblank timestamp query.
[ 16.179417] fbcon: inteldrmfb (fb0) is primary device
[ 16.370199] fb0: inteldrmfb frame buffer device
[ 16.370200] drm: registered panic notifier
[ 16.861656] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 16.881552] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 16.922738] [fglrx] Maximum main memory to use for locked dma buffers: 3753 MBytes.
[ 16.922998] [fglrx] vendor: 1002 device: 6740 count: 1
[ 16.923349] [fglrx] ioport: bar 4, base 0x5000, size: 0x100
[ 16.923496] [fglrx] Kernel PAT support is enabled
[ 16.923512] [fglrx] module loaded - fglrx 8.93.4 [Dec 5 2011] with 1 minors
[ 29.121118] fglrx_pci 0000:01:00.0: irq 51 for MSI/MSI-X
[ 29.122319] [fglrx] Firegl kernel thread PID: 1450
[ 29.122525] [fglrx] Firegl kernel thread PID: 1451
[ 29.122697] [fglrx] Firegl kernel thread PID: 1452
[ 29.122840] [fglrx] IRQ 51 Enabled
[ 29.782409] [fglrx] Gart USWC size:1224 M.
[ 29.782418] [fglrx] Gart cacheable size:485 M.
[ 29.782430] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 29.782437] [fglrx] Reserved FB block: Unshared offset:f92b000, size:3d5000
[ 29.782443] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
Xorg X server configuration file status:
-rw-r--r-- 1 root root 684 Jan 27 17:18 /etc/X11/xorg.conf
Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Xorg X server log files on system:
-rw-r--r-- 1 root root 42629 Jan 27 21:44 /var/log/Xorg.0.log
Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[ 27.180]
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[ 27.180] X Protocol Version 11, Revision 0
[ 27.180] Build Operating System: Linux 3.2.0-rc6+ x86_64 Debian
[ 27.180] Current Operating System: Linux rowlf 3.2.0-1-amd64 #1 SMP Thu Jan 19 09:46:46 UTC 2012 x86_64
[ 27.180] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/rowlf-root ro quiet
[ 27.181] Build Date: 19 January 2012 09:53:39AM
[ 27.181] xorg-server 2:1.11.3.901-2 (Cyril Brulebois <kibi at debian.org>)
[ 27.181] Current version of pixman: 0.24.2
[ 27.181] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 27.181] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27.181] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 27 21:43:56 2012
[ 27.206] (==) Using config file: "/etc/X11/xorg.conf"
[ 27.206] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 27.220] (==) ServerLayout "aticonfig Layout"
[ 27.220] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 27.220] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 27.233] (**) | |-->Device "aticonfig-Device[0]-0"
[ 27.233] (==) Automatically adding devices
[ 27.233] (==) Automatically enabling devices
[ 27.291] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 27.291] Entry deleted from font path.
[ 27.363] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 27.363] Entry deleted from font path.
[ 27.363] (==) 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
[ 27.363] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 27.363] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 27.363] (II) Loader magic: 0x7fccbd835ae0
[ 27.363] (II) Module ABI versions:
[ 27.363] X.Org ANSI C Emulation: 0.4
[ 27.363] X.Org Video Driver: 11.0
[ 27.363] X.Org XInput driver : 13.0
[ 27.363] X.Org Server Extension : 6.0
[ 27.364] (--) PCI:*(0:0:2:0) 8086:0116:103c:1657 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64
[ 27.365] (--) PCI: (0:1:0:0) 1002:6740:103c:1657 rev 0, Mem @ 0xa0000000/268435456, 0xc6500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[ 27.365] (II) Open ACPI successful (/var/run/acpid.socket)
[ 27.365] (II) "extmod" will be loaded by default.
[ 27.365] (II) "dbe" will be loaded by default.
[ 27.365] (II) "glx" will be loaded by default.
[ 27.365] (II) "record" will be loaded by default.
[ 27.365] (II) "dri" will be loaded by default.
[ 27.365] (II) "dri2" will be loaded by default.
[ 27.365] (II) LoadModule: "extmod"
[ 27.429] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 27.439] (II) Module extmod: vendor="X.Org Foundation"
[ 27.439] compiled for 1.11.3.901, module version = 1.0.0
[ 27.439] Module class: X.Org Server Extension
[ 27.439] ABI class: X.Org Server Extension, version 6.0
[ 27.439] (II) Loading extension SELinux
[ 27.439] (II) Loading extension MIT-SCREEN-SAVER
[ 27.439] (II) Loading extension XFree86-VidModeExtension
[ 27.439] (II) Loading extension XFree86-DGA
[ 27.439] (II) Loading extension DPMS
[ 27.439] (II) Loading extension XVideo
[ 27.439] (II) Loading extension XVideo-MotionCompensation
[ 27.439] (II) Loading extension X-Resource
[ 27.439] (II) LoadModule: "dbe"
[ 27.439] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 27.441] (II) Module dbe: vendor="X.Org Foundation"
[ 27.441] compiled for 1.11.3.901, module version = 1.0.0
[ 27.441] Module class: X.Org Server Extension
[ 27.441] ABI class: X.Org Server Extension, version 6.0
[ 27.441] (II) Loading extension DOUBLE-BUFFER
[ 27.441] (II) LoadModule: "glx"
[ 27.441] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 27.476] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 27.478] compiled for 6.9.0, module version = 1.0.0
[ 27.478] (II) Loading extension GLX
[ 27.478] (II) LoadModule: "record"
[ 27.478] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 27.479] (II) Module record: vendor="X.Org Foundation"
[ 27.479] compiled for 1.11.3.901, module version = 1.13.0
[ 27.479] Module class: X.Org Server Extension
[ 27.479] ABI class: X.Org Server Extension, version 6.0
[ 27.479] (II) Loading extension RECORD
[ 27.479] (II) LoadModule: "dri"
[ 27.479] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 27.512] (II) Module dri: vendor="X.Org Foundation"
[ 27.512] compiled for 1.11.3.901, module version = 1.0.0
[ 27.512] ABI class: X.Org Server Extension, version 6.0
[ 27.512] (II) Loading extension XFree86-DRI
[ 27.512] (II) LoadModule: "dri2"
[ 27.512] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 27.513] (II) Module dri2: vendor="X.Org Foundation"
[ 27.513] compiled for 1.11.3.901, module version = 1.2.0
[ 27.513] ABI class: X.Org Server Extension, version 6.0
[ 27.513] (II) Loading extension DRI2
[ 27.513] (II) LoadModule: "fglrx"
[ 27.547] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 27.914] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 27.931] compiled for 1.4.99.906, module version = 8.93.4
[ 27.931] Module class: X.Org Video Driver
[ 27.931] (II) Loading sub module "fglrxdrm"
[ 27.931] (II) LoadModule: "fglrxdrm"
[ 27.931] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 27.958] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 27.958] compiled for 1.4.99.906, module version = 8.93.4
[ 27.971] (II) ATI Proprietary Linux Driver Version Identifier:8.93.4
[ 27.971] (II) ATI Proprietary Linux Driver Release Identifier: 8.93
[ 27.971] (II) ATI Proprietary Linux Driver Build Date: Dec 5 2011 21:06:58
[ 27.971] (++) using VT number 7
[ 27.977] (WW) Falling back to old probe method for fglrx
[ 28.105] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 28.137] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[ 28.147] (II) fglrx: intel VGA device detected, load intel driver.
[ 28.147] (II) LoadModule: "intel"
[ 28.161] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 28.197] (II) Module intel: vendor="X.Org Foundation"
[ 28.197] compiled for 1.11.1.902, module version = 2.17.0
[ 28.197] Module class: X.Org Video Driver
[ 28.197] ABI class: X.Org Video Driver, version 11.0
[ 28.200] ukiDynamicMajor: found major device number 251
[ 28.200] ukiDynamicMajor: found major device number 251
[ 28.201] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 28.201] ukiOpenDevice: node name is /dev/ati/card0
[ 28.201] ukiOpenDevice: open result is 8, (OK)
[ 28.201] ukiOpenByBusid: ukiOpenMinor returns 8
[ 28.201] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 28.245] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 28.258] (II) AMD Video driver is signed
[ 28.259] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 28.259] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 28.259] (II) fglrx(0): pEnt->device->identifier=0x7fccbeb0cdb0
[ 28.262] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 28.262] (II) intel(1): pEnt->device->identifier=(nil)
[ 28.262] (EE) Screen 1 deleted because of no matching config section.
[ 28.262] (II) UnloadModule: "intel"
[ 28.262] (II) Unloading intel
[ 28.262] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[ 28.263] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 28.409] drmOpenDevice: node name is /dev/dri/card0
[ 28.409] drmOpenDevice: open result is 13, (OK)
[ 28.409] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 28.409] drmOpenDevice: node name is /dev/dri/card0
[ 28.409] drmOpenDevice: open result is 13, (OK)
[ 28.410] drmOpenByBusid: drmOpenMinor returns 13
[ 28.410] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 28.410] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 28.410] (==) fglrx(0): RGB weight 888
[ 28.410] (==) fglrx(0): Default visual is TrueColor
[ 28.420] (**) fglrx(0): Option "Tiling" "off"
[ 28.420] (**) fglrx(0): Option "LinearFramebuffer" "on"
[ 28.420] (**) fglrx(0): Option "Shadow" "off"
[ 28.421] (II) fglrx(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
[ 28.421] (**) fglrx(0): ChipID override: 0x0116
[ 28.421] (**) fglrx(0): ChipRev override: 9
[ 28.421] (**) fglrx(0): Chipset: "Sandybridge Mobile (GT2)"
[ 28.421] (**) fglrx(0): Relaxed fencing enabled
[ 28.421] (**) fglrx(0): Wait on SwapBuffers? enabled
[ 28.421] (**) fglrx(0): Triple buffering? enabled
[ 28.421] (**) fglrx(0): Framebuffer linear
[ 28.421] (**) fglrx(0): Pixmaps linear
[ 28.421] (**) fglrx(0): 3D buffers tiled
[ 28.421] (**) fglrx(0): SwapBuffers wait enabled
[ 28.421] (==) fglrx(0): video overlay key set to 0x101fe
[ 28.421] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[ 28.421] (II) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 28.421] (II) fglrx(0): Output VGA1 has no monitor section
[ 28.446] (II) fglrx(0): Output HDMI1 has no monitor section
[ 28.492] (II) fglrx(0): Output DP1 has no monitor section
[ 28.492] (II) fglrx(0): EDID for output LVDS1
[ 28.492] (II) fglrx(0): Manufacturer: SEC Model: 4251 Serial#: 0
[ 28.492] (II) fglrx(0): Year: 2008 Week: 0
[ 28.492] (II) fglrx(0): EDID Version: 1.3
[ 28.492] (II) fglrx(0): Digital Display Input
[ 28.492] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 28.492] (II) fglrx(0): Gamma: 2.20
[ 28.492] (II) fglrx(0): No DPMS capabilities specified
[ 28.492] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 28.492] (II) fglrx(0): First detailed timing is preferred mode
[ 28.492] (II) fglrx(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
[ 28.492] (II) fglrx(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
[ 28.492] (II) fglrx(0): Manufacturer's mask: 0
[ 28.492] (II) fglrx(0): Supported detailed timing:
[ 28.492] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 194 mm
[ 28.492] (II) fglrx(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1480 h_border: 0
[ 28.492] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 780 v_border: 0
[ 28.492] (II) fglrx(0): Unknown vendor-specific block f
[ 28.492] (II) fglrx(0): SAMSUNG
[ 28.492] (II) fglrx(0): 156AT05-H07
[ 28.492] (II) fglrx(0): EDID (in hex):
[ 28.493] (II) fglrx(0): 00ffffffffffff004ca3514200000000
[ 28.493] (II) fglrx(0): 00120103802213780a87f594574f8c27
[ 28.493] (II) fglrx(0): 27505400000001010101010101010101
[ 28.493] (II) fglrx(0): 010101010101121b567250000c303020
[ 28.493] (II) fglrx(0): 250058c2100000190000000f00000000
[ 28.493] (II) fglrx(0): 00000000001eb4027400000000fe0053
[ 28.493] (II) fglrx(0): 414d53554e470a2020202020000000fe
[ 28.493] (II) fglrx(0): 00313536415430352d4830370a200003
[ 28.493] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 28.493] (II) fglrx(0): Printing DDC gathered Modelines:
[ 28.493] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 28.493] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "576x432" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[ 28.493] (II) fglrx(0): Not using default mode "720x450" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "800x512" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "960x540" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "960x600" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 28.494] (II) fglrx(0): Printing probed modes for output LVDS1
[ 28.494] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 28.494] (II) fglrx(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 28.494] (II) fglrx(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[ 28.494] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 28.494] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 28.494] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 28.494] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 28.494] (II) fglrx(0): EDID for output VGA1
[ 28.519] (II) fglrx(0): EDID for output HDMI1
[ 28.568] (II) fglrx(0): EDID for output DP1
[ 28.568] (II) fglrx(0): Output LVDS1 connected
[ 28.568] (II) fglrx(0): Output VGA1 disconnected
[ 28.568] (II) fglrx(0): Output HDMI1 disconnected
[ 28.568] (II) fglrx(0): Output DP1 disconnected
[ 28.568] (II) fglrx(0): Using exact sizes for initial modes
[ 28.568] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[ 28.568] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 28.568] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 28.568] (**) fglrx(0): Display dimensions: (340, 190) mm
[ 28.568] (**) fglrx(0): DPI set to (102, 102)
[ 28.568] (II) Loading sub module "fb"
[ 28.568] (II) LoadModule: "fb"
[ 28.568] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 28.585] (II) Module fb: vendor="X.Org Foundation"
[ 28.586] compiled for 1.11.3.901, module version = 1.0.0
[ 28.586] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.586] (II) Loading sub module "dri2"
[ 28.586] (II) LoadModule: "dri2"
[ 28.586] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 28.586] (II) Module dri2: vendor="X.Org Foundation"
[ 28.586] compiled for 1.11.3.901, module version = 1.2.0
[ 28.586] ABI class: X.Org Server Extension, version 6.0
[ 28.586] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 28.586] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 28.586] (==) fglrx(0): Default visual is TrueColor
[ 28.587] (**) fglrx(0): Option "DPMS" "true"
[ 28.587] (==) fglrx(0): RGB weight 888
[ 28.587] (II) fglrx(0): Using 8 bits per RGB
[ 28.587] (==) fglrx(0): Buffer Tiling is ON
[ 28.587] (II) Loading sub module "fglrxdrm"
[ 28.587] (II) LoadModule: "fglrxdrm"
[ 28.587] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 28.587] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 28.587] compiled for 1.4.99.906, module version = 8.93.4
[ 28.590] ukiDynamicMajor: found major device number 251
[ 28.590] ukiDynamicMajor: found major device number 251
[ 28.591] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 28.591] ukiOpenDevice: node name is /dev/ati/card0
[ 28.591] ukiOpenDevice: open result is 14, (OK)
[ 28.591] ukiOpenByBusid: ukiOpenMinor returns 14
[ 28.591] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 28.591] (==) fglrx(0): NoAccel = NO
[ 28.591] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 28.591] (--) fglrx(0): Chipset: "AMD Radeon HD 6700M Series" (Chipset = 0x6740)
[ 28.591] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x1657)
[ 28.591] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 28.591] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[ 28.591] (--) fglrx(0): MMIO registers at 0xc6500000
[ 28.591] (--) fglrx(0): I/O port at 0x00005000
[ 28.591] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 28.616] (II) fglrx(0): AC Adapter is used
[ 28.782] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 28.782] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
[ 28.782] (II) fglrx(0): PCIE card detected
[ 28.782] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 28.782] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 28.788] (II) fglrx(0): Using adapter: 1:0.0.
[ 28.794] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 28.974] (II) fglrx(0): Interrupt handler installed at IRQ 51.
[ 28.974] (II) fglrx(0): RandR 1.2 support is enabled!
[ 28.974] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 28.974] (==) fglrx(0): Center Mode is disabled
[ 28.974] (II) Loading sub module "fb"
[ 28.974] (II) LoadModule: "fb"
[ 28.974] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 28.974] (II) Module fb: vendor="X.Org Foundation"
[ 28.974] compiled for 1.11.3.901, module version = 1.0.0
[ 28.974] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.974] (II) Loading sub module "ddc"
[ 28.974] (II) LoadModule: "ddc"
[ 28.974] (II) Module "ddc" already built-in
[ 29.139] (II) fglrx(0): Finished Initialize PPLIB!
[ 29.151] (II) fglrx(0): Eyefinity capable adapter detected.
[ 29.151] (II) fglrx(0): Adapter AMD Radeon HD 6700M Series has 6 configurable heads and 0 displays connected.
[ 29.151] (==) fglrx(0): PseudoColor visuals disabled
[ 29.151] (II) Loading sub module "ramdac"
[ 29.151] (II) LoadModule: "ramdac"
[ 29.151] (II) Module "ramdac" already built-in
[ 29.151] (==) fglrx(0): NoDRI = NO
[ 29.151] (==) fglrx(0): Capabilities: 0x00000000
[ 29.151] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 29.151] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 29.151] (==) fglrx(0): UseFastTLS=0
[ 29.151] (==) fglrx(0): BlockSignalsOnLock=1
[ 29.151] (--) Depth 24 pixmap format is 32 bpp
[ 29.151] (II) LoadModule: "glesx"
[ 29.177] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 29.385] (II) Module glesx: vendor="X.Org Foundation"
[ 29.385] compiled for 1.4.99.906, module version = 1.0.0
[ 29.388] (II) Loading extension GLESX
[ 29.414] (II) fglrx(0): [DRI2] Setup complete
[ 29.414] (II) fglrx(0): [DRI2] DRI driver: i965
[ 29.414] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[ 29.444] (II) UXA(0): Driver registered support for the following operations:
[ 29.444] (II) solid
[ 29.453] (II) copy
[ 29.453] (II) composite (RENDER acceleration)
[ 29.453] (II) put_image
[ 29.453] (II) get_image
[ 29.453] (==) fglrx(0): Backing store disabled
[ 29.453] (==) fglrx(0): Silken mouse enabled
[ 29.453] (II) fglrx(0): Initializing HW Cursor
[ 29.516] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 29.630] (**) fglrx(0): DPMS enabled
[ 29.630] (==) fglrx(0): Intel XvMC decoder enabled
[ 29.630] (II) fglrx(0): Set up textured video
[ 29.630] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[ 29.630] (II) fglrx(0): direct rendering: DRI2 Enabled
[ 29.630] (WW) fglrx(0): Option "VendorName" is not used
[ 29.631] (WW) fglrx(0): Option "ModelName" is not used
[ 29.631] (WW) fglrx(0): Option "Shadow" is not used
[ 29.631] (WW) fglrx(0): Option "Tiling" is not used
[ 29.631] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[ 29.631] (==) fglrx(0): hotplug detection: "enabled"
[ 29.632] (II) Loading extension ATIFGLRXDRI
[ 29.632] (II) fglrx(0): doing swlDriScreenInit
[ 29.632] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 29.633] ukiDynamicMajor: found major device number 251
[ 29.633] ukiDynamicMajor: found major device number 251
[ 29.633] ukiDynamicMajor: found major device number 251
[ 29.633] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 29.633] ukiOpenDevice: node name is /dev/ati/card0
[ 29.633] ukiOpenDevice: open result is 16, (OK)
[ 29.633] ukiOpenByBusid: ukiOpenMinor returns 16
[ 29.633] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 29.633] (II) fglrx(0): [uki] DRM interface version 1.0
[ 29.633] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 29.633] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 29.633] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fccb7353000
[ 29.633] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 29.633] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 29.633] (II) fglrx(0): swlDriScreenInit done
[ 29.633] (II) fglrx(0): Kernel Module Version Information:
[ 29.633] (II) fglrx(0): Name: fglrx
[ 29.633] (II) fglrx(0): Version: 8.93.4
[ 29.633] (II) fglrx(0): Date: Dec 5 2011
[ 29.633] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 29.633] (II) fglrx(0): Kernel Module version matches driver.
[ 29.633] (II) fglrx(0): Kernel Module Build Time Information:
[ 29.633] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.0-1-amd64
[ 29.633] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 29.633] (II) fglrx(0): Build-Kernel __SMP__: no
[ 29.633] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 29.634] (II) fglrx(0): [uki] register handle = 0x00004000
[ 29.710] (II) fglrx(0): DRI initialization successfull
[ 29.710] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
[ 29.711] (II) fglrx(0): Intel display surface mc addr for AMD: 8a2c0000
[ 29.712] (==) fglrx(0): Backing store disabled
[ 29.712] (II) Loading extension FGLRXEXTENSION
[ 29.712] (**) fglrx(0): DPMS enabled
[ 29.713] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 29.713] (**) fglrx(0): Textured Video is enabled.
[ 29.713] (II) fglrx(0): GLESX enableFlags = 848
[ 29.713] (II) fglrx(0): GLESX is enabled
[ 29.713] (II) LoadModule: "amdxmm"
[ 29.713] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[ 29.744] (II) Module amdxmm: vendor="X.Org Foundation"
[ 29.744] compiled for 1.4.99.906, module version = 2.0.0
[ 29.745] (II) Loading extension AMDXVOPL
[ 29.745] (II) Loading extension AMDXVBA
[ 29.745] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
[ 29.745] XvScreenInit: screen devPrivates ptr non-NULL before init
[ 29.768] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 29.770] (II) fglrx(0): Enable composite support successfully
[ 29.780] (WW) fglrx(0): Option "VendorName" is not used
[ 29.780] (WW) fglrx(0): Option "ModelName" is not used
[ 29.780] (WW) fglrx(0): Option "Shadow" is not used
[ 29.780] (WW) fglrx(0): Option "Tiling" is not used
[ 29.780] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[ 29.780] (II) fglrx(0): X context handle = 0x1
[ 29.780] (II) fglrx(0): [DRI] installation complete
[ 29.793] (--) RandR disabled
[ 29.793] (II) Initializing built-in extension Generic Event Extension
[ 29.793] (II) Initializing built-in extension SHAPE
[ 29.793] (II) Initializing built-in extension MIT-SHM
[ 29.793] (II) Initializing built-in extension XInputExtension
[ 29.793] (II) Initializing built-in extension XTEST
[ 29.793] (II) Initializing built-in extension BIG-REQUESTS
[ 29.793] (II) Initializing built-in extension SYNC
[ 29.793] (II) Initializing built-in extension XKEYBOARD
[ 29.793] (II) Initializing built-in extension XC-MISC
[ 29.793] (II) Initializing built-in extension SECURITY
[ 29.793] (II) Initializing built-in extension XINERAMA
[ 29.793] (II) Initializing built-in extension XFIXES
[ 29.793] (II) Initializing built-in extension RENDER
[ 29.793] (II) Initializing built-in extension RANDR
[ 29.793] (II) Initializing built-in extension COMPOSITE
[ 29.793] (II) Initializing built-in extension DAMAGE
[ 29.793] (II) SELinux: Disabled on system
[ 29.794] ukiDynamicMajor: found major device number 251
[ 29.794] ukiDynamicMajor: found major device number 251
[ 29.794] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 29.794] ukiOpenDevice: node name is /dev/ati/card0
[ 29.794] ukiOpenDevice: open result is 17, (OK)
[ 29.794] ukiOpenByBusid: ukiOpenMinor returns 17
[ 29.794] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 31.274] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 31.415] (II) fglrx(0): Enable the clock gating!
[ 31.415] (II) fglrx(0): Setting screen physical size to 361 x 203
[ 31.871] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 31.871] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 31.871] (II) LoadModule: "evdev"
[ 31.884] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.886] (II) Module evdev: vendor="X.Org Foundation"
[ 31.886] compiled for 1.11.0, module version = 2.6.0
[ 31.886] Module class: X.Org XInput Driver
[ 31.886] ABI class: X.Org XInput driver, version 13.0
[ 31.886] (II) Using input driver 'evdev' for 'Power Button'
[ 31.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.886] (**) Power Button: always reports core events
[ 31.886] (**) Power Button: Device: "/dev/input/event3"
[ 31.886] (--) Power Button: Found keys
[ 31.886] (II) Power Button: Configuring as keyboard
[ 31.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 31.886] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 31.886] (**) Option "xkb_rules" "evdev"
[ 31.886] (**) Option "xkb_model" "pc105"
[ 31.886] (**) Option "xkb_layout" "us"
[ 31.887] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 31.887] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 31.887] (II) Using input driver 'evdev' for 'Video Bus'
[ 31.887] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.887] (**) Video Bus: always reports core events
[ 31.887] (**) Video Bus: Device: "/dev/input/event10"
[ 31.887] (--) Video Bus: Found keys
[ 31.887] (II) Video Bus: Configuring as keyboard
[ 31.887] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"
[ 31.887] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 31.887] (**) Option "xkb_rules" "evdev"
[ 31.887] (**) Option "xkb_model" "pc105"
[ 31.887] (**) Option "xkb_layout" "us"
[ 31.887] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 31.887] (II) No input driver/identifier specified (ignoring)
[ 31.887] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 31.887] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 31.887] (II) Using input driver 'evdev' for 'Video Bus'
[ 31.887] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.887] (**) Video Bus: always reports core events
[ 31.887] (**) Video Bus: Device: "/dev/input/event9"
[ 31.887] (--) Video Bus: Found keys
[ 31.887] (II) Video Bus: Configuring as keyboard
[ 31.887] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input9/event9"
[ 31.887] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 31.887] (**) Option "xkb_rules" "evdev"
[ 31.887] (**) Option "xkb_model" "pc105"
[ 31.887] (**) Option "xkb_layout" "us"
[ 31.888] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 31.888] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 31.888] (II) Using input driver 'evdev' for 'Power Button'
[ 31.888] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.888] (**) Power Button: always reports core events
[ 31.888] (**) Power Button: Device: "/dev/input/event2"
[ 31.888] (--) Power Button: Found keys
[ 31.888] (II) Power Button: Configuring as keyboard
[ 31.888] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 31.888] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 31.888] (**) Option "xkb_rules" "evdev"
[ 31.888] (**) Option "xkb_model" "pc105"
[ 31.888] (**) Option "xkb_layout" "us"
[ 31.888] (II) config/udev: Adding input device HP TrueVision HD
(/dev/input/event6)
[ 31.888] (**) HP TrueVision HD
: Applying InputClass "evdev keyboard catchall"
[ 31.888] (II) Using input driver 'evdev' for 'HP TrueVision HD
'
[ 31.888] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.888] (**) HP TrueVision HD
: always reports core events
[ 31.888] (**) HP TrueVision HD
: Device: "/dev/input/event6"
[ 31.888] (--) HP TrueVision HD
: Found keys
[ 31.888] (II) HP TrueVision HD
: Configuring as keyboard
[ 31.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input6/event6"
[ 31.888] (II) XINPUT: Adding extended input device "HP TrueVision HD
" (type: KEYBOARD, id 10)
[ 31.888] (**) Option "xkb_rules" "evdev"
[ 31.888] (**) Option "xkb_model" "pc105"
[ 31.888] (**) Option "xkb_layout" "us"
[ 31.888] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[ 31.889] (II) No input driver/identifier specified (ignoring)
[ 31.889] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 31.889] (II) No input driver/identifier specified (ignoring)
[ 31.889] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 31.889] (II) No input driver/identifier specified (ignoring)
[ 31.889] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 31.889] (II) No input driver/identifier specified (ignoring)
[ 31.889] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 31.889] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 31.889] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 31.889] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 31.889] (**) AT Translated Set 2 keyboard: always reports core events
[ 31.889] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 31.889] (--) AT Translated Set 2 keyboard: Found keys
[ 31.889] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 31.889] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 31.889] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 31.889] (**) Option "xkb_rules" "evdev"
[ 31.889] (**) Option "xkb_model" "pc105"
[ 31.889] (**) Option "xkb_layout" "us"
[ 31.890] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 31.890] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 31.890] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 31.890] (II) LoadModule: "synaptics"
[ 31.890] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 31.892] (II) Module synaptics: vendor="X.Org Foundation"
[ 31.892] compiled for 1.11.2.902, module version = 1.5.0
[ 31.892] Module class: X.Org XInput Driver
[ 31.892] ABI class: X.Org XInput driver, version 13.0
[ 31.892] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 31.892] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 31.893] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 31.893] (**) Option "Device" "/dev/input/event8"
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5756
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4868
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 32.140] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 32.176] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 32.176] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 32.284] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[ 32.284] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 32.284] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 32.284] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 32.284] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[ 32.284] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 32.284] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 32.284] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 32.284] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 32.284] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 32.284] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 32.284] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 32.284] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[ 32.284] (II) No input driver/identifier specified (ignoring)
[ 32.285] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 32.285] (II) No input driver/identifier specified (ignoring)
[ 32.285] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 32.285] (II) No input driver/identifier specified (ignoring)
[ 32.285] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
[ 32.285] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 32.285] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 32.285] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 32.285] (**) HP WMI hotkeys: always reports core events
[ 32.285] (**) HP WMI hotkeys: Device: "/dev/input/event5"
[ 32.285] (--) HP WMI hotkeys: Found keys
[ 32.285] (II) HP WMI hotkeys: Configuring as keyboard
[ 32.285] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[ 32.285] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[ 32.285] (**) Option "xkb_rules" "evdev"
[ 32.285] (**) Option "xkb_model" "pc105"
[ 32.285] (**) Option "xkb_layout" "us"
[ 32.318] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 32.362] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 32.362] (II) fglrx(0): Printing DDC gathered Modelines:
[ 32.362] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 34.855] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 34.855] (II) fglrx(0): Printing DDC gathered Modelines:
[ 34.855] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 36.036] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 36.036] (II) fglrx(0): Printing DDC gathered Modelines:
[ 36.036] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 36.584] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 36.584] (II) fglrx(0): Printing DDC gathered Modelines:
[ 36.584] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 36.659] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 36.659] (II) fglrx(0): Printing DDC gathered Modelines:
[ 36.659] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 36.736] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 36.736] (II) fglrx(0): Printing DDC gathered Modelines:
[ 36.736] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 36.809] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 36.809] (II) fglrx(0): Printing DDC gathered Modelines:
[ 36.809] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 45.033] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 45.033] (II) fglrx(0): Printing DDC gathered Modelines:
[ 45.033] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 59.541] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 59.541] (II) fglrx(0): Printing DDC gathered Modelines:
[ 59.541] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 59.705] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 59.705] (II) fglrx(0): Printing DDC gathered Modelines:
[ 59.705] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 59.800] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 59.800] (II) fglrx(0): Printing DDC gathered Modelines:
[ 59.800] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 59.876] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 59.876] (II) fglrx(0): Printing DDC gathered Modelines:
[ 59.876] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 59.951] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 59.952] (II) fglrx(0): Printing DDC gathered Modelines:
[ 59.952] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 60.028] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 60.028] (II) fglrx(0): Printing DDC gathered Modelines:
[ 60.028] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 61.100] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 61.100] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.100] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 62.709] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 62.709] (II) fglrx(0): Printing DDC gathered Modelines:
[ 62.709] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 62.815] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 62.815] (II) fglrx(0): Printing DDC gathered Modelines:
[ 62.815] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 62.912] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 62.912] (II) fglrx(0): Printing DDC gathered Modelines:
[ 62.912] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 62.988] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 62.988] (II) fglrx(0): Printing DDC gathered Modelines:
[ 62.988] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 63.064] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 63.064] (II) fglrx(0): Printing DDC gathered Modelines:
[ 63.064] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 63.140] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 63.142] (II) fglrx(0): Printing DDC gathered Modelines:
[ 63.142] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 63.280] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 63.280] (II) fglrx(0): Printing DDC gathered Modelines:
[ 63.280] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
[ 64.295] (II) fglrx(0): EDID vendor "SEC", prod id 16977
[ 64.295] (II) fglrx(0): Printing DDC gathered Modelines:
[ 64.296] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 -hsync -vsync (46.8 kHz)
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages fglrx-driver depends on:
ii glx-alternative-fglrx 0.2.0
ii libc6 2.13-24
ii libfglrx 1:12-1-1
ii libgl1-mesa-glx [libgl1] 7.11.2-1
ii libx11-6 2:1.4.4-4
ii libxext6 2:1.3.0-3
ii libxrandr2 2:1.3.2-2
ii libxrender1 1:0.9.6-2
ii xserver-xorg-core [xorg-video-abi-11] 2:1.11.3.901-2
Versions of packages fglrx-driver recommends:
ii fglrx-atieventsd 1:12-1-1
ii fglrx-glx-ia32 <none>
ii fglrx-modules-dkms [fglrx-kernel-12-1] 1:12-1-1
ii libgl1-fglrx-glx 1:12-1-1
Versions of packages fglrx-driver suggests:
pn amd-opencl-icd <none>
pn fglrx-control 1:12-1-1
pn xvba-va-driver <none>
-- no debconf information
-------------- next part --------------
Starting program: /usr/bin/Xorg
[Thread debugging using libthread_db enabled]
[tcsetpgrp failed in terminal_inferior: Operation not permitted]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3779292 in xdl_xs111_atiddxFreeScreen ()
from /usr/lib/xorg/modules/drivers/fglrx_drv.so
#0 0x00007ffff3779292 in xdl_xs111_atiddxFreeScreen ()
from /usr/lib/xorg/modules/drivers/fglrx_drv.so
#1 0x00005555555eeabc in xf86DeleteScreen (scrnIndex=0, flags=<optimized out>)
at ../../../../hw/xfree86/common/xf86Helper.c:220
#2 0x00005555555e2bd2 in InitOutput (pScreenInfo=0x55555595b740, argc=1,
argv=0x7fffffffe768) at ../../../../hw/xfree86/common/xf86Init.c:525
#3 0x0000555555594fdd in main (argc=1, argv=<optimized out>, envp=<optimized out>)
at ../../dix/main.c:204
A debugging session is active.
Inferior 1 [process 1788] will be killed.
Quit anyway? (y or n)
More information about the Pkg-fglrx-devel
mailing list