Very stuttery laptop internal display when HDMI is not connectedMultiple graphics cards in XCannot start...
Can a Hogwarts student refuse the Sorting Hat's decision?
What's "halachic" about "Esav hates Ya'akov"?
Awk to get all my regular users in shadow
Piece de Resistance - Introduction & Ace and A's
How to design an effective polearm-bow hybrid?
How do the surviving Asgardians get to Earth?
Upper Bound for a Sum
A verb for when some rights are not violated?
How to call made-up data?
Why are there yellow dot stickers on the front doors of businesses in Russia?
On the consistency of different well-polished astronomy software
Why does putting a dot after the URL remove login information?
What is the reason behind water not falling from a bucket at the top of loop?
Formal mathematical definition of renormalization group flow
Getting an entry level IT position later in life
Need reasons why a satellite network would not work
Is the first page of a novel really that important?
split inside flalign
Based on what criteria do you add/not add icons to labels within a toolbar?
Write The Shortest Program to Calculate Height of a Binary Tree
foot-pounds of energy?
Write The Shortest Program To Check If A Binary Tree Is Balanced
How do I handle a DM that plays favorites with certain players?
Can I enter a rental property without giving notice if I'm afraid a tenant may be hurt?
Very stuttery laptop internal display when HDMI is not connected
Multiple graphics cards in XCannot start xserver - “Failed to assign any connected display devices to X screen 0”Intel HDMI monitor not recognizedOnly one display mode for my monitorHDMI port doesn't work Nvidia/Intel Bumblebee Driver for Laptop with Manjaro LinuxHow to make laptop switch to external HDMI monitor when plugged in?Cannot display through a vga port Linux Mint 18.2NVIDIA-Linux-x86_64 on OpenSuSE 15; Connected HDMI monitor not recognised with NVIDIA Quadro M1000MDisplay freezes when HDMI is not connectedUnable to get Displayport output working with a Nvidia Optimus Laptop
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm setting up a new Manjaro install on my laptop (Dell Inspiron 7567) with NVIDIA Optimus, and I've run into an issue with my monitor configuration.
When there is a monitor connected to my laptop's HDMI port, everything works fine. However, if I disable the HDMI port using xrandr --output HDMI-0 --off
, or just physically disconnect the HDMI cable, the remaining internal display is unusably laggy.
All of my windows (I'm using Openbox) only update about once every 10 seconds. The mouse cursor remains perfectly smooth though, and the rest of the computer keeps working fine; I can execute commands and they execute immediately (though I can't see the results until the monitor next refreshes) and my Spotify music continues playing.
(Update: The issue only seems to happen on Openbox. i3 works fine when disabling HDMI.)
As soon as I reconnect the HDMI cable or re-enable that output, everything goes back to normal and is usable again.
Since it may well be relevant, my laptop's Optimus graphics are internally connected in such a way that the NVIDIA graphics card is directly wired to the HDMI port.
Why could this be happening?
My /etc/X11/xorg.conf
(partially generated by nvidia-xconfig
):
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
I'm using the 430.26 proprietary NVIDIA drivers (acquired by mhwd
through the video-nvidia
configuration). Note that I am not using Bumblebee or a PRIME switcher.
My NVIDIA X Server Settings monitor configuration (the AOC monitor is my external HDMI one, the PRIME one is the internal monitor):
nvidia manjaro xrandr hybrid-graphics compton
New contributor
add a comment |
I'm setting up a new Manjaro install on my laptop (Dell Inspiron 7567) with NVIDIA Optimus, and I've run into an issue with my monitor configuration.
When there is a monitor connected to my laptop's HDMI port, everything works fine. However, if I disable the HDMI port using xrandr --output HDMI-0 --off
, or just physically disconnect the HDMI cable, the remaining internal display is unusably laggy.
All of my windows (I'm using Openbox) only update about once every 10 seconds. The mouse cursor remains perfectly smooth though, and the rest of the computer keeps working fine; I can execute commands and they execute immediately (though I can't see the results until the monitor next refreshes) and my Spotify music continues playing.
(Update: The issue only seems to happen on Openbox. i3 works fine when disabling HDMI.)
As soon as I reconnect the HDMI cable or re-enable that output, everything goes back to normal and is usable again.
Since it may well be relevant, my laptop's Optimus graphics are internally connected in such a way that the NVIDIA graphics card is directly wired to the HDMI port.
Why could this be happening?
My /etc/X11/xorg.conf
(partially generated by nvidia-xconfig
):
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
I'm using the 430.26 proprietary NVIDIA drivers (acquired by mhwd
through the video-nvidia
configuration). Note that I am not using Bumblebee or a PRIME switcher.
My NVIDIA X Server Settings monitor configuration (the AOC monitor is my external HDMI one, the PRIME one is the internal monitor):
nvidia manjaro xrandr hybrid-graphics compton
New contributor
add a comment |
I'm setting up a new Manjaro install on my laptop (Dell Inspiron 7567) with NVIDIA Optimus, and I've run into an issue with my monitor configuration.
When there is a monitor connected to my laptop's HDMI port, everything works fine. However, if I disable the HDMI port using xrandr --output HDMI-0 --off
, or just physically disconnect the HDMI cable, the remaining internal display is unusably laggy.
All of my windows (I'm using Openbox) only update about once every 10 seconds. The mouse cursor remains perfectly smooth though, and the rest of the computer keeps working fine; I can execute commands and they execute immediately (though I can't see the results until the monitor next refreshes) and my Spotify music continues playing.
(Update: The issue only seems to happen on Openbox. i3 works fine when disabling HDMI.)
As soon as I reconnect the HDMI cable or re-enable that output, everything goes back to normal and is usable again.
Since it may well be relevant, my laptop's Optimus graphics are internally connected in such a way that the NVIDIA graphics card is directly wired to the HDMI port.
Why could this be happening?
My /etc/X11/xorg.conf
(partially generated by nvidia-xconfig
):
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
I'm using the 430.26 proprietary NVIDIA drivers (acquired by mhwd
through the video-nvidia
configuration). Note that I am not using Bumblebee or a PRIME switcher.
My NVIDIA X Server Settings monitor configuration (the AOC monitor is my external HDMI one, the PRIME one is the internal monitor):
nvidia manjaro xrandr hybrid-graphics compton
New contributor
I'm setting up a new Manjaro install on my laptop (Dell Inspiron 7567) with NVIDIA Optimus, and I've run into an issue with my monitor configuration.
When there is a monitor connected to my laptop's HDMI port, everything works fine. However, if I disable the HDMI port using xrandr --output HDMI-0 --off
, or just physically disconnect the HDMI cable, the remaining internal display is unusably laggy.
All of my windows (I'm using Openbox) only update about once every 10 seconds. The mouse cursor remains perfectly smooth though, and the rest of the computer keeps working fine; I can execute commands and they execute immediately (though I can't see the results until the monitor next refreshes) and my Spotify music continues playing.
(Update: The issue only seems to happen on Openbox. i3 works fine when disabling HDMI.)
As soon as I reconnect the HDMI cable or re-enable that output, everything goes back to normal and is usable again.
Since it may well be relevant, my laptop's Optimus graphics are internally connected in such a way that the NVIDIA graphics card is directly wired to the HDMI port.
Why could this be happening?
My /etc/X11/xorg.conf
(partially generated by nvidia-xconfig
):
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
I'm using the 430.26 proprietary NVIDIA drivers (acquired by mhwd
through the video-nvidia
configuration). Note that I am not using Bumblebee or a PRIME switcher.
My NVIDIA X Server Settings monitor configuration (the AOC monitor is my external HDMI one, the PRIME one is the internal monitor):
nvidia manjaro xrandr hybrid-graphics compton
nvidia manjaro xrandr hybrid-graphics compton
New contributor
New contributor
edited 3 hours ago
K7AAY
2,4861 gold badge11 silver badges29 bronze badges
2,4861 gold badge11 silver badges29 bronze badges
New contributor
asked 4 hours ago
Aaron ChristiansenAaron Christiansen
1164 bronze badges
1164 bronze badges
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like the issue was caused by Compton - disabling this has resolved the issue. (This would also explain why i3 didn't have the issue, as Compton is launched by my Openbox init script.)
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Aaron Christiansen is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f534046%2fvery-stuttery-laptop-internal-display-when-hdmi-is-not-connected%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like the issue was caused by Compton - disabling this has resolved the issue. (This would also explain why i3 didn't have the issue, as Compton is launched by my Openbox init script.)
New contributor
add a comment |
It looks like the issue was caused by Compton - disabling this has resolved the issue. (This would also explain why i3 didn't have the issue, as Compton is launched by my Openbox init script.)
New contributor
add a comment |
It looks like the issue was caused by Compton - disabling this has resolved the issue. (This would also explain why i3 didn't have the issue, as Compton is launched by my Openbox init script.)
New contributor
It looks like the issue was caused by Compton - disabling this has resolved the issue. (This would also explain why i3 didn't have the issue, as Compton is launched by my Openbox init script.)
New contributor
New contributor
answered 3 hours ago
Aaron ChristiansenAaron Christiansen
1164 bronze badges
1164 bronze badges
New contributor
New contributor
add a comment |
add a comment |
Aaron Christiansen is a new contributor. Be nice, and check out our Code of Conduct.
Aaron Christiansen is a new contributor. Be nice, and check out our Code of Conduct.
Aaron Christiansen is a new contributor. Be nice, and check out our Code of Conduct.
Aaron Christiansen is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f534046%2fvery-stuttery-laptop-internal-display-when-hdmi-is-not-connected%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