Created attachment 60624 [details] [review] The Xorg.0.log with the backtrace at the end I'm using Debian testing. It's coming with Xorg version 7.6. The version of the radeon driver is 6.14.4. The graphic card is a HD 4350. With previous version of radeon/ati driver (v6.14.3) everything worked fine. Attached to this you will find the log from X during start up, the xorg.conf. Is there something I can try to set? I need DRI on because without it I can't use the integrated TV-card and playing videos with "mplayer" does not work on full screen. ======= xorg.conf ========== Section "ServerFlags" Option "NoPM" "true" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "ServerLayout" Identifier "TheoSys" Screen 0 "Monitor" InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "Configured Mouse" "CorePointer" 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 "Fujitsu" Option "VendorName" "Fujitsu Siemens" Option "ModelName" "L24W-2" Option "DPMS" "false" EndSection Section "Monitor" Identifier "Denon" Option "VendorName" "Denon" # HorizSync 30.0 - 110.0 # VertRefresh 50.0 - 150.0 Option "DPMS" "false" EndSection Section "Device" Identifier "AMD" Driver "radeon" # Option "ZaphodHeads" "DVI-0,HDMI-0" # Option "ColorTiling" "on" Option "DRI" "off" # BusID "PCI:1:0:0" EndSection Section "Device" Identifier "VESA" Driver "vesa" EndSection Section "Screen" Identifier "Monitor" Device "AMD" Monitor "Fujitsu" Monitor "Denon" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1200" "1920x1080" "1680x1050" "1440x900" "1280x1024" "1024x768" EndSubSection EndSection ============ EOF ===========
Any reason you are not using KMS? UMS is not really supported any more. Please make sure the radeon kernel module is loaded in KMS mode before starting X.
I just wasn't aware of that. Switched now to KMS and everything works as expected. The reported error is gone and DRI is working again. Many thanks for that hint. And I'll mark this bug as solved.
It is a bug, but it won't be fixed unless someone provides at least a proper gdb backtrace of the crash.
Hopefully fixed in current xf86-video-ati Git, reopen if not.
*** Bug 49900 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.