video ATI Radeon 9000 Pro - DVI output res is not quite right (1440 x 900 60 Hz is the best option)
it should work. did it under OSX?
yes , in OSX perfect there are different res options available.
wow !! re: above, remove the drive from a Mac mini to install the OS9 drivers is more work than the machine is worth.
this morning added the ADAT edit card from the PPC 7600 to the MDD FW800 leaving the Korg 1212 in place solo, 8 channel lightpipe in all machines now - not in the mini that stays at OSX 10.4.11 and at the moment completely redundant. Waiting for a new purpose in life,
[/quote]
You can write the OS 9 drivers to a disk when formating from the Terminal in OS X, even when booted from the Install DVD on a Mac that doesn't support OS 9.
diskutil partitionDisk /dev/disk1 1 OS9Drivers HFS+ MacHD 0b
Be careful with /dev/disk1, you'll want to run:
diskutil list
To see a list of disks installed in the system and adjust the command to partition the disk you want. The 0b will use the entire disk, there should be a way to adjust the command to create more that one partition.
If you want a partition for OS 9, and one for OS X, it would be something like:
diskutil partitionDisk /dev/disk1 2 OS9Drivers HFS+ MacHD 4000M JHFS+ OSXHD R
This would create 2 partitions, one name MacHD formated HFS+ that is 4000 Megabytes, and one names OSXHD formated JHFS+ that would use the remainder of the disk.
Just adjust the size in megabytes you want for you OS 9 partition, and insure you are partitioning the correct disk( /dev/diskx ).