Skip to content

Instantly share code, notes, and snippets.

@dac73
Last active March 20, 2019 14:54
Show Gist options
  • Select an option

  • Save dac73/cc9888a6c0835a7d9a52c01679095172 to your computer and use it in GitHub Desktop.

Select an option

Save dac73/cc9888a6c0835a7d9a52c01679095172 to your computer and use it in GitHub Desktop.

network problems:

 add rc-manager=symlink to [main] section in 
 /etc/NetworkManager/NetworkManager.conf, 
 remove /etc/resolv.conf and restart NetworkManager (systemctl restart NetworkManager). 
 This way resolv.conf will be managed by NetworkManager instead of netconfig

screen tearing on intel:

first install xf86-video-intel
then you create config file:

/etc/X11/xorg.conf.d/20-intel.conf

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


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