[Pkg-fglrx-devel] Bug#632130: fglrx-driver: Xorg ends with black screen (singal 11 in logfile)

Joerg joerg at schuetter.org
Wed Jun 29 19:01:08 UTC 2011


Package: fglrx-driver
Version: 1:11-6-2
Severity: important


fglrx-error

-- Package-specific info:
VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics

DRM and fglrx Informations from dmesg:
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.256870] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.675257] PCI-DMA: Disabling AGP.
[    0.675364] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.784994] Linux agpgart interface v0.103
[    4.856504] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    5.069583] [fglrx] Maximum main memory to use for locked dma buffers: 3305 MBytes.
[    5.072109] [fglrx]   vendor: 1002 device: 9610 count: 1
[    5.074852] [fglrx] ioport: bar 1, base 0xee00, size: 0x100
[    5.080016] [fglrx] Kernel PAT support is enabled
[    5.082442] [fglrx] module loaded - fglrx 8.86.5 [May 24 2011] with 1 minors
[  385.741793] [fglrx] GART Table is not in FRAME_BUFFER range 
[  385.742501] [fglrx] Could not enable MSI; System prevented initialization
[  385.743997] [fglrx] Firegl kernel thread PID: 4667
[  385.744190] [fglrx] Firegl kernel thread PID: 4668
[  385.744319] [fglrx] Firegl kernel thread PID: 4669
[  385.744677] [fglrx] IRQ 18 Enabled
[  387.134413] [fglrx] Gart USWC size:1080 M.
[  387.134418] [fglrx] Gart cacheable size:428 M.
[  387.134425] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[  387.134429] [fglrx] Reserved FB block: Unshared offset:1fffc000, size:4000 

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3483 May 13 17:25 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"
EndSection

Section "Module"
#	Load  "v4l"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
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"
	#Driver      "radeon"
	# radeonhd requires firmware-linux for DRI
	# http://en.gentoo-wiki.com/wiki/RadeonHD
	BusID       "PCI:1:5:0"
	# file:///usr/share/doc/fglrx-driver/articles/4464.html
	#Option      "VideoOverlay" "on"
	#Option      "OpenGLOverlay" "off"
	#Option      "VideoOverlay" "off"
	#Option      "OpenGLOverlay" "on"

	# Enabling XV driver with release 8.42.3 (and possibly above)
	#-----------------------------------------------------------
	#In order to enable XV on this release, you need to add this line to the
	#device section of your xorg.conf:
	#  Option  "TexturedVideo" "True"
	#Option  "TexturedVideo" "True"
	#####Option	"OpenGLOverlay"	"true"
	#####Option	"UseFastTLS"	"1"
	##Option	"AccelMethod" "EXA"
	Option        "TexturedVideoSync" "on" #HD4xxx & HD5xxx use textured video to render Xv. This helps to remove tearing.
	#Option        "TexturedVideo" "on" #In order to enable XV on this release (8.42.3)
	#20110513#Option        "Capabilities" "0x00000800" #This option also turns on vertical syncing as well. Both can and do work well together.
	Option        "OpenGLOverlay" "off" #This is for workstations and certain commercial graphics applications for them. Nothing as Linux user that we do needs this so disabled.
	Option        "UseFastTLS" "0"
	#Option        "OverlayOnCRTC2" "0" #For some reason when only using one monitor it should see this and use overlay on it correctly and does not. This I believe is what caused some of the MyThTV issues. This needs to be set to 0 for a single monitor application and in a multiple monitor to the one MythTV is displayed on.
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

Section  "Extensions"
	#Option  "Composite"  "off"
	Option  "Composite"  "on"
	#Option  "Composite"  "off" # to make use of XvBA
EndSection

Section "ServerFlags"
	#####Option  "AIGLX" "false"
	Option  "AIGLX" "true"
	Option  "DontZap" "false"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 33906 Jun 29 20:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[   381.424] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[   381.424] X Protocol Version 11, Revision 0
