Difference between revisions of "Talk:Sample Fn-F7 script"
Ordonnateur (Talk | contribs) m (suggestion) |
Ordonnateur (Talk | contribs) m |
||
Line 4: | Line 4: | ||
xrandr --output VGA --auto | xrandr --output VGA --auto | ||
+ | |||
xrandr --output VGA --off | xrandr --output VGA --off | ||
+ | |||
xrandr --output LVDS --auto | xrandr --output LVDS --auto | ||
+ | |||
xrandr --output LVDS --off | xrandr --output LVDS --off |
Revision as of 01:22, 10 November 2007
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