Difference between revisions of "ASUS Zenbook UX31E"
Jamie Kitson (talk | contribs) (→HDMI Out: colour profiles) |
Jcracknell (talk | contribs) (→Compatibility) |
||
(21 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:ASUS | + | [[Category:ASUS]] |
− | |||
− | |||
This page contains instructions, tips, pointers, and links for installing and configuring Arch Linux on the ASUS Zenbook UX31E Ultrabook. | This page contains instructions, tips, pointers, and links for installing and configuring Arch Linux on the ASUS Zenbook UX31E Ultrabook. | ||
''(There is probably little/no difference with his 11" little brother, the UX21E) | ''(There is probably little/no difference with his 11" little brother, the UX21E) | ||
Line 9: | Line 7: | ||
If you get an error trying to format partitions when installing Arch try adding this line to the kernel parameters | If you get an error trying to format partitions when installing Arch try adding this line to the kernel parameters | ||
libata.dma=0 | libata.dma=0 | ||
− | |||
− | |||
− | |||
− | |||
== Compatibility == | == Compatibility == | ||
=== Touch Pad === | === Touch Pad === | ||
− | There are different versions of the UX31, some have Sentelic and some have | + | There are different versions of the UX31, some have Sentelic and some have Elantec - Touch pads. |
− | ==== | + | ==== Elantec Touch pads ==== |
Touch & Scroll works out of the box. Clickpad functionality does not. (However, using two and three finger touches for right an middle click works fine). | Touch & Scroll works out of the box. Clickpad functionality does not. (However, using two and three finger touches for right an middle click works fine). | ||
Line 40: | Line 34: | ||
EndSection | EndSection | ||
− | + | {{Tip|Multifinger taps: Two finger for middle click; three fingers for right click.}} | |
==== Sentelic Touchpads ==== | ==== Sentelic Touchpads ==== | ||
− | The Sentelic Touchpad drivers have been added to the 3.2 kernel, so it should work out of the box by now. | + | The Sentelic Touchpad drivers have been added to the 3.2 kernel, so it should work out of the box by now. Since 3.4 this supports scrolling and multi-touch features. (In case of problems with the touchpad after resume see [[#Suspend to RAM|Suspend to RAM]].) However it seems that [https://bugs.freedesktop.org/show_bug.cgi?id=51403 two finger tapping and two finger scrolling are incompatible]. To have both working you must use one of the following two patches. |
===== ReubenBond ===== | ===== ReubenBond ===== | ||
Line 56: | Line 50: | ||
===== Saaros ===== | ===== Saaros ===== | ||
− | [https://github.com/saaros/sentelic Saaros's driver] works well for two finger and side scrolling and is fairly straight forward to apply and build. Unfortunately however, it does slightly impede normal functionality, pointing | + | [https://github.com/saaros/sentelic Saaros's driver] works well for two finger and side scrolling and is fairly straight forward to apply and build. Unfortunately however, it does slightly impede normal functionality, pointing does not seem quite as accurate, tapping does not seem quite as sensitive and tapping and dragging/selecting can be quite tricky. This code should eventually be accepted into the official kernel: https://github.com/saaros/sentelic/issues/2. |
=== Graphics === | === Graphics === | ||
Line 77: | Line 71: | ||
Colour accuracy on the Zenbook is not very good. There is a [http://www.notebookcheck.net/uploads/tx_nbc2/UX31.icc UX31E ICC profile] on the [http://www.notebookcheck.net/Asus-Zenbook-UX31E-DH52B-Laptop-Review.65718.0.html Noteboocheck review]. However, I find that too green using xcalib and so use [http://www.notebookcheck.net/uploads/tx_nbc2/Asus_UX21E_1366x768_glare__P116NWR1_R2_.icc the UX21E version]. | Colour accuracy on the Zenbook is not very good. There is a [http://www.notebookcheck.net/uploads/tx_nbc2/UX31.icc UX31E ICC profile] on the [http://www.notebookcheck.net/Asus-Zenbook-UX31E-DH52B-Laptop-Review.65718.0.html Noteboocheck review]. However, I find that too green using xcalib and so use [http://www.notebookcheck.net/uploads/tx_nbc2/Asus_UX21E_1366x768_glare__P116NWR1_R2_.icc the UX21E version]. | ||
− | === Wireless === | + | === Networking === |
+ | {{Warning|[[NetworkManager]] generally fails to work for one reason or another on the UX31E. Consider using an alternative such as [[netctl]].}} | ||
+ | |||
+ | ==== Wireless ==== | ||
Works fine with the ath9k driver, included in the kernel since 2.6.27. | Works fine with the ath9k driver, included in the kernel since 2.6.27. | ||
− | |||
− | {{Warning|Do not forget to install the wireless_tools and | + | {{Warning|Do not forget to install the wireless_tools and wpa_supplicant packages during the installation since you will get stuck with no internet access if you do not!}} |
− | ==== Unstable Wireless when using Network Manager ==== | + | ===== Unstable Wireless when using Network Manager ===== |
Some users experience connection drops when using wireless. For some users this can be fixed by setting the wireless connection's BSSID (usually the router's MAC address). This only works if your wireless connection only has one access point as the BSSID is unique for each access point. | Some users experience connection drops when using wireless. For some users this can be fixed by setting the wireless connection's BSSID (usually the router's MAC address). This only works if your wireless connection only has one access point as the BSSID is unique for each access point. | ||
− | + | An alternative solution is to disable the ath9k driver ani feature, to do this use the following : | |
− | + | <code>echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani</code> | |
− | = | + | ==== Ethernet - Asix AX88772 USB Ethernet ==== |
− | + | The Asix AX887722 USB Ethernet drivers are included in the kernel, so it should work out of the box. | |
− | |||
− | |||
− | |||
− | === Ethernet - USB | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Solid State Drive === | === Solid State Drive === | ||
Line 116: | Line 95: | ||
=== Suspend to RAM === | === Suspend to RAM === | ||
− | The USB modules must be unloaded or the laptop | + | The USB modules must be unloaded or the laptop will not come out of sleep mode. |
Put | Put | ||
Line 132: | Line 111: | ||
dmesg | grep -i "acpi fadt" | dmesg | grep -i "acpi fadt" | ||
outputs | outputs | ||
− | ACPI FADT declares the system | + | ACPI FADT declares the system does not support PCIe ASPM, so disable it. |
=== i915 === | === i915 === | ||
Line 144: | Line 123: | ||
Module parameter details | Module parameter details | ||
modinfo i915 | modinfo i915 | ||
− | |||
− | |||
− | |||
− | |||
=== Additional powersavings === | === Additional powersavings === | ||
− | Configure [[Laptop_Mode_Tools]] and | + | Configure [[Laptop_Mode_Tools]] and do not forget to check [[CPU_Frequency_Scaling]] |
− | == Additional | + | == Additional resources == |
*https://help.ubuntu.com/community/AsusZenbook | *https://help.ubuntu.com/community/AsusZenbook | ||
*http://www.lesswatts.org/ | *http://www.lesswatts.org/ |
Revision as of 04:18, 1 May 2013
This page contains instructions, tips, pointers, and links for installing and configuring Arch Linux on the ASUS Zenbook UX31E Ultrabook. (There is probably little/no difference with his 11" little brother, the UX21E)
Installation issues
If you get an error trying to format partitions when installing Arch try adding this line to the kernel parameters
libata.dma=0
Compatibility
Touch Pad
There are different versions of the UX31, some have Sentelic and some have Elantec - Touch pads.
Elantec Touch pads
Touch & Scroll works out of the box. Clickpad functionality does not. (However, using two and three finger touches for right an middle click works fine).
If higher pressure must be applied to your touchpad in order to function properly, tweak the following properties according to your needs [1]
synclient FingerLow=5 synclient FingerHigh=15
Alternatively, edit your /etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "FingerLow" "5" Option "FingerHigh" "15" EndSection
Sentelic Touchpads
The Sentelic Touchpad drivers have been added to the 3.2 kernel, so it should work out of the box by now. Since 3.4 this supports scrolling and multi-touch features. (In case of problems with the touchpad after resume see Suspend to RAM.) However it seems that two finger tapping and two finger scrolling are incompatible. To have both working you must use one of the following two patches.
ReubenBond
ReubenBond has made contact with a sentelic representative who has provided him with official documentation on putting the device into absolute positioning mode. The latter can be accessed here: http://fsp-lnxdrv.svn.sourceforge.net/viewvc/fsp-lnxdrv/trunk/doc/fsp_packet.txt?revision=43&view=markup
This looks very promising and ReubenBond is committed to developing a driver in the next few weeks. This is all referenced in the forum https://bbs.archlinux.org/viewtopic.php?id=125262&p=2
Saaros
Saaros's driver works well for two finger and side scrolling and is fairly straight forward to apply and build. Unfortunately however, it does slightly impede normal functionality, pointing does not seem quite as accurate, tapping does not seem quite as sensitive and tapping and dragging/selecting can be quite tricky. This code should eventually be accepted into the official kernel: https://github.com/saaros/sentelic/issues/2.
Graphics
Works out of the box
HDMI Out
There seems to be an issue whereby having an HDMI device plugged in at boot results in the screens being switched and also the laptop screen not coming on. To make this more bearable you can automate switching HDMI on with the following udev rule and script:
ACTION=="change", SUBSYSTEM=="drm", RUN+="/usr/sbin/hdmi-plugged"
#!/bin/bash export XAUTHORITY=/home/$USER/.Xauthority export DISPLAY=:0 /usr/bin/xrandr -display :0 --output eDP1 --auto --output HDMI1 --auto --above eDP1
Colour Profiles
Colour accuracy on the Zenbook is not very good. There is a UX31E ICC profile on the Noteboocheck review. However, I find that too green using xcalib and so use the UX21E version.
Networking
Wireless
Works fine with the ath9k driver, included in the kernel since 2.6.27.
Unstable Wireless when using Network Manager
Some users experience connection drops when using wireless. For some users this can be fixed by setting the wireless connection's BSSID (usually the router's MAC address). This only works if your wireless connection only has one access point as the BSSID is unique for each access point.
An alternative solution is to disable the ath9k driver ani feature, to do this use the following :
echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
Ethernet - Asix AX88772 USB Ethernet
The Asix AX887722 USB Ethernet drivers are included in the kernel, so it should work out of the box.
Solid State Drive
Check Solid_State_Drives
Power Management
Suspend to RAM
The USB modules must be unloaded or the laptop will not come out of sleep mode.
Put
SUSPEND_MODULES="xhci_hcd ehci_hcd uhci_hcd"
in
/etc/pm/config.d/unload_module
If you have patched the kernel to enable multitouch with the Sentelic touchpad, the touchpad may stop working after resume. In this case add the psmouse module to the list.
SUSPEND_MODULES="xhci_hcd ehci_hcd uhci_hcd psmouse"
PCIe ASPM
Do not add the following option to the kernel line
pcie_aspm=force
if
dmesg | grep -i "acpi fadt"
outputs
ACPI FADT declares the system does not support PCIe ASPM, so disable it.
i915
Enabling i915_enable_rc6
will improve battery performance significantly. To enable it, add the following option to your kernel line.
i915.i915_enable_rc6=1
To check the current state of all i915
parameters execute as root (bash)
for i in /sys/module/i915/parameters/*;do echo ${i}=`cat $i`;done
Module parameter details
modinfo i915
Additional powersavings
Configure Laptop_Mode_Tools and do not forget to check CPU_Frequency_Scaling