우분투 처음 사용하는 nvidia 사용자입니다 흑흑

CTRL ALT F1 GMD STOP시키고 드라이버 설치 실행하면 이렇게 뜹니다.

> The distribution-provided pre-install script failed! Continue installation
anyway? (Answer: Yes)
ERROR: The Nouveau kernel driver is currently in use by your system. This
driver is incompatible with the NVIDIA driver, and must be disabled
before proceeding. Please consult the NVIDIA driver README and your
Linux distribution’s documentation for details on how to correctly
disable the Nouveau kernel driver.
WARNING: The modprobe configuration file to disable Nouveau,
/etc/modprobe.d/nvidia-installer-disable-nouveau.conf, is already
present. Please be sure you have rebooted your system since that file
was written. If you have rebooted, then Nouveau may be enabled for
other reasons, such as being included in the system initial ramdisk or
in your X configuration file. Please consult the NVIDIA driver README
and your Linux distribution’s documentation for details on how to
correctly disable the Nouveau kernel driver.
ERROR: Installation has failed. Please see the file
‘/var/log/nvidia-installer.log’ for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.

흑흑…뭘어찌해야하나요… 전 구글링해도 도무지 해답을 찾을 수가 없습니다…

저도 별짓 다 해봤는대 방법은 너무 간단 해서 -_- 검색 하고 자시고도 없음…

sudo -i /usr/bin/jockey-gtk
해주시고요 맨아래 체크 해주세요… 그리고 부팅 해주면 거진말 처럼 잡혀요…

전 ati 사용자인데 amd.com가서 리눅스용 드라이드 깔고 어쩌고 하면 되기도 하는데 우분투와 잘 안맞데요

우분투에서 지원해주는것쓰면 땡입니다.

시스템 > 관리 > 추가드라이버 검색해서 기본으로 지원해주는것 깔아보세요

[quote="coffee1020":10wfhmbk]CTRL ALT F1 GMD STOP시키고 드라이버 설치 실행하면 이렇게 뜹니다.

> The distribution-provided pre-install script failed! Continue installation
anyway? (Answer: Yes)
ERROR: The Nouveau kernel driver is currently in use by your system. This
driver is incompatible with the NVIDIA driver, and must be disabled
before proceeding. Please consult the NVIDIA driver README and your
Linux distribution’s documentation for details on how to correctly
disable the Nouveau kernel driver.
WARNING: The modprobe configuration file to disable Nouveau,
/etc/modprobe.d/nvidia-installer-disable-nouveau.conf, is already
present. Please be sure you have rebooted your system since that file
was written. If you have rebooted, then Nouveau may be enabled for
other reasons, such as being included in the system initial ramdisk or
in your X configuration file. Please consult the NVIDIA driver README
and your Linux distribution’s documentation for details on how to
correctly disable the Nouveau kernel driver.
ERROR: Installation has failed. Please see the file
‘/var/log/nvidia-installer.log’ for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at http://www.nvidia.com.

흑흑…뭘어찌해야하나요… 전 구글링해도 도무지 해답을 찾을 수가 없습니다…[/quote:10wfhmbk]

nouveau, 즉 Nvidia의 오픈 소스 드라이버가 커널 상에 로드되어 있으니 바이너리 드라이버 설치를 하기 위해서 이 모듈을 제거해 달라는 뜻입니다.

sudo apt-get uninstall xserver-xorg-video-nouveau* && sudo service gdm stop (혹은 조금 어렵지만 modprobe -r을 이용해서 unload. 이쪽을 좀 더 권장합니다.)

이후 콘솔 상에서 설치하면 됩니다.

nvidia 드라이버의 경우 필요에 따라, 현재 사용중인 kernel header와 gcc 등을 요구할 수 있으니 미리 필요한 패키지를 설치 하는것을 추천합니다.