Dell Precision 5530 suspend problem and other problems w/ 18.10
I just bought a Dell Precision 5530 with a Xeon(R) E-2176M, Quadro P2000, 16GB, 4K Touchscreen and 256gb SSD.
It came with Ubuntu 16.04 installed, but it wasn't really stable so I installed Ubuntu 18.10. No problems with installation but here are the problems I have using it :
- Sometimes cursor and system freeze and I'm forced to shutdown the computer using the power button
- Fans are running in a mysterious way, sometimes they just start and run @ 2500rpm and stop 10s later over and over again, while the CPU temp is about 45-50°C.
- When the system goes to sleep after inactivity or after closing the laptop, it's impossible to wake it up, I'm forced to hard reboot.
What I've tried :
- Updating bios to 1.6.0
- Installing NVIDIA 415 driver (and using NVIDIA driver instead of xorg-video-nouveau)
Editing my /etc/default/grub file to :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
GRUB_CMDLINE_LINUX="acpi_osi=Linux-Dell-Video"
Do you have any idea what I could do ? Maybe I should try 18.04 but I'm not quiet sure if it's going to be any better.
Thanks
nvidia dell 18.10
add a comment |
I just bought a Dell Precision 5530 with a Xeon(R) E-2176M, Quadro P2000, 16GB, 4K Touchscreen and 256gb SSD.
It came with Ubuntu 16.04 installed, but it wasn't really stable so I installed Ubuntu 18.10. No problems with installation but here are the problems I have using it :
- Sometimes cursor and system freeze and I'm forced to shutdown the computer using the power button
- Fans are running in a mysterious way, sometimes they just start and run @ 2500rpm and stop 10s later over and over again, while the CPU temp is about 45-50°C.
- When the system goes to sleep after inactivity or after closing the laptop, it's impossible to wake it up, I'm forced to hard reboot.
What I've tried :
- Updating bios to 1.6.0
- Installing NVIDIA 415 driver (and using NVIDIA driver instead of xorg-video-nouveau)
Editing my /etc/default/grub file to :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
GRUB_CMDLINE_LINUX="acpi_osi=Linux-Dell-Video"
Do you have any idea what I could do ? Maybe I should try 18.04 but I'm not quiet sure if it's going to be any better.
Thanks
nvidia dell 18.10
add a comment |
I just bought a Dell Precision 5530 with a Xeon(R) E-2176M, Quadro P2000, 16GB, 4K Touchscreen and 256gb SSD.
It came with Ubuntu 16.04 installed, but it wasn't really stable so I installed Ubuntu 18.10. No problems with installation but here are the problems I have using it :
- Sometimes cursor and system freeze and I'm forced to shutdown the computer using the power button
- Fans are running in a mysterious way, sometimes they just start and run @ 2500rpm and stop 10s later over and over again, while the CPU temp is about 45-50°C.
- When the system goes to sleep after inactivity or after closing the laptop, it's impossible to wake it up, I'm forced to hard reboot.
What I've tried :
- Updating bios to 1.6.0
- Installing NVIDIA 415 driver (and using NVIDIA driver instead of xorg-video-nouveau)
Editing my /etc/default/grub file to :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
GRUB_CMDLINE_LINUX="acpi_osi=Linux-Dell-Video"
Do you have any idea what I could do ? Maybe I should try 18.04 but I'm not quiet sure if it's going to be any better.
Thanks
nvidia dell 18.10
I just bought a Dell Precision 5530 with a Xeon(R) E-2176M, Quadro P2000, 16GB, 4K Touchscreen and 256gb SSD.
It came with Ubuntu 16.04 installed, but it wasn't really stable so I installed Ubuntu 18.10. No problems with installation but here are the problems I have using it :
- Sometimes cursor and system freeze and I'm forced to shutdown the computer using the power button
- Fans are running in a mysterious way, sometimes they just start and run @ 2500rpm and stop 10s later over and over again, while the CPU temp is about 45-50°C.
- When the system goes to sleep after inactivity or after closing the laptop, it's impossible to wake it up, I'm forced to hard reboot.
What I've tried :
- Updating bios to 1.6.0
- Installing NVIDIA 415 driver (and using NVIDIA driver instead of xorg-video-nouveau)
Editing my /etc/default/grub file to :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
GRUB_CMDLINE_LINUX="acpi_osi=Linux-Dell-Video"
Do you have any idea what I could do ? Maybe I should try 18.04 but I'm not quiet sure if it's going to be any better.
Thanks
nvidia dell 18.10
nvidia dell 18.10
edited Dec 23 '18 at 20:56
mature
1,8231724
1,8231724
asked Dec 23 '18 at 10:06
Julien DumartinetJulien Dumartinet
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I don't have the exact same specs as your model. However I've got mine finally working with the following setup.
- Ubuntu 18.04
- No changes to grub
- Installed all the
linux-generic-hwe
packages - installed the nvidia-390 driver
After this everything (suspend ect.) seems to be working in Gnome Wayland and ARMA 3 gives me decent frame rates. I've only tried it today and therefore haven't really invested much time into Gnome Xorg or i3wm. However it seems to crash everytime I select one of those environments.
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%2f1103975%2fdell-precision-5530-suspend-problem-and-other-problems-w-18-10%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
I don't have the exact same specs as your model. However I've got mine finally working with the following setup.
- Ubuntu 18.04
- No changes to grub
- Installed all the
linux-generic-hwe
packages - installed the nvidia-390 driver
After this everything (suspend ect.) seems to be working in Gnome Wayland and ARMA 3 gives me decent frame rates. I've only tried it today and therefore haven't really invested much time into Gnome Xorg or i3wm. However it seems to crash everytime I select one of those environments.
add a comment |
I don't have the exact same specs as your model. However I've got mine finally working with the following setup.
- Ubuntu 18.04
- No changes to grub
- Installed all the
linux-generic-hwe
packages - installed the nvidia-390 driver
After this everything (suspend ect.) seems to be working in Gnome Wayland and ARMA 3 gives me decent frame rates. I've only tried it today and therefore haven't really invested much time into Gnome Xorg or i3wm. However it seems to crash everytime I select one of those environments.
add a comment |
I don't have the exact same specs as your model. However I've got mine finally working with the following setup.
- Ubuntu 18.04
- No changes to grub
- Installed all the
linux-generic-hwe
packages - installed the nvidia-390 driver
After this everything (suspend ect.) seems to be working in Gnome Wayland and ARMA 3 gives me decent frame rates. I've only tried it today and therefore haven't really invested much time into Gnome Xorg or i3wm. However it seems to crash everytime I select one of those environments.
I don't have the exact same specs as your model. However I've got mine finally working with the following setup.
- Ubuntu 18.04
- No changes to grub
- Installed all the
linux-generic-hwe
packages - installed the nvidia-390 driver
After this everything (suspend ect.) seems to be working in Gnome Wayland and ARMA 3 gives me decent frame rates. I've only tried it today and therefore haven't really invested much time into Gnome Xorg or i3wm. However it seems to crash everytime I select one of those environments.
edited Jan 4 at 10:21
answered Jan 3 at 23:30
NebucatnetzerNebucatnetzer
161
161
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%2f1103975%2fdell-precision-5530-suspend-problem-and-other-problems-w-18-10%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