Setting evdev as mouse driver segfaults X

Bug #954745 reported by Alexander
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Incomplete
High
Unassigned

Bug Description

Trying to set evdev as mouse driver with:

Section "InputDevice"
 Identifier "Evdev Mouse"
 Driver "evdev"
 Option "Name" "Kingsis Peripherals ZOWIE Gaming mouse"
 Option "evBits" "+1-2"
 Option "keyBits" "~272-287"
 Option "relBits" "~0-2 ~6 ~8"
 Option "Pass" "3"
EndSection

(ServerLayout having + InputDevice "Evdev Mouse" ofc)

Expected result: evdev mouse input..

Got result: X segfaults. The backtrace X is printing looks slightly suspious as it just goes back to libc!

Xorg.0.log log:

[ 315.993]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 316.000] X Protocol Version 11, Revision 0
[ 316.002] Build Operating System: Linux 2.6.24-31-server x86_64 Ubuntu
[ 316.005] Current Operating System: Linux korpigott 3.2.0-18-generic #29-Ubuntu SMP Fri Mar 9 21:36:08 UTC 2012 x86_64
[ 316.007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic root=UUID=181322ee-ade8-488a-abb4-d04dffadd3ad ro quiet splash vt.handoff=7
[ 316.009] Build Date: 09 March 2012 12:17:02PM
[ 316.009] xorg-server 2:1.11.4-0ubuntu6 (For technical support please see http://www.ubuntu.com/support)
[ 316.010] Current version of pixman: 0.25.2
[ 316.011] Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[ 316.013] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 316.015] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 14 08:09:10 2012
[ 316.016] (==) Using config file: "/etc/X11/xorg.conf"
[ 316.017] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 316.018] (==) ServerLayout "aticonfig Layout"
[ 316.018] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 316.018] (**) | |-->Monitor "<default monitor>"
[ 316.018] (**) | |-->Device "aticonfig-Device[0]-0"
[ 316.018] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
 Using a default monitor configuration.
[ 316.018] (**) |-->Input Device "Evdev Mouse"
[ 316.018] (==) Automatically adding devices
[ 316.018] (==) Automatically enabling devices
[ 316.018] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 316.018] Entry deleted from font path.
[ 316.018] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 316.018] Entry deleted from font path.
[ 316.018] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 316.018] Entry deleted from font path.
[ 316.018] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 316.018] Entry deleted from font path.
[ 316.018] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 316.018] Entry deleted from font path.
[ 316.018] (==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/Type1,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
 built-ins
[ 316.018] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 316.018] (II) The server relies on udev to provide the list of input devices.
 If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 316.018] (II) Loader magic: 0x7fe735837b00
