*EDIT* please see below this is not a Kernel or Radeon issue, but a plymouth issue. It just happens to get triggered the moment you install a newer kernel.
Hi,
I just updated from -126 to kernel-2.6.29.3-140.fc11.i586 on a ThinkPad T41 with radeon RV250 and on reboot I now get text mode bootup, instead of graphical.
Looking at the changelog I notice the following
* Wed May 06 2009 Dave Airlie <airlied@redhat.com> 2.6.29.2-129
- drm-next: update with latest patch queue for upstream + intel fixes
- drm-modesetting-radeon.patch: rebase onto drm-next
- drm-nouveau.patch: rebase onto drm-next
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 2.6.29.2-128
- radeon kms: backport some fixes - put back old internal interface
Is it the intention that the RV250 no longer gets KMS?
get the following in syslog with -126
[drm] Initialized drm 1.1.0 20060810
radeon 0000:01:00.0: power state changed by ACPI to D0
radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Detected VRAM RAM=32768K, accessible=32768K, BAR=131072K
agpgart-intel 0000:00:00.0: AGP 2.0 bridge
agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[drm] setting agp_base to d0000000
[drm] setting agp_location to d0000000
[drm] DFP table revision: 3
[drm] Panel ID String: SXGA+ Single (85MHz)
[drm] Panel Size 1400x1050
[drm] Default TV standard: NTSC
[drm] 27.000000000 MHz TV ref clk
i2c-adapter i2c-0: unable to read EDID block.
radeon 0000:01:00.0: VGA-1: no EDID data
i2c-adapter i2c-1: unable to read EDID block.
radeon 0000:01:00.0: DVI-D-1: no EDID data
allocated f6758800 1400x1050 fb: 0x00040000, bo f677e180
fbcon: radeondrmfb (fb0) is primary device
Console: switching to colour frame buffer device 175x65
[drm] LVDS-9: set mode 1400x1050 c
fb0: radeondrmfb frame buffer device
registered panic notifier
[drm] Loading R200 Microcode
[drm] writeback test succeeded in 2 usecs
[drm] Initialized radeon 1.29.0 20080528 for 0000:01:00.0 on minor 0
I get the following in syslog with -140
[drm] Initialized drm 1.1.0 20060810
radeon 0000:01:00.0: power state changed by ACPI to D0
radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Detected VRAM RAM=32768K, accessible=32768K, BAR=131072K
agpgart-intel 0000:00:00.0: AGP 2.0 bridge
agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[drm] setting agp_base to d0000000
[drm] setting agp_location to d0000000
[drm] DFP table revision: 3
[drm] Panel ID String: SXGA+ Single (85MHz)
[drm] Panel Size 1400x1050
[drm] Default TV standard: NTSC
[drm] 27.000000000 MHz TV ref clk
i2c-adapter i2c-0: unable to read EDID block.
radeon 0000:01:00.0: VGA-1: no EDID data
i2c-adapter i2c-1: unable to read EDID block.
radeon 0000:01:00.0: DVI-D-1: no EDID data
allocated f6758800 1400x1050 fb: 0x00040000, bo f677b180
fbcon: radeondrmfb (fb0) is primary device
Console: switching to colour frame buffer device 175x65
[drm] LVDS-9: set mode 1400x1050 e
fb0: radeondrmfb frame buffer device
registered panic notifier
[drm] Loading R200 Microcode
[drm] writeback test succeeded in 2 usecs
[drm] Initialized radeon 1.30.0 20080528 for 0000:01:00.0 on minor 0
The diff between them is
$ diff syslog.126 syslog.140
19c19
< allocated f6758800 1400x1050 fb: 0x00040000, bo f677e180
---
> allocated f6758800 1400x1050 fb: 0x00040000, bo f677b180
22c22
< [drm] LVDS-9: set mode 1400x1050 c
---
> [drm] LVDS-9: set mode 1400x1050 e
27c27
< [drm] Initialized radeon 1.29.0 20080528 for 0000:01:00.0 on minor 0
---
> [drm] Initialized radeon 1.30.0 20080528 for 0000:01:00.0 on minor 0


