laptops:msi_ge62_6qc
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
laptops:msi_ge62_6qc [2016/11/27 17:51] – created peter | laptops:msi_ge62_6qc [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Laptops - MSI GE62 6QC ====== | ====== Laptops - MSI GE62 6QC ====== | ||
+ | |||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
Weird problems with keyboard. Also touchpad is not working. | Weird problems with keyboard. Also touchpad is not working. | ||
Line 8: | Line 17: | ||
env | grep -i -e im -e lang | env | grep -i -e im -e lang | ||
</ | </ | ||
+ | |||
+ | result | ||
+ | |||
+ | < | ||
+ | LANG=en_GB.UTF-8 | ||
+ | LANGUAGE=en_GB: | ||
+ | LC_TIME=en_GB.UTF-8 | ||
+ | HISTTIMEFORMAT=%Y-%m-%d %H: | ||
+ | </ | ||
+ | |||
Set all ibus to xim. For example: | Set all ibus to xim. For example: | ||
Line 16: | Line 35: | ||
+ | |||
+ | ===== Steps ===== | ||
+ | |||
+ | * disable FastBoot (both in UEFI and Windows 10), SecureBoot and SpeedStep (the latter two shouldn' | ||
+ | * install with nomodeset boot option | ||
+ | * reboot and got an instant hangup | ||
+ | * reboot again with nomodeset | ||
+ | * update everything to get the latest stable kernel (by now 4.2.19, stock 4.2.12 works as well) | ||
+ | * install latest Intel graphics stack (https:// | ||
+ | * install NVidia properietary driver. | ||
+ | reboot. It will either hang up instantly or it will boot normally. It hung up in my case. | ||
+ | |||
+ | The thing now is to get it to boot once so the drivers can be configured by X server | ||
+ | |||
+ | -do NOT add i915.preliminary_hw_support as it's not needed anymore | ||
+ | |||
+ | -from now on delete quiet and splash from boot options every time you add something there to see what errors you get. | ||
+ | |||
+ | -firstly try | ||
+ | |||
+ | < | ||
+ | intel_idle.max_cstate=1 | ||
+ | </ | ||
+ | as a boot option | ||
+ | |||
+ | -if that hangs up try | ||
+ | |||
+ | < | ||
+ | acpi=noirq or acpi=hd or acpi=off | ||
+ | </ | ||
+ | |||
+ | The last one gave me a first proper boot. After a restart it didn't boot again giving bumblebee errors. | ||
+ | |||
+ | this time boot with | ||
+ | |||
+ | < | ||
+ | intel_idle.max_cstate=1 | ||
+ | </ | ||
+ | |||
+ | If it works add this line to grub permanently. This way you will get a stable system using i915. For now I didn't try to force it to use nvidia. | ||
+ | |||
+ | |||
+ | ===== CPU lockup errors. ===== | ||
+ | |||
+ | Try to boot with only | ||
+ | |||
+ | < | ||
+ | intel_idle.max_cstateate=1 | ||
+ | </ | ||
+ | |||
+ | Do not disable ACPI anymore. Also try to re-enable SpeedStep in UEFI. | ||
+ | |||
+ | |||
+ | Graphics | ||
+ | |||
+ | < | ||
+ | sudo apt-get purge nvidia* | ||
+ | sudo reboot | ||
+ | |||
+ | sudo add-apt-repository ppa: | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install nvidia-361 | ||
+ | sudo reboot | ||
+ | </ | ||
laptops/msi_ge62_6qc.1480269088.txt.gz · Last modified: 2020/07/15 09:30 (external edit)