External monitor on Thinkpad X41 running Xubuntu Gutsy
To get my Thinkpad X41 (Intel Mobile 915GM/GMS/910GML Express Graphics Controller) to project to an external monitor, I used this very nicely written information. This works great. Specifically:
Project to external monitor:
xrandr --output VGA --auto
Project to external monitor with a specific resolution:
xrandr --output VGA --mode 1280x1024
Turn off projecting to external monitor:
xrandr --output LVDS --auto --output VGA --off
One big virtual screen across both monitors:
xrandr --output VGA --right-of LVDS --mode 1280x1024
I’ll try to bind that to my Thinkpad “Fn+F7″ hotkey combination in some way at some point. Currently, those keys do nothing.
April 11th, 2009 at 17:20
Thank you so much. You don;t know how difficult it has been to find helpful info on this problem, Worked perfectly!
June 2nd, 2010 at 18:05
Thank you for this info. This problem persists even onto Lucid and your info works around it.