잠시만 기다려 주세요

     '민주당 심판은 아직 끝나지 않았다.'
전체검색 :  
이번주 로또 및 연금번호 발생!!   |  HOME   |  여기는?   |  바다물때표   |  알림 (17)  |  여러가지 팁 (1063)  |  추천 및 재미 (158)  |  자료실 (22)  |  
시사, 이슈, 칼럼, 평론, 비평 (684)  |  끄적거림 (137)  |  문예 창작 (716)  |  바람 따라 (75)  |  시나리오 (760)  |  드라마 대본 (248)  |  
살인!


    리눅스 데스크탑

리눅스 데스크탑 - Compiling nVidia 304.137 on Ubuntu 18.04
이 름 : 바다아이   |   조회수 : 9221         짧은 주소 : https://www.bada-ie.com/su/?201591780580
NVIDIA-Linux-x86_64-304.137.run - 68,444 KB   다운수 : 18 회
nvidia-304.137-bionic-18.04.patch - 3 KB   다운수 : 17 회

Hi!
I have a pc with an old Geforce 6800 card and I have managed to successfully install the 32bit Nvidia 304.137 driver for it on Lubuntu 18.04; all thanks to a community patch. Here is the procedure.

Install build tools

$ sudo apt install gcc make build-essential gcc-multilib dkms mesa-utils

드라이버하고 패치 파일은 첨부해 놓습니다.

Extract archive, place patch into extracted folder and apply patch

$ ./NVIDIA-Linux-x86_64-304.137.run -x
$ cd ./NVIDIA-Linux-x86_64-304.137
$ patch -p1 < ../nvidia-304.137-bionic-18.04.patch


Disable nouveau driver and reboot

$ sudo -i
$ cat << END > /etc/modprobe.d/disable-nouveau.conf

blacklist nouveau
blacklist vga16fb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist amd76_edac
options nouveau modeset=0
END

$ update-initramfs -u
$ reboot


Stop x-server

Logout
윈도우 상태에서는 nvidia 드라이버 설치가 안되기 때문에 터미널을 이동해서 콘솔로 갑니다. 아래 세 키를 동시에 누르면 됩니다.
Bring up terminal with Ctrl-Alt-F1, login 후...

$ sudo -i
$ service lightdm stop
$ init 3


Install NVidia driver

Ignore the first warning about preinstall failing, agree to driver recompilation on kernel update and to configuration files update. Reboot.
아까 풀어논 nvidia 드라이버 폴더로 들어가세요...
아래 실행하면 콘솔에서 화면 뜰건데요.... 시키는 대로 누르세요.. cc 어쩌구 나오면 그것 no 로 하면 되고.. 모르면 몇번 해 보면 컴파일 됩니다.

$ ./nvidia-installer
$ reboot


Driver should be working now. Check with the following:
상태를 봅니다.... 잘 설치되었으면 nvidia 가 찍혀야 겠죠...

$ lshw -c video 2>&1 | grep driver

Should output"configuration: driver=nvidia"

There is one small problem though. Apparently Nvidia driver installs it’s own version of libvdpau, which does not work with mplayer. That’s why we need to forcefully reinstall libvdpau (and possibly need to do this on kernel update, because driver will recompile and reinstall it’s own, non-functioning version for this library?)

아래는 smplayer 를 위해 꼭 해야 합니다. 아님 링크 에러나고 그래요... 플레이가 안되죠...

$ sudo apt --reinstall install libvdpau1


해상도를 위해.. 원래 xrandr 로 잡아도 되지만 귀찮은 관계로... 아래처럼...

$ apt-get install xserver-xorg-core

만약 주분투 사용자이면 아마 특정 패키지들이 삭제가 되었을 겁니다. 다시 설치하기 위해....

$ apt-get install xubuntu-desktop

우분투 사용자이면...

$ apt-get install ubuntu-desktop


다시 시작하시면 원하는 대로 되어 있을 겁니다.


출처 : https://ubuntu-mate.community/t/nvidia-304-driver-install-in-18-04/16787/43
 
| |





      1 page / 8 page
번 호 카테고리 제 목 이름 조회수
232 리눅스 데스크탑 archlinux lightdm .... 바다아이 118
231 리눅스 데스크탑 ... archinstall... .. 바다아이 126
230 리눅스 데스크탑 .... pacman -Suy ... 바다아이 396
229 리눅스 데스크탑 archlinux... Libalpm.so.14 error after updating to pacman 7 바다아이 418
228 리눅스 데스크탑 ... 바다아이 1036
227 리눅스 데스크탑 .... 바다아이 877
226 리눅스 데스크탑 libreoffice hwp , ... 바다아이 1022
225 리눅스 데스크탑 uefi .... . 바다아이 1378
224 리눅스 데스크탑 mkfs ... .. 바다아이 1270
223 리눅스 데스크탑 ... hd 4600.. Ubuntu Intel graphics driver install, 바다아이 3237
222 리눅스 데스크탑 virtualbox ... ntfs.sys ... virtualbox .. 바다아이 3475
221 리눅스 데스크탑 , 10 ... archlinux, window10 dual-boot 바다아이 3332
220 리눅스 데스크탑 , .... ... 바다아이 4287
219 리눅스 데스크탑 Installation from WineHQ's repo, debian wine ... 바다아이 4768
218 리눅스 데스크탑 xfce4 debian .... uim fcitx 바다아이 5272
217 리눅스 데스크탑 archlinux , .... 바다아이 4229
216 리눅스 데스크탑 firefox .... ... 바다아이 4194
215 리눅스 데스크탑 zip , unzip 바다아이 3876
214 리눅스 데스크탑 automouse autoclick xdotool 바다아이 4914
213 리눅스 데스크탑 xfce4 pacman .. 바다아이 4247
212 리눅스 데스크탑 debian intel-microcode [Firmware Bug]: TSC_DEADLINE disabled due to Errata - what should I do about this? 바다아이 4798
211 리눅스 데스크탑 debian xfce usb . pc 바다아이 4572
210 리눅스 데스크탑 .xprofile ... .xsessionrc ... 바다아이 4264
209 리눅스 데스크탑 debian 12 nvidia 바다아이 6414
208 리눅스 데스크탑 ..... 바다아이 4053
207 리눅스 데스크탑 xfce fcitx ... 바다아이 4263
206 리눅스 데스크탑 20.04 5 .... 바다아이 4654
205 리눅스 데스크탑 , , , , alias 바다아이 5990
204 리눅스 데스크탑 manjaro archlinux pacman PGP ..... 바다아이 4939
203 리눅스 데스크탑 yaourt yay aur.... 바다아이 4872
| |









Copyright ⓒ 2001.12. bada-ie.com. All rights reserved.
이 사이트는 리눅스에서 firefox 기준으로 작성되었습니다. 기타 브라우저에서는 다르게 보일 수 있습니다.
[ Ubuntu + GoLang + PostgreSQL + Mariadb ]
서버위치 : 오라클 클라우드 춘천  실행시간 : 0.05756
to webmaster... gogo sea. gogo sea.