Difference between revisions of "Talk:Sample Fn-F7 script"
m (Talk:Sample fn-F7 script moved to Talk:Sample Fn-F7 script: capital F in Fn) |
|
(No difference)
|
Revision as of 16:55, 12 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
Good point, made the changes --seva