Zenbook UX305FA: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=In progress=
=In progress=
WATCHME: https://www.youtube.com/watch?v=sy8i4VXIVEE
https://www.infoq.com/presentations/Simple-Made-Easy


==Misc==
==Misc==
* easystroke
* udiskie
* <strike>redshift</strike>
* alsa defaults to hdmi
* <strike>Ansible should setup ~/.ssh/config for xforwarding.</strike>
* <strike>Ansible should setup ~/.ssh/config for xforwarding.</strike>
* Ansible systemd shutdown timeout should be like 15sec max
* Ansible systemd shutdown timeout should be like 15sec max
* Set MAKEFLAGS
* <strike>Set MAKEFLAGS</strike>
* GTK theme...
* GTK theme...
* Terminal theme...
* Xresources... colours etc...


==laptop-mode-tools==
===Syncthing===
Install sudo apt-get install laptop-mode-tools - https://www.reddit.com/r/linux/comments/3ia8ta/review_of_ubuntu_on_asus_ux305fa/
* <strike>Should set syncthing gui address.</strike>


yS laptop-mode-tools
* <strike>Should set Syncthing apikey.</strike>


* Need to enable the service: https://wiki.archlinux.org/index.php/Laptop_Mode_Tools#Configuration
* <strike>Should set Syncthing username/password.</strike>


Optional dependencies for laptop-mode-tools
===Synergy===
acpid: ACPI support
* Synergy - https://wiki.archlinux.org/index.php/Synergy
bluez-utils: Bluetooth support
* <strike>install synergy,qt5-base on ender,laptop</strike>
hdparm: hard disk power management
* <strike>install config script</strike>
sdparm: SCSI disk power management
* Autostart Synergy
ethtool: Ethernet support
* Setup encryption keys
wireless_tools: Wi-Fi support
xorg-xset: DPMS standby support [installed]
python2-pyside: LMT GUI


==Grahics==
* <strike>Ansible should install 'xf86-video-intel'</strike>

>>> This driver uses SNA as the default acceleration method. You can try
falling back to UXA if you run into trouble. To do so, save a file with
the following content as /etc/X11/xorg.conf.d/20-intel.conf :
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
#Option "AccelMethod" "sna"
EndSection

* <strike>Also install the xorg.conf file</strike>


==Custom Kernel==
==Custom Kernel==
Line 50: Line 43:
* Brightness keys working fine with patched kernel, intel xorg.conf and xbacklight.
* Brightness keys working fine with patched kernel, intel xorg.conf and xbacklight.


===xbacklight===
==Synergy==
* Synergy - https://wiki.archlinux.org/index.php/Synergy
* <strike>Doesn't detect any outputs</strike>
* <strike>Might need xorg.conf file.</strike>
* <strike>install synergy,qt5-base on ender,laptop</strike>
* <strike>install config script</strike>
* <strike>Autostart Synergy</strike>
* Setup encryption keys


==Airplane mode==
==Airplane mode==
Line 64: Line 60:
* remove 'naughty' from awesome rc, start new notifier in dotfiles.
* remove 'naughty' from awesome rc, start new notifier in dotfiles.


==Trackpad==
* Add trackpad to dotfiles.


