Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- LISP
- 하늘숲 황토 펜션
- 계곡 펜션
- 인공지능
- CUDA9.0
- LISP 함수
- python yield
- 지리산 펜션
- ubuntu
- 하늘숲황토펜션
- tensorflow 설치
- 파이썬 yield
- 지리산 둘레길
- 전용 계곡
- 출근 전날
- anaconda tensorflow
- tensorflow
- 지리산 황토 펜션
- 텐서플로 설치
- 하늘숲펜션
- HTML
- 산청 황토 펜션
- machine learning
- Python
- cuda
- 아나콘다 텐서플로
- 황토펜션
- 오봉 계곡
- 파이썬
- 파이썬 GUI
Archives
- Today
- Total
목록cuda 우분투 (1)
YongWook's Notes
<ubuntu> CUDA 설치 후 무한 로그인 해결법
또 CUDA가 말썽이다.. 7.5버전이 1070과 호환이 안된다는 청천벽력같은 소릴 듣고 8.0으로 새로 설치했는데, 7.5를 설치할 때 생겼던 무한 로그인 문제가 다시 한번 생겨났다. 해결법은 다음과 같다. 모든 명령어는 ctrl+alt+f1의 tty commandline에서 진행한다. $>sudo service lightdm stop $>sudo apt-get install linux-source $>sudo apt-get install linux-headers-generic $>sudo apt-get remove nvidia-current $>sudo apt-get remove nvidia-current-updates $>sudo apt-get purge cuda* $>sudo rm /etc/X11..
-software/OS
2016. 8. 28. 18:05