Original text:
http://mcphersonz.wordpress.com/2008/03/21/switching-displays-with-a-lenovo-t60-ubuntu-710-gutsy-gibbon/
xrandr –output VGA –auto # Autodetect the VGA
xrandr –output LVDS –auto # Autodetect the laptop display
xrandr –output LVDS –mode 1024×768 # Specify the laptop display resolution
xrandr –output VGA –left-of LVDS # Extend the VGA to the left of the laptop
xrandr –output VGA –right-of LVDS # Extend the VGA to the left of the laptop
xrandr -q # displays current configuration
Subscribe to:
Post Comments (Atom)
1 comment:
in ubuntu 8.10 it works without these tricks
Post a Comment