Last active
August 8, 2016 02:54
-
-
Save daemin-hwang/2e11e128e84a98a2d6d936481449a9f4 to your computer and use it in GitHub Desktop.
dell inspiron 7559 리눅스민트 설치기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
노트북 모델 링크 | |
http://prod.danawa.com/info/?pcode=4129892&keyword=dell%20inspiron%207559 | |
dell inspiron 7559 노트북에 리눅스민트를 설치하였다. | |
다른버젼은 설치화면 진입이 안되거나 설치완료 후 NVIDIA그래픽 드라이버 설치 후 blackscreen이 나와버리는 문제가 있었다. | |
1. DELL Firmware update : 1.1.8 ver | |
2. BIOS CMOS SETUP: Windows 빠른부팅옵션 off / BIOS 부팅옵션 legacy모드 / USB부팅선택시 legacy USB선택 | |
3. 리눅스설치버젼 : Linux Mint 18 “Sarah” MATE | |
4. NVIDIA드라이버 버젼 : nvidia-graphics-drivers-367 | |
- 추가로 nvidia-prime 도 설치함 | |
5. 설치 인스톨러 : rufus ( MBR형식 UEFI BIOS호환 모드로 부팅만들었음) | |
6. 부팅시 GRUB 추가인자 : "nomodeset" | |
7. GRUB 인자 영구 변경 : /etc/default/grub 파일내용변경후 | |
sudo update-grub | |
추가 스텝 | |
http://askubuntu.com/questions/732854/dual-monitor-not-working-intel-graphics-nvidia-960m | |
sudo apt-get install ppa-purge | |
sudo apt-get purge nvidia* | |
sudo ppa-purge ppa:xorg-edgers/ppa | |
sudo reboot | |
Back into terminal, simply try this only : | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt-get update | |
sudo apt-get install nvidia-367 nvidia-prime | |
sudo apt-get install --reinstall xserver-xorg | |
sudo reboot | |
Don't add 'nomodeset' on this reboot | |
재부팅 후 | |
시작 -> 제어팍 -> 디스플레이 -> ㅁ모든모니터에 같은그림 체크 해제 | |
알려진 문제점>>> | |
듀얼모니터 사용을 위해 displayLink 드라이버 설치시 그래픽 드라이버를 intel로 바꿔줘야 화면이 정상적으로 나오는것으로 파악된다. | |
바꾸는 방법 1. | |
prime-select intel | |
바꾸는 방법 2. | |
nvidia-settings 들어가서 prime 모드 셋팅을 nvidia -> intel 로 변경 | |
적용 후 재부팅. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment