nvram boot-args, activate PCI video card and verbose mode
Two things I would like to do is boot up in verbose mode, and enable a second PCI video card on my G4 Digital Audio machine.
I can boot verbosely with nvram boot-args="-v"
and I can enable the PCI video card with nvram boot-args="romndrv=1"
But I can't do both at the same time.
Reading the man file it seems I should be able to do this:
nvram boot-args="-v romndrv=1"
But that doesn't work. And typing one command and then the other doesn't work either. The last command seems to overwrite the previous one.
So I keep the second video card working with the romndrv command and if I think of it I just hold down command-v to boot in verbose mode.
How can I have both commands work at the same time?
Also, where do I find the rest of the nvram variables? I'd like to see what else I might want to play with. It's always fun to get dangerous and stupid! I do it all the time. I've even edited my rc file in the past. In this case I still couldn't get both verbose mode and enable the PCI video card at the same time.
Thank you in advance,
Tom.