=Done=
==laptop-mode-tools==
* Audio working fine now (Don't know what needed to be installed, maybe just pulseaudio?)
Install sudo apt-get install laptop-mode-tools - https://www.reddit.com/r/linux/comments/3ia8ta/review_of_ubuntu_on_asus_ux305fa/


==Grahics==
yS laptop-mode-tools
* <strike>Ansible should install 'xf86-video-intel'</strike>


>>> This driver uses SNA as the default acceleration method. You can try
Optional dependencies for laptop-mode-tools
falling back to UXA if you run into trouble. To do so, save a file with
acpid: ACPI support
the following content as /etc/X11/xorg.conf.d/20-intel.conf :
bluez-utils: Bluetooth support
Section "Device"
hdparm: hard disk power management
Identifier "Intel Graphics"
sdparm: SCSI disk power management
Driver "intel"
ethtool: Ethernet support
Option "AccelMethod" "uxa"
wireless_tools: Wi-Fi support
#Option "AccelMethod" "sna"
xorg-xset: DPMS standby support [installed]
EndSection
python2-pyside: LMT GUI


* <strike>Also install the xorg.conf file</strike>
=Done=

* Audio working fine now (Don't know what needed to be installed, maybe just pulseaudio?)
===xbacklight===
* <strike>Doesn't detect any outputs</strike>
* <strike>Might need xorg.conf file.</strike>

==Trackpad==
* <strike>Add trackpad.sh to dotfiles.</strike>

===Syncthing===
* <strike>Should set syncthing gui address.</strike>

* <strike>Should set Syncthing apikey.</strike>

* <strike>Should set Syncthing username/password.</strike>

Latest revision as of 11:34, 30 May 2016

In progress[edit | edit source]

Misc[edit | edit source]

  • easystroke
  • udiskie
  • redshift
  • alsa defaults to hdmi
  • Ansible should setup ~/.ssh/config for xforwarding.
  • Ansible systemd shutdown timeout should be like 15sec max
  • Set MAKEFLAGS
  • GTK theme...
  • Terminal theme...
  • Xresources... colours etc...

laptop-mode-tools[edit | edit source]

Install sudo apt-get install laptop-mode-tools - https://www.reddit.com/r/linux/comments/3ia8ta/review_of_ubuntu_on_asus_ux305fa/

   yS laptop-mode-tools

Optional dependencies for laptop-mode-tools

   acpid: ACPI support
   bluez-utils: Bluetooth support
   hdparm: hard disk power management
   sdparm: SCSI disk power management
   ethtool: Ethernet support
   wireless_tools: Wi-Fi support
   xorg-xset: DPMS standby support [installed]
   python2-pyside: LMT GUI


Custom Kernel[edit | edit source]

  • Currently applying single patch to linux-ck.
  • TODO: Look into making a custom stock linux and AUR package.
  • Using 'simple' solution to get keys working. Full intel solution wants feedback but doesn't apply.
  • TODO: Add patch to fix airplane mode light

Brightness[edit | edit source]

  • Brightness buttons don't work
  • As of 'attachment' kernel patch (and/or kernel options), button detected, but nothing bound to happen.
  • Look into asus light sensor daemon
  • Brightness keys working fine with patched kernel, intel xorg.conf and xbacklight.

Synergy[edit | edit source]

Airplane mode[edit | edit source]

  • Airplane mode button doesn't work
  • As of 'attachment' kernel patch (and/or kernel options), button works but led is reversed.

Notifications[edit | edit source]

  • Choose notifications daemon
  • add to ansible install
  • remove 'naughty' from awesome rc, start new notifier in dotfiles.


Done[edit | edit source]

  • Audio working fine now (Don't know what needed to be installed, maybe just pulseaudio?)

Grahics[edit | edit source]

  • Ansible should install 'xf86-video-intel'
   >>> This driver uses SNA as the default acceleration method. You can try
   falling back to UXA if you run into trouble. To do so, save a file with
   the following content as /etc/X11/xorg.conf.d/20-intel.conf :
     Section "Device"
       Identifier  "Intel Graphics"
       Driver      "intel"
       Option      "AccelMethod"  "uxa"
       #Option      "AccelMethod"  "sna"
     EndSection
  • Also install the xorg.conf file

xbacklight[edit | edit source]

  • Doesn't detect any outputs
  • Might need xorg.conf file.

Trackpad[edit | edit source]

  • Add trackpad.sh to dotfiles.

Syncthing[edit | edit source]

  • Should set syncthing gui address.
  • Should set Syncthing apikey.
  • Should set Syncthing username/password.