linux desktop

Edit

Graphic card

https://medium.com/@peterpang_84917/personal-experience-of-installing-ubuntu-18-04-lts-on-xps-15-9570-3e53b6cfeefe

sudo prime-select intel
sudo reboot

Sound

'snd-hda-intel’은 Linux 운영 체제에서 Intel High Definition Audio (HDA) 컨트롤러를 위한 사운드 드라이버 모듈

검사 명령어

/etc/modprobe.d/audiofix.conf

options snd-hda-intel dmic_detect=0
options snd-hda-intel model=laptop-amic enable=yes

/etc/modprobe.d/alsa-base.conf

options snd-hda-intel model=generic
options snd-hda-intel dmic_detect=0
blacklist snd_soc_skl

/etc/modprobe.d/blacklist.conf

blacklist snd_soc_skl

blacklist 선언은 alsa-base.conf, blacklist.conf 둘 중에 한 곳만 하면 될 듯