Ubuntu Gutsy on Thinkpad X61t
http://luke.no-ip.org/x60tablet/#rotate_script
xrandr --output LVDS --mode 1024x768To end the presentation:
xrandr --output VGA --auto
xrandr --output VGA --offThese commands can be placed in a script/applet/whatever.
xrandr --output LVDS --auto
http://www.sierrawireless.com/faq/ShowFAQ.aspx?ID=601However, my card has a product id of 0220, not 0020 (try the command "lsusb"). The sierra.c module (1.06 or 1.26.b) assumes it is the latter. To fix this, I followed the instructions above but then edited the sierra.c file before compiling (with "make" and "make install" as in the instructions) to change the product id for all mc5725 entries (there were two) to 0220. Before that, my system did not recognize the aircard (no /dev/ttyUSB0 created). After that, it did.
cd /home/chad/Linux/SierraWireless (wherever you did "make")I'm sure there's a better way than this, but at least this works.
./make install
at!pcinfoshows basic info. And to turn the radio on, I used
at!pcstate=1Other useful commands can be found here:
http://www.anotherurl.com/library/at_test.htm.
-- Suspend still has the "inu" text appearing, and sometimes crashes.
-- Right palmrest gets much hotter than in Vista.