You're not blacklisting the broadcom module, you're blacklisting the reverse engineered in-kernel module (b43) - wl is the broadcom module.
Oh. That's correct. Thanks for the reminder.
As mentioned elsewhere, you'd possibly get more functionality out of using b43 and firmware rather than wl.
Thank you for the suggestion. I might try it, but installing the firmware seems a little involved, and there are a few variables which are unknown to me.
It looks like I need to compile version 013 of b43-fwcutter. I don't think that I can use b43-fwcutter.tcz in the repository, because it is version 012. So, apparently I must have a compiler (which I guess means installing gcc.tcz) and headers for libc. Which extension contains the libc headers?
These seem to be the instructions for installing the firmware for my wireless card with kernel 2.6.33.3:
http://linuxwireless.org/en/users/Drivers/b43#fw-b43-lp However, in TC, to which directory do I install the firmware? TC hasn't a "/lib/firmware" directory nor a "/usr/local/lib/firmware." I did find "/sys/firmware."
By the way, I solved the problem with TC booting into a console instead of Xvesa. I had cleaned out out all of the config files in the /home/tc directory, assuming that they would be automatically repopulated after booting TC 3.0. I had no ".profile" and no ".Xdefaults" (which explains why I wasn't seeing any transparent aterms). I am still not sure what caused the strange resolution behavior that I experienced.