Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
radeon, bootsplash, yaboot, tibook
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
VanDan
Guru
Guru


Joined: 30 Sep 2002
Posts: 586
Location: Australia

PostPosted: Fri Jul 22, 2005 12:35 pm    Post subject: radeon, bootsplash, yaboot, tibook Reply with quote

Hi all.

I'm trying to get a 1024x768 theme working on my tibook ( I've got 1280x854 themes working ). It insists on booting into 1280x854, no matter what video= thing I pass to the kernel. At the moment, I'm using:

Code:
image=/boot/2.6.12-gentoo-r6
        label=splash
        read-only
        initrd=/boot/livecd
        initrd-size=8192
        append="video=radeonfb:1024x768-32 splash=silent,fadein,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1"


The first bit of my dmesg output:

Code:
Total memory = 1024MB; using 2048kB for hash table (at c0400000)
Linux version 2.6.12-gentoo-r6 (root@skitz) (gcc version 3.4.4 (Gentoo 3.4.4, ssp-3.4.4-1.0, pie-8.7.8)) #12 Wed Jul 20 17:27:34 EST 2005
Found UniNorth memory controller & host bridge, revision: 17
Mapped at 0xfdeb5000           
Found a Keylargo mac-io controller, rev: 3, mapped at 0xfde35000
Processor NAP mode on idle enabled.
PowerMac motherboard: PowerBook Titanium IV
Found UniNorth PCI host bridge at 0xf0000000. Firmware bus number: 0->1
Found UniNorth PCI host bridge at 0xf2000000. Firmware bus number: 0->1
Found UniNorth PCI host bridge at 0xf4000000. Firmware bus number: 0->1
via-pmu: Server Mode is disabled
PMU driver 2 initialized for Core99, firmware: 0c
nvram: Checking bank 0...       
nvram: gen0=726, gen1=725       
nvram: Active bank is: 0       
nvram: OF partition at 0x410   
nvram: XP partition at 0x1020   
nvram: NR partition at 0x1120   
On node 0 totalpages: 262144   
  DMA zone: 196608 pages, LIFO batch:31
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 65536 pages, LIFO batch:31
Built 1 zonelists
Kernel command line: root=/dev/hda5 ro ramdisk_size=8192 video=radeonfb:1024x768-32 splash=silent,fadein,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1
PowerMac using OpenPIC irq controller at 0x80040000
OpenPIC Version 1.2 (4 CPUs and 64 IRQ sources) at fc5e4000
OpenPIC timer frequency is 4.166666 MHz
PID hash table entries: 4096 (order: 12, 65536 bytes)
GMT Delta read from XPRAM: 600 minutes, DST: off
time_init: decrementer frequency = 33.331495 MHz
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1020300k available (1988k kernel code, 1032k data, 140k init, 262144k highmem)
AGP special page: 0xeffff000
Calibrating delay loop... 665.60 BogoMIPS (lpj=332800)
Mount-cache hash table entries: 512
device-tree: property "l2-cache" name conflicts with node in /cpus/PowerPC,G4@0/l2-cache
device-tree: property "l2-cache" name conflicts with node in /cpus/PowerPC,G4@0
checking if image is initramfs... it is
Freeing initrd memory: 12740k freed
NET: Registered protocol family 16
PCI: Probing PCI hardware
Can't get bus-range for /pci@f2000000/cardbus@1a, assuming it starts at 0
Registering openpic with sysfs...
Thermal assist unit not available
Registering PowerMac CPU frequency driver
Low: 667 Mhz, High: 1000 Mhz, Boot: 667 Mhz
highmem bounce pool size: 64 pages
inotify device minor=63
Initializing Cryptographic API
Generic RTC Driver v1.07
Macintosh non-volatile memory driver v1.1
PCI: Enabling device 0000:00:10.0 (0086 -> 0087)
radeonfb (0000:00:10.0): Invalid ROM signature 0 should be0xaa55
radeonfb: Retreived PLL infos from Open Firmware
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=200.00 Mhz, System=200.00 MHz
radeonfb: PLL min 12000 max 35000
radeonfb: Monitor 1 type LCD found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
radeonfb: Using Firmware dividers 0x0002008e from PPLL 0
radeonfb: Dynamic Clock Power Management enabled
Console: switching to colour frame buffer device 160x53
fbsplash: console 0 using theme 'livecd-2005.1'
radeonfb (0000:00:10.0): ATI Radeon Lf


During booting, I get errors that bootsplash can't find a config file for 1280x854. Is it actually possible to force a tibook to boot at 1024x768? If not, is it feasible to convert the excellent livecd-2005.1 theme to 1280x854. I know there's a lot of additional stuff in there - icons and stuff for various stages of booting ... ie the main reason I'm after this theme. Or should I give up and use another theme?
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Fri Jul 22, 2005 1:27 pm    Post subject: Reply with quote

As far as I know, the LCD is a fixed resolution, so you can't switch to 1024x768. As for resizing the theme, the only way I know how to do it is manually, but I also haven't used bootsplash recently.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
membrake
n00b
n00b


Joined: 13 Jun 2004
Posts: 3

PostPosted: Sat Jul 23, 2005 12:59 am    Post subject: Reply with quote

Just a thought, did you try with 24 bit graphics? ie 1024x768-24 instead of 1024x768-32? 32 bits is actually 24 bits plus 8 bits for transparency, so 24 bits should give your the same result basically.
Hope this helps.
Back to top
View user's profile Send private message
VanDan
Guru
Guru


Joined: 30 Sep 2002
Posts: 586
Location: Australia

PostPosted: Mon Jul 25, 2005 8:48 am    Post subject: Reply with quote

Yeah, tried that.
Thanks for the response though :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum