Chrome address bar & tabs turn black
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My machine has Ubuntu 18.04 installed.
I use Google Chrome and I often work with Jupyter Notebooks.
When I launch the browser everything seems to work fine. After some time (~ 1-2 hours) the address bar and the tabs part turn black as shown below.
Not happy.
Graphics Card: NVIDIA Quadro M4000
The problem persists both when I use the NVIDIA proprietary driver and when I use the open source X.Org X server driver.
drivers nvidia 18.04 graphics google-chrome
add a comment |
My machine has Ubuntu 18.04 installed.
I use Google Chrome and I often work with Jupyter Notebooks.
When I launch the browser everything seems to work fine. After some time (~ 1-2 hours) the address bar and the tabs part turn black as shown below.
Not happy.
Graphics Card: NVIDIA Quadro M4000
The problem persists both when I use the NVIDIA proprietary driver and when I use the open source X.Org X server driver.
drivers nvidia 18.04 graphics google-chrome
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
1
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50
add a comment |
My machine has Ubuntu 18.04 installed.
I use Google Chrome and I often work with Jupyter Notebooks.
When I launch the browser everything seems to work fine. After some time (~ 1-2 hours) the address bar and the tabs part turn black as shown below.
Not happy.
Graphics Card: NVIDIA Quadro M4000
The problem persists both when I use the NVIDIA proprietary driver and when I use the open source X.Org X server driver.
drivers nvidia 18.04 graphics google-chrome
My machine has Ubuntu 18.04 installed.
I use Google Chrome and I often work with Jupyter Notebooks.
When I launch the browser everything seems to work fine. After some time (~ 1-2 hours) the address bar and the tabs part turn black as shown below.
Not happy.
Graphics Card: NVIDIA Quadro M4000
The problem persists both when I use the NVIDIA proprietary driver and when I use the open source X.Org X server driver.
drivers nvidia 18.04 graphics google-chrome
drivers nvidia 18.04 graphics google-chrome
asked Sep 7 '18 at 12:43
Sandu UrsuSandu Ursu
164112
164112
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
1
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50
add a comment |
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
1
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
1
1
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50
add a comment |
2 Answers
2
active
oldest
votes
I have exactly the same issue with Chromium and Quadro M4000M (ThinkPad P70) on Arch Linux (xmonad, nouveau). So my conclusion is, that there is a bug in chromium that was introduced in the last year. Probably Quadro / M4000 related. It worked before with Nouveau and Nvidia driver.
I am not aware of any solution to fix it, but there are some workarounds:
You can drag and drop the tabs to another browser window and recover them manually.
You can use a browser plugin like OneTab to save and close all affected tabs. Then open a new window and restore all saved tabs (use mouse hover to find the OneTab button).
Disabling hardware acceleration in chrome settings could work, but you will lose some rendering performance.
Check results of chrome://gpu
- It reports some issues for my system, not sure if it is related.
Could be related to GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
Update 1: I have created a bug report here:
Issue 893117
add a comment |
It appears that there's an issue with the default display drivers on Ubuntu 18.04. I ran into the same issue ever since I installed (and reinstalled) Chrome and a possible work around is to use an alternative display driver.
I followed instructions from this page: https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
To summarize:
- Search for Software & Updates:
- Navigate to Additional Drivers (it might take a few seconds to load):
- Select something other than the default X.Org.X server. This might require a reboot but since making the change I haven't had the Chrome issue happen again.
add a comment |
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%2f1073082%2fchrome-address-bar-tabs-turn-black%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have exactly the same issue with Chromium and Quadro M4000M (ThinkPad P70) on Arch Linux (xmonad, nouveau). So my conclusion is, that there is a bug in chromium that was introduced in the last year. Probably Quadro / M4000 related. It worked before with Nouveau and Nvidia driver.
I am not aware of any solution to fix it, but there are some workarounds:
You can drag and drop the tabs to another browser window and recover them manually.
You can use a browser plugin like OneTab to save and close all affected tabs. Then open a new window and restore all saved tabs (use mouse hover to find the OneTab button).
Disabling hardware acceleration in chrome settings could work, but you will lose some rendering performance.
Check results of chrome://gpu
- It reports some issues for my system, not sure if it is related.
Could be related to GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
Update 1: I have created a bug report here:
Issue 893117
add a comment |
I have exactly the same issue with Chromium and Quadro M4000M (ThinkPad P70) on Arch Linux (xmonad, nouveau). So my conclusion is, that there is a bug in chromium that was introduced in the last year. Probably Quadro / M4000 related. It worked before with Nouveau and Nvidia driver.
I am not aware of any solution to fix it, but there are some workarounds:
You can drag and drop the tabs to another browser window and recover them manually.
You can use a browser plugin like OneTab to save and close all affected tabs. Then open a new window and restore all saved tabs (use mouse hover to find the OneTab button).
Disabling hardware acceleration in chrome settings could work, but you will lose some rendering performance.
Check results of chrome://gpu
- It reports some issues for my system, not sure if it is related.
Could be related to GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
Update 1: I have created a bug report here:
Issue 893117
add a comment |
I have exactly the same issue with Chromium and Quadro M4000M (ThinkPad P70) on Arch Linux (xmonad, nouveau). So my conclusion is, that there is a bug in chromium that was introduced in the last year. Probably Quadro / M4000 related. It worked before with Nouveau and Nvidia driver.
I am not aware of any solution to fix it, but there are some workarounds:
You can drag and drop the tabs to another browser window and recover them manually.
You can use a browser plugin like OneTab to save and close all affected tabs. Then open a new window and restore all saved tabs (use mouse hover to find the OneTab button).
Disabling hardware acceleration in chrome settings could work, but you will lose some rendering performance.
Check results of chrome://gpu
- It reports some issues for my system, not sure if it is related.
Could be related to GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
Update 1: I have created a bug report here:
Issue 893117
I have exactly the same issue with Chromium and Quadro M4000M (ThinkPad P70) on Arch Linux (xmonad, nouveau). So my conclusion is, that there is a bug in chromium that was introduced in the last year. Probably Quadro / M4000 related. It worked before with Nouveau and Nvidia driver.
I am not aware of any solution to fix it, but there are some workarounds:
You can drag and drop the tabs to another browser window and recover them manually.
You can use a browser plugin like OneTab to save and close all affected tabs. Then open a new window and restore all saved tabs (use mouse hover to find the OneTab button).
Disabling hardware acceleration in chrome settings could work, but you will lose some rendering performance.
Check results of chrome://gpu
- It reports some issues for my system, not sure if it is related.
Could be related to GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
Update 1: I have created a bug report here:
Issue 893117
edited Oct 8 '18 at 12:33
answered Oct 2 '18 at 18:10
zaidanzaidan
512
512
add a comment |
add a comment |
It appears that there's an issue with the default display drivers on Ubuntu 18.04. I ran into the same issue ever since I installed (and reinstalled) Chrome and a possible work around is to use an alternative display driver.
I followed instructions from this page: https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
To summarize:
- Search for Software & Updates:
- Navigate to Additional Drivers (it might take a few seconds to load):
- Select something other than the default X.Org.X server. This might require a reboot but since making the change I haven't had the Chrome issue happen again.
add a comment |
It appears that there's an issue with the default display drivers on Ubuntu 18.04. I ran into the same issue ever since I installed (and reinstalled) Chrome and a possible work around is to use an alternative display driver.
I followed instructions from this page: https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
To summarize:
- Search for Software & Updates:
- Navigate to Additional Drivers (it might take a few seconds to load):
- Select something other than the default X.Org.X server. This might require a reboot but since making the change I haven't had the Chrome issue happen again.
add a comment |
It appears that there's an issue with the default display drivers on Ubuntu 18.04. I ran into the same issue ever since I installed (and reinstalled) Chrome and a possible work around is to use an alternative display driver.
I followed instructions from this page: https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
To summarize:
- Search for Software & Updates:
- Navigate to Additional Drivers (it might take a few seconds to load):
- Select something other than the default X.Org.X server. This might require a reboot but since making the change I haven't had the Chrome issue happen again.
It appears that there's an issue with the default display drivers on Ubuntu 18.04. I ran into the same issue ever since I installed (and reinstalled) Chrome and a possible work around is to use an alternative display driver.
I followed instructions from this page: https://www.linuxbabe.com/ubuntu/install-nvidia-driver-ubuntu-18-04
To summarize:
- Search for Software & Updates:
- Navigate to Additional Drivers (it might take a few seconds to load):
- Select something other than the default X.Org.X server. This might require a reboot but since making the change I haven't had the Chrome issue happen again.
answered Mar 25 at 15:57
Paul WarnickPaul Warnick
1213
1213
add a comment |
add a comment |
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%2f1073082%2fchrome-address-bar-tabs-turn-black%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
Check if disabling chrome "hardware acceleration" in settings changes this behavior.
– Michal Przybylowicz
Sep 7 '18 at 15:56
What would be the side effects?
– Sandu Ursu
Sep 28 '18 at 11:17
1
@SanduUrsu It uses more CPU power.
– Chai T. Rex
Oct 2 '18 at 21:50