| View previous topic :: View next topic |
| Author |
Message |
boblu n00b

Joined: 12 Oct 2006 Posts: 40
|
Posted: Mon Oct 29, 2007 2:53 pm Post subject: blank screen after shudown or reboot or logout |
|
|
I had installed gentoo twice on my laptop these days, and it kept suffering the same problem that when I shutdown or reboot or logout from gnome, the screen will turn black and system just hangs with power still on. Everytime I had to press the power button to reboot or shutdown my laptop.
One more things, I can not even switch console using ctrl+alt+Fx.
I'm using 2.6.22-r8 gentoo sources kenel.
Is it a kernel bug or a problem with the LCD refresh rate?
Are there some one having the same problem?
Please help me or give me some hint that could be the cause of this problem.
Thank you in advance. _________________ I like my G! |
|
| Back to top |
|
 |
ianw1974 Guru


Joined: 18 Oct 2006 Posts: 376 Location: UK and Poland
|
Posted: Mon Oct 29, 2007 2:54 pm Post subject: |
|
|
Have you got acpid installed?
If not, emerge this and then:
| Code: | | rc-update add acpid default |
you can then do:
| Code: | | /etc/init.d/acpid start |
and when you power down it should shut down fine. |
|
| Back to top |
|
 |
boblu n00b

Joined: 12 Oct 2006 Posts: 40
|
Posted: Tue Oct 30, 2007 1:25 am Post subject: |
|
|
Actually, I installed acpid on my lapatop.
But as a try, I re-installed acpid and did what you said.
Unfortunately, it can not solve my problem of shutdown, reboot, logout or swith console.
In fact, I did not have those problem before I compiled fbbuffer and installed compiz fusion.
So I really doubt those problems have something to do with the fbbuffer setting or with the xorg.conf file.
Any ideas? _________________ I like my G! |
|
| Back to top |
|
 |
zahlberer Tux's lil' helper


Joined: 04 Jul 2007 Posts: 138
|
Posted: Thu Nov 01, 2007 4:38 pm Post subject: |
|
|
I am having precisely the same problem you described.
I am a fluxbox user and have compíled my kernel with vesa-tng. Xorg was compiled with support to my i810 video card.
I turn the computer off by going root and typing poweroff. Then conky, gkrellm, idesk and any other applications currently running stop and the shutdown signal is broadcasted.
A curious fact is that the behaviour of the terminal is as if many '\n' 's were sent to stdout since there are many newlines.
Then the screen goes black and I start to pray (even considering I am an atheist). Sometimes it goes back to tty and many times it keeps black forever. Notice the laptop does not shutdown if the screen goes black, making me press the "death" button for the sad 4 seconds.
This is a very serious bug and should be given attention. One of the most fundamental things one should be able to do with one's computer is turn it off.
Before Xorg the computer used to halt properly. When I emerged xdm (a hell virus which installs in your machine but you can not take it off!!!) I felt deep regret because Xorg must be started now. I did most of my work in the terminals, but now I am forced to start Xorg every time.
I am really in the same situation as you. At least we are not alone. |
|
| Back to top |
|
 |
drutten Tux's lil' helper

Joined: 31 Dec 2003 Posts: 103 Location: Umeå, Sweden
|
Posted: Thu Nov 01, 2007 11:38 pm Post subject: |
|
|
This is a common problem if you have an intel graphics card and the stable drivers.
revert to drivers below 2.0.0
| Code: | | echo ">=x11-drivers/xf86-video-i810-2.0.0" > /etc/portage/package.mask |
and it might work.
don't know why, but the new drivers has lots of trouble, and wont listen to xorg.conf |
|
| Back to top |
|
 |
zahlberer Tux's lil' helper


Joined: 04 Jul 2007 Posts: 138
|
Posted: Fri Nov 02, 2007 1:17 am Post subject: |
|
|
After masking the package, should I just run emerge x11-drivers/xf86-video-i810?
Can I reinstall the driver from Xorg?
Thank you. |
|
| Back to top |
|
 |
boblu n00b

Joined: 12 Oct 2006 Posts: 40
|
Posted: Fri Nov 02, 2007 1:31 am Post subject: |
|
|
| Quote: | A curious fact is that the behaviour of the terminal is as if many '\n' 's were sent to stdout since there are many newlines.
Then the screen goes black and I start to pray (even considering I am an atheist). Sometimes it goes back to tty and many times it keeps black forever. Notice the laptop does not shutdown if the screen goes black, making me press the "death" button for the sad 4 seconds. |
I have exactly the same problem!! _________________ I like my G! |
|
| Back to top |
|
 |
zahlberer Tux's lil' helper


Joined: 04 Jul 2007 Posts: 138
|
Posted: Fri Nov 02, 2007 1:23 pm Post subject: |
|
|
| Quote: | This is a common problem if you have an intel graphics card and the stable drivers.
revert to drivers below 2.0.0
Code:
echo ">=x11-drivers/xf86-video-i810-2.0.0" > /etc/portage/package.mask
and it might work.
don't know why, but the new drivers has lots of trouble, and wont listen to xorg.conf |
After running emerge --sync (I do it once every 4 months on the first day of the month or when I need), I downgraded the driver (version 1.7.4).
Let us see if it will work now, I hope so, I really do. Shutting down a computer properly is of utter importance.
The only thing I found strange, though, is that this is such a serious bug that it should be reported in the xorg howto and portage should hard mask the new driver. |
|
| Back to top |
|
 |
zahlberer Tux's lil' helper


Joined: 04 Jul 2007 Posts: 138
|
Posted: Fri Nov 02, 2007 3:55 pm Post subject: |
|
|
I want to thank you for the hint.
This version of the driver completely solved all of my problems.
The only thing that must be observed is that it is necessary to change the intel driver in xorg.conf to i810, otherwise X will not start.
About xdm, I just removed the .Xauthority file from my home directory and X started.
Thanks, I will enjoy my gentoo box more now.  |
|
| Back to top |
|
 |
boblu n00b

Joined: 12 Oct 2006 Posts: 40
|
Posted: Sat Nov 03, 2007 12:39 am Post subject: |
|
|
Thank you all.
Downgrading the i810 driver to 1.7.4 has completely solved all my problems.
The new i810 driver >= 2.0.0 does have some problems which should be taken care of.
Thank you all again. _________________ I like my G! |
|
| Back to top |
|
 |
|