Comment 40 for bug 1568604

Revision history for this message
studoret (studoret) wrote :

Happens with shuttle XH170, Intel i36100 , Ubuntu Studio 16.04 LTS

Another workaround, using one keyboard shortcut acting as CTRL-ALT-F1 / CTRL-ALT-F7 sequence :

- create a script with the following lines :

   #!/bin/sh
   sudo /bin/chvt 1
   sudo /bin/chvt 7

- add a keyboard shortcut to this script

- add permission in /etc/sudoers
   <USER> <HOSTNAME> = NOPASSWD: /bin/chvt