www.noobslab.com/2011/09/nvidia-drivers-for-ubuntu-1110-oneiric.html
http://smashingweb.ge6.org/things-to-do-after-installing-ubuntu-12-04-for-perfect-desktop/
ati 그래픽 카드 설치 방법..
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current # nvidia-settings #설치 할 필요 없다.. 오히려 로그 아웃 한참 걸림
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main
sudo sh -c
'echo "deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main "
>> \/etc/apt/sources.list.d/ubuntu-x-swat.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9 ## 지포스 그래픽 카드
아래 방법으로 별수를 써도 설치 안되서 ㅠㅠ 위의 방법으로 간단 하게 설치 했다..
F1 으로 로그인 안되고 배경 끄면.. 글자만 써지지 작동을 안한다..
Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64
(version: 295.49) is now complete. Please update your XF86Config or
xorg.conf file as appropriate; see the file
/usr/share/doc/NVIDIA_GLX-1.0/README.txt for details.
http://kldp.org/node/51610
sudo nvidia-xconfig
sudo nano /etc/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
sudo apt-get install nvidia-current
www.noobslab.com/2011/09/nvidia-drivers-for-ubuntu-1110-oneiric.html
http://askubuntu.com/questions/126905/ubuntu-12-04-cant-use-nvidia-x-driver
lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G92 [GeForce 9800 GT] [10de:0614] (rev a2)
http://ubuntuforums.org/showthread.php?t=1966142
gksudo nvidia-settings
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server
http://blog.musicvm.com/solved-you-do-not-appear-be-using-nvidia-x-driver-linux-ubuntu
http://ubuntuforums.org/showthread.php?t=1967374
sudo nano /etc/modprobe.d/disable--nouveau.conf
blacklist nouveau
options nouveau modeset=0
sudo service lightdm stop
sudo sh ~/Download/1.run
// install NVIDIA official driver...
// sudo service lightdm start
// 6 desktops! Oops!:mad:
http://zerolism.tistory.com/entry/Nvidia-%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B2%84-%EC%84%A4%EC%B9%98%EC%8B%9C-tmpX0lock
sudo ./1.run
sudo rm -rf /tmp/.X0-lock
sudo nano /etc/security/limits.conf
http://ubuntuforums.org/showthread.php?t=1974689
sudo lshw -C display ## 드라이브 보기
sudo nvidia-installer --latest
This will not alter anything, but will tell you what is installed, and the latest available from nvidia itself.
You can then , if you wish, run
Code:
sudo nvidia-installer-f
Which will un-install the existing driver and install the new one.
If you get the normal Unity GUI Screen you can get a tty login by opening a terminal and entering:
Code:
sudo service lightdm stop
and pressing Ctrl+Alt+F1, login with your username and enter your
password - nothing will show - press enter, then add the above
commands.
Afterwards, reboot:
첫댓글 http://ubuntuforums.org/showthread.php?t=1977195
시냅틱을 설치 하라고 알려 주네요.. 설치 방법은.. 구찮아서 등록 안하네요..
시냅틱 ppa Synaptic 검색 하시면 나와요
nvidia-settings