#+TITLE: Acernitro #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz #+PROPERTY: header-args:emacs-lisp :tangle acernitro.el :comments org #+PROPERTY: header-args :results silent :eval no-export :comments org #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil The first real hardware to deploy this configuration on. It's an *Acer Nitro AN-515*[fn:1] with the *NVIDIA / Intel Hybrid Graphics Card*[fn:2], which is honestly a pain in the ass to deal with. Due to the issues I encountered with this hardware setup, I opted for *easy mode* and installed *Ubuntu 20.04 LTS*[fn:3], setting up the drivers, and then ripping away everything I didn't need. * Options + Set the browser manually + Set the language to Canadian english + Increase the font size for the high DPI screen #+begin_src emacs-lisp (setq dotfiles/browser "firefox" dotfiles/language "en_CA" dotfiles/font-size 132) #+end_src * Resources [fn:1] Acer Nitro AN-515 [fn:2] NVIDIA / Intel iGPU [fn:3] Ubuntu 20.04 LTS