Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#13428 - xorg with catalyst 9.2 crashes when opening video file

Attached to Project: Arch Linux
Opened by Giedrius (giedrius) - Monday, 23 February 2009, 06:55 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 23 February 2009, 08:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Playing video files with any video player makes xorg crash. It happens after updating catalyst drivers up to 9.2 version. Also Quake3 stopped working.

Additional info:
* package version(s)
catalyst 9.2
catalyst-utils 9.2
kernel26 2.6.28.6-1
libx11 1.2-1
* config and/or log files etc.

In Xorg.log:

Backtrace:
0: /usr/bin/Xorg(xorg_backtrace+0x3b) [0x813017b]
1: /usr/bin/Xorg(xf86SigHandler+0x51) [0x80d8cb1]
2: [0xb7ee9400]
3: /usr/lib/xorg/modules//glesx.so [0xb55925d2]
4: /usr/lib/xorg/modules//glesx.so [0xb56abd52]
5: /usr/lib/xorg/modules//glesx.so [0xb56abf7c]
6: /usr/lib/xorg/modules//glesx.so [0xb56bdb56]
7: /usr/lib/xorg/modules//glesx.so [0xb56bdd68]
8: /usr/lib/xorg/modules//glesx.so [0xb56bf078]
9: /usr/lib/xorg/modules//glesx.so [0xb56bf231]
10: /usr/lib/xorg/modules//glesx.so [0xb56b12f3]
11: /usr/lib/xorg/modules//glesx.so [0xb56b14f3]
12: /usr/lib/xorg/modules//glesx.so [0xb55cf458]
13: /usr/lib/xorg/modules//glesx.so [0xb5557029]
14: /usr/lib/xorg/modules//glesx.so [0xb54dc54b]
15: /usr/lib/xorg/modules//glesx.so [0xb54cb1b8]
16: /usr/lib/xorg/modules//glesx.so [0xb54cb2b0]
17: /usr/lib/xorg/modules//glesx.so(esutExecProgram+0x2e) [0xb54ca16e]
18: /usr/lib/xorg/modules//amdxmm.so [0xb54752f5]
19: /usr/bin/Xorg [0x80b7ef8]
20: /usr/lib/xorg/modules/extensions//libextmod.so(XvdiPutImage+0x190) [0xb7a2f980]
21: /usr/lib/xorg/modules/extensions//libextmod.so [0xb7a33524]
22: /usr/lib/xorg/modules/extensions//libextmod.so(ProcXvDispatch+0x3a) [0xb7a349aa]
23: /usr/bin/Xorg(Dispatch+0x34f) [0x808c20f]
24: /usr/bin/Xorg(main+0x47d) [0x8071c8d]
25: /lib/libc.so.6(__libc_start_main+0xe5) [0xb7b156c5]
26: /usr/bin/Xorg [0x8071071]

Fatal server error:
Caught signal 11. Server aborting

------------------------------------------------------------------------
Quake3 exits with the following error:
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Received signal 11, exiting...

xorg.conf:
Section "ServerLayout"

# PS/2 Mouse not detected
# Serial Mouse not detected
Identifier "Xorg Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
# RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"

# Load "type1"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "freetype"
# Load "record"
Load "drm"
# Load "synaptics"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AIGLX" "on"
Option "Xinerama" "off"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "Monitor"

# Warning: This may fry old Monitors
# Very conservative. May flicker.
# VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
#
Identifier "Monitor0"
DisplaySize 444 277
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
Option "DPMS" "true"
# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
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 "Card0"
Driver "radeonhd"
VendorName "All"
BoardName "All"
Option "NoDDC" "true"
EndSection

Section "Device"

# Driver "radeonhd"
# Driver "radeon"
# Option "NoDDC" "true"
# Option "ColorTiling" "on"
# Option "AccelMethod" "EXA"
# Option "EnablePageFlip" "on"
# Option "AGPFastWrite" "yes"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "XAANoOffscreenPixmaps" "true"
# Option "AGPMode" "4"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"

# Modes "1680x1050"
Depth 24
Modes "1680x1050" "1440x1440" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"

# Device "Card0"
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 "DRI"
Group "video"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable" # or "Disable"
EndSection



Steps to reproduce:
Try to open any video file
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Monday, 23 February 2009, 08:03 GMT
Reason for closing:  Upstream
Comment by Andreas Radke (AndyRTR) - Monday, 23 February 2009, 08:03 GMT
We can't do anything with closed sources. Closing this as an upstream bug. Feel free to go back to the 9.1 packages or switch to the free ati/radeonhd drivers ;)

Loading...