[   381.424] Build Operating System: Linux 2.6.39-1-amd64 x86_64 Debian
[   381.424] Current Operating System: Linux vishnu 2.6.39-1-amd64 #1 SMP Tue May 24 14:34:19 UTC 2011 x86_64
[   381.424] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-1-amd64 root=UUID=e5e00df4-c24f-48b0-8062-4406762d9257 ro vga=0x314 nf_conntrack.acct=1 printk.time=y init=/bin/systemd systemd.log_target=kmsg systemd.log_level=info security=tomoyo
[   381.424] Build Date: 17 June 2011  04:13:25PM
[   381.424] xorg-server 2:1.10.2-2 (Cyril Brulebois <kibi at debian.org>) 
[   381.424] Current version of pixman: 0.21.8
[   381.424] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   381.424] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   381.424] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 29 20:44:57 2011
[   381.704] (==) Using config file: "/etc/X11/xorg.conf"
[   381.704] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   381.800] (==) ServerLayout "aticonfig Layout"
[   381.801] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   381.801] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[   381.801] (**) |   |-->Device "aticonfig-Device[0]-0"
[   381.801] (**) Option "DontZap" "false"
[   381.801] (**) Option "AIGLX" "true"
[   381.801] (==) Automatically adding devices
[   381.801] (==) Automatically enabling devices
[   382.000] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   382.000] 	Entry deleted from font path.
[   382.637] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[   382.638] (==) ModulePath set to "/usr/lib/xorg/modules"
[   382.638] (**) Extension "Composite" is enabled
[   382.638] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   382.638] (II) Loader magic: 0x7d7a20
[   382.638] (II) Module ABI versions:
[   382.638] 	X.Org ANSI C Emulation: 0.4
[   382.638] 	X.Org Video Driver: 10.0
[   382.638] 	X.Org XInput driver : 12.2
[   382.638] 	X.Org Server Extension : 5.0
[   382.639] (--) PCI:*(0:1:5:0) 1002:9610:1458:d000 rev 0, Mem @ 0xd0000000/268435456, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
[   382.640] (II) Open ACPI successful (/var/run/acpid.socket)
[   382.640] (II) "extmod" will be loaded by default.
[   382.640] (II) "dbe" will be loaded by default.
[   382.640] (II) "glx" will be loaded by default.
[   382.640] (II) "record" will be loaded by default.
[   382.640] (II) "dri" will be loaded by default.
[   382.640] (II) "dri2" will be loaded by default.
[   382.640] (II) LoadModule: "extmod"
[   382.790] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   382.841] (II) Module extmod: vendor="X.Org Foundation"
[   382.841] 	compiled for 1.10.2, module version = 1.0.0
[   382.841] 	Module class: X.Org Server Extension
[   382.841] 	ABI class: X.Org Server Extension, version 5.0
[   382.841] (II) Loading extension SELinux
[   382.841] (II) Loading extension MIT-SCREEN-SAVER
[   382.841] (II) Loading extension XFree86-VidModeExtension
[   382.841] (II) Loading extension XFree86-DGA
[   382.841] (II) Loading extension DPMS
[   382.841] (II) Loading extension XVideo
[   382.842] (II) Loading extension XVideo-MotionCompensation
[   382.842] (II) Loading extension X-Resource
[   382.842] (II) LoadModule: "dbe"
[   382.842] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   382.852] (II) Module dbe: vendor="X.Org Foundation"
[   382.852] 	compiled for 1.10.2, module version = 1.0.0
[   382.852] 	Module class: X.Org Server Extension
[   382.852] 	ABI class: X.Org Server Extension, version 5.0
[   382.852] (II) Loading extension DOUBLE-BUFFER
[   382.852] (II) LoadModule: "glx"
[   382.853] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   382.876] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[   382.885] 	compiled for 6.9.0, module version = 1.0.0
[   382.885] (II) Loading extension GLX
[   382.885] (II) LoadModule: "record"
[   382.886] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   382.892] (II) Module record: vendor="X.Org Foundation"
[   382.892] 	compiled for 1.10.2, module version = 1.13.0
[   382.892] 	Module class: X.Org Server Extension
[   382.892] 	ABI class: X.Org Server Extension, version 5.0
[   382.892] (II) Loading extension RECORD
[   382.892] (II) LoadModule: "dri"
[   382.892] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   382.933] (II) Module dri: vendor="X.Org Foundation"
[   382.933] 	compiled for 1.10.2, module version = 1.0.0
[   382.933] 	ABI class: X.Org Server Extension, version 5.0
[   382.933] (II) Loading extension XFree86-DRI
[   382.933] (II) LoadModule: "dri2"
[   382.933] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   382.943] (II) Module dri2: vendor="X.Org Foundation"
[   382.943] 	compiled for 1.10.2, module version = 1.2.0
[   382.943] 	ABI class: X.Org Server Extension, version 5.0
[   382.943] (II) Loading extension DRI2
[   382.943] (II) LoadModule: "fglrx"
[   382.984] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   384.613] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[   384.631] 	compiled for 1.4.99.906, module version = 8.86.5
[   384.631] 	Module class: X.Org Video Driver
[   384.660] (II) Loading sub module "fglrxdrm"
[   384.660] (II) LoadModule: "fglrxdrm"
[   384.660] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   384.687] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   384.687] 	compiled for 1.4.99.906, module version = 8.86.5
[   384.687] (II) ATI Proprietary Linux Driver Version Identifier:8.86.5
[   384.687] (II) ATI Proprietary Linux Driver Release Identifier: 8.861                                
[   384.687] (II) ATI Proprietary Linux Driver Build Date: May 24 2011 22:46:53
[   384.687] (++) using VT number 7

[   384.693] (WW) Falling back to old probe method for fglrx
[   385.086] (II) Loading PCS database from /etc/ati/amdpcsdb
[   385.400] (--) Chipset Supported AMD Graphics Processor (0x9610) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:17:0) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:0) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:1) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:18:2) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:0) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:1) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:19:2) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:0) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:1) found
[   385.415] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:2) found
[   385.416] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:3) found
[   385.416] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:4) found
[   385.416] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 0:20:5) found
[   385.416] (WW) fglrx: No matching Device section for instance (BusID PCI:0 at 1:5:1) found
[   385.416] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   385.423] (II) AMD Video driver is signed
[   385.423] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   385.423] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   385.423] (II) fglrx(0): pEnt->device->identifier=0x9e16e0
[   385.424] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
[   385.424] (II) Loading sub module "vgahw"
[   385.424] (II) LoadModule: "vgahw"
[   385.424] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   385.440] (II) Module vgahw: vendor="X.Org Foundation"
[   385.440] 	compiled for 1.10.2, module version = 0.1.0
[   385.440] 	ABI class: X.Org Video Driver, version 10.0
[   385.440] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   385.440] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   385.440] (==) fglrx(0): Default visual is TrueColor
[   385.440] (**) fglrx(0): Option "OpenGLOverlay" "off"
[   385.440] (**) fglrx(0): Option "UseFastTLS" "0"
[   385.440] (**) fglrx(0): Option "TexturedVideoSync" "on"
[   385.440] (**) fglrx(0): Option "DPMS" "true"
[   385.440] (==) fglrx(0): RGB weight 888
[   385.440] (II) fglrx(0): Using 8 bits per RGB 
[   385.440] (==) fglrx(0): Buffer Tiling is ON
[   385.450] (II) Loading sub module "fglrxdrm"
[   385.450] (II) LoadModule: "fglrxdrm"
[   385.450] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   385.451] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   385.451] 	compiled for 1.4.99.906, module version = 8.86.5
[   385.456] ukiDynamicMajor: found major device number 252
[   385.456] ukiDynamicMajor: found major device number 252
[   385.456] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[   385.456] ukiOpenDevice: node name is /dev/ati/card0
[   385.456] ukiOpenDevice: open result is 11, (OK)
[   385.456] ukiOpenByBusid: ukiOpenMinor returns 11
[   385.457] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[   385.457] (==) fglrx(0): NoAccel = NO
[   385.457] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[   385.457] (--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics" (Chipset = 0x9610)
[   385.457] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0xd000)
[   385.457] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[   385.457] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[   385.457] (--) fglrx(0): MMIO registers at 0xfdfe0000
[   385.457] (--) fglrx(0): I/O port at 0x0000ee00
[   385.457] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   385.543] (II) fglrx(0): AC Adapter is used
[   385.602] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[   385.606] (II) Loading sub module "vbe"
[   385.606] (II) LoadModule: "vbe"
[   385.606] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   385.615] (II) Module vbe: vendor="X.Org Foundation"
[   385.615] 	compiled for 1.10.2, module version = 1.1.0
[   385.615] 	ABI class: X.Org Video Driver, version 10.0
[   385.616] (II) fglrx(0): VESA BIOS detected
[   385.616] (II) fglrx(0): VESA VBE Version 3.0
[   385.616] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[   385.616] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[   385.616] (II) fglrx(0): VESA VBE OEM Software Rev: 10.87
[   385.616] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[   385.616] (II) fglrx(0): VESA VBE OEM Product: RS780
[   385.616] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[   385.634] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[   385.634] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR2
[   385.634] (II) fglrx(0): PCIE card detected
[   385.634] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   385.634] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   385.647] (II) fglrx(0): Using adapter: 1:5.0.
[   385.662] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x20000000)
[   385.744] (II) fglrx(0): Interrupt handler installed at IRQ 18.
[   385.744] (II) fglrx(0): RandR 1.2 support is enabled!
[   385.745] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   385.745] (==) fglrx(0): Center Mode is disabled 
[   385.745] (II) Loading sub module "fb"
[   385.745] (II) LoadModule: "fb"
[   385.745] (II) Loading /usr/lib/xorg/modules/libfb.so
[   385.973] (II) Module fb: vendor="X.Org Foundation"
[   385.974] 	compiled for 1.10.2, module version = 1.0.0
[   385.974] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   385.974] (II) Loading sub module "ddc"
[   385.974] (II) LoadModule: "ddc"
[   385.974] (II) Module "ddc" already built-in
[   387.048] (II) fglrx(0): Finished Initialize PPLIB!
[   387.056] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[   387.056] (II) fglrx(0): Output CRT1 has no monitor section
[   387.086] (II) Loading sub module "ddc"
[   387.086] (II) LoadModule: "ddc"
[   387.086] (II) Module "ddc" already built-in
[   387.086] (II) fglrx(0): Connected Display0: DFP1
[   387.086] (II) fglrx(0): Display0 EDID data ---------------------------
[   387.086] (II) fglrx(0): Manufacturer: MED  Model: 3607  Serial#: 16843009
[   387.086] (II) fglrx(0): Year: 2010  Week: 20
[   387.086] (II) fglrx(0): EDID Version: 1.3
[   387.086] (II) fglrx(0): Digital Display Input
[   387.086] (II) fglrx(0): DFP 1.x compatible TMDS
[   387.086] (II) fglrx(0): Max Image Size [cm]: horiz.: 52  vert.: 30
[   387.086] (II) fglrx(0): Gamma: 2.20
[   387.086] (II) fglrx(0): DPMS capabilities: Off
[   387.086] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   387.086] (II) fglrx(0): First detailed timing is preferred mode
[   387.086] (II) fglrx(0): redX: 0.647 redY: 0.334   greenX: 0.284 greenY: 0.607
[   387.086] (II) fglrx(0): blueX: 0.151 blueY: 0.071   whiteX: 0.313 whiteY: 0.329
[   387.087] (II) fglrx(0): Supported established timings:
[   387.087] (II) fglrx(0): 720x400 at 70Hz
[   387.087] (II) fglrx(0): 640x480 at 60Hz
[   387.087] (II) fglrx(0): 640x480 at 67Hz
[   387.087] (II) fglrx(0): 640x480 at 72Hz
[   387.087] (II) fglrx(0): 640x480 at 75Hz
[   387.087] (II) fglrx(0): 800x600 at 56Hz
[   387.087] (II) fglrx(0): 800x600 at 60Hz
[   387.087] (II) fglrx(0): 800x600 at 72Hz
[   387.087] (II) fglrx(0): 800x600 at 75Hz
[   387.087] (II) fglrx(0): 832x624 at 75Hz
[   387.087] (II) fglrx(0): 1024x768 at 60Hz
[   387.087] (II) fglrx(0): 1024x768 at 70Hz
[   387.087] (II) fglrx(0): 1024x768 at 75Hz
[   387.087] (II) fglrx(0): 1280x1024 at 75Hz
[   387.087] (II) fglrx(0): 1152x864 at 75Hz
[   387.087] (II) fglrx(0): Manufacturer's mask: 0
[   387.087] (II) fglrx(0): Supported standard timings:
[   387.087] (II) fglrx(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   387.087] (II) fglrx(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   387.087] (II) fglrx(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   387.087] (II) fglrx(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   387.087] (II) fglrx(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   387.087] (II) fglrx(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   387.087] (II) fglrx(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   387.087] (II) fglrx(0): #7: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   387.087] (II) fglrx(0): Supported detailed timing:
[   387.087] (II) fglrx(0): clock: 148.5 MHz   Image Size:  521 x 293 mm
[   387.087] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   387.087] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   387.087] (II) fglrx(0): Serial No: 
[   387.087] (II) fglrx(0): Ranges: V min: 55 V max: 76 Hz, H min: 29 H max: 81 kHz, PixClock max 175 MHz
[   387.087] (II) fglrx(0): Monitor name: MD 20120
[   387.087] (II) fglrx(0): EDID (in hex):
[   387.087] (II) fglrx(0): 	00ffffffffffff0034a4073601010101
[   387.087] (II) fglrx(0): 	1414010381341e782aeed5a555489b26
[   387.087] (II) fglrx(0): 	125054bfef80b300a940950081408180
[   387.087] (II) fglrx(0): 	950f714f9040023a801871382d40582c
[   387.087] (II) fglrx(0): 	450009252100001e000000ff000a2020
[   387.087] (II) fglrx(0): 	20202020202020202020000000fd0037
[   387.087] (II) fglrx(0): 	4c1d5111000a202020202020000000fc
[   387.087] (II) fglrx(0): 	004d442032303132300a2020202000dd
[   387.087] (II) fglrx(0): End of Display0 EDID data --------------------
[   387.130] (II) fglrx(0): EDID for output DFP1
[   387.130] (II) fglrx(0): Manufacturer: MED  Model: 3607  Serial#: 16843009
[   387.130] (II) fglrx(0): Year: 2010  Week: 20
[   387.130] (II) fglrx(0): EDID Version: 1.3
[   387.130] (II) fglrx(0): Digital Display Input
[   387.130] (II) fglrx(0): DFP 1.x compatible TMDS
[   387.130] (II) fglrx(0): Max Image Size [cm]: horiz.: 52  vert.: 30
[   387.130] (II) fglrx(0): Gamma: 2.20
[   387.130] (II) fglrx(0): DPMS capabilities: Off
[   387.130] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   387.130] (II) fglrx(0): First detailed timing is preferred mode
[   387.130] (II) fglrx(0): redX: 0.647 redY: 0.334   greenX: 0.284 greenY: 0.607
[   387.130] (II) fglrx(0): blueX: 0.151 blueY: 0.071   whiteX: 0.313 whiteY: 0.329
[   387.130] (II) fglrx(0): Supported established timings:
[   387.130] (II) fglrx(0): 720x400 at 70Hz
[   387.130] (II) fglrx(0): 640x480 at 60Hz
[   387.130] (II) fglrx(0): 640x480 at 67Hz
[   387.130] (II) fglrx(0): 640x480 at 72Hz
[   387.130] (II) fglrx(0): 640x480 at 75Hz
[   387.130] (II) fglrx(0): 800x600 at 56Hz
[   387.130] (II) fglrx(0): 800x600 at 60Hz
[   387.130] (II) fglrx(0): 800x600 at 72Hz
[   387.130] (II) fglrx(0): 800x600 at 75Hz
[   387.130] (II) fglrx(0): 832x624 at 75Hz
[   387.130] (II) fglrx(0): 1024x768 at 60Hz
[   387.130] (II) fglrx(0): 1024x768 at 70Hz
[   387.130] (II) fglrx(0): 1024x768 at 75Hz
[   387.130] (II) fglrx(0): 1280x1024 at 75Hz
[   387.130] (II) fglrx(0): 1152x864 at 75Hz
[   387.130] (II) fglrx(0): Manufacturer's mask: 0
[   387.130] (II) fglrx(0): Supported standard timings:
[   387.130] (II) fglrx(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   387.130] (II) fglrx(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   387.130] (II) fglrx(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   387.131] (II) fglrx(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   387.131] (II) fglrx(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   387.131] (II) fglrx(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   387.131] (II) fglrx(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   387.131] (II) fglrx(0): #7: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   387.131] (II) fglrx(0): Supported detailed timing:
[   387.131] (II) fglrx(0): clock: 148.5 MHz   Image Size:  521 x 293 mm
[   387.131] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   387.131] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   387.131] (II) fglrx(0): Serial No: 
[   387.131] (II) fglrx(0): Ranges: V min: 55 V max: 76 Hz, H min: 29 H max: 81 kHz, PixClock max 175 MHz
[   387.131] (II) fglrx(0): Monitor name: MD 20120
[   387.131] (II) fglrx(0): EDID (in hex):
[   387.131] (II) fglrx(0): 	00ffffffffffff0034a4073601010101
[   387.131] (II) fglrx(0): 	1414010381341e782aeed5a555489b26
[   387.131] (II) fglrx(0): 	125054bfef80b300a940950081408180
[   387.131] (II) fglrx(0): 	950f714f9040023a801871382d40582c
[   387.131] (II) fglrx(0): 	450009252100001e000000ff000a2020
[   387.131] (II) fglrx(0): 	20202020202020202020000000fd0037
[   387.131] (II) fglrx(0): 	4c1d5111000a202020202020000000fc
[   387.131] (II) fglrx(0): 	004d442032303132300a2020202000dd
[   387.131] (II) fglrx(0): EDID vendor "MED", prod id 13831
[   387.131] (II) fglrx(0): Using EDID range info for horizontal sync
[   387.131] (II) fglrx(0): Using EDID range info for vertical refresh
[   387.131] (II) fglrx(0): Printing DDC gathered Modelines:
[   387.131] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   387.131] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   387.131] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   387.131] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   387.131] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   387.131] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   387.131] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   387.131] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   387.131] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   387.131] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   387.131] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   387.131] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   387.131] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   387.131] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   387.131] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   387.131] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   387.131] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   387.131] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   387.131] (II) fglrx(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   387.131] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   387.131] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   387.131] (II) fglrx(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[   387.131] (II) fglrx(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz)
[   387.132] (II) fglrx(0): Printing probed modes for output DFP1
[   387.132] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1776x1000"x60.0  148.50  1776 2008 2052 2200  1000 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1680x1050"x60.0  148.50  1680 2008 2052 2200  1050 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1400x1050"x60.0  148.50  1400 2008 2052 2200  1050 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x1024"x60.0  148.50  1280 2008 2052 2200  1024 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1440x900"x60.0  148.50  1440 2008 2052 2200  900 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x960"x60.0  148.50  1280 2008 2052 2200  960 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x800"x60.0  148.50  1280 2008 2052 2200  800 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1152x864"x60.0  148.50  1152 2008 2052 2200  864 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x768"x60.0  148.50  1280 2008 2052 2200  768 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x720"x60.0  148.50  1280 2008 2052 2200  720 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1024x768"x60.0  148.50  1024 2008 2052 2200  768 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1152x648"x60.0  148.50  1152 2008 2052 2200  648 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "800x600"x60.0  148.50  800 2008 2052 2200  600 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "720x480"x60.0  148.50  720 2008 2052 2200  480 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "640x480"x60.0  148.50  640 2008 2052 2200  480 1084 1089 1125 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 +hsync -vsync (75.2 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x800"x75.0  107.21  1280 1360 1496 1712  800 801 804 835 +hsync -vsync (62.6 kHz)
[   387.132] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 -hsync -vsync (67.5 kHz)
[   387.132] (II) fglrx(0): Modeline "1280x768"x75.0  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz)
[   387.132] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 -hsync -vsync (60.0 kHz)
[   387.132] (II) fglrx(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 +hsync +vsync (56.5 kHz)
[   387.132] (II) fglrx(0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 -hsync -vsync (48.1 kHz)
[   387.132] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
[   387.132] (II) fglrx(0): Modeline "800x600"x70.0   45.50  800 840 920 1040  600 601 604 625 +hsync -vsync (43.8 kHz)
[   387.132] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 -hsync -vsync (35.2 kHz)
[   387.132] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 +hsync +vsync (37.5 kHz)
[   387.132] (II) fglrx(0): Modeline "640x480"x72.0   31.50  640 656 696 832  480 481 484 520 +hsync +vsync (37.9 kHz)
[   387.132] (II) fglrx(0): EDID for output CRT1
[   387.132] (II) fglrx(0): Output DFP1 connected
[   387.132] (II) fglrx(0): Output CRT1 disconnected
[   387.132] (II) fglrx(0): Using exact sizes for initial modes
[   387.132] (II) fglrx(0): Output DFP1 using initial mode 1920x1080
[   387.132] (II) fglrx(0): Display dimensions: (520, 300) mm
[   387.132] (II) fglrx(0): DPI set to (93, 91)
[   387.132] (II) fglrx(0): Adapter ATI Radeon HD 3200 Graphics has 2 configurable heads and 1 displays connected.
[   387.132] (==) fglrx(0):  PseudoColor visuals disabled
[   387.133] (II) Loading sub module "ramdac"
[   387.133] (II) LoadModule: "ramdac"
[   387.133] (II) Module "ramdac" already built-in
[   387.133] (==) fglrx(0): NoDRI = NO
[   387.133] (**) fglrx(0): Capabilities: 0x00000800
[   387.133] (**) fglrx(0): CapabilitiesEx: 0x00000000
[   387.133] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   387.133] (**) fglrx(0): UseFastTLS=0
[   387.133] (==) fglrx(0): BlockSignalsOnLock=1
[   387.133] (--) Depth 24 pixmap format is 32 bpp
[   387.133] (II) Loading extension ATIFGLRXDRI
[   387.133] (II) fglrx(0): doing swlDriScreenInit
[   387.133] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   387.133] ukiDynamicMajor: found major device number 252
[   387.133] ukiDynamicMajor: found major device number 252
[   387.133] ukiDynamicMajor: found major device number 252
[   387.133] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[   387.133] ukiOpenDevice: node name is /dev/ati/card0
[   387.133] ukiOpenDevice: open result is 16, (OK)
[   387.133] ukiOpenByBusid: ukiOpenMinor returns 16
[   387.133] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[   387.133] (II) fglrx(0): [uki] DRM interface version 1.0
[   387.133] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0"
[   387.133] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[   387.133] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f10b2ab6000
[   387.133] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[   387.134] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   387.134] (II) fglrx(0): swlDriScreenInit done
[   387.134] (II) fglrx(0): Kernel Module Version Information:
[   387.134] (II) fglrx(0):     Name: fglrx
[   387.134] (II) fglrx(0):     Version: 8.86.5
[   387.134] (II) fglrx(0):     Date: May 24 2011
[   387.134] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[   387.134] (II) fglrx(0): Kernel Module version matches driver.
[   387.134] (II) fglrx(0): Kernel Module Build Time Information:
[   387.134] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.39-1-amd64
[   387.134] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[   387.134] (II) fglrx(0):     Build-Kernel __SMP__:            no
[   387.134] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[   387.134] (II) fglrx(0): [uki] register handle = 0x00004000
[   387.257] (II) fglrx(0): DRI initialization successfull
[   387.257] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0100e000
[   387.363] (==) fglrx(0): Backing store disabled
[   387.363] (II) Loading extension FGLRXEXTENSION
[   387.363] (**) fglrx(0): DPMS enabled
[   387.364] (II) fglrx(0): Initialized in-driver Xinerama extension
[   387.364] (**) fglrx(0): Textured Video is enabled.
[   387.364] (II) LoadModule: "glesx"
[   387.364] (II) Loading /usr/lib/xorg/modules/glesx.so
[   387.721] (II) Module glesx: vendor="X.Org Foundation"
[   387.721] 	compiled for 1.4.99.906, module version = 1.0.0
[   387.721] (II) Loading extension GLESX
[   387.721] (II) fglrx(0): GLESX enableFlags = 528
[   387.722] (II) fglrx(0): GLESX is enabled
[   387.722] (II) LoadModule: "amdxmm"
[   387.722] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[   387.731] (II) Module amdxmm: vendor="X.Org Foundation"
[   387.731] 	compiled for 1.4.99.906, module version = 2.0.0
[   387.731] (II) Loading extension AMDXVOPL
[   387.731] (II) Loading extension AMDXVBA
[   387.748] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[   387.752] (II) fglrx(0): Enable composite support successfully
[   387.772] (WW) fglrx(0): Option "VendorName" is not used
[   387.772] (WW) fglrx(0): Option "ModelName" is not used
[   387.772] (II) fglrx(0): X context handle = 0x1
[   387.772] (II) fglrx(0): [DRI] installation complete
[   387.772] (==) fglrx(0): Silken mouse enabled
[   387.779] (==) fglrx(0): Using HW cursor of display infrastructure!
[   387.779] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[   387.853] (--) RandR disabled
[   387.853] (II) Initializing built-in extension Generic Event Extension
[   387.853] (II) Initializing built-in extension SHAPE
[   387.853] (II) Initializing built-in extension MIT-SHM
[   387.853] (II) Initializing built-in extension XInputExtension
[   387.853] (II) Initializing built-in extension XTEST
[   387.853] (II) Initializing built-in extension BIG-REQUESTS
[   387.853] (II) Initializing built-in extension SYNC
[   387.853] (II) Initializing built-in extension XKEYBOARD
[   387.853] (II) Initializing built-in extension XC-MISC
[   387.853] (II) Initializing built-in extension SECURITY
[   387.853] (II) Initializing built-in extension XINERAMA
[   387.853] (II) Initializing built-in extension XFIXES
[   387.853] (II) Initializing built-in extension RENDER
[   387.853] (II) Initializing built-in extension RANDR
[   387.853] (II) Initializing built-in extension COMPOSITE
[   387.853] (II) Initializing built-in extension DAMAGE
[   387.853] (II) SELinux: Disabled on system
[   387.856] ukiDynamicMajor: found major device number 252
[   387.856] ukiDynamicMajor: found major device number 252
[   387.856] ukiOpenByBusid: Searching for BusID PCI:1:5:0
[   387.856] ukiOpenDevice: node name is /dev/ati/card0
[   387.857] ukiOpenDevice: open result is 17, (OK)
[   387.857] ukiOpenByBusid: ukiOpenMinor returns 17
[   387.857] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
[   388.930] 
Backtrace:
[   388.978] 0: /usr/bin/Xorg (xorg_backtrace+0x26) [0x4a3836]
[   388.979] 1: /usr/bin/Xorg (0x400000+0x65049) [0x465049]
[   388.979] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f10b1fab000+0xf020) [0x7f10b1fba020]
[   388.979] 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7f10b0cc6000+0x74125) [0x7f10b0d3a125]
[   388.979] 4: /lib/x86_64-linux-gnu/libc.so.6 (cfree+0x6c) [0x7f10b0d3d33c]
[   388.979] 5: /usr/lib/x86_64-linux-gnu/libX11.so.6 (XFree+0x9) [0x7f10a903e4a9]
[   388.979] 6: /usr/lib64/dri/fglrx_dri.so (__driCreateNewScreen_20050727+0x89e) [0x7f10aae11cae]
[   388.979] 7: /usr/lib/xorg/modules/extensions/libglx.so (0x7f10af7a7000+0x1c45d) [0x7f10af7c345d]
[   388.979] 8: /usr/lib/xorg/modules/extensions/libglx.so (0x7f10af7a7000+0x1e185) [0x7f10af7c5185]
[   388.979] 9: /usr/bin/Xorg (InitExtensions+0x99) [0x488e69]
[   388.979] 10: /usr/bin/Xorg (0x400000+0x26e0b) [0x426e0b]
[   388.979] 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f10b0ce4ead]
[   388.979] 12: /usr/bin/Xorg (0x400000+0x2729d) [0x42729d]
[   388.979] Segmentation fault at address 0xffffffff00000028
[   388.980] 
Fatal server error:
[   388.980] Caught signal 11 (Segmentation fault). Server aborting
[   388.980] 
[   388.980] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   388.980] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   388.980] 


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

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

Versions of packages fglrx-driver depends on:
ii  glx-alternat 0.1.3                       allows the selection of FGLRX as G
ii  libc6        2.13-7                      Embedded GNU C Library: Shared lib
ii  libgcc1      1:4.6.1-1                   GCC support library
ii  libgl1-mesa- 7.11~alpha3+git029ea39f-0.1 free implementation of the OpenGL 
ii  libstdc++6   4.6.1-1                     GNU Standard C++ Library v3
ii  libx11-6     2:1.4.3-2                   X11 client-side library
ii  libxext6     2:1.3.0-3                   X11 miscellaneous extension librar
ii  libxinerama1 2:1.1.1-3                   X11 Xinerama extension library
ii  libxrandr2   2:1.3.1-2                   X11 RandR extension library
ii  libxrender1  1:0.9.6-2                   X Rendering Extension client libra
ii  xserver-xorg 1:7.6+7                     X.Org X server
ii  xserver-xorg 2:1.10.2-2                  Xorg X server - core server

Versions of packages fglrx-driver recommends:
ii  fglrx-atieventsd              1:11-6-2   external events daemon for the non
ii  fglrx-glx                     1:11-6-2   proprietary libGL for the non-free
pn  fglrx-glx-ia32                <none>     (no description available)
ii  fglrx-modules-dkms            1:11-6-2   dkms module source for the non-fre

Versions of packages fglrx-driver suggests:
ii  fglrx-control                 1:11-6-2   control panel for the non-free ATI
ii  xvba-va-driver                0.8.0-1    XvBA-based backend for VA API (AMD

-- debconf information:
  fglrx-driver/acpi_switch: false





More information about the Pkg-fglrx-devel mailing list