Screen refresh / repaint issues with Ubuntu MATE both 16.04 and 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am using two different Lenovo laptops and even two different Ubuntu-MATE versions 16.04 and 18.04, yet ever since I started with Ubuntu, I suffer refresh / repaint problems (on a multitude of monitors and docking stations, so let's not blame those...)
If I switch to the next workspace (virtual screens) and back, these artifacts are gone. If I move a window slowly over it, it's also gone. Basically most things triggering a repaint makes it gone. Hastily shaking windows around tends to create them.
I know little about Linux & hardware, but let me share what I know. I appear to have intel graphics:
$> sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
And DRI2 (what that was again?)
$> xdpyinfo | grep DRI
DRI2
My xorg config (if I am not talking gibberish) does not seem to contain a 20-intel.conf
...
$> cat /usr/share/X11/xorg.conf.d/
10-amdgpu.conf 10-quirks.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 51-synaptics-quirks.conf
10-evdev.conf 11-evdev-quirks.conf 50-synaptics.conf 50-wacom.conf
Not sure, what to make of that 10-amdgpu.conf
file (Didn't I have intel graphics?)
cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Is this usr/share
-xorg.conf.d just an overlay of settings, and the basic, core conf is elsewhere? Should I possible creatre a 20-intel.conf
as suggest here.
Or is the problem somewhere else entirely?
I am totally cluessless on these matters.
drivers intel-graphics screen mate
add a comment |
I am using two different Lenovo laptops and even two different Ubuntu-MATE versions 16.04 and 18.04, yet ever since I started with Ubuntu, I suffer refresh / repaint problems (on a multitude of monitors and docking stations, so let's not blame those...)
If I switch to the next workspace (virtual screens) and back, these artifacts are gone. If I move a window slowly over it, it's also gone. Basically most things triggering a repaint makes it gone. Hastily shaking windows around tends to create them.
I know little about Linux & hardware, but let me share what I know. I appear to have intel graphics:
$> sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
And DRI2 (what that was again?)
$> xdpyinfo | grep DRI
DRI2
My xorg config (if I am not talking gibberish) does not seem to contain a 20-intel.conf
...
$> cat /usr/share/X11/xorg.conf.d/
10-amdgpu.conf 10-quirks.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 51-synaptics-quirks.conf
10-evdev.conf 11-evdev-quirks.conf 50-synaptics.conf 50-wacom.conf
Not sure, what to make of that 10-amdgpu.conf
file (Didn't I have intel graphics?)
cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Is this usr/share
-xorg.conf.d just an overlay of settings, and the basic, core conf is elsewhere? Should I possible creatre a 20-intel.conf
as suggest here.
Or is the problem somewhere else entirely?
I am totally cluessless on these matters.
drivers intel-graphics screen mate
add a comment |
I am using two different Lenovo laptops and even two different Ubuntu-MATE versions 16.04 and 18.04, yet ever since I started with Ubuntu, I suffer refresh / repaint problems (on a multitude of monitors and docking stations, so let's not blame those...)
If I switch to the next workspace (virtual screens) and back, these artifacts are gone. If I move a window slowly over it, it's also gone. Basically most things triggering a repaint makes it gone. Hastily shaking windows around tends to create them.
I know little about Linux & hardware, but let me share what I know. I appear to have intel graphics:
$> sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
And DRI2 (what that was again?)
$> xdpyinfo | grep DRI
DRI2
My xorg config (if I am not talking gibberish) does not seem to contain a 20-intel.conf
...
$> cat /usr/share/X11/xorg.conf.d/
10-amdgpu.conf 10-quirks.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 51-synaptics-quirks.conf
10-evdev.conf 11-evdev-quirks.conf 50-synaptics.conf 50-wacom.conf
Not sure, what to make of that 10-amdgpu.conf
file (Didn't I have intel graphics?)
cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Is this usr/share
-xorg.conf.d just an overlay of settings, and the basic, core conf is elsewhere? Should I possible creatre a 20-intel.conf
as suggest here.
Or is the problem somewhere else entirely?
I am totally cluessless on these matters.
drivers intel-graphics screen mate
I am using two different Lenovo laptops and even two different Ubuntu-MATE versions 16.04 and 18.04, yet ever since I started with Ubuntu, I suffer refresh / repaint problems (on a multitude of monitors and docking stations, so let's not blame those...)
If I switch to the next workspace (virtual screens) and back, these artifacts are gone. If I move a window slowly over it, it's also gone. Basically most things triggering a repaint makes it gone. Hastily shaking windows around tends to create them.
I know little about Linux & hardware, but let me share what I know. I appear to have intel graphics:
$> sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
And DRI2 (what that was again?)
$> xdpyinfo | grep DRI
DRI2
My xorg config (if I am not talking gibberish) does not seem to contain a 20-intel.conf
...
$> cat /usr/share/X11/xorg.conf.d/
10-amdgpu.conf 10-quirks.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 51-synaptics-quirks.conf
10-evdev.conf 11-evdev-quirks.conf 50-synaptics.conf 50-wacom.conf
Not sure, what to make of that 10-amdgpu.conf
file (Didn't I have intel graphics?)
cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Is this usr/share
-xorg.conf.d just an overlay of settings, and the basic, core conf is elsewhere? Should I possible creatre a 20-intel.conf
as suggest here.
Or is the problem somewhere else entirely?
I am totally cluessless on these matters.
drivers intel-graphics screen mate
drivers intel-graphics screen mate
edited Mar 25 at 14:38
Frank Nocke
asked Mar 25 at 14:22
Frank NockeFrank Nocke
498421
498421
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128546%2fscreen-refresh-repaint-issues-with-ubuntu-mate-both-16-04-and-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128546%2fscreen-refresh-repaint-issues-with-ubuntu-mate-both-16-04-and-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown