Kubuntu 18.04, screen resolution changes after system hibernates












1















I am having an intermittent issue with my monitor. It resizes after resuming from hibernate mode.



Here is my graphics hardware:



me@computer:~$ /usr/bin/inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480]
Display Server: x11 (X.Org 1.19.6 ) drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1280x720@60.02hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.15.0-45-generic, LLVM 7.0.1)
version: 4.5 Mesa 19.0.0-devel (git-932ed9c 2019-01-29 bionic-oibaf-ppa)


Before hiberbate (normal operation, 1360x768):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1360x768 60.02*+
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1152x864 59.97
1280x720 60.00 50.00 59.94
1024x768 60.00 58.98
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


After hibernate (squashed up 1280x720):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.02*
1024x768 60.02
800x600 60.02
640x480 60.02
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


The resolution corrects itself on reboot. I would prefer to stop the issue or correct the resolution without a reboot.



In syslog there are a bunch of messages in line with the time the system is resumed where it looks like kscreen.xrandr is trying to call for 1360x768, fails and then calls 1280x720.



I would appreciate any help people can offer. Perhaps just a bug with the drivers?
I am using this ppa: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers










share|improve this question























  • Should have added, the computer doesn't hibernate; just the monitor.

    – B McKenzie
    Feb 2 at 4:39






  • 1





    Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

    – waltinator
    Feb 2 at 4:41











  • @waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

    – B McKenzie
    Feb 2 at 5:10
















1















I am having an intermittent issue with my monitor. It resizes after resuming from hibernate mode.



Here is my graphics hardware:



me@computer:~$ /usr/bin/inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480]
Display Server: x11 (X.Org 1.19.6 ) drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1280x720@60.02hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.15.0-45-generic, LLVM 7.0.1)
version: 4.5 Mesa 19.0.0-devel (git-932ed9c 2019-01-29 bionic-oibaf-ppa)


Before hiberbate (normal operation, 1360x768):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1360x768 60.02*+
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1152x864 59.97
1280x720 60.00 50.00 59.94
1024x768 60.00 58.98
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


After hibernate (squashed up 1280x720):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.02*
1024x768 60.02
800x600 60.02
640x480 60.02
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


The resolution corrects itself on reboot. I would prefer to stop the issue or correct the resolution without a reboot.



In syslog there are a bunch of messages in line with the time the system is resumed where it looks like kscreen.xrandr is trying to call for 1360x768, fails and then calls 1280x720.



I would appreciate any help people can offer. Perhaps just a bug with the drivers?
I am using this ppa: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers










share|improve this question























  • Should have added, the computer doesn't hibernate; just the monitor.

    – B McKenzie
    Feb 2 at 4:39






  • 1





    Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

    – waltinator
    Feb 2 at 4:41











  • @waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

    – B McKenzie
    Feb 2 at 5:10














1












1








1








I am having an intermittent issue with my monitor. It resizes after resuming from hibernate mode.



Here is my graphics hardware:



me@computer:~$ /usr/bin/inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480]
Display Server: x11 (X.Org 1.19.6 ) drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1280x720@60.02hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.15.0-45-generic, LLVM 7.0.1)
version: 4.5 Mesa 19.0.0-devel (git-932ed9c 2019-01-29 bionic-oibaf-ppa)


Before hiberbate (normal operation, 1360x768):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1360x768 60.02*+
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1152x864 59.97
1280x720 60.00 50.00 59.94
1024x768 60.00 58.98
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


After hibernate (squashed up 1280x720):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.02*
1024x768 60.02
800x600 60.02
640x480 60.02
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


The resolution corrects itself on reboot. I would prefer to stop the issue or correct the resolution without a reboot.



In syslog there are a bunch of messages in line with the time the system is resumed where it looks like kscreen.xrandr is trying to call for 1360x768, fails and then calls 1280x720.



I would appreciate any help people can offer. Perhaps just a bug with the drivers?
I am using this ppa: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers










share|improve this question














I am having an intermittent issue with my monitor. It resizes after resuming from hibernate mode.



Here is my graphics hardware:



me@computer:~$ /usr/bin/inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480]
Display Server: x11 (X.Org 1.19.6 ) drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1280x720@60.02hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10, DRM 3.23.0, 4.15.0-45-generic, LLVM 7.0.1)
version: 4.5 Mesa 19.0.0-devel (git-932ed9c 2019-01-29 bionic-oibaf-ppa)


Before hiberbate (normal operation, 1360x768):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1360x768 60.02*+
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1152x864 59.97
1280x720 60.00 50.00 59.94
1024x768 60.00 58.98
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


After hibernate (squashed up 1280x720):



me@computer:~$ xrandr 
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.02*
1024x768 60.02
800x600 60.02
640x480 60.02
HDMI-A-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)


The resolution corrects itself on reboot. I would prefer to stop the issue or correct the resolution without a reboot.



In syslog there are a bunch of messages in line with the time the system is resumed where it looks like kscreen.xrandr is trying to call for 1360x768, fails and then calls 1280x720.



I would appreciate any help people can offer. Perhaps just a bug with the drivers?
I am using this ppa: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers







kubuntu display display-resolution amd-graphics






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 2 at 4:38









B McKenzieB McKenzie

61




61













  • Should have added, the computer doesn't hibernate; just the monitor.

    – B McKenzie
    Feb 2 at 4:39






  • 1





    Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

    – waltinator
    Feb 2 at 4:41











  • @waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

    – B McKenzie
    Feb 2 at 5:10



















  • Should have added, the computer doesn't hibernate; just the monitor.

    – B McKenzie
    Feb 2 at 4:39






  • 1





    Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

    – waltinator
    Feb 2 at 4:41











  • @waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

    – B McKenzie
    Feb 2 at 5:10

















Should have added, the computer doesn't hibernate; just the monitor.

– B McKenzie
Feb 2 at 4:39





Should have added, the computer doesn't hibernate; just the monitor.

– B McKenzie
Feb 2 at 4:39




1




1





Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

– waltinator
Feb 2 at 4:41





Read man pm-action to see which scripts are run when your system Hibernates/Resumes. Some of these are aimed at graphic cards.

– waltinator
Feb 2 at 4:41













@waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

– B McKenzie
Feb 2 at 5:10





@waltinator sorry, wasn't clear; the computer doesn't hibernate, just the monitor. I get No manual entry for pm-action for man pm-action

– B McKenzie
Feb 2 at 5:10










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114901%2fkubuntu-18-04-screen-resolution-changes-after-system-hibernates%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114901%2fkubuntu-18-04-screen-resolution-changes-after-system-hibernates%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?