Skip to content

Instantly share code, notes, and snippets.

@evaletolab
Last active September 3, 2018 09:11
Show Gist options
  • Save evaletolab/89ab5e44609acb3e8a021866945b6a31 to your computer and use it in GitHub Desktop.
Save evaletolab/89ab5e44609acb3e8a021866945b6a31 to your computer and use it in GitHub Desktop.

Display

  • sudo prime-select intel
  • sudo service lightdm restart
  • sudo nano -w /etc/default/grub
    • GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=1 nouveau.modeset=0"

Network QCA6174

Solution 1

Solution 2

$ cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
[connection]
wifi.powersave = 3
  • sudo apt-get install --reinstall linux-firmware

Solution 3

  • https://askubuntu.com/a/631329
    • BSSID for the 5Ghz Network, in this example: 22:22:22:22:22:22
    • BSSID for the 2.4 Ghz Network, in this example: 11:11:11:11:11:11

Gulp

  • Address: C0:25:06:E6:67:C0 - Frequency:2.437 GHz (Channel 6)
  • Address: C0:25:06:E6:67:BF - Frequency:5.32 GHz (Channel 64)

touchpad

/etc/X11/Xsession.d/56touchpadfix: export xinput list | grep -i touchpad | awk '{ print $6 }' xinput --set-prop "$id" "Synaptics Noise Cancellation" 20 20 xinput --set-prop "$id" "Synaptics Finger" 35 45 250 xinput --set-prop "$id" "Synaptics Scrolling Distance" 80 80

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment