You are not logged in.

#1 2008-10-18 17:34:51

Searinox
Member
Registered: 2004-09-14
Posts: 44

[SOLVED] Blanked screen won't turn back on

Hello,
I have a problem with GNOME's power manager on my Thinkpad T400.
I set the power manager to blank the screen after some idle time.
The problem: It won't turn back on! Even trying to switch to a virtual consone
doesn't help. The system seems to run fine without the screen though, hdd leds blink,
things that ought to run do run.
Strangely, the following works flawlessly:

xset dpms force off; sleep 2; xset dpms force on

acpid is running, I couldn't find anything helpful in any logfiles.

For the record, here is my xorg.conf:

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

Section "Files"
    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  "dbe"
    Load  "xtrap"
    Load  "extmod"
    Load  "dri"
    Load  "glx"
    Load  "freetype"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "ch"
EndSection

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

Section "InputDevice"
    Identifier      "Touchpad"
       Driver          "synaptics"
       Option  "Device"        "/dev/input/mouse0"
    Option  "Protocol"      "auto-dev"
    Option  "LeftEdge"      "1700"
    Option  "RightEdge"     "5300"
    Option  "TopEdge"       "1700"
    Option  "BottomEdge"    "4200"
    Option  "FingerLow"     "25"
    Option  "FingerHigh"    "30"
    Option  "MaxTapTime"    "180"
    Option  "MaxTapMove"    "220"
    Option  "VertScrollDelta" "100"
    Option  "MinSpeed"      "0.06"
    Option  "MaxSpeed"      "0.12"
    Option  "AccelFactor" "0.0010"
    Option  "SHMConfig"     "on"
EndSection


Section "Monitor"
    #DisplaySize      300   190    # mm
    Identifier   "Monitor0"
    VendorName   "LEN"
    ModelName    "4036"
    Option        "DPMS"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
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
        Virtual 2880 900
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Virtual   2880 900
    EndSubSection
EndSection

Any ideas?

Last edited by Searinox (2008-10-19 20:09:39)

Offline

#2 2008-10-19 00:54:53

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: [SOLVED] Blanked screen won't turn back on

Very common problem with thinkpads.. have a look here.

I just realized that you only mentioned idling instead of suspending, but maybe that wiki will help anyway.

Last edited by creslin (2008-10-19 01:16:03)


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#3 2008-10-19 08:03:07

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [SOLVED] Blanked screen won't turn back on

Thanks for the hint,
but although suspend does not work either, there is no problem with the screen.
X simply freezes after suspend.

My problem here only comes up when the system is idling.

EDIT:
OK, this seems to be a compiz issue. Disabling compiz makes the screen blanking
work again.

EDIT 2:
The problem was solved.
It was an issue in the mesa package, Ubuntu had it patched.
I created a new pkgbuild for Arch that incorporates the patch, should anyone else
experience this problem.

http://www.phoboid.net/files/mesa.tar.gz

Last edited by Searinox (2008-10-19 20:12:04)

Offline

#4 2008-12-22 03:48:21

dutchman25
Member
Registered: 2008-02-19
Posts: 9

Re: [SOLVED] Blanked screen won't turn back on

I'm having the same problem with the mesa package. The link for the patch is not working. Is there anyway you could point me to a working patch?

Offline

Board footer

Powered by FluxBB