>Thanks. That was part of the problem; it was indeed running Xorg, and >I could break out of it as you described. > >I put in the xorg.conf file that diff's identical (after squeezing out >comments, leading white space, multiple embedded white space) to Casper's >that you pointed to, except that it didn't like > Driver "keyboard" >which I changed to > Driver "kbd"
You shouldn't do that; ignore the "keyboard" error, it is benign. Xorg needs to be told to use "PanelSize" "1680x1050" and the "LVDS" monitor. Then Xorg works fine, from b19 onwards (but not before). >Texas Instruments PCIxx21 Integrated FlashMedia Controller >Manufacturer: >Location: PCI bus 6, device 9, function 3 >(a bunch of individual attributes, like device-id, compatible-ids, etc, >but no way that's obvious to me to cut and paste them all into a msg, >and too much gobbledegook to retype, at least accurately) >Memory Range C0306000-C0307FFF >IRQ 23 It's currently not enumerated by Solaris (but in the pci enumeration code) and there's no driver; it's not a separate chip but part of an integrated Cardbus/IEEE1394/SD Cardreader. Casper