Türkiye
Az konuş, çok çalış..

Forum

Bildirimler
Tümünü temizle

Nvidia Optimus sorunu

25 Yazılar
3 Üyeler
0 Reactions
10.1 K Görüntüleme
(@hmert)
Gönderiler: 0
New Member
 
[hmert@manjaro ~]$ sudo mhwd -i pci video-hybrid-intel-nouveau-bumblebee
> Installing video-hybrid-intel-nouveau-bumblebee...
:: Paket veritabanları senkronize ediliyor...
 basis deposu güncel
 platform deposu güncel
 addon deposu güncel
 extra deposu güncel
 community deposu güncel
 basis-multilib deposu güncel
 multilib deposu güncel
paket bağımlılıkları çözümleniyor...
varsa paketler arası çakışmalara bakılıyor...

Hedefler (16): lib32-libjpeg-turbo-1.2.1-2  lib32-libxv-1.0.7-1  lib32-mesa-9.0.2-4  libbsd-0.4.2-1  libxvmc-1.0.7-1  bumblebee-3.0.1-4  intel-dri-9.0.2-1  lib32-intel-dri-9.0.2-4  lib32-nouveau-dri-9.0.2-4  lib32-virtualgl-2.3.2-1  linux34-bbswitch-0.5-2  linux37-bbswitch-0.5-3  nouveau-dri-9.0.2-1  virtualgl-2.3.2-1  xf86-video-intel-2.21.3-1  xf86-video-nouveau-1.0.6-1

Toplam Kaplayacağı Alan:   68,31 MiB

Kuruluma onay veriyor musunuz? [E/h] 
paket bütünlüğü doğrulanıyor...
paket dosyaları yükleniyor...
dosya çakışmaları denetleniyor...
disk alanı kontrol ediliyor...
virtualgl yükleniyor...
libbsd yükleniyor...
bumblebee yükleniyor...
bumblebee için opsiyonel bağımlılık(lar)
    xf86-video-nouveau: Nouveau driver
    nouveau-dri: 3D acceleration features fo Nouveau
    mesa: 3D acceleration features for Nouveau
    bbswitch: switch on/off discrete card
    nvidia: Nvidia kernel driver
    lib32-virtualgl: run 32bit applications with optirun
nouveau-dri yükleniyor...
xf86-video-nouveau yükleniyor...
  ==> make sure you use KernelModeSetting (KMS)
  ==> see  http://wiki.archlinux.org/index.php/Nouveau#KMS  for more
intel-dri yükleniyor...
libxvmc yükleniyor...
xf86-video-intel yükleniyor...
>>> This driver now allows to switch
>>> between sna/uxa acceleration methods.
>>> Add to the device section in /etc/X11/xorg.conf
>>>   Option "AccelMethod" "sna"
>>> use uxa method if you run into trouble with sna.
lib32-libxv yükleniyor...
lib32-libjpeg-turbo yükleniyor...
lib32-mesa yükleniyor...
lib32-virtualgl yükleniyor...
lib32-nouveau-dri yükleniyor...
lib32-intel-dri yükleniyor...
linux34-bbswitch yükleniyor...
linux37-bbswitch yükleniyor...
modprobe: ERROR: could not insert 'bbswitch': No such device
libGl: '/usr/lib/libGL.so.mesa'
lib32-libGl: '/usr/lib32/libGL.so.mesa'
libglx: '/usr/lib/xorg/modules/extensions/libglx.xorg'
xorg configuration file: '/etc/X11/mhwd.d/intel.conf'
ln -s '/usr/lib/systemd/system/bumblebeed.service' '/etc/systemd/system/graphical.target.wants/bumblebeed.service'
> Successfully installed video-hybrid-intel-nouveau-bumblebee
 
Gönderildi : 01/03/2013 8:13 pm
(@yfdogan)
Gönderiler: 615
Prominent Member
 

Kurulumda sorun yok gibi görünüyor.
Son bir şey deneyelim. Yine :

sudo mhwd -r pci video-hybrid-intel-nouveau-bumblebee -f

ile kaldıralım.
Test depolarını etkinleştirelim, zira bazı paketler test depoasunda daha güncel.

sudo nano /etc/pacman.conf

Aşağıdaki gibi düzenleyin:

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst   = manjaro-system pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
#SigLevel = Optional TrustedOnly

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official packages
# Manjaro Linux supports with `pacman-key --populate archlinux manjaro`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

[basis-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[platform-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[addon-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[basis-multilib-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[multilib-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Sonra :

sudo pacman -Scc

ile önbellekteki paketleri temizleyin.

sudo pacman -Syy

ile depoları eşleştirin.

sudo pacman -Syyu

ile güncelleyin.

sudo mhwd -i pci video-hybrid-intel-nouveau-bumblebee

ile sürücüleri yeniden yükleyin.

 
Gönderildi : 01/03/2013 8:18 pm
(@hmert)
Gönderiler: 0
New Member
 

Maalesef aynı hatayı alıyorum. KMS den gerekli modülü yazmama rağmen başlamıyor.
Uğraştığınız için çok teşekkür ederim. Haftasonu biraz daha denerim olmazsa mecburen dağıtım değiştirmek zorunda kalacağım.

 
Gönderildi : 01/03/2013 8:42 pm
(@yfdogan)
Gönderiler: 615
Prominent Member
 

İngilizceniz var ise çat-pat ta olsa resmi forumda konu açın. Destek verelim oradan size. Geliştiricilerin de fikrini alalım.

 
Gönderildi : 01/03/2013 8:56 pm
(@hmert)
Gönderiler: 0
New Member
 

Konuyu açtım. Umarım düzelir dağıtımı değiştirmek istemiyorum.
http://forum.manjaro.org/index.php?topic=2466.msg19987#msg19987

 
Gönderildi : 01/03/2013 9:05 pm
(@hmert)
Gönderiler: 0
New Member
 

Yeni birşey farkettim. Eğer nouveau olanı yüklersem

[hmert@manjaro ~]$ optirun glxspheres
[ 1582.427009] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) [drm] KMS not enabled
 
[ 1582.427075] [ERROR]Aborting because fallback start is disabled.

nivida olanı yüklersem de aşağıda kii hatayı alıyorum.

[ 1969.122886] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please

[ 1969.122952] [ERROR]Aborting because fallback start is disabled.
 
Gönderildi : 01/03/2013 9:14 pm
(@yfdogan)
Gönderiler: 615
Prominent Member
 

resmi forumda da paylaşın bunları. Sistem sıcaklığı ne durumda?

sensors
 
Gönderildi : 01/03/2013 9:25 pm
(@hmert)
Gönderiler: 0
New Member
 

Paylaştım bunlarıda. Sıcaklıklar iyi durumda.

[hmert@manjaro ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +52.0°C  (crit = +127.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +50.0°C  (high = +87.0°C, crit = +105.0°C)
Core 0:         +50.0°C  (high = +87.0°C, crit = +105.0°C)
Core 1:         +50.0°C  (high = +87.0°C, crit = +105.0°C)
Core 2:         +46.0°C  (high = +87.0°C, crit = +105.0°C)
Core 3:         +44.0°C  (high = +87.0°C, crit = +105.0°C)
 
Gönderildi : 01/03/2013 9:30 pm
(@hmert)
Gönderiler: 0
New Member
 

Yardımlarınız için çok teşekkür ederim. Maalesef bir çözüm bulunamadım sorunuma ben de a önce Ubuntu 12.04'e geçiş yaptım. Bumblebee' i de kurdum. Şu an sorunsuz çalışmaktadır.

 
Gönderildi : 02/03/2013 8:48 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

Güle güle kullanın.

 
Gönderildi : 03/03/2013 5:01 am
Sayfa 2 / 2
Paylaş:
Translate »