12-31-2015 07:07 PM - last edited on 03-06-2024 01:43 AM by ROGBot
03-01-2016 06:29 AM
set_killer wrote:
Also the sound is terrible. Its vary quiet. Do you have the same problem?
Thank you.
03-03-2016 09:34 AM
jareks wrote:
Hi guys,
I am also very interested in installing Linux on this laptop and it would be a great help if you could post your further conclussions 🙂
One very specific question - do you know if it's possible to run two externals displays with this laptop? It should be possible with one on HDMI and second one on USB 3.1, but I coudn't find any resources if it's supported on Linux?
Great thanks in advance!
03-07-2016 10:54 PM
vishneda wrote:
I have this machine running under Linux and various flavors. Here are some tips. Message me or reply here if you have trouble with the below because I am doing this from memory.
Kernels below 4.3 (pretty much any distro at the end of December): Add "nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native i915.preliminary_hw_support=1 idle=nomwait"
The Nouveau command disables the NVidia card, which you need to do until you get proper drivers installed (use something like Bumblebee).
The ACPI commands make your keyboard hotkeys work properly
The i915 command tells the older kernel to use the "beta" Skylake support, which you will certainly want.
The idle command is needed to make the new Skylake chipset speed up and down properly without locking up. I was seeing occasional lockups without the idle setting.
With these settings, I have full function keys, screen lighting, etc, the cpu is at full speed and everything works great EXCEPT I have no touchpad support. As far as I can tell, the kernel does not support the touchpad in this machine/configuration at present. There are multiple bugs raised within the Linux community if you look around. I am hoping we will see a fix to this soon. I tried to debug the device but due to lack of time I don't think I will be able to find a fix on my own.
After install, set X windows up to not use the NVidia drivers and you can drop the nouveau.modeset parameter. I use the Mesa open source drivers.
For 4.3 and above kernels (which I have custom compiled from source at this point but should be rolling out on some distros soon) you can drop the i915.preliminary_hw_support and tpm_tis.interrupts. You don't need those on the latest kernel as far as I can tell.
Don't use things like "nolapic" and other stuff you read on the internet because all that does is drop you down to one core and limit your hardware significantly. Might as well not have the new computer if you use those things.
FWIW I think Elementary OS's latest ISO works "out of the box" with only the nouveau.modeset=0 directive. Also, it was kind of tricky to get Arch Linux to work with my home wifi due to WPA based encryption. I got it working, but if you have a similar setup be advised it took a little time to get the commands right with this wireless card.
If you are a developer or familiar with the tools for some other reason, you can build your 4.3 kernel and its faster. Download the latest sources and find a guide online for building the kernel. It took me some time to build and run the new kernel but it did allow me to get better utilization of the CPU and graphics card.
03-11-2016 11:49 AM
"nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native i915.preliminary_hw_support=1 idle=nomwait"
03-14-2016 12:12 AM
04-25-2016 05:55 AM
04-28-2016 02:27 PM
"xf86-input-libinput" is a thin wrapper around libinput and allows for libinput to be used for input devices in X. This driver can be used as as drop-in replacement for evdev and synaptics.
"libinput" is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code compositors need to provide the common set of functionality that users expect.
09-21-2016 07:56 PM
09-21-2016 08:09 PM
aigamboa wrote:
So I have an upgraded version of the same laptop basically and my issue is:
Understanding the lingo lol.
I'm pretty computer savvy but the issue I'm faced with is I don't know where to start. Anyone facing this issue and that has solved it would you mind putting a step by step solution on here? Programs to download and run and where to go into the bios and all that good stuff.
I would appreciate this greatly!! I have installed ubuntu before on my other laptops but I just can't get this to work): I've been googling things forever (roughly 5 hours now) and made progress, whatever that means.
Well enough of that if you guys can help I will be forever in your debt.
One last thing, I'm trying to install Ubuntu 16.04.1 LTS. Thanks in advance guys!!