Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual Monitor Setup #273

Open
willysr opened this issue Mar 13, 2017 · 10 comments
Open

Dual Monitor Setup #273

willysr opened this issue Mar 13, 2017 · 10 comments

Comments

@willysr
Copy link
Member

willysr commented Mar 13, 2017

Hi,

one Slackware user reported this issue while testing MATE 1.17.0

I am using dual monitor setup. Going to the Display Settings and moving the monitors to the correct layout yields graphical artifacts

screenshot_displays


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@willysr
Copy link
Member Author

willysr commented Mar 13, 2017

@lukefromdc and @XRevan86 : can you test this on 3.18.x ?

@lukefromdc
Copy link
Member

On a quick replacment of GTK 3.22 with GTK 3.18.0, restarting mate-settings-daemon, and opening display settings I did not get that graphical corruption. Window manager is compiz. A more extensive test is difficult because I have a lot of stuff installed that depends on GTK 3.20 or later

@jsane-h8ms
Copy link

Confirming. Is there any hope this will be fixed before GTK 3.24(+)?

@raveit65
Copy link
Member

raveit65 commented Dec 12, 2018

I fixed this a while ago with d06a1d3
which is released with mate-control-center-1.20.3.
And for Blue/Green-Submarine and GreenLaguna themes with d06a1d3
All other themes from us doesn't have this problem.
Using our themes will give you a warranty that you don't have glitches like this ;)

Create ~/.config/gtk-3.0/gtk.css with that content.

foo-scroll-area:selected,
foo-scroll-area:selected:focus,
foo-scroll-area:selected:backdrop {
	background-color: @theme_selected_bg_color;
}

This will fix the problem with Adwaita theme and copies of them, and other themes.

PS: IHMO, this not a problem with gtk+ version

@zaps166
Copy link
Contributor

zaps166 commented Nov 18, 2019

I think the paint area should be cleared in source code instead of doing it in CSS (d06a1d3).
Why not draw a filled rect before painting to clear the area?

@raveit65
Copy link
Member

Pull request is welcome.

@chmeeedalf
Copy link

I see this on FreeBSD/powerpc64 as well, with MATE 1.24. Did not see it with MATE 1.22, but do not recall the GTK version at the time 1.22 was in use. Current gtk3 version in use, which sees the artifacts with MATE 1.24, is 3.24.23.

@mbkma
Copy link
Member

mbkma commented Dec 27, 2021

I get the same issue with Debian testing, marco window manger and MATE 1.26. @lukefromdc do you get the issue if you switch from compiz to marco?

@lukefromdc
Copy link
Member

lukefromdc commented Dec 27, 2021 via email

@N0rbert
Copy link

N0rbert commented Dec 28, 2021

Seen this bug yesterday on Ubuntu MATE 22.04 LTS daily ISO installed on old Lenovo SL500 with old Intel:

$ lspci -k | grep VGA -A3
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
 Subsystem: Lenovo Mobile 4 Series Chipset Integrated Graphics Controller
 Kernel driver in use: i915
 Kernel modules: i915

with internal LCD and HDMI 1920x1200 monitor. Using default Adaptive Marco.
Our downstream bug-report is at https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-meta/+bug/1934752 .

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

No branches or pull requests

8 participants