<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36</link>
<description>DisplayFusion RSS: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</description>
<lastBuildDate>Sun, 19 Apr 2026 15:05:35 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36</generator>
<item>
<title>RE: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<link>https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#5</link>
<pubDate>Mon, 13 Jan 2020 19:54:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Could you attach a copy of the current script code that you've got in your settings?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Could you attach a copy of the current script code that you've got in your settings?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<link>https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#4</link>
<pubDate>Sat, 11 Jan 2020 00:26:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Made the edit  you suggested, but same behavior - all monitors get dimmed.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Made the edit  you suggested, but same behavior - all monitors get dimmed.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<link>https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#3</link>
<pubDate>Mon, 30 Dec 2019 20:48:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[It sounds like the script may not be getting the primary monitor ID correctly.
If you change this line:
if(BFS.Monitor.GetMonitorBoundsByID(id).Equals(Screen.PrimaryScreen.Bounds))
To this:
if(id == primary-monitor-id-number-here)
Does that make any difference?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sounds like the script may not be getting the primary monitor ID correctly.<br/>
<br/>
If you change this line:<br/>
<br/>
<div class="Inline"><pre>if(BFS.Monitor.GetMonitorBoundsByID(id).Equals(Screen.PrimaryScreen.Bounds))</pre></div><br/>
<br/>
To this:<br/>
<br/>
<div class="Inline"><pre>if(id == primary-monitor-id-number-here)</pre></div><br/>
<br/>
Does that make any difference?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<link>https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#2</link>
<pubDate>Sat, 21 Dec 2019 16:30:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[We'll have a look at the script after the holidays and keep you posted on what we find out.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We'll have a look at the script after the holidays and keep you posted on what we find out.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Script &quot;Dim All Monitors Except Primary&quot; dims all monitors INCLUDING primary</title>
<link>https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36</link>
<pubDate>Fri, 20 Dec 2019 21:42:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-dim-all-monitors-except-primary-dims-all-monitors-including-primary/?ID=ec9e2fc1-52ac-46f4-88e8-ea2f776f9a36</guid>
<category>DisplayFusion</category>
<description><![CDATA[Just moved over to a new PC, and I downloaded the script and it dims all monitors including the primary monitor. I've used this script for years without issue. Seems it's not correctly identfying the primary monitor as primary.
I'm running Win 10 and DF Pro v9.5. Kind of a complicated setup with...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Just moved over to a new PC, and I downloaded the script and it dims all monitors including the primary monitor. I've used this script for years without issue. Seems it's not correctly identfying the primary monitor as primary.<br/>
<br/>
I'm running Win 10 and DF Pro v9.5. Kind of a complicated setup with 6 monitors, and the primary monitor is a MST(Multi-Stream Transport)-compatible monitor that is directly connected to graphics card, and has another displayport monitor daisy-chained to it.<br/>
<br/>
Anything I should try to change in the script?
</div>
]]></content:encoded>
</item>
</channel>
</rss>