During installing debian, you need to set CMS disable
at your BIOS menu. Also after installing done, press e
on grub(recovery mode) and modify following line, and then press F10.
Go to linux
line and then add following value
nouveau.modeset=0
Open network port and install build tools and linux headers
$ dhclient eth0
$ apt-get install binutils
$ apt-get build-dep linux
$ sudo apt-get install linux-headers-`uname -r`
Check recent NVidia driver and get URL
- http://www.geforce.com/drivers
- http://us.download.nvidia.com/XFree86/Linux-x86_64/331.67/NVIDIA-Linux-x86_64-331.67.run
Boot up with recovery mode
$ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/331.67/NVIDIA-Linux-x86_64-331.67.run
$ bash NVIDIA-Linux-x86_64-331.67.run
Reboot!
Need to install pavucontrol
to choose audio device
Install Korean font to use Korean character.
$ aptitude install ttf-unfonts-core ttf-unfonts-extra
Install nabi to use Korean keyboard and im-config to choose nabi
$ sudo apt-get install nabi im-config
$ im-config -c
Please refer to http://pat.im/1052
Little more
vim
visudo
for adding someone to be allowed to use sudo