Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl Alt F8 disconnects displays?

Learning debugging in PhpStorm and keep accidentally hitting Ctrl + Alt + F8. I use 3 displays this disconnects the two remotes and goes back to just the laptop.

I cannot see this documented anywhere (running Win 10).

The worst part is that hitting the combination again does NOT reconnect the displays.

Anyone know either:

  • combination to reverse the effect - IE reconnect displays

  • how I can stop it or

  • a tool that will help me find out where it is firing from (motherboard/Windows/Intel/nVidia/USB monitor driver - goodness knows where).

Grateful for a helping hand. F8 in various combinations are the debugging shortcuts for PhpStorm and I keep hitting Ctrl + Alt + F8 accidentally. I am about to throw a monitor out of the window.

EDIT Apologies. When I posted this it said Ctrl + Shift + F8 in error. Hope did not confuse anyone.

Oops misremembered my own post!.

like image 267
BeNice Avatar asked Jan 31 '16 00:01

BeNice


People also ask

What happens when you hit Ctrl Alt F8?

windows 10 - Ctrl + alt + f8 takes monitor down - Super User. Stack Overflow for Teams – Start collaborating and sharing organizational knowledge.

What is Ctrl Shift F8?

Type Shift+F8 once to enter extended selection mode, then use the arrow keys to select an item and press Ctrl+Space or Shift+Space to select (or deselect) it.

What is Ctrl Alt F9?

If you work with Microsoft Excel on a regular basis, you know that it has a ton of keyboard shortcuts that can make your life a lot easier. One of the most useful shortcuts is Ctrl+Alt+F9, which allows you to quickly recalculate all the formulas in your worksheet.

What does Ctrl Alt F7 do?

By pressing CTRL + ALT + F7 , you switched to, you've probably guessed it, the seventh of those virtual ttys, or tty7 . When you would have pressed CTRL + ALT + F3 , you would have switched to tty3 , and so forth. So, now we know what you saw, but why was there something about fsck written to tty7 ?


1 Answers

What causes this is additional software that comes with the Intel Graphics chip. This software monitors for the Ctrl + Alt + F8 shortcut and then resets the display settings to a default value.

While the "Intel HD Graphics Control Panel" setup utility allows configuring keyboard shortcuts for other tasks, it does specifically say that you cannot change or disable the shortcut for the "reset settings" task.

The only way to disable this is by disabling the Windows Service installed by the Intel Software.

  1. Go to Windows Services list

  2. Find the "Intel(R) HD Graphics Control Panel" service.

  3. Disable it (open its properties, stop it AND make sure to set its startup type to "Disabled")

  4. You may need to reboot the computer once.


Note that this answer was written in 2016. Newer versions of the Intel Graphics software have options to disable the hotkey without having to disable the service. See the comments of this answer on superuser

like image 153
NineBerry Avatar answered Oct 09 '22 01:10

NineBerry