Setup dual screen with Catalyst Control Center on notebook so that nothing changes when closing lid (case)?

2

1

I have setup a dualscreen setup for my notebook with an ATI video card (ATI mobility radeon hd 5470) using Catalyst Control Center.

The monitor extends the desktop of the notebook's screen. This works great.

I am running on windows 7 and have set it up to not do anything when I close my laptop's lid (case) other than dim the notebook's display.

However, when I do close the lid (notebook's display), the second monitor suddenly changes and I believe it starts behaving as the primary monitor.. I do not want this to happen.

So, how do I setup my dualscreen setup so that it won't set the secondary monitor as the primary one when I close my laptop's lid?

UPDATE: this video shows exactly what my problem is: http://www.youtube.com/watch?v=Q1ygNHbqI2g

Tom

Posted 2011-03-08T14:01:02.640

Reputation: 259

Out of curiosity, why do you want this behavior? Obviously if the internal screen is the primary you can't use it with the lid closed so this seems rather impractical. – Shinrai – 2011-03-08T15:12:56.263

@Shinrai because if I want to use the primary one I will open the lid again. At the moment it is VERY very very annoying because whenever I watch a movie on my secondary screen I just cannot close the lid of my laptop. I now added a bounty. – Tom – 2011-03-10T15:27:28.030

1@Tom - If you're always using the external, but only sometimes using the internal, shouldn't the external be set as primary? (You get better video rendering on the primary display anyway due to some artifacts in the way most video drivers for Windows are written.) – Shinrai – 2011-03-10T15:50:49.460

@Shinrai who says I am always using the external but only sometimes the internal? This is not the case. Please try answering the question, I really am not interested in changing my own behaviour. Thanks for the interest though. – Tom – 2011-03-10T16:32:42.620

1@Tom - You implied it. ;) To my knowledge this is dependent on your laptop and I'm not aware of any that won't do this; most of them are hardwired to disable the internal screen with the lid closed (like, as far as the operating system is concerned it's not even there). If you can still see it in Display Properties with the lid closed you MIGHT have a chance. I'm just suggesting examining your habits because there may not be a way to do this, period. – Shinrai – 2011-03-10T18:27:13.907

@Tom - Also, you might consider mentioning the exact notebook you have. – Shinrai – 2011-03-10T18:28:53.187

@Shinrai, alright that'd be rather weird though in my opinion. Let me give you an example. If you work on windows with two screens and multi task your workflow among the screens (like workstations in linux), you'll have a certain view on your second monitor. If you then decide that you only need this certain view for a while, it is natural and senseful to close the primary screen (the lid) as that one is not needed. However, what it then does is HIDE what you want to see and SHOW what you do not want to see (the primary screen on the secondary screen). I have an Acer Aspire 7741ZG. :) – Tom – 2011-03-10T22:29:35.520

2@Tom - Right, but when you power off a monitor the machine still thinks it's attached. Laptops are designed to make the operating system think the display vanished entirely because most people want the exact opposite of your desired behavior (that is to say, if the lid is closed they don't want any windows over there!). – Shinrai – 2011-03-10T22:32:24.437

Answers

2

As Shinrai said, it's probably the notebook's hardware shutting off the monitor (and detaching it) when the lid closes, regardless of what the OS is set to.

Check the notebook's BIOS settings and see if there's any options you can control about the monitor turning off on lid-close in there.

If not, then you're pretty much done-for if you need the internal to be the primary, because if you don't have a primary, you can't have a secondary; so the secondary monitor will always automatically become the primary when the primary is disconnected/detached (via hardware).

Add: This is a guess:

Perhaps try setting the notebook's monitor driver to 'Generic Plug and Play Monitor' or alike. Perhaps that will break the ability for Windows to know it's 'attached' state.

Ƭᴇcʜιᴇ007

Posted 2011-03-08T14:01:02.640

Reputation: 103 763

2

Solution from prevent monitor switching when closing laptop lid :

Go into registry and create a new DWORD called "LidAlwaysOpen" set value to "1" in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\"YourDisplayGUID"\0000\

Some user have been reported this will work only for first lid closure, but not for subsequent ones.

The thread annoying extended desktop in windows 7 offers another possible solution :

  1. Open device manager
  2. In "System devices" find "ACPI lid"
  3. Open "ACPI lid" properties, and go to "Driver" tab.
  4. Select "Update driver"
  5. Choose "Browse my computer for driver software" and "Let me pick.." uncheck "Show compatible hardware"
  6. And now...in "Manufacturer" select "(Standard system devices)" and model: "Volume manager" (yes, "Volume manager")
  7. Next, next, restart the system and it works!

harrymc

Posted 2011-03-08T14:01:02.640

Reputation: 306 093

the first method does not seem to have any effect. The second one appears to set an invalid device on purpose (I rather not do this for something so minor). – Tom – 2011-03-12T11:40:46.657

The second method in effect negates all lid actions. It is probably possible to create batch files to flip between the two drivers using DevCon.

– harrymc – 2011-03-12T11:59:47.910

I am amazed that such an important feature is lacking though.. I cannot see how anyone would want his or her screens to completely re-organize when temporarily closing the laptop's lid when you wish to only see what's on the secondary monitor. – Tom – 2011-03-12T22:17:29.130

1@Tom: If my primary monitor becomes physically unavailable I sure hope my secondary monitor would be available as a primary, and thank goodness Windows 7 does it automatically and gracefully. ;) – Ƭᴇcʜιᴇ007 – 2011-03-13T02:56:41.053

1I agree with @techie007: Win7 does here what is right in most cases. They apparently didn't think your case is important enough to even add it as option, so you are obliged to force it through. – harrymc – 2011-03-13T09:26:15.563