You are not logged in.

#1 2008-04-30 14:31:44

slemKaffe
Member
Registered: 2007-11-20
Posts: 23

Screen goes dark on resume from suspend

I have some problems with my video driver and suspend to ram. When I try to resume after suspend, my screen goes blank (dark). I tried restarting X, but nothing seems to happen. (The computer does still work when the screen is dark, i can ssh into it.)

The computer has an ATI radeon 9600 mobile graphics card, and it's using the open source "radeon" driver.

Im pretty shure this is a graphics driver iusse, because suspend works somewhat with the catalyst driver. (With catalyst suspend works once then crashes when i try to suspend a second time).

I have read the wiki entry for ATI-cards but it doesn't say anything about using suspend with the "radeon"-driver.

My xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "record"
    Load  "dbe"
    Load  "dri"
    Load  "drm"
    Load  "xtrap"
    Load  "extmod"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Dell"
    ModelName    "12.1 laptop"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV350 [Mobility Radeon 9600 M10]"
    BusID       "PCI:1:0:0"
    Option        "XAANoOffscreenPixmaps" "true"
    Option         "AGPmode" "4"
    Option         "ColorTiling" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group    "video"
    Mode    0666
EndSection

Any help would be greatly appreciated.

Offline

#2 2008-04-30 15:55:29

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: Screen goes dark on resume from suspend

I don't know the specific answer to your question, but if you search the forums you're likely to find about a hundred threads that discuss the variations of this very problem.

Offline

#3 2008-04-30 21:07:19

inXistant
Member
From: Montreal, Canada
Registered: 2008-04-11
Posts: 51
Website

Re: Screen goes dark on resume from suspend

I find the following very useful:

http://people.freedesktop.org/~hughsien … debug.html

If you are using pm-suspend, answer the survey and try the quirks proposed there.


Nothing is sacred

Offline

Board footer

Powered by FluxBB