Nvidia Driver Kurmak

Başlatan IbrahimB, 30 Mayıs 2018 - 20:05:23

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

IbrahimB

Merhabalar, ilk defa linux kullanıyorum. Xubuntu 18.04 LTS sürümündeyim. Nvidia sürücülerimi kurmamda yardım eder misiniz hangi komutları yazacağım?

lsb_release -a çıktısı;
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic


lspci -nnk | egrep "VGA|3D|Display" -A2 çıktısı;
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72 [GeForce 7300 LE] [10de:01d1] (rev a1)
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau


glxinfo | grep render çıktısı;
direct rendering: Yes
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: NV46
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render,
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,


xrandr çıktısı;
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096
VGA-1 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
   1280x1024     60.02*+  75.02 
   1024x768      75.03    75.03    70.07    60.00 
   832x624       74.55 
   800x600       72.19    75.00    60.32    56.25 
   640x480       75.00    72.81    66.67    59.94 
   720x400       70.08 
DVI-I-1 disconnected (normal left inverted right x axis y axis)
TV-1 disconnected (normal left inverted right x axis y axis)


dpkg -l | grep -E "nvidia|bumblebee|nvidia-prime|fglrx" komutunda bir şey demiyor

systmrrr

#1
komut satırına;

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt-cache search nvidia
reboot


ve;
ana menüden Yazılım ve Güncelleştirmeler programını açıp Nvidia sürcülerini kurabilrsn

son;
yine ana menüden NVIDIA X Server Settings programını açarak gerekli ayarları yapabilirsn.

IbrahimB

#2
Alıntı yapılan: systmrrr - 30 Mayıs 2018 - 20:42:16
komut satırına;

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt-cache search nvidia
reboot


ve;
ana menüden Yazılım ve Güncelleştirmeler programını açıp Nvidia sürcülerini kurabilrsn

son;
yine ana menüden NVIDIA X Server Settings programını açarak gerekli ayarları yapabilirsn.
sudo add-apt-repository ppa:graphics-drivers/ppa komutundan sonra en sonda şöyle bir hata alıyorum
W: Sources (main/source/Sources) hedefi /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:2 ve /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:4 konumlarında birden fazla kez yapılandırılmış
W: Sources (main/source/Sources) hedefi /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:2 ve /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:4 konumlarında birden fazla kez yapılandırılmış


sudo apt update komutundan sonra şöyle bir hata alıyorum
W: Sources (main/source/Sources) hedefi /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:2 ve /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:5 konumlarında birden fazla kez yapılandırılmış
W: Sources (main/source/Sources) hedefi /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:2 ve /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-bionic.list:5 konumlarında birden fazla kez yapılandırılmış


reboot yaptıktan sonra ek sürücülere geliyorum nvidiayı seçip uygulaya basıyorum ama sonra geri xorg a dönüyor?