Arch PC freezes when third screen connects
I have a very strange issue with my Arch Linux install.
When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.
If I plug in the HDMI cable while Arch runs, the PC freezes.
I have the same issue if I use the DVI-D port.
At this time I'm using Display Port and DVI-A do not have this problem.
How may I approach this? Which logs would be useful?
EDIT :
I later found this happens when i plug a third screen using any connector.
Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.
EDIT 2:
Thank you for your answer ! This is not a laptop but a tower i build myself with:
- Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )
- Intel i5 4590K (xf86-video-intel not installed)
- Motherboard H81M-PLUS
arch-linux nvidia hdmi asus
add a comment |
I have a very strange issue with my Arch Linux install.
When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.
If I plug in the HDMI cable while Arch runs, the PC freezes.
I have the same issue if I use the DVI-D port.
At this time I'm using Display Port and DVI-A do not have this problem.
How may I approach this? Which logs would be useful?
EDIT :
I later found this happens when i plug a third screen using any connector.
Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.
EDIT 2:
Thank you for your answer ! This is not a laptop but a tower i build myself with:
- Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )
- Intel i5 4590K (xf86-video-intel not installed)
- Motherboard H81M-PLUS
arch-linux nvidia hdmi asus
add a comment |
I have a very strange issue with my Arch Linux install.
When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.
If I plug in the HDMI cable while Arch runs, the PC freezes.
I have the same issue if I use the DVI-D port.
At this time I'm using Display Port and DVI-A do not have this problem.
How may I approach this? Which logs would be useful?
EDIT :
I later found this happens when i plug a third screen using any connector.
Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.
EDIT 2:
Thank you for your answer ! This is not a laptop but a tower i build myself with:
- Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )
- Intel i5 4590K (xf86-video-intel not installed)
- Motherboard H81M-PLUS
arch-linux nvidia hdmi asus
I have a very strange issue with my Arch Linux install.
When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.
If I plug in the HDMI cable while Arch runs, the PC freezes.
I have the same issue if I use the DVI-D port.
At this time I'm using Display Port and DVI-A do not have this problem.
How may I approach this? Which logs would be useful?
EDIT :
I later found this happens when i plug a third screen using any connector.
Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.
EDIT 2:
Thank you for your answer ! This is not a laptop but a tower i build myself with:
- Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )
- Intel i5 4590K (xf86-video-intel not installed)
- Motherboard H81M-PLUS
arch-linux nvidia hdmi asus
arch-linux nvidia hdmi asus
edited Feb 16 at 4:42
K7AAY
660624
660624
asked Feb 14 at 12:33
KermitoKermito
63
63
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The problem came from GDM, so I move the custom config and re-install it with :
sudo systemctl disable gdm
sudo pacman -R gdm
sudo pacman -S gdm
sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
sudo systemctl enable gdm
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
});
}
});
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%2f500608%2farch-pc-freezes-when-third-screen-connects%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
The problem came from GDM, so I move the custom config and re-install it with :
sudo systemctl disable gdm
sudo pacman -R gdm
sudo pacman -S gdm
sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
sudo systemctl enable gdm
add a comment |
The problem came from GDM, so I move the custom config and re-install it with :
sudo systemctl disable gdm
sudo pacman -R gdm
sudo pacman -S gdm
sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
sudo systemctl enable gdm
add a comment |
The problem came from GDM, so I move the custom config and re-install it with :
sudo systemctl disable gdm
sudo pacman -R gdm
sudo pacman -S gdm
sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
sudo systemctl enable gdm
The problem came from GDM, so I move the custom config and re-install it with :
sudo systemctl disable gdm
sudo pacman -R gdm
sudo pacman -S gdm
sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
sudo systemctl enable gdm
answered Feb 27 at 1:15
KermitoKermito
63
63
add a comment |
add a comment |
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%2f500608%2farch-pc-freezes-when-third-screen-connects%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