Skip to content

Arduino CC 1.8.3 on dual monitor does not work #6600

Open
@Clicker79

Description

@Clicker79

Arduino CC 1.8.3

I have 2 monitors and when I launch Arduino CC and move one to my second monitor the CC editor becomes all fuzzy and cannot see anything. Works fine on my Primary monitor.

Primary monitor is 1920x1200
Second monitor is 1680x1050

I was able to to use dual monitors with single or multiple instance of CC with 1.8.1 version.

Activity

facchinm

facchinm commented on Aug 10, 2017

@facchinm
Member

Hi @Clicker79 ,
could you provide a screencast of what happens? I believe it could be due to a conflict between your graphic card drivers and the Java runtime we bundle (something like #5918).
Could you provide your PC specifications (OS version, processor, graphic card)?
Also, we updated the Java runtime in hourly build (download it from here); if you could test it too it would be great.

Clicker79

Clicker79 commented on Aug 10, 2017

@Clicker79
Author

See attached file Capture.JPG taken from the 1.8.4 hourly build from 8/1/17 and 8/10/17. The same 2 lines are repeating when I scrolled down in the editor using the mouse wheel. The scroll buttons up/down don't work. Same thing happens when I use version 1.8.3.

I'm working on Window 7 Enterprise 64-bit, Intel i7-4810MQ, 16GB RAM, AMD FirePro W4170M.

capture

Zerick

Zerick commented on Aug 31, 2017

@Zerick

I have the same or a similar problem, my display gets mangled badly on 3 out of 4 monitors, on the 4th is remains mangled, but is able to self refresh on a resize.

This only happens with the Arduino IDE, I've upgraded to the latest 1.8.4

image

cmaglie

cmaglie commented on Aug 31, 2017

@cmaglie
Member

@Zerick can you post your graphics card and PC hardware model?

Zerick

Zerick commented on Aug 31, 2017

@Zerick

image

image

cmaglie

cmaglie commented on Aug 31, 2017

@cmaglie
Member

@Zerick @Clicker79
You're experiencing the same problem and you both have the "AMD FirePro 41xx" graphics card.
This makes me think that it's a driver problem, may you check from the producer website if there is an update to the graphics driver for your video card?

Zerick

Zerick commented on Aug 31, 2017

@Zerick

that IS interesting, my previous video card had the same problem and it was a FirePro V5900

Clicker79

Clicker79 commented on Sep 11, 2017

@Clicker79
Author

I updated the drivers and problem still exists. I tried the latest hourly build also. All my other applications are and have been working fine with AMD FirePro. There is a bug in the Arduino CC. I'm about ready to drop this product for the next design respin.

Zerick

Zerick commented on Sep 11, 2017

@Zerick

I've just switched to a Quadro P1000 and the Arduino IDE still only works on one of four monitors. Video artifacting on the other 3 still occurs though it isn't quite as bad.

facchinm

facchinm commented on Sep 12, 2017

@facchinm
Member

@Zerick @Clicker79 you could try adding a couple of lines in arduino.l4j.ini (in Arduino installation root)

-Dsun.java2d.d3d=false
-Dsun.java2d.noddraw=true

This could solve most swing-related Java bugs
source: https://stackoverflow.com/a/3604200

alangbeen

alangbeen commented on Sep 12, 2017

@alangbeen

In response to issue #6636, Eclipse runs fine on all three of my monitors, and 1 is rotated. Arduino still has issue on the rotated display.
I need to log in as admin to try the suggestion above. Will do that later today.

Zerick

Zerick commented on Sep 12, 2017

@Zerick

@facchinm Thanks for the suggestion. I'm sad to report, I made the suggested changes above and I've seen no change in behavior.
I also tried removing all java from my computer (windows 7 desktop) and reinstalling the latest, no effect with or without your suggested changes.

10 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Arduino CC 1.8.3 on dual monitor does not work · Issue #6600 · arduino/Arduino