Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Unbuntu 18.04 #20

Open
Peter-Strain opened this issue Jun 25, 2018 · 6 comments
Open

Installing Unbuntu 18.04 #20

Peter-Strain opened this issue Jun 25, 2018 · 6 comments

Comments

@Peter-Strain
Copy link

I had some trouble installing installing Unbuntu 18.04 getting error message;

NMI watchdog: Watchdog detected hard LOCKUP on cpu 4

Finally resolved it however by going into the install menu, pressing Fn F6. Turing off;

nomodeset

Then selecting the install option. After installation was complete installing the following packages;

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-390

Then going into;

/etc/default/grub

And commenting out;

#GRUB_CMDLINE_LINUX="nomodeset"

Restarting the laptop and done.

@oliver-dvorski
Copy link

Did you install Nvidia prime? And does prime-select work for you?

@Peter-Strain
Copy link
Author

Yes and after some playing around it all seems to be working.

@cywtf
Copy link

cywtf commented Aug 1, 2018

Just for the sake of the update, I got a 9750 yesterday and was able to install Ubuntu 18.04 without any issues.

@gregsifr
Copy link

gregsifr commented Aug 4, 2018

@Rootion Have you applied any of the power saving tips outlined by the Arch Wiki? If so do you have any of the instructions you used?

Some of the power saving tips include:

  • Keep Bluetooth off by default during startup + power saving modes
  • Turn off / disable touchscreen
  • Disable nVidia powerdraw (consumes around 7w when idle)
  • Enable NVME APST (allows NVME SSDs to be switched to lower power states when idle)
  • Enable power saving features for the i915 kernel module
  • Undervolt CPU and iGPU

It would also be good to enable touchpad gestures using libinput.

When using Windows I've undervolted my CPU + iGPU and have achieved 90 additional minutes of runtime. I am confident that doing the above on the 9570 would extend the battery life to 8-10 hours with 50% screen brightness.

Unfortunately the Arch instructions are for more advanced users and some of the packages might have different names. For example: bbswitch seems to be bbswitch-dkms and there are two packages for bumblebee on Ubuntu: bumblebee and bumblebee-nvidia.

@cywtf
Copy link

cywtf commented Aug 4, 2018

@gregsifr thanks a lot, this is very valuable info. I noticed that my battery was going down really quick in Ubuntu while in Windows 10 it holds much longer. I will get my hands into this today.

About the instructions I used:

  • Followed all this useful prep work.
  • Installed all updates from Dell. I had to manually check BIOS update as the updater didn't suggest me one and there was one that was released recently. Before the BIOS update the laptop was running loud and hot, after all the updates all these thermal issues seem to be solved.
  • Resized my Windows HD, created some free space.
  • Boot into Ubuntu 18.04 live usb, created the necessary partitions for Linux and followed the installer. This is pretty straightforward.

The installation was successful and the dual boot is running smoothly. The only issue is the battery consumption in Ubuntu, but I will follow your recommendations today.

@gregsifr
Copy link

gregsifr commented Aug 4, 2018

@Rootion I am going through this process too so if you don't mind could you contribute what you found to work to a new repository I created?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants