[Bug 22562] New: Radeon blackscreen bug

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 30 14:17:08 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=22562

           Summary: Radeon blackscreen bug
           Product: xorg
           Version: 7.3
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: highest
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: moepse at mail.ru
         QAContact: xorg-team at lists.x.org


Created an attachment (id=27276)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=27276)
Xorg logfile

After restarting x I only here the "beep" and then see a black screen.
On my second test I disabled the DRI part and the AccelMethod in the xorg.conf
and restart the X again.
I could see a twinkle, then black again and the the twinkle again and so on....

xorg.conf:

Section "Files"
EndSection

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

Section "InputDevice" 
        Identifier "Configured Mouse" 
        Driver "evdev"
#       Option "CorePointer"
#       Option "Device" "/dev/input/event5"
#       Option "Protocol" "auto"
        Option "Name" "Logitech MX Revolution"
#       Option "Resolution" "800" # doesn't make a difference
        Option "Phys" "usb-*/input0" # USB port independant
        Option "RelHWHEELMapTo" "Buttons 7 6"
        Option "RelWHEELMapTo" "Buttons 4 5"
        Option "Buttons" "21"
        Option "ButtonNumer" "21"
        Option "ZAxisMapping" "4 5"
#       Option "Emulate3Buttons" "false"
EndSection

Section "Device"
        Identifier      "Radeon HD 4350"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
##disabled in the second test
        Option          "AccelMethod" "exa" # default shadowfb
        Option          "DRI" 
#
EndSection
##disabled in the second test
Section "DRI"
        Mode            0666
EndSection
#
Section "Monitor"
        Identifier      "L227W"
        Option          "DPMS"
        HorizSync       30-83
        VertRefresh     56-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Radeon HD 4350"
        Monitor         "L227W"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1680x1050" "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse" "SendCoreEvents"
EndSection


-- 
Configure bugmail: http://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