Desktop-notes

From Alpine Linux
Revision as of 08:57, 27 September 2017 by Clandmeter (talk | contribs) (Created page with "These are my personal xfce4 desktop notes. # Do a minimal Alpine install # Enable community repo in repositories # setup-xorg-base # apk add xfce4 # apk add chromium # apk ad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These are my personal xfce4 desktop notes.

  1. Do a minimal Alpine install
  2. Enable community repo in repositories
  3. setup-xorg-base
  4. apk add xfce4
  5. apk add chromium
  6. apk add slim
  7. rc-update add slim
  8. apk add paper-icon-theme paper-gtk-theme
  9. apk add font-noto
  10. apk add xf86-video-intel (for intel video only)
  11. apk add xf86-input-keyboard xf86-input-evdev
  12. add local user and add to sudo list

Add /etc/X11/xorg.conf.d/30-intel.conf:

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"    "true"
EndSection