You are not logged in.

#26 2012-04-04 05:55:41

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

Ok guys I'm back trying to solve this.
So right now I have a working OS with GDM running on boot (only while using "nomodeset" in the kernel line - same as before).
I've logged blindly to the system while not using "nomodeset" (So my screen turned itself off during the boot process) and extracted dmesg log:
http://pastebin.com/dK0TXesn

Let's see, there are those settings that you should know about:
rc.conf modules/deamons:

MODULES=(radeon vboxdrv vboxnetflt)
# About the radeon I've tried to put this module there because I tought it might help, but I don't know if its necessary, so meanwhile i'll keep it there unless you tell me to remove it.

rc.conf deamons:
DAEMONS=(syslog-ng acpid dbus @network crond alsa @cupsd gdm)

I've also tried to add a file called 20-radeon.conf in /etc/X11/xorg.conf.d/
which looks like this:

Section "Device"
    Identifier "Radeon"
    Driver "radeon"
EndSection

Thats all. (This file is still there)

The last thing that you might need to know is that I don't have an "xorg.conf" file in /etc/X11/

I will be grateful if you guys can help me solve this.

Thanks.

Offline

#27 2012-04-04 08:28:20

ViruSzZ
Member
From: The Streets
Registered: 2010-10-14
Posts: 202
Website

Re: Screen goes black during boot

To me your dmesg looks fine. So it seems your screen is blank (minimum light) but your arch is booting. Search somewhere in /sys/class/backlight/ for a file where you can set your screen brightness and once found set something like echo XX > /sys/class/backlight/acpi_video0/brightness (in my case as I actually had a similar issue when I bought my HP g62 a year ago) in your rc.local so your lights will power on at system startup.

As for the radeon, you can remove it from the modules array and instead add it to your mkinitcpio.conf and rebuild your initramfs. I think you don't need any xorg.conf but not sure as I actually don't have an ati card.


Their Momma Made Em, Their Momma Gave em & now she can`t even SAVE`em | My WebLog

Offline

#28 2012-04-04 09:12:30

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

ViruSzZ, My screen doesn't show blank, It's getting into standby - I know this because the screen LED starts blinking instead of just staying ON.

Offline

#29 2012-04-04 09:45:32

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Screen goes black during boot

ViruSzZ wrote:

To me your dmesg looks fine.

To me it doesn't. Let's play the "spot the error" game smile. Come on, try it, it's not that hard.

Offline

#30 2012-04-04 10:30:07

ViruSzZ
Member
From: The Streets
Registered: 2010-10-14
Posts: 202
Website

Re: Screen goes black during boot

Gusar wrote:
ViruSzZ wrote:

To me your dmesg looks fine.

To me it doesn't. Let's play the "spot the error" game smile. Come on, try it, it's not that hard.


Hmm.. Firstly, this line:

[    0.000000] Kernel command line: root=/dev/sda1 ro vga=775

when using KMS the vga part needs to be removed? Am I right?

don't know if these lines are relevant

[    6.804643] [drm:atombios_dvo_setup] *ERROR* Unknown table version 2, 1

[    6.811094] drm: registered panic notifier

I really can't spot anything else wrong.

wink


Their Momma Made Em, Their Momma Gave em & now she can`t even SAVE`em | My WebLog

Offline

#31 2012-04-05 13:35:50

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

This is the dmesg output without "vga=775" if it helps: http://pastebin.com/xD92zvwp
Anyone know what sould I do?

Last edited by LiranV (2012-04-05 13:36:01)

Offline

#32 2012-04-05 14:06:54

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Screen goes black during boot

ViruSzZ wrote:

when using KMS the vga part needs to be removed? Am I right?

Not strictly necessary. If you go through the log, you'll see that vesafb is started, but then later it gets unloaded and radeondrmfb takes over. So setting vga= means unnecessary work, but it doesn't hurt.

ViruSzZ wrote:
[    6.804643] [drm:atombios_dvo_setup] *ERROR* Unknown table version 2, 1

Ding, we have a winner! smile. That's exactly where the problem is. Atombios is responsible for modesetting.

LiranV wrote:

Anyone know what sould I do?

Report this to the radeon developers.

Offline

#33 2012-04-05 14:13:30

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

Gusar, How you explain Ubuntu running with the same drivers and working ok?

Offline

#34 2012-04-05 14:24:07

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Screen goes black during boot

LiranV wrote:

Gusar, How you explain Ubuntu running with the same drivers and working ok?

Different kernel version?

Offline

#35 2012-04-06 13:21:04

ViruSzZ
Member
From: The Streets
Registered: 2010-10-14
Posts: 202
Website

Re: Screen goes black during boot

Gusar wrote:

Ding, we have a winner! smile. That's exactly where the problem is. Atombios is responsible for modesetting.

I should read the lines more carefully next time... Thanks Gusar smile , I owe you a beer or two or even maybe three.... tongue

Last edited by ViruSzZ (2012-04-06 13:21:26)


Their Momma Made Em, Their Momma Gave em & now she can`t even SAVE`em | My WebLog

Offline

#36 2012-04-06 13:57:47

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

So this is a lost war? sad
I'll never have working drivers?

Offline

#37 2012-04-06 14:08:58

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Screen goes black during boot

Figure out which kernel versions work and which don't, then report to the radeon developers.

Offline

#38 2012-04-12 15:55:16

a1russell
Member
Registered: 2010-07-14
Posts: 7

Re: Screen goes black during boot

Would you be so kind as to point me in the direction of their issue tracker?

(Edit) I think I found it: View Submit

Last edited by a1russell (2012-04-14 21:14:14)

Offline

#39 2012-04-27 19:38:35

LiranV
Member
Registered: 2012-02-27
Posts: 57

Re: Screen goes black during boot

Just wanted you to know that now with kernel 3.3.3 out everything is working as it should.
Now I can happily use Arch smile

Thank you guys for helping!

Offline

Board footer

Powered by FluxBB