| View previous topic :: View next topic |
| Author |
Message |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Fri May 10, 2013 1:29 am Post subject: Black screen at boot process |
|
|
I've recently emerged the power management modules in kernel (powersave, performance governor...) and now everytime i turn on the pc, it shows until "Waiting for udev..." then a black screen and i can see the login manager (slim).
How to fix that? |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4949
|
|
| Back to top |
|
 |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4949
|
Posted: Mon May 13, 2013 3:34 pm Post subject: |
|
|
What option is this?
| Code: |
CONFIG_X86_ACPI_CPUFREQ_CPB=y
|
I use CPU freq scaling and I don't see that in my .config. Everything else I have in CPU freq scaling is identical to yours, though, and my .config works. _________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks. |
|
| Back to top |
|
 |
Hu Watchman

Joined: 06 Mar 2007 Posts: 7613
|
Posted: Mon May 13, 2013 9:49 pm Post subject: |
|
|
| drivers/cpufreq/Kconfig.x86: | config X86_ACPI_CPUFREQ_CPB
default y
bool "Legacy cpb sysfs knob support for AMD CPUs"
depends on X86_ACPI_CPUFREQ && CPU_SUP_AMD
help
The powernow-k8 driver used to provide a sysfs knob called "cpb"
to disable the Core Performance Boosting feature of AMD CPUs. This
file has now been superseeded by the more generic "boost" entry.
By enabling this option the acpi_cpufreq driver provides the old
entry in addition to the new boost ones, for compatibility reasons. |
|
|
| Back to top |
|
 |
chithanh Developer

Joined: 05 Aug 2006 Posts: 1390 Location: Berlin, Germany
|
Posted: Mon May 13, 2013 9:56 pm Post subject: |
|
|
| If I had to guess, udev loads a KMS graphics driver module. If you have framebuffer console support built as module and not loaded, the screen will go dark, until X starts or the fbcon module is loaded. |
|
| Back to top |
|
 |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Fri May 17, 2013 6:32 am Post subject: |
|
|
I've added fbcon to the automatic loaded modues and it worked.
Thank you. |
|
| Back to top |
|
 |
|