Linux and Sound
    Michael ODonnell 
    michael.odonnell at comcast.net
       
    Fri Mar 14 09:57:12 EDT 2008
    
    
  
> Alt-Ctrl-F3 to a terminal window and Ctrl-Alt-F7 once didn't
> work, but Ctrl-Alt-F4 and Ctrl-Alt-F7 three times did :)
> Bizarre, but it's a work-around that I thought might help others.
You have my sympathies - it's humiliating to have to resort to
that sort of voodoo.  FYI, you may be able to automate it thus:
   x=3; while [ $x -gt 0 ]; do chvt 1; sleep 3; chvt 7; sleep 6; let x--; done
...modifying the sleep values to suit your system's needs, giving
things like your graphics HW a chance to settle between mode changes.
 
    
    
More information about the gnhlug-discuss
mailing list