[ 316.018] (II) Module ABI versions:
[ 316.018] X.Org ANSI C Emulation: 0.4
[ 316.018] X.Org Video Driver: 11.0
[ 316.018] X.Org XInput driver : 16.0
[ 316.018] X.Org Server Extension : 6.0
[ 316.018] (--) PCI:*(0:5:0:0) 1002:6738:1787:2305 rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 316.018] (II) Open ACPI successful (/var/run/acpid.socket)
[ 316.018] (II) "extmod" will be loaded by default.
[ 316.018] (II) "dbe" will be loaded by default.
[ 316.018] (II) "glx" will be loaded by default.
[ 316.018] (II) "record" will be loaded by default.
[ 316.019] (II) "dri" will be loaded by default.
[ 316.019] (II) "dri2" will be loaded by default.
[ 316.019] (II) LoadModule: "extmod"
[ 316.019] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 316.019] (II) Module extmod: vendor="X.Org Foundation"
[ 316.019] compiled for 1.11.3, module version = 1.0.0
[ 316.019] Module class: X.Org Server Extension
[ 316.019] ABI class: X.Org Server Extension, version 6.0
[ 316.019] (II) Loading extension MIT-SCREEN-SAVER
[ 316.019] (II) Loading extension XFree86-VidModeExtension
[ 316.019] (II) Loading extension XFree86-DGA
[ 316.019] (II) Loading extension DPMS
[ 316.019] (II) Loading extension XVideo
[ 316.019] (II) Loading extension XVideo-MotionCompensation
[ 316.019] (II) Loading extension X-Resource
[ 316.019] (II) LoadModule: "dbe"
[ 316.019] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 316.019] (II) Module dbe: vendor="X.Org Foundation"
[ 316.019] compiled for 1.11.3, module version = 1.0.0
[ 316.019] Module class: X.Org Server Extension
[ 316.019] ABI class: X.Org Server Extension, version 6.0
[ 316.019] (II) Loading extension DOUBLE-BUFFER
[ 316.019] (II) LoadModule: "glx"
[ 316.019] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so
[ 316.019] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 316.019] compiled for 6.9.0, module version = 1.0.0
[ 316.020] (II) Loading extension GLX
[ 316.020] (II) LoadModule: "record"
[ 316.020] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 316.020] (II) Module record: vendor="X.Org Foundation"
[ 316.020] compiled for 1.11.3, module version = 1.13.0
[ 316.020] Module class: X.Org Server Extension
[ 316.020] ABI class: X.Org Server Extension, version 6.0
[ 316.020] (II) Loading extension RECORD
[ 316.020] (II) LoadModule: "dri"
[ 316.020] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 316.020] (II) Module dri: vendor="X.Org Foundation"
[ 316.020] compiled for 1.11.3, module version = 1.0.0
[ 316.020] ABI class: X.Org Server Extension, version 6.0
[ 316.020] (II) Loading extension XFree86-DRI
[ 316.020] (II) LoadModule: "dri2"
[ 316.020] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 316.020] (II) Module dri2: vendor="X.Org Foundation"
[ 316.020] compiled for 1.11.3, module version = 1.2.0
[ 316.020] ABI class: X.Org Server Extension, version 6.0
[ 316.020] (II) Loading extension DRI2
[ 316.020] (II) LoadModule: "fglrx"
[ 316.020] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
[ 316.032] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 316.032] compiled for 1.4.99.906, module version = 8.95.3
[ 316.032] Module class: X.Org Video Driver
[ 316.033] (II) Loading sub module "fglrxdrm"
[ 316.033] (II) LoadModule: "fglrxdrm"
[ 316.033] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
[ 316.033] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 316.033] compiled for 1.4.99.906, module version = 8.95.3
[ 316.033] (II) LoadModule: "evdev"
[ 316.033] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 316.033] (II) Module evdev: vendor="X.Org Foundation"
[ 316.033] compiled for 1.11.3, module version = 2.6.99
[ 316.033] Module class: X.Org XInput Driver
[ 316.033] ABI class: X.Org XInput driver, version 16.0
[ 316.033] (II) ATI Proprietary Linux Driver Version Identifier:8.95.3
[ 316.033] (II) ATI Proprietary Linux Driver Release Identifier: 8.95
[ 316.033] (II) ATI Proprietary Linux Driver Build Date: Feb 14 2012 21:05:02
[ 316.033] (--) using VT number 7

[ 316.037] (WW) Falling back to old probe method for fglrx
[ 316.060] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 316.060] (--) Chipset Supported AMD Graphics Processor (0x6738) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[ 316.061] (WW) fglrx: No matching Device section for instance (BusID PCI:0@5:0:1) found
[ 316.061] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 316.061] (II) AMD Video driver is signed
[ 316.061] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
[ 316.061] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
[ 316.061] (II) fglrx(0): pEnt->device->identifier=0x7fe736d3cd20
[ 316.061] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[ 316.061] (II) Loading sub module "vgahw"
[ 316.061] (II) LoadModule: "vgahw"
[ 316.061] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 316.061] (II) Module vgahw: vendor="X.Org Foundation"
[ 316.061] compiled for 1.11.3, module version = 0.1.0
[ 316.061] ABI class: X.Org Video Driver, version 11.0
[ 316.061] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 316.061] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 316.061] (==) fglrx(0): Default visual is TrueColor
[ 316.061] (==) fglrx(0): RGB weight 888
[ 316.061] (II) fglrx(0): Using 8 bits per RGB
[ 316.061] (==) fglrx(0): Buffer Tiling is ON
[ 316.062] (II) Loading sub module "fglrxdrm"
[ 316.062] (II) LoadModule: "fglrxdrm"
[ 316.062] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
[ 316.062] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 316.062] compiled for 1.4.99.906, module version = 8.95.3
[ 316.065] ukiDynamicMajor: found major device number 250
[ 316.065] ukiDynamicMajor: found major device number 250
[ 316.065] ukiOpenByBusid: Searching for BusID PCI:5:0:0
[ 316.065] ukiOpenDevice: node name is /dev/ati/card0
[ 316.066] ukiOpenDevice: open result is 12, (OK)
[ 316.066] ukiOpenByBusid: ukiOpenMinor returns 12
[ 316.066] ukiOpenByBusid: ukiGetBusid reports PCI:5:0:0
[ 316.066] (**) fglrx(0): NoAccel = NO
[ 316.066] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 316.066] (--) fglrx(0): Chipset: "AMD Radeon HD 6800 Series " (Chipset = 0x6738)
[ 316.066] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x2305)
[ 316.066] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 316.066] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[ 316.066] (--) fglrx(0): MMIO registers at 0xfe9e0000
[ 316.066] (--) fglrx(0): I/O port at 0x0000e000
[ 316.066] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 316.067] (II) fglrx(0): AC Adapter is used
[ 316.080] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 316.081] (II) Loading sub module "vbe"
[ 316.081] (II) LoadModule: "vbe"
[ 316.082] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 316.082] (II) Module vbe: vendor="X.Org Foundation"
[ 316.082] compiled for 1.11.3, module version = 1.1.0
[ 316.082] ABI class: X.Org Video Driver, version 11.0
[ 316.082] (II) fglrx(0): VESA BIOS detected
[ 316.082] (II) fglrx(0): VESA VBE Version 3.0
[ 316.082] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 316.082] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[ 316.082] (II) fglrx(0): VESA VBE OEM Software Rev: 13.6
[ 316.082] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc.
[ 316.082] (II) fglrx(0): VESA VBE OEM Product: BARTS
[ 316.082] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 316.120] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 316.120] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
[ 316.120] (II) fglrx(0): PCIE card detected
[ 316.120] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 316.120] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 316.125] (II) fglrx(0): Using adapter: 5:0.0.
[ 316.270] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 316.282] (II) fglrx(0): Interrupt handler installed at IRQ 54.
[ 316.282] (II) fglrx(0): RandR 1.2 support is enabled!
[ 316.282] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 316.282] (==) fglrx(0): Center Mode is disabled
[ 316.282] (II) Loading sub module "fb"
[ 316.282] (II) LoadModule: "fb"
[ 316.282] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 316.282] (II) Module fb: vendor="X.Org Foundation"
[ 316.282] compiled for 1.11.3, module version = 1.0.0
[ 316.282] ABI class: X.Org ANSI C Emulation, version 0.4
[ 316.282] (II) Loading sub module "ddc"
[ 316.282] (II) LoadModule: "ddc"
[ 316.282] (II) Module "ddc" already built-in
[ 316.555] (II) fglrx(0): Finished Initialize PPLIB!
[ 316.562] (II) fglrx(0): Output DFP1 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP2 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP3 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP4 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP5 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP6 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP7 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP8 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP9 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP10 has no monitor section
[ 316.562] (II) fglrx(0): Output DFP11 using monitor section 0-DFP11
[ 316.562] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[ 316.562] (**) fglrx(0): Option "Position" "0 0"
[ 316.562] (**) fglrx(0): Option "Disable" "false"
[ 316.562] (**) fglrx(0): Option "Rotate" "normal"
[ 316.562] (**) fglrx(0): Option "TargetRefresh" "120"
[ 316.562] (II) fglrx(0): Output CRT1 has no monitor section
[ 316.562] (II) Loading sub module "ddc"
[ 316.562] (II) LoadModule: "ddc"
[ 316.562] (II) Module "ddc" already built-in
[ 316.562] (II) fglrx(0): Connected Display0: DFP11
[ 316.562] (II) fglrx(0): Display0 EDID data ---------------------------
[ 316.562] (II) fglrx(0): Manufacturer: BNQ Model: 7f02 Serial#: 21573
[ 316.562] (II) fglrx(0): Year: 2010 Week: 47
[ 316.562] (II) fglrx(0): EDID Version: 1.3
[ 316.562] (II) fglrx(0): Digital Display Input
[ 316.562] (II) fglrx(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 316.562] (II) fglrx(0): Gamma: 2.20
[ 316.562] (II) fglrx(0): DPMS capabilities: Off
[ 316.562] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 316.562] (II) fglrx(0): Default color space is primary color space
[ 316.562] (II) fglrx(0): First detailed timing is preferred mode
[ 316.562] (II) fglrx(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 316.562] (II) fglrx(0): blueX: 0.159 blueY: 0.059 whiteX: 0.312 whiteY: 0.329
[ 316.562] (II) fglrx(0): Supported established timings:
[ 316.562] (II) fglrx(0): 720x400@70Hz
[ 316.562] (II) fglrx(0): 640x480@60Hz
[ 316.562] (II) fglrx(0): 640x480@75Hz
[ 316.562] (II) fglrx(0): 800x600@60Hz
[ 316.562] (II) fglrx(0): 800x600@75Hz
[ 316.562] (II) fglrx(0): 832x624@75Hz
[ 316.562] (II) fglrx(0): 1024x768@60Hz
[ 316.562] (II) fglrx(0): 1024x768@75Hz
[ 316.562] (II) fglrx(0): 1280x1024@75Hz
[ 316.562] (II) fglrx(0): 1152x864@75Hz
[ 316.562] (II) fglrx(0): Manufacturer's mask: 0
[ 316.562] (II) fglrx(0): Supported standard timings:
[ 316.562] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 120 vid: 31793
[ 316.562] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 120 vid: 31813
[ 316.562] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 120 vid: 31841
[ 316.562] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 316.562] (II) fglrx(0): #4: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
[ 316.562] (II) fglrx(0): #5: hsize: 1280 vsize 1024 refresh: 120 vid: 48257
[ 316.562] (II) fglrx(0): #6: hsize: 1440 vsize 900 refresh: 120 vid: 15509
[ 316.562] (II) fglrx(0): Supported detailed timing:
[ 316.562] (II) fglrx(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 316.562] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 316.562] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 316.562] (II) fglrx(0): Serial No: TBA00025SL0
[ 316.562] (II) fglrx(0): Ranges: V min: 56 V max: 120 Hz, H min: 30 H max: 140 kHz, PixClock max 335 MHz
[ 316.562] (II) fglrx(0): Monitor name: BenQ XL2410T
[ 316.562] (II) fglrx(0): Supported detailed timing:
[ 316.562] (II) fglrx(0): clock: 235.5 MHz Image Size: 521 x 293 mm
[ 316.562] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.562] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1133 v_border: 0
[ 316.562] (II) fglrx(0): Supported detailed timing:
[ 316.562] (II) fglrx(0): clock: 260.2 MHz Image Size: 521 x 293 mm
[ 316.562] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.562] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1138 v_border: 0
[ 316.562] (II) fglrx(0): Supported detailed timing:
[ 316.562] (II) fglrx(0): clock: 285.5 MHz Image Size: 521 x 293 mm
[ 316.562] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.562] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1144 v_border: 0
[ 316.562] (II) fglrx(0): Number of EDID sections to follow: 1
[ 316.562] (II) fglrx(0): EDID (in hex):
[ 316.562] (II) fglrx(0): 00ffffffffffff0009d1027f45540000
[ 316.562] (II) fglrx(0): 2f14010380341d782e2cc1a45650a128
[ 316.562] (II) fglrx(0): 0f5054a56b80317c457c617c8180818f
[ 316.562] (II) fglrx(0): 81bc953c0101023a801871382d40582c
[ 316.562] (II) fglrx(0): 450009252100001a000000ff00544241
[ 316.562] (II) fglrx(0): 3030303235534c300a20000000fd0038
[ 316.562] (II) fglrx(0): 781e8c21000a202020202020000000fc
[ 316.562] (II) fglrx(0): 0042656e5120584c32343130540a0135
[ 316.562] (II) fglrx(0): End of Display0 EDID data --------------------
[ 316.563] (II) fglrx(0): EDID for output DFP1
[ 316.563] (II) fglrx(0): EDID for output DFP2
[ 316.563] (II) fglrx(0): EDID for output DFP3
[ 316.563] (II) fglrx(0): EDID for output DFP4
[ 316.563] (II) fglrx(0): EDID for output DFP5
[ 316.563] (II) fglrx(0): EDID for output DFP6
[ 316.563] (II) fglrx(0): EDID for output DFP7
[ 316.564] (II) fglrx(0): EDID for output DFP8
[ 316.564] (II) fglrx(0): EDID for output DFP9
[ 316.564] (II) fglrx(0): EDID for output DFP10
[ 316.564] (II) fglrx(0): EDID for output DFP11
[ 316.564] (II) fglrx(0): Manufacturer: BNQ Model: 7f02 Serial#: 21573
[ 316.564] (II) fglrx(0): Year: 2010 Week: 47
[ 316.564] (II) fglrx(0): EDID Version: 1.3
[ 316.564] (II) fglrx(0): Digital Display Input
[ 316.564] (II) fglrx(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 316.564] (II) fglrx(0): Gamma: 2.20
[ 316.564] (II) fglrx(0): DPMS capabilities: Off
[ 316.564] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 316.564] (II) fglrx(0): Default color space is primary color space
[ 316.564] (II) fglrx(0): First detailed timing is preferred mode
[ 316.564] (II) fglrx(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 316.564] (II) fglrx(0): blueX: 0.159 blueY: 0.059 whiteX: 0.312 whiteY: 0.329
[ 316.564] (II) fglrx(0): Supported established timings:
[ 316.564] (II) fglrx(0): 720x400@70Hz
[ 316.564] (II) fglrx(0): 640x480@60Hz
[ 316.564] (II) fglrx(0): 640x480@75Hz
[ 316.564] (II) fglrx(0): 800x600@60Hz
[ 316.564] (II) fglrx(0): 800x600@75Hz
[ 316.564] (II) fglrx(0): 832x624@75Hz
[ 316.564] (II) fglrx(0): 1024x768@60Hz
[ 316.564] (II) fglrx(0): 1024x768@75Hz
[ 316.564] (II) fglrx(0): 1280x1024@75Hz
[ 316.564] (II) fglrx(0): 1152x864@75Hz
[ 316.564] (II) fglrx(0): Manufacturer's mask: 0
[ 316.564] (II) fglrx(0): Supported standard timings:
[ 316.564] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 120 vid: 31793
[ 316.564] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 120 vid: 31813
[ 316.564] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 120 vid: 31841
[ 316.564] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 316.564] (II) fglrx(0): #4: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
[ 316.564] (II) fglrx(0): #5: hsize: 1280 vsize 1024 refresh: 120 vid: 48257
[ 316.564] (II) fglrx(0): #6: hsize: 1440 vsize 900 refresh: 120 vid: 15509
[ 316.564] (II) fglrx(0): Supported detailed timing:
[ 316.564] (II) fglrx(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 316.564] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 316.564] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 316.564] (II) fglrx(0): Serial No: TBA00025SL0
[ 316.564] (II) fglrx(0): Ranges: V min: 56 V max: 120 Hz, H min: 30 H max: 140 kHz, PixClock max 335 MHz
[ 316.564] (II) fglrx(0): Monitor name: BenQ XL2410T
[ 316.564] (II) fglrx(0): Supported detailed timing:
[ 316.564] (II) fglrx(0): clock: 235.5 MHz Image Size: 521 x 293 mm
[ 316.564] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.564] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1133 v_border: 0
[ 316.564] (II) fglrx(0): Supported detailed timing:
[ 316.564] (II) fglrx(0): clock: 260.2 MHz Image Size: 521 x 293 mm
[ 316.564] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.564] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1138 v_border: 0
[ 316.564] (II) fglrx(0): Supported detailed timing:
[ 316.564] (II) fglrx(0): clock: 285.5 MHz Image Size: 521 x 293 mm
[ 316.564] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 316.564] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1144 v_border: 0
[ 316.564] (II) fglrx(0): Number of EDID sections to follow: 1
[ 316.564] (II) fglrx(0): EDID (in hex):
[ 316.564] (II) fglrx(0): 00ffffffffffff0009d1027f45540000
[ 316.564] (II) fglrx(0): 2f14010380341d782e2cc1a45650a128
[ 316.564] (II) fglrx(0): 0f5054a56b80317c457c617c8180818f
[ 316.564] (II) fglrx(0): 81bc953c0101023a801871382d40582c
[ 316.564] (II) fglrx(0): 450009252100001a000000ff00544241
[ 316.564] (II) fglrx(0): 3030303235534c300a20000000fd0038
[ 316.564] (II) fglrx(0): 781e8c21000a202020202020000000fc
[ 316.564] (II) fglrx(0): 0042656e5120584c32343130540a0135
[ 316.564] (II) fglrx(0): Printing probed modes for output DFP11
[ 316.564] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1920x1080"x120.0 285.50 1920 1968 2000 2080 1080 1083 1088 1144 +hsync -vsync (137.3 kHz)
[ 316.564] (II) fglrx(0): Modeline "1920x1080"x110.0 260.25 1920 1968 2000 2080 1080 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1920x1080"x100.0 235.50 1920 1968 2000 2080 1080 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1680x1050"x110.0 260.25 1680 1968 2000 2080 1050 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1680x1050"x100.0 235.50 1680 1968 2000 2080 1050 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1680x1050"x60.0 148.50 1680 2008 2052 2200 1050 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1400x1050"x120.0 285.50 1400 1968 2000 2080 1050 1083 1088 1144 +hsync -vsync (137.3 kHz)
[ 316.564] (II) fglrx(0): Modeline "1400x1050"x110.0 260.25 1400 1968 2000 2080 1050 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1400x1050"x100.0 235.50 1400 1968 2000 2080 1050 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1400x1050"x60.0 148.50 1400 2008 2052 2200 1050 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1600x900"x120.0 285.50 1600 1968 2000 2080 900 1083 1088 1144 +hsync -vsync (137.3 kHz)
[ 316.564] (II) fglrx(0): Modeline "1600x900"x110.0 260.25 1600 1968 2000 2080 900 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1600x900"x100.0 235.50 1600 1968 2000 2080 900 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1600x900"x60.0 148.50 1600 2008 2052 2200 900 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1360x1024"x120.0 285.50 1360 1968 2000 2080 1024 1083 1088 1144 +hsync -vsync (137.3 kHz)
[ 316.564] (II) fglrx(0): Modeline "1360x1024"x110.0 260.25 1360 1968 2000 2080 1024 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1360x1024"x100.0 235.50 1360 1968 2000 2080 1024 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1360x1024"x60.0 148.50 1360 2008 2052 2200 1024 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x1024"x110.0 260.25 1280 1968 2000 2080 1024 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x1024"x100.0 235.50 1280 1968 2000 2080 1024 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x1024"x120.0 233.79 1280 1384 1528 1776 1024 1025 1028 1097 -hsync +vsync (131.6 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1440x900"x110.0 260.25 1440 1968 2000 2080 900 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1440x900"x100.0 235.50 1440 1968 2000 2080 900 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1440x900"x120.0 229.75 1440 1552 1712 1984 900 901 904 965 -hsync +vsync (115.8 kHz)
[ 316.564] (II) fglrx(0): Modeline "1440x900"x60.0 148.50 1440 2008 2052 2200 900 1084 1089 1125 +hsync -vsync (67.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x960"x110.0 260.25 1280 1968 2000 2080 960 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x960"x100.0 235.50 1280 1968 2000 2080 960 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x960"x120.0 233.79 1280 1384 1528 1776 960 1025 1028 1097 -hsync +vsync (131.6 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x768"x110.0 260.25 1280 1968 2000 2080 768 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x768"x100.0 235.50 1280 1968 2000 2080 768 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x768"x120.0 233.79 1280 1384 1528 1776 768 1025 1028 1097 -hsync +vsync (131.6 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x768"x75.0 135.00 1280 1296 1440 1688 768 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1328 1440 1688 768 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x720"x110.0 260.25 1280 1968 2000 2080 720 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x720"x100.0 235.50 1280 1968 2000 2080 720 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x720"x120.0 233.79 1280 1384 1528 1776 720 1025 1028 1097 -hsync +vsync (131.6 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x720"x75.0 135.00 1280 1296 1440 1688 720 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1328 1440 1688 720 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1024x768"x110.0 260.25 1024 1968 2000 2080 768 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "1024x768"x100.0 235.50 1024 1968 2000 2080 768 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "1024x768"x120.0 139.05 1024 1104 1216 1408 768 769 772 823 -hsync +vsync (98.8 kHz)
[ 316.564] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 316.564] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 316.564] (II) fglrx(0): Modeline "800x600"x110.0 260.25 800 1968 2000 2080 600 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "800x600"x100.0 235.50 800 1968 2000 2080 600 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "800x600"x120.0 83.95 800 856 944 1088 600 601 604 643 -hsync +vsync (77.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 316.564] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 316.564] (II) fglrx(0): Modeline "640x480"x110.0 260.25 640 1968 2000 2080 480 1083 1088 1138 +hsync -vsync (125.1 kHz)
[ 316.564] (II) fglrx(0): Modeline "640x480"x100.0 235.50 640 1968 2000 2080 480 1083 1088 1133 +hsync -vsync (113.2 kHz)
[ 316.564] (II) fglrx(0): Modeline "640x480"x120.0 52.41 640 680 744 848 480 481 484 515 -hsync +vsync (61.8 kHz)
[ 316.564] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 316.564] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 316.564] (II) fglrx(0): EDID for output CRT1
[ 316.564] (II) fglrx(0): Output DFP1 disconnected
[ 316.564] (II) fglrx(0): Output DFP2 disconnected
[ 316.564] (II) fglrx(0): Output DFP3 disconnected
[ 316.564] (II) fglrx(0): Output DFP4 disconnected
[ 316.564] (II) fglrx(0): Output DFP5 disconnected
[ 316.564] (II) fglrx(0): Output DFP6 disconnected
[ 316.564] (II) fglrx(0): Output DFP7 disconnected
[ 316.564] (II) fglrx(0): Output DFP8 disconnected
[ 316.564] (II) fglrx(0): Output DFP9 disconnected
[ 316.564] (II) fglrx(0): Output DFP10 disconnected
[ 316.564] (II) fglrx(0): Output DFP11 connected
[ 316.564] (II) fglrx(0): Output CRT1 disconnected
[ 316.564] (II) fglrx(0): Using user preference for initial modes
[ 316.564] (II) fglrx(0): Output DFP11 using initial mode 1920x1080
[ 316.564] (II) fglrx(0): DPI set to (96, 96)
[ 316.564] (II) fglrx(0): Eyefinity capable adapter detected.
[ 316.564] (II) fglrx(0): Adapter AMD Radeon HD 6800 Series has 6 configurable heads and 1 displays connected.
[ 316.564] (==) fglrx(0): PseudoColor visuals disabled
[ 316.564] (II) Loading sub module "ramdac"
[ 316.564] (II) LoadModule: "ramdac"
[ 316.564] (II) Module "ramdac" already built-in
[ 316.564] (==) fglrx(0): NoDRI = NO
[ 316.564] (==) fglrx(0): Capabilities: 0x00000000
[ 316.564] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 316.565] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 316.565] (==) fglrx(0): UseFastTLS=0
[ 316.565] (==) fglrx(0): BlockSignalsOnLock=1
[ 316.565] (--) Depth 24 pixmap format is 32 bpp
[ 316.565] (II) Loading extension ATIFGLRXDRI
[ 316.565] (II) fglrx(0): doing swlDriScreenInit
[ 316.565] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 316.565] ukiDynamicMajor: found major device number 250
[ 316.565] ukiDynamicMajor: found major device number 250
[ 316.565] ukiDynamicMajor: found major device number 250
[ 316.565] ukiOpenByBusid: Searching for BusID PCI:5:0:0
[ 316.565] ukiOpenDevice: node name is /dev/ati/card0
[ 316.565] ukiOpenDevice: open result is 17, (OK)
[ 316.565] ukiOpenByBusid: ukiOpenMinor returns 17
[ 316.565] ukiOpenByBusid: ukiGetBusid reports PCI:5:0:0
[ 316.565] (II) fglrx(0): [uki] DRM interface version 1.0
[ 316.565] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:5:0:0"
[ 316.565] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x62000
[ 316.565] (II) fglrx(0): [uki] mapped SAREA 0x62000 to 0x7fe72fdee000
[ 316.565] (II) fglrx(0): [uki] framebuffer handle = 0x63000
[ 316.565] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 316.565] (II) fglrx(0): swlDriScreenInit done
[ 316.565] (II) fglrx(0): Kernel Module Version Information:
[ 316.565] (II) fglrx(0): Name: fglrx
[ 316.565] (II) fglrx(0): Version: 8.95.3
[ 316.565] (II) fglrx(0): Date: Feb 14 2012
[ 316.565] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 316.565] (II) fglrx(0): Kernel Module version matches driver.
[ 316.565] (II) fglrx(0): Kernel Module Build Time Information:
[ 316.565] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.0-18-generic
[ 316.565] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 316.565] (II) fglrx(0): Build-Kernel __SMP__: yes
[ 316.565] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 316.565] (II) fglrx(0): [uki] register handle = 0x00064000
[ 316.579] (II) fglrx(0): DRI initialization successfull
[ 316.579] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
[ 316.579] (==) fglrx(0): Backing store disabled
[ 316.579] (II) Loading extension FGLRXEXTENSION
[ 316.579] (==) fglrx(0): DPMS enabled
[ 316.579] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 316.579] (**) fglrx(0): Textured Video is enabled.
[ 316.579] (II) LoadModule: "glesx"
[ 316.579] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/glesx.so
[ 316.580] (II) Module glesx: vendor="X.Org Foundation"
[ 316.580] compiled for 1.4.99.906, module version = 1.0.0
[ 316.580] (II) Loading extension GLESX
[ 316.580] (II) fglrx(0): GLESX enableFlags = 592
[ 316.580] (II) fglrx(0): GLESX is enabled
[ 316.580] (II) LoadModule: "amdxmm"
[ 316.580] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/amdxmm.so
[ 316.580] (II) Module amdxmm: vendor="X.Org Foundation"
[ 316.580] compiled for 1.4.99.906, module version = 2.0.0
[ 316.593] (II) Loading extension AMDXVOPL
[ 316.593] (II) Loading extension AMDXVBA
[ 316.594] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 316.596] (II) fglrx(0): Enable composite support successfully
[ 316.596] (II) fglrx(0): X context handle = 0x1
[ 316.596] (II) fglrx(0): [DRI] installation complete
[ 316.596] (==) fglrx(0): Silken mouse enabled
[ 316.596] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 316.596] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 316.599] (II) fglrx(0): User Preference Output DFP11 using refresh rate 120.0 Hz.
[ 316.709] (--) RandR disabled
[ 316.709] (II) Initializing built-in extension Generic Event Extension
[ 316.709] (II) Initializing built-in extension SHAPE
[ 316.709] (II) Initializing built-in extension MIT-SHM
[ 316.709] (II) Initializing built-in extension XInputExtension
[ 316.709] (II) Initializing built-in extension XTEST
[ 316.709] (II) Initializing built-in extension BIG-REQUESTS
[ 316.709] (II) Initializing built-in extension SYNC
[ 316.709] (II) Initializing built-in extension XKEYBOARD
[ 316.709] (II) Initializing built-in extension XC-MISC
[ 316.709] (II) Initializing built-in extension SECURITY
[ 316.709] (II) Initializing built-in extension XINERAMA
[ 316.709] (II) Initializing built-in extension XFIXES
[ 316.710] (II) Initializing built-in extension RENDER
[ 316.710] (II) Initializing built-in extension RANDR
[ 316.710] (II) Initializing built-in extension COMPOSITE
[ 316.710] (II) Initializing built-in extension DAMAGE
[ 316.711] ukiDynamicMajor: found major device number 250
[ 316.711] ukiDynamicMajor: found major device number 250
[ 316.711] ukiOpenByBusid: Searching for BusID PCI:5:0:0
[ 316.711] ukiOpenDevice: node name is /dev/ati/card0
[ 316.711] ukiOpenDevice: open result is 18, (OK)
[ 316.711] ukiOpenByBusid: ukiOpenMinor returns 18
[ 316.711] ukiOpenByBusid: ukiGetBusid reports PCI:5:0:0
[ 316.774] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 316.785] (II) fglrx(0): Enable the clock gating!
[ 316.785] (II) fglrx(0): Setting screen physical size to 508 x 285
[ 316.792] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 316.793]
Backtrace:
[ 316.793] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7fe7355cd306]
[ 316.793] 1: /usr/bin/X (0x7fe735445000+0x18c1aa) [0x7fe7355d11aa]
[ 316.793] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fe73476b000+0xfcb0) [0x7fe73477acb0]
[ 316.793] 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe7335df000+0x8abf9) [0x7fe733669bf9]
[ 316.793] 4: /usr/bin/X (NewInputDeviceRequest+0x52) [0x7fe7354e4852]
[ 316.793] 5: /usr/bin/X (InitInput+0x76) [0x7fe7354d21e6]
[ 316.793] 6: /usr/bin/X (0x7fe735445000+0x3d646) [0x7fe735482646]
[ 316.793] 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7fe73360076d]
[ 316.793] 8: /usr/bin/X (0x7fe735445000+0x3d97d) [0x7fe73548297d]
[ 316.793] Segmentation fault at address (nil)
[ 316.793]
Caught signal 11 (Segmentation fault). Server aborting
[ 316.793]
Please consult the The X.Org Foundation support
  at http://wiki.x.org
 for help.
