Zenbook UX305FA: Difference between revisions
Jump to navigation
Jump to search
(→Misc) |
|||
| Line 25: | Line 25: | ||
EndSection |
EndSection |
||
* Also install the xorg.conf file |
|||
==Custom Kernel== |
==Custom Kernel== |
||
Revision as of 14:38, 27 May 2016
In progress
Misc
- Ansible should setup ~/.ssh/config for xforwarding.
- Synergy - https://wiki.archlinux.org/index.php/Synergy
- Ansible systemd shutdown timeout should be like 15sec max
Syncthing
Should set syncthing gui address
- Should set Syncthing apikey.
- Should set Syncthing username/password.
Grahics
- 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
Custom Kernel
- 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
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
xbacklight
- Doesn't detect any outputs
- Might need xorg.conf file.
Airplane mode
Airplane mode button doesn't work- As of 'attachment' kernel patch (and/or kernel options), button works but led is reversed.
Notifications
- Choose notifications daemon
- add to ansible install
- remove 'naughty' from awesome rc, start new notifier in dotfiles.
Trackpad
- Add trackpad to dotfiles.
laptop-mode-tools
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
Done
- Audio working fine now (Don't know what needed to be installed, maybe just pulseaudio?)