Ubuntu 15.10 nVidia sürücü sorunu

Başlatan Gokberk, 04 Ekim 2015 - 14:27:03

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Gokberk

Merhabalar, bugün Ubuntu 15.10 yükledim dizüstü bilgisayarıma. nVidia sürücülerini yüklediğimde siyah ekran ile açılıyor sistem.

CTRL+ALT+F1 yapıp sudo apt-get remove --purge nvidia-* yapıp temizleyince sürücüleri düzeliyor.

Bilgisayarımda iki ekran kartı var, Intel HD4600 ve GeForce 840M

Ekteki görselde Additional Drivers kısmındaki şu sürücüleri denedim ve hep aynı sonuç:

-version 355.11 from nvidia-355 (open source)
-version 352.41 from nvidia-352 (proprietary)

En doğru yapılandırmayı nasıl yapabilirim? Teşekkürler.

edit:

lspci | egrep "VGA|3D|Display"

00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)


Ayrıca Bumblebee de yüklü ve mesela

optirun google-chrome dediğimde

[ 2105.171956] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[ 2105.172126] [ERROR]Aborting because fallback start is disabled.


çıktısını veriyor.

[eklenti yönetici tarafından silindi]

mendirec

Merhaba aşağıdaki komutun çıktısını görelim. Bir de 15.10 hala kararlı değil. Kararlı sürümün çıkmasına az kaldı ama yine de bazı sorunlar olabilir.
dpkg -l | egrep "nvidia|bumblebee|prime"

Gokberk

Alıntı yapılan: mendirec - 04 Ekim 2015 - 15:47:14
Merhaba aşağıdaki komutun çıktısını görelim. Bir de 15.10 hala kararlı değil. Kararlı sürümün çıkmasına az kaldı ama yine de bazı sorunlar olabilir.
dpkg -l | egrep "nvidia|bumblebee|prime"

dpkg -l | egrep "nvidia|bumblebee|prime"

ii  bumblebee                                     3.2.1-9                                    amd64        NVIDIA Optimus support for Linux
ii  bumblebee-nvidia                              3.2.1-9                                    amd64        NVIDIA Optimus support using the proprietary NVIDIA driver
ii  nvidia-304                                    304.128-0ubuntu1                           amd64        NVIDIA legacy binary driver - version 304.128
ii  nvidia-current                                304.128-0ubuntu1                           amd64        Transitional package for nvidia-current
ii  nvidia-opencl-icd-304                         304.128-0ubuntu1                           amd64        NVIDIA OpenCL ICD
ii  nvidia-settings                               355.11-0ubuntu0~gpu15.10.1                 amd64        Tool for configuring the NVIDIA graphics driver

mendirec

Bumblebee için bir çıktı daha alalım.
cat /etc/bumblebee/bumblebee.conf

Aslında Prime'ı deneyelim diyeceğim ama siz denemişsiniz ve siyah ekrana düşmüşsünüz. İsterseniz yine de deneyebiliriz.

sudo apt-get purge bumblebee* nvidia*
sudo apt-get install nvidia-352 nvidia-prime nvidia-settings


Daha sonra yeniden başlatın. Eğer siyah ekrana düşerseniz bağlantıda bir anlatım var. Deneyebilirsiniz.
http://www.noobslab.com/2014/12/use-nvidia-graphics-drivers-in.html

Ne yapacağınızı buraya geçtim.
Switch to the console by using CTRL+ALT+F1, or reboot and select recovery mode from the GRUB menu.
Open and edit xorg.conf like this: sudo nano /etc/X11/xorg.conf
Find the line that says: Section "Screen"
Insert a new line that says Option "UseDisplayDevice" "DFP"
Save the file. Use sudo reboot to restart your computer.


Yine de siyah ekrandan kalırsanız Ctrl + Alt + F1 ile konsola düşün ve aşağıdaki komutları verin.
sudo apt-get remove --purge nvidia*
sudo apt-get remove --purge xserver-xorg-video-nouveau xserver-xorg-video-nv
sudo apt-get install nvidia-common
sudo apt-get install xserver-xorg-video-nouveau
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg


İsterseniz de daha tecrübeli arkadaşların önerisini bekleyebilirsiniz.

Gokberk

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau


çok teşekkürler ilginiz için @mendirec , dediklerinizi deneyeceğim.

muhaaliss

aynı sorun bende de var ne yaptıysam beceremdim bumbelebee kurunca ekran gelmiyor optirun prime kurunca giriş yapıyorum tekrar giriş ekranına atıyor : ) bende en iyisi dağıtım değiştireyim dedim : )))
Özgür yazılım meraklısı

plazma

Nvidia altında yeni bir başlık açıp çıktıları geçerseniz sizin sorununuz için oradan devam edelim.
https://forum.ubuntu-tr.net/index.php?topic=33412.0

_DonTouchMe

Çok benzer bir sorun yaşamaktayım aynı zamanda nvidia başlığı altında da mevcuttur konum. Umarım olanağı olan bir durumsa çözümleyebiliriz. Bu ve buna benzer sorun yaşayan tüm arkadaşlara da yararı olur kanımca. :)
Life is short, bird's are flying.