설치할 때 nouveau 때매 설치 안된다 머시기 이런거 나오면
얘네가 작동 안하게 해줘야 함.
( disable nouveau kernel driver ubuntu 10.04 )
방법 ㄱㄱ
1. Blacklist the nouveau driver : Add below line to /etc/modprobe.d/blacklist.conf file
blacklist nouveau
2. Reboot the system to runlevel 3 (without graphics)
1) sudo vi /etc/init/rc-sysinit.conf
2) In the file that opens search for the line
env DEFAULT_RUNLEVEL=3
3) sudo vi /etc/init/gdm.conf
start on (filesystem
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udevtrigger))
stop on runlevel [016]
Change it to
start on (filesystem
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udevtrigger))
and runlevel[!3]
stop on runlevel [016]
3. Reboot the System to runlevel 3
4. Check that nouveau driver is not loaded
lsmod | grep nouveau
5. Run the NVIDIA driver package.
ㄱㄱㄱㄱ
'콤퓨타 > Linux' 카테고리의 다른 글
gcc 소스 다운로드 사이트 (0) | 2013.04.28 |
---|---|
gcc 버전 업그레이드 (우분투) (0) | 2013.02.20 |
Unable to locate/open X configuration file (0) | 2013.02.20 |
/usr/bin/ld cannot find -lz ubuntu (0) | 2013.02.20 |
ubuntu gnu/stubs-64.h 에러 (0) | 2013.02.20 |
댓글