You are not logged in.

#1 2010-12-06 02:04:48

manouchk
Member
Registered: 2008-07-29
Posts: 306

kernel 2.6.36 not working wit option radeon.modeset=0

Hi,

after updating kenerl from 2.6.35 to 2.6.36, I got a black screen.

The solution for me was to remove kernel boot option radeon.modeset=0 from grub menu.lst. I ope it may help others!

It was:

title Archlinux new (radeon.modeset=0)
root (hd0,4)
kernel /vmlinuz26 root=/dev/disk/by-uuid/e35004ac-c7fb-4035-bb04-10cdb1909b81 resume=/dev/disk/by-uuid/83cfbda4-d5e5-451f-bc3
4-f5ead4b79399 radeon.modeset=0
initrd /kernel26.img

It becomes:

title Archlinux new (without radeon.modeset=0)
root (hd0,4)
kernel /vmlinuz26 root=/dev/disk/by-uuid/e35004ac-c7fb-4035-bb04-10cdb1909b81 resume=/dev/disk/by-uuid/83cfbda4-d5e5-451f-bc3
4-f5ead4b79399
initrd /kernel26.img

and work!!

Offline

Board footer

Powered by FluxBB