Talk:Sample Fn-F7 script

From ThinkWiki
Revision as of 17:55, 12 November 2007 by Seva (Talk | contribs) (Talk:Sample fn-F7 script moved to Talk:Sample Fn-F7 script: capital F in Fn)
Jump to: navigation, search

Note: you will need to change the internal and external resolution until someone fixes this script to figure it out from xrandr, you may also need to change output names from "VGA" and "LVDS" to what your xrandr tells you.

why not just use --auto ?

xrandr --output VGA --auto

xrandr --output VGA --off

xrandr --output LVDS --auto

xrandr --output LVDS --off


Good point, made the changes --seva