[ 316.793] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 316.793]
[ 316.793] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 316.793] (II) fglrx(0): Backup framebuffer data.
[ 316.795] (II) fglrx(0): Backup complete.
[ 317.383] ddxSigGiveUp: Closing log
[ 317.387] Server terminated with error (1). Closing log file.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+10ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:

ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
CompizPlugins: [core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,gnomecompat,resize,grid,imgpng,move,snap,unitymtgrabhandles,mousepoll,regex,place,session,animation,wall,workarounds,fade,expo,ezoom,scale,unityshell]
CompositorRunning: compiz
Date: Wed Mar 14 08:15:20 2012
DistUpgraded: Log time: 2012-03-09 17:38:38.781882
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.950, 3.2.0-18-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Barts XT [ATI Radeon HD 6800 Series] [1002:6738] (prog-if 00 [VGA controller])
   Subsystem: Hightech Information System Ltd. Device [1787:2305]
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Enabled, In use)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic root=UUID=181322ee-ade8-488a-abb4-d04dffadd3ad ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-03-10 (3 days ago)
dmi.bios.date: 08/24/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1005
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A87TD/USB3
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1005:bd08/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A87TD/USB3:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.31+git20120302.be30d350-0ubuntu0sarvatt
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1+git20120310+8.0.437ed1fa-0ubuntu0sarvatt
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1+git20120310+8.0.437ed1fa-0ubuntu0sarvatt
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.99.901+git20120126-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2

