Search found 4 matches
- Tue Aug 15, 2023 6:38 pm
- Forum: Technical / Scripting
- Topic: Having troubles with colors changing for GPC
- Replies: 4
- Views: 9458
Re: Having troubles with colors changing for GPC
Yes, in fact this fixed two laptops as well, one brand new and one over 10 years old. I believe this is something new from a Windows 10/11 update during the last few months.
- Fri Aug 11, 2023 1:34 am
- Forum: Technical / Scripting
- Topic: Having troubles with colors changing for GPC
- Replies: 4
- Views: 9458
Re: Having troubles with colors changing for GPC
So I've figured something out, can't have this problem between my desktop PC's especially when they are so similar. In fact they both worked, then I moved the GTX1060 from one to the other (replacing a GTX770) and it stopped working, while the other machine got a new GTX3080 and kept working. So cle...
- Fri Aug 04, 2023 10:55 pm
- Forum: Technical / Scripting
- Topic: Having troubles with colors changing for GPC
- Replies: 4
- Views: 9458
Having troubles with colors changing for GPC
Between different PC's I'm getting different colors for the same web page. Some are Intel GPU, some AMD and some nVidia (both pro and gaming). I've even noticed a difference on the same PC after upgrading from an nVidia GTX 770 to a GTX 1060. Really need the GetPixelColor to be consistent between th...
- Thu Apr 27, 2023 1:05 am
- Forum: Technical / Scripting
- Topic: Macro Scheduler with Git
- Replies: 9
- Views: 15337
Re: Macro Scheduler with Git
Adding:
*.scp text working-tree-encoding=UCS-2LE eol=CRLF
to the .gitattributes file seems to have done the trick. Ignore BOM.
This helped: https://stackoverflow.com/questions/281 ... inary-file
*.scp text working-tree-encoding=UCS-2LE eol=CRLF
to the .gitattributes file seems to have done the trick. Ignore BOM.
This helped: https://stackoverflow.com/questions/281 ... inary-file