[Bug 49182] New: Starting X server crashes when DRI is enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 26 03:34:48 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=49182

             Bug #: 49182
           Summary: Starting X server crashes when DRI is enabled
    Classification: Unclassified
           Product: xorg
           Version: 7.6 (2010.12)
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: andreas at theosys.at
         QAContact: xorg-team at lists.x.org


Created attachment 60624
  --> https://bugs.freedesktop.org/attachment.cgi?id=60624
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 ===========

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list