Revision history for this message
Alexander (alexander-) wrote :
bugbot (bugbot)
affects: xorg (Ubuntu) → xorg-server (Ubuntu)
Revision history for this message
Bryce Harrington (bryce) wrote :

Please collect a full backtrace on this crash - see http://wiki.ubuntu.com/X/Backtracing for guidance.

Changed in xorg-server (Ubuntu):
importance: Undecided → High
status: New → Incomplete
Revision history for this message
Alexander (alexander-) wrote :
Download full text (3.6 KiB)

Well, doubt this is much help.

The thing is, I cannot 'backtrace full' as after running X in gdb, everything freezes, only a black screen and nothing responds, I always need to hard-reset with power button. What now?

GNU gdb (Ubuntu/Linaro 7.4-2012.02-0ubuntu2) 7.4-2012.02
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/Xorg...Reading symbols from /usr/lib/debug/usr/bin/Xorg...done.
done.
(gdb) run -keeptty -dumbSched
Starting program: /usr/bin/Xorg -keeptty -dumbSched
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

X.Org X Server 1.11.3
Release Date: 2011-12-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-31-server x86_64 Ubuntu
Current Operating System: Linux korpigott 3.2.0-19-generic #30-Ubuntu SMP Fri Mar 16 16:27:15 UTC 2012 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-19-generic root=UUID=181322ee-ade8-488a-abb4-d04dffadd3ad ro quiet splash vt.handoff=7
Build Date: 09 March 2012 12:17:02PM
xorg-server 2:1.11.4-0ubuntu6 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.25.2
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 19 21:53:44 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (Bu...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.