Code Monkey home page Code Monkey logo

ubuntu-config's Introduction

Configuration scripts for Ubuntu 16.04

Graphic Driver (ASUS 1080)

  1. Remove GPU from motherboard
  2. Plug in HDMI connect screen to motherboard directly instead of plugging into GPU
  3. Turn on PC and install driver version nvidia-387 (January 11, 2017)
  4. Remove all existing nvidia drivers
sudo apt-get purge nvidia*
  1. Add repository for fetching nvidia drivers
sudo apt-add-repository ppa:graphics-drivers
  1. Update and download nvidia driver (version 387 for 1080 as of today - January 12, 2018)
sudo apt-get update
sudo apt-get install nvidia-387
  1. Shutdown PC
  2. Plug GPU into motherboard and move HDMI to plug into GPU
  3. Turn on PC, now it should work perfectly. You can check by
lsmod |grep nvidia #this will show something, not empty

Wifi Driver

  1. Check for wifi hardware version by this command and look for something about WIFI/Wireless/Network. Note that as of today, this works with kernel version 4.10.0-28. Kernel version 4.13 doesn’t work!!! (Select ubuntu kernel when turn on the PC)
#for me it’s b822 (which means version 8822be)
lspci
  1. Install git command line package and clone wireless drivers
sudo apt update
sudo apt install git
git clone https://github.com/rtlwifi-linux/rtlwifi-next
  1. Unpackage and install
cd rtlwifi-next
make
sudo make install
sudo modprobe rtl8822be

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.