Linux Mint Türkiye
Linux Mint Destek => Ekran Kartları => Donanım => Nvidia => Konuyu başlatan: Rkn071 - 31 Ağustos 2018, 22:41:06
-
Mint 18 kullanırken bumlebee mükemmel çalışıyordu. Mint 19a yükselttikten sonra grafik kartını bir türlü çalıştıramadım. Bumlebee kurulumundan sonra "Cinnamon Çöktü" hatası aldım. Bumlebee'yi kaldırıp Prime kurunca yine aynı sorunla karşılaştım. Şimdi tekrar bumlebee kurulumunu yukarıdaki sırayla yaptım, yine durum aynı.
Yardımlarınız için şimdiden teşekürler.
optirun -vvv glxgears
[ 336.883432] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 336.884046] [DEBUG]optirun version 3.2.1 starting...
[ 336.884072] [DEBUG]Active configuration:
[ 336.884080] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 336.884088] [DEBUG] X display: :8
[ 336.884095] [DEBUG] LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu
[ 336.884102] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 336.884113] [DEBUG] Accel/display bridge: auto
[ 336.884128] [DEBUG] VGL Compression: proxy
[ 336.884149] [DEBUG] VGLrun extra options:
[ 336.884165] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 336.884225] [DEBUG]Using auto-detected bridge virtualgl
[ 336.936476] [INFO]Response: No - error: [XORG] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 336.936501] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 336.936508] [DEBUG]Socket closed.
[ 336.936523] [ERROR]Aborting because fallback start is disabled.
[ 336.936529] [DEBUG]Killing all remaining processes.
cat /etc/bumblebee/bumblebee.conf
# 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
# Xorg binary to run
XorgBinary=/usr/lib/xorg/Xorg
## 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules/input
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
cat /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
# BusID "PCI:01:00:0"
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
cat /etc/modprobe.d/bumblebee.conf
# This file is installed by bumblebee, do NOT edit!
# to be used by kmod / module-init-tools, and installed in /etc/modprobe.d/
# or equivalent
# do not automatically load nouveau as it may prevent nvidia from loading
blacklist nouveau
# do not automatically load nvidia as it's unloaded anyway when bumblebeed
# starts and may fail bumblebeed to disable the card in a race condition.
# Debian
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-legacy-304xx
blacklist nvidia-legacy-340xx
# Ubuntu
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-current-updates
# 304
blacklist nvidia-304
blacklist nvidia-304-updates
blacklist nvidia-experimental-304
# 310
blacklist nvidia-310
blacklist nvidia-310-updates
blacklist nvidia-experimental-310
# 313
blacklist nvidia-313
blacklist nvidia-313-updates
blacklist nvidia-experimental-313
# 319
blacklist nvidia-319
blacklist nvidia-319-updates
blacklist nvidia-experimental-319
# 325
blacklist nvidia-325
blacklist nvidia-325-updates
blacklist nvidia-experimental-325
# 331
blacklist nvidia-331
blacklist nvidia-331-updates
blacklist nvidia-experimental-331
# 334
blacklist nvidia-334
blacklist nvidia-334-updates
blacklist nvidia-experimental-334
# 337
blacklist nvidia-337
blacklist nvidia-337-updates
blacklist nvidia-experimental-337
# 340
blacklist nvidia-340
blacklist nvidia-340-updates
blacklist nvidia-experimental-340
# 343
blacklist nvidia-343
blacklist nvidia-343-updates
blacklist nvidia-experimental-343
# 346
blacklist nvidia-346
blacklist nvidia-346-updates
blacklist nvidia-experimental-346
# 349
blacklist nvidia-349
blacklist nvidia-349-updates
blacklist nvidia-experimental-349
# 352
blacklist nvidia-352
blacklist nvidia-352-updates
blacklist nvidia-experimental-352
# 355
blacklist nvidia-355
blacklist nvidia-355-updates
blacklist nvidia-experimental-355
# 358
blacklist nvidia-358
blacklist nvidia-358-updates
blacklist nvidia-experimental-358
# 361
blacklist nvidia-361
blacklist nvidia-361-updates
blacklist nvidia-experimental-361
# 364
blacklist nvidia-364
blacklist nvidia-364-updates
blacklist nvidia-experimental-364
# 367
blacklist nvidia-367
blacklist nvidia-367-updates
blacklist nvidia-experimental-367
# 375
blacklist nvidia-375
blacklist nvidia-375-updates
blacklist nvidia-experimental-375
# 378
blacklist nvidia-378
blacklist nvidia-378-updates
blacklist nvidia-experimental-378
# 381
blacklist nvidia-381
blacklist nvidia-381-updates
blacklist nvidia-experimental-381
# 384
blacklist nvidia-384
blacklist nvidia-384-updates
blacklist nvidia-experimental-384
cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: Böyle bir dosya ya da dizin yok
dpkg -l | egrep 'nvidia|bumblebee|primus|prime|virtualgl'
ii bumblebee 3.2.1-17 amd64 NVIDIA Optimus support for Linux
ii nvidia-340 340.107-0ubuntu0~gpu18.04.1 amd64 NVIDIA binary driver - version 340.107
ii primus 0~20150328-6 amd64 client-side GPU offloading for NVIDIA Optimus
ii primus-libs:amd64 0~20150328-6 amd64 Shared libraries for primus
ii primus-libs:i386 0~20150328-6 i386 Shared libraries for primus
ii primus-libs-ia32:i386 0~20150328-6 i386 Shared libraries for primus (32-bit)
ii virtualgl 2.4.1-1~xenialppa1 amd64 Toolkit for displaying OpenGL applications to thin clients
ii virtualgl-libs:amd64 2.4.1-1~xenialppa1 amd64 Library files for virtualgl
lspci | egrep 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GT216M [GeForce GT 320M] (rev a2)
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic root=UUID=76b5ee3e-07e5-40ff-ada4-16b609ee9bf4 ro nogpumanager nogpumanager nouveau.blacklist=1 quiet splash vt.handoff=1
cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
__GLVND_DISALLOW_PATCHING=1
-
01:00.0 VGA compatible controller: NVIDIA Corporation GT216M [GeForce GT 320M] (rev a2)
Bu aygıt Nvidia-340 sürücüsünü kullanabiliyor. Bu sebeple tüm işlemleri geri alıp Linux Mint 18.x serisindeki kurulum rehberini uygulamayı deneyiniz. Bumblebee Kaldırma (https://forum.linuxmint.net.tr/index.php?topic=9347.msg57671#post_kaldirma)
Siz yine Nvidia-390 yerine, Nvidia-340 sürücüsünü kuracaksınız ve nvidia-390 gördüğünüz her yeri nvidia-340 olarak değiştireceksiniz.
-
Yani Nvidia-340 sürücüsü Mint19 da çalışmıyor mu diyorsunuz? Neyse ki Mint19'a yükseltmeden önce timeshift kullanarak yedek almıştım. 18.3e dönme sorunum yok. İlginiz için teşekkürler.
-
Öyle bir şey demedim, Linux Mint 19'da bu aygıt için Nvidia-340 sürücüsü ile kurulum yapacaksınız, ama bunu Linux Mint 18.x serisinde Bumblebee kurar gibi yapacaksınız. Ya da aşağıdaki Linux Mint 18.x Bumblebee kurulumu adımlarını şu aşamadan itibaren uygulamanız gerekiyor. Kurulum Sonrası Yapılandırma (https://forum.linuxmint.net.tr/index.php?topic=6258.0#post_yapilandirma)
-
Yani aşağıdaki komutlarla sürücüyü kurup,
sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt update
sudo apt install bumblebee nvidia-340 primus linux-headers-$(uname -r) -y
ardından aşağıdaki adımlarla devam ediniz.
Kurulum Sonrası Yapılandırma (https://forum.linuxmint.net.tr/index.php?topic=6258.0#post_yapilandirma)
-
Öncelikle çok özür dilerim. Olmayacağını düşününerek 18.3e geri dönmüştüm. Cevap yazdığınızı dün gördüm. Bugün tekrar 19a yükselttim ve anlattığınız gibi 18e göre bublebee kurulumunu yaptığım halde yine cinnamon çöktü. Neyi yanlış yapıyorum acaba?
Mesajlar Birleştirildi.
Bumblebee.conf dosyasındaki düzenlemeleri sorunsuz yaptım. GL sağlayıcısı ile ilgili düzenlemelerde aşağıdaki hatayı verdi. Bununla ilgili olabilir mi?
sudo update-alternatives --set i386-linux-gnu_gl_conf /usr/lib/i386-linux-gnu/mesa/ld.so.conf
update-alternatives: hata: i386-linux-gnu_gl_conf için hiçbir alternatif bulunmuyor
sudo update-alternatives --set x86_64-linux-gnu_egl_conf /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf
update-alternatives: hata: x86_64-linux-gnu_egl_conf için hiçbir alternatif bulunmuyor
sudo update-alternatives --set x86_64-linux-gnu_gl_conf /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
update-alternatives: hata: x86_64-linux-gnu_gl_conf için hiçbir alternatif bulunmuyor
-
Aşağıdaki komutların çıktılarına bakalım.
optirun -vvv glxgears
cat /etc/bumblebee/bumblebee.conf
cat /etc/bumblebee/xorg.conf.nvidia
cat /etc/modprobe.d/bumblebee.conf
dpkg -l | egrep 'nvidia|bumblebee|primus|prime|virtualgl'
cat /proc/cmdline
-
optirun -vvv glxgears
[10962.272545] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[10962.272712] [INFO]Configured driver: nvidia
[10962.272755] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[10962.272760] [DEBUG]Socket closed.
[10962.272770] [ERROR]Could not connect to bumblebee daemon - is it running?
cat /etc/bumblebee/bumblebee.conf
# 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=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
# Xorg binary to run
XorgBinary=/usr/lib/xorg/Xorg
## 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-340
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-340:/usr/lib32/nvidia-340
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-340/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
cat /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
# BusID "PCI:01:00:0"
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
cat /etc/modprobe.d/bumblebee.conf
# This file is installed by bumblebee, do NOT edit!
# to be used by kmod / module-init-tools, and installed in /etc/modprobe.d/
# or equivalent
# do not automatically load nouveau as it may prevent nvidia from loading
blacklist nouveau
# do not automatically load nvidia as it's unloaded anyway when bumblebeed
# starts and may fail bumblebeed to disable the card in a race condition.
# Debian
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-legacy-304xx
blacklist nvidia-legacy-340xx
# Ubuntu
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-current-updates
# 304
blacklist nvidia-304
blacklist nvidia-304-updates
blacklist nvidia-experimental-304
# 310
blacklist nvidia-310
blacklist nvidia-310-updates
blacklist nvidia-experimental-310
# 313
blacklist nvidia-313
blacklist nvidia-313-updates
blacklist nvidia-experimental-313
# 319
blacklist nvidia-319
blacklist nvidia-319-updates
blacklist nvidia-experimental-319
# 325
blacklist nvidia-325
blacklist nvidia-325-updates
blacklist nvidia-experimental-325
# 331
blacklist nvidia-331
blacklist nvidia-331-updates
blacklist nvidia-experimental-331
# 334
blacklist nvidia-334
blacklist nvidia-334-updates
blacklist nvidia-experimental-334
# 337
blacklist nvidia-337
blacklist nvidia-337-updates
blacklist nvidia-experimental-337
# 340
blacklist nvidia-340
blacklist nvidia-340-updates
blacklist nvidia-experimental-340
# 343
blacklist nvidia-343
blacklist nvidia-343-updates
blacklist nvidia-experimental-343
# 346
blacklist nvidia-346
blacklist nvidia-346-updates
blacklist nvidia-experimental-346
# 349
blacklist nvidia-349
blacklist nvidia-349-updates
blacklist nvidia-experimental-349
# 352
blacklist nvidia-352
blacklist nvidia-352-updates
blacklist nvidia-experimental-352
# 355
blacklist nvidia-355
blacklist nvidia-355-updates
blacklist nvidia-experimental-355
# 358
blacklist nvidia-358
blacklist nvidia-358-updates
blacklist nvidia-experimental-358
# 361
blacklist nvidia-361
blacklist nvidia-361-updates
blacklist nvidia-experimental-361
# 364
blacklist nvidia-364
blacklist nvidia-364-updates
blacklist nvidia-experimental-364
# 367
blacklist nvidia-367
blacklist nvidia-367-updates
blacklist nvidia-experimental-367
# 375
blacklist nvidia-375
blacklist nvidia-375-updates
blacklist nvidia-experimental-375
# 378
blacklist nvidia-378
blacklist nvidia-378-updates
blacklist nvidia-experimental-378
# 381
blacklist nvidia-381
blacklist nvidia-381-updates
blacklist nvidia-experimental-381
# 384
blacklist nvidia-384
blacklist nvidia-384-updates
blacklist nvidia-experimental-384
# 340 karaliste
blacklist nvidia-340
blacklist nvidia-340-updates
blacklist nvidia-experimental-340
dpkg -l | egrep 'nvidia|bumblebee|primus|prime|virtualgl'
ii bumblebee 3.2.1-17 amd64 NVIDIA Optimus support for Linux
ii nvidia-340 340.107-0ubuntu0~gpu18.04.1 amd64 NVIDIA binary driver - version 340.107
ii primus 0~20150328-6 amd64 client-side GPU offloading for NVIDIA Optimus
ii primus-libs:amd64 0~20150328-6 amd64 Shared libraries for primus
ii primus-libs:i386 0~20150328-6 i386 Shared libraries for primus
ii primus-libs-ia32:i386 0~20150328-6 i386 Shared libraries for primus (32-bit)
ii virtualgl 2.4.1-1~xenialppa1 amd64 Toolkit for displaying OpenGL applications to thin clients
ii virtualgl-libs:amd64 2.4.1-1~xenialppa1 amd64 Library files for virtualgl
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic root=UUID=76b5ee3e-07e5-40ff-ada4-16b609ee9bf4 ro nogpumanager quiet splash vt.handoff=1
-
/etc/bumblebee/xorg.conf.nvidia dosyasını açıp aşağıdaki satırın başındaki # işaretini silip,
# BusID "PCI:01:00:0"
dosyayı kaydetmeyi deneyiniz.
BusID "PCI:01:00:0"
Sonrasında aşağıdaki komutla Bumblebee servisini yeniden başlatınız.
sudo service bumblebeed restart
-
Dediklerinizi yaptım, sonra yeniden başlattım ama sonuç aynı
-
/etc/bumblebee/bumblebee.conf dosyasını açıp, aşağıdaki satırı bulunuz,
KernelDriver=nvidia-340
ve aşağıdaki şekilde değiştirip kaydediniz.
KernelDriver=nvidia
Sonrasında aşağıdaki komutla Bumblebee servisini yeniden başlatınız.
sudo service bumblebeed restart
-
"Cinnamon Çöktü" uyarısı devam ediyor.
-
Aşağıdaki komutun çıktısına bakalım.
inxi -Gxx
-
inxi -Gxx
Graphics: Card-1: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0046
Card-2: NVIDIA GT216M [GeForce GT 320M] bus-ID: 01:00.0 chip-ID: 10de:0a2d
Display Server: x11 (X.Org 1.19.6 ) drivers: modesetting (unloaded: fbdev,vesa)
Resolution: 1366x768@59.64hz
OpenGL: renderer: N/A version: N/A Direct Render: N/A
-
Aşağıdaki komutları uçbirimde çalıştırıp sistemi yeniden başlatmayı dener misiniz?
sudo systemctl disable nvidia-fallback.service
sudo systemctl disable nvidia-persistenced.service
-
Yukarıdaki komutların sonucu :
Failed to disable unit: Unit file nvidia-fallback.service does not exist.
Failed to disable unit: Unit file nvidia-persistenced.service does not exist.
Dolayısıyla yeniden başlatmak işe yaramadı.
-
Aşağıdaki komutu uçbirimde çalıştırıp, sistemi yeniden başlatmayı dener misiniz?
sudo mkdir -p /etc/X11/xorg.conf.d/ && echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
-
Üzgünüm, yine sonuç değişmedi.
-
Komutun çıktısına yeniden bakalım.
inxi -Gxx
-
Graphics: Card-1: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0046
Card-2: NVIDIA GT216M [GeForce GT 320M] bus-ID: 01:00.0 chip-ID: 10de:0a2d
Display Server: x11 (X.Org 1.19.6 ) driver: intel Resolution: 1366x768@59.64hz
OpenGL: renderer: N/A version: N/A Direct Render: N/A
-
Şu an Intel geleneksel sürücüsü etkinleşmiş görünüyor, ama 3D hızlandırma ile ilgili sorun yaşıyorsunuz. Bunun doğrudan Bumblebee ile ilgili olup olmadığını bilmiyorum. Aşağıdaki komutun çıktısını kod etiketi içinde foruma yapıştırınız.
cat /var/log/Xorg.0.log
-
cat /var/log/Xorg.0.log
[ 49.041]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 49.041] X Protocol Version 11, Revision 0
[ 49.041] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[ 49.041] Current Operating System: Linux rknLT 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64
[ 49.041] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic root=UUID=76b5ee3e-07e5-40ff-ada4-16b609ee9bf4 ro nogpumanager quiet splash vt.handoff=1
[ 49.041] Build Date: 13 April 2018 08:07:36PM
[ 49.041] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support)
[ 49.041] Current version of pixman: 0.34.0
[ 49.041] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 49.041] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 49.041] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 17 12:48:52 2018
[ 49.134] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 49.134] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 49.324] (==) No Layout section. Using the first Screen section.
[ 49.324] (==) No screen section available. Using defaults.
[ 49.324] (**) |-->Screen "Default Screen Section" (0)
[ 49.324] (**) | |-->Monitor "<default monitor>"
[ 49.325] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 49.325] (**) | |-->Device "Intel Graphics"
[ 49.325] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 49.325] (==) Automatically adding devices
[ 49.325] (==) Automatically enabling devices
[ 49.325] (==) Automatically adding GPU devices
[ 49.325] (==) Automatically binding GPU devices
[ 49.325] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 49.325] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 49.325] Entry deleted from font path.
[ 49.325] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 49.325] Entry deleted from font path.
[ 49.325] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 49.325] Entry deleted from font path.
[ 49.325] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 49.325] Entry deleted from font path.
[ 49.325] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 49.325] Entry deleted from font path.
[ 49.325] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 49.325] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 49.325] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 49.325] (II) Loader magic: 0x55a40055d020
[ 49.325] (II) Module ABI versions:
[ 49.325] X.Org ANSI C Emulation: 0.4
[ 49.325] X.Org Video Driver: 23.0
[ 49.325] X.Org XInput driver : 24.1
[ 49.325] X.Org Server Extension : 10.0
[ 49.326] (++) using VT number 7
[ 49.326] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 49.327] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 49.335] (--) PCI:*(0:0:2:0) 8086:0046:1b0a:209b rev 24, Mem @ 0xf3400000/4194304, 0xd0000000/268435456, I/O @ 0x0000e080/8, BIOS @ 0x????????/131072
[ 49.335] (--) PCI: (0:1:0:0) 10de:0a2d:1b0a:209b rev 162, Mem @ 0xf2000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 49.335] (II) LoadModule: "glx"
[ 49.335] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 50.351] (II) Module glx: vendor="X.Org Foundation"
[ 50.351] compiled for 1.19.6, module version = 1.0.0
[ 50.351] ABI class: X.Org Server Extension, version 10.0
[ 50.351] (II) LoadModule: "intel"
[ 50.352] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 50.518] (II) Module intel: vendor="X.Org Foundation"
[ 50.518] compiled for 1.19.5, module version = 2.99.917
[ 50.518] Module class: X.Org Video Driver
[ 50.518] ABI class: X.Org Video Driver, version 23.0
[ 50.518] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 50.518] (II) intel: Driver for Intel(R) HD Graphics
[ 50.518] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 50.518] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 50.523] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20171023
[ 50.523] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20171229-1 (Timo Aaltonen <tjaalton@debian.org>)
[ 50.523] (II) intel(0): SNA compiled for use with valgrind
[ 50.705] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 50.705] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads
[ 50.705] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 50.705] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 50.705] (==) intel(0): RGB weight 888
[ 50.705] (==) intel(0): Default visual is TrueColor
[ 50.705] (**) intel(0): Option "AccelMethod" "sna"
[ 50.705] (**) intel(0): Option "TearFree" "true"
[ 50.705] (II) intel(0): Output LVDS1 has no monitor section
[ 50.705] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
[ 50.705] (II) intel(0): Enabled output LVDS1
[ 50.705] (II) intel(0): Output VGA1 has no monitor section
[ 50.706] (II) intel(0): Enabled output VGA1
[ 50.706] (II) intel(0): Output HDMI1 has no monitor section
[ 50.706] (II) intel(0): Enabled output HDMI1
[ 50.706] (II) intel(0): Output DP1 has no monitor section
[ 50.706] (II) intel(0): Enabled output DP1
[ 50.706] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 50.706] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 50.706] (II) intel(0): Enabled output VIRTUAL1
[ 50.706] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[ 50.706] (**) intel(0): TearFree enabled
[ 50.706] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 50.706] (==) intel(0): DPI set to (96, 96)
[ 50.706] (II) Loading sub module "dri3"
[ 50.706] (II) LoadModule: "dri3"
[ 50.706] (II) Module "dri3" already built-in
[ 50.706] (II) Loading sub module "dri2"
[ 50.706] (II) LoadModule: "dri2"
[ 50.706] (II) Module "dri2" already built-in
[ 50.706] (II) Loading sub module "present"
[ 50.706] (II) LoadModule: "present"
[ 50.706] (II) Module "present" already built-in
[ 50.706] (==) Depth 24 pixmap format is 32 bpp
[ 50.823] (II) intel(0): SNA initialized with Ironlake (gen5) backend
[ 50.823] (==) intel(0): Backing store enabled
[ 50.823] (==) intel(0): Silken mouse enabled
[ 50.823] (II) intel(0): HW Cursor enabled
[ 50.823] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 50.823] (==) intel(0): DPMS enabled
[ 50.823] (==) intel(0): Display hotplug detection enabled
[ 50.824] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 50.824] (II) intel(0): [DRI2] Setup complete
[ 50.824] (II) intel(0): [DRI2] DRI driver: i965
[ 50.824] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 50.824] (II) intel(0): direct rendering: DRI2 enabled
[ 50.824] (II) intel(0): hardware support for Present enabled
[ 50.824] (--) RandR disabled
[ 50.846] (II) SELinux: Disabled on system
[ 50.860] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 50.860] (II) AIGLX: enabled GLX_ARB_create_context
[ 50.860] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 50.860] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 50.860] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 50.860] (II) AIGLX: enabled GLX_SGI_swap_control
[ 50.860] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 50.860] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 50.860] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 50.860] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 50.860] (II) AIGLX: Loaded and initialized i965
[ 50.860] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 50.940] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 50.955] (II) intel(0): Setting screen physical size to 361 x 203
[ 51.416] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 51.416] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 51.416] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 51.416] (II) LoadModule: "libinput"
[ 51.416] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 51.418] (II) Module libinput: vendor="X.Org Foundation"
[ 51.418] compiled for 1.19.6, module version = 0.27.1
[ 51.418] Module class: X.Org XInput Driver
[ 51.418] ABI class: X.Org XInput driver, version 24.1
[ 51.418] (II) Using input driver 'libinput' for 'Power Button'
[ 51.418] (**) Power Button: always reports core events
[ 51.418] (**) Option "Device" "/dev/input/event2"
[ 51.418] (**) Option "_source" "server/udev"
[ 51.419] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 51.419] (II) event2 - Power Button: device is a keyboard
[ 51.419] (II) event2 - Power Button: device removed
[ 51.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 51.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 51.436] (**) Option "xkb_model" "pc105"
[ 51.436] (**) Option "xkb_layout" "tr"
[ 51.463] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 51.463] (II) event2 - Power Button: device is a keyboard
[ 51.463] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 51.463] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 51.463] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 51.463] (II) Using input driver 'libinput' for 'Video Bus'
[ 51.463] (**) Video Bus: always reports core events
[ 51.463] (**) Option "Device" "/dev/input/event5"
[ 51.463] (**) Option "_source" "server/udev"
[ 51.464] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 51.464] (II) event5 - Video Bus: device is a keyboard
[ 51.464] (II) event5 - Video Bus: device removed
[ 51.492] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[ 51.492] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 51.492] (**) Option "xkb_model" "pc105"
[ 51.492] (**) Option "xkb_layout" "tr"
[ 51.493] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 51.493] (II) event5 - Video Bus: device is a keyboard
[ 51.493] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 51.493] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 51.493] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 51.493] (II) Using input driver 'libinput' for 'Video Bus'
[ 51.493] (**) Video Bus: always reports core events
[ 51.493] (**) Option "Device" "/dev/input/event4"
[ 51.493] (**) Option "_source" "server/udev"
[ 51.494] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 51.494] (II) event4 - Video Bus: device is a keyboard
[ 51.494] (II) event4 - Video Bus: device removed
[ 51.512] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/LNXVIDEO:00/input/input8/event4"
[ 51.512] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 51.512] (**) Option "xkb_model" "pc105"
[ 51.512] (**) Option "xkb_layout" "tr"
[ 51.514] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 51.514] (II) event4 - Video Bus: device is a keyboard
[ 51.514] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 51.514] (II) No input driver specified, ignoring this device.
[ 51.514] (II) This device may have been added with another device file.
[ 51.515] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 51.515] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 51.515] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 51.515] (II) Using input driver 'libinput' for 'Sleep Button'
[ 51.515] (**) Sleep Button: always reports core events
[ 51.515] (**) Option "Device" "/dev/input/event1"
[ 51.515] (**) Option "_source" "server/udev"
[ 51.516] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 51.516] (II) event1 - Sleep Button: device is a keyboard
[ 51.516] (II) event1 - Sleep Button: device removed
[ 51.532] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 51.532] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 51.532] (**) Option "xkb_model" "pc105"
[ 51.532] (**) Option "xkb_layout" "tr"
[ 51.533] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 51.533] (II) event1 - Sleep Button: device is a keyboard
[ 51.535] (II) config/udev: Adding input device USB2.0 UVC 1.3M Webcam: USB2.0 (/dev/input/event12)
[ 51.535] (**) USB2.0 UVC 1.3M Webcam: USB2.0 : Applying InputClass "evdev keyboard catchall"
[ 51.535] (**) USB2.0 UVC 1.3M Webcam: USB2.0 : Applying InputClass "libinput keyboard catchall"
[ 51.535] (II) Using input driver 'libinput' for 'USB2.0 UVC 1.3M Webcam: USB2.0 '
[ 51.535] (**) USB2.0 UVC 1.3M Webcam: USB2.0 : always reports core events
[ 51.535] (**) Option "Device" "/dev/input/event12"
[ 51.535] (**) Option "_source" "server/udev"
[ 51.536] (II) event12 - USB2.0 UVC 1.3M Webcam: USB2.0 : is tagged by udev as: Keyboard
[ 51.536] (II) event12 - USB2.0 UVC 1.3M Webcam: USB2.0 : device is a keyboard
[ 51.536] (II) event12 - USB2.0 UVC 1.3M Webcam: USB2.0 : device removed
[ 51.568] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input19/event12"
[ 51.568] (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M Webcam: USB2.0 " (type: KEYBOARD, id 10)
[ 51.568] (**) Option "xkb_model" "pc105"
[ 51.568] (**) Option "xkb_layout" "tr"
[ 51.569] (II) event12 - USB2.0 UVC 1.3M Webcam: USB2.0 : is tagged by udev as: Keyboard
[ 51.569] (II) event12 - USB2.0 UVC 1.3M Webcam: USB2.0 : device is a keyboard
[ 51.569] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[ 51.569] (II) No input driver specified, ignoring this device.
[ 51.569] (II) This device may have been added with another device file.
[ 51.569] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[ 51.569] (II) No input driver specified, ignoring this device.
[ 51.569] (II) This device may have been added with another device file.
[ 51.570] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event11)
[ 51.570] (II) No input driver specified, ignoring this device.
[ 51.570] (II) This device may have been added with another device file.
[ 51.570] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
[ 51.570] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[ 51.570] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[ 51.570] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 51.570] (**) Logitech USB Receiver: always reports core events
[ 51.570] (**) Option "Device" "/dev/input/event6"
[ 51.570] (**) Option "_source" "server/udev"
[ 51.628] (II) event6 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 51.628] (II) event6 - Logitech USB Receiver: device is a pointer
[ 51.628] (II) event6 - Logitech USB Receiver: device removed
[ 51.664] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:046D:C52F.0001/input/input14/event6"
[ 51.664] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 11)
[ 51.664] (**) Option "AccelerationScheme" "none"
[ 51.664] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 51.664] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 51.664] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 51.724] (II) event6 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 51.724] (II) event6 - Logitech USB Receiver: device is a pointer
[ 51.725] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 51.725] (II) No input driver specified, ignoring this device.
[ 51.725] (II) This device may have been added with another device file.
[ 51.726] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[ 51.726] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 51.726] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[ 51.726] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 51.726] (**) Logitech USB Receiver: always reports core events
[ 51.726] (**) Option "Device" "/dev/input/event7"
[ 51.726] (**) Option "_source" "server/udev"
[ 51.726] (II) event7 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 51.726] (II) event7 - Logitech USB Receiver: device is a keyboard
[ 51.726] (II) event7 - Logitech USB Receiver: device removed
[ 51.740] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[ 51.740] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/input/input15/event7"
[ 51.740] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
[ 51.740] (**) Option "AccelerationScheme" "none"
[ 51.740] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 51.740] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 51.740] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 51.741] (II) event7 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 51.741] (II) event7 - Logitech USB Receiver: device is a keyboard
[ 51.742] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 51.742] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 51.742] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 51.742] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 51.742] (**) AT Translated Set 2 keyboard: always reports core events
[ 51.742] (**) Option "Device" "/dev/input/event3"
[ 51.742] (**) Option "_source" "server/udev"
[ 51.742] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 51.742] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 51.742] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 51.756] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 51.756] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 51.756] (**) Option "xkb_model" "pc105"
[ 51.756] (**) Option "xkb_layout" "tr"
[ 51.757] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 51.757] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 51.758] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 51.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 51.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 51.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 51.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 51.758] (II) LoadModule: "synaptics"
[ 51.758] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 51.758] (II) Module synaptics: vendor="X.Org Foundation"
[ 51.758] compiled for 1.19.3, module version = 1.9.0
[ 51.758] Module class: X.Org XInput Driver
[ 51.758] ABI class: X.Org XInput driver, version 24.1
[ 51.758] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 51.758] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 51.758] (**) Option "Device" "/dev/input/event8"
[ 51.792] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 72)
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4706 (res 103)
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 51.792] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 51.792] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 51.824] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event8"
[ 51.824] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 51.824] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 51.824] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 51.824] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[ 51.824] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 51.824] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 51.824] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 51.824] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 51.824] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 51.825] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 51.825] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 51.844] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 51.844] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[ 51.844] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 51.844] (**) Logitech USB Receiver: always reports core events
[ 51.844] (**) Option "Device" "/dev/input/event7"
[ 51.844] (**) Option "_source" "_driver/libinput"
[ 51.844] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[ 51.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/input/input15/event7"
[ 51.845] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 15)
[ 51.845] (**) Option "xkb_model" "pc105"
[ 51.845] (**) Option "xkb_layout" "tr"
[ 52.706] (II) intel(0): EDID vendor "LGD", prod id 684
[ 52.706] (II) intel(0): Printing DDC gathered Modelines:
[ 52.706] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz eP)
-
Bu çıktılarda bir sorun görünmüyor. Aşağıdaki komutun çıktısına da bakalım.
cat ~/.xsession-errors
Ayrıca aşağıdaki komutu da uçbirimde çalıştırınız,
(cinnamon --replace &) 2> cinnamon
Bu komut kullanıcı ev dizini içinde cinnamon isminde bir dosya oluşturacak. Bu dosyayı açıp, içeriğini kod etiketi içinde foruma yapıştırınız.
-
cat ~/.xsession-errors
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
dbus-update-activation-environment: setting CLUTTER_IM_MODULE=xim
dbus-update-activation-environment: setting LANG=tr_TR.UTF-8
dbus-update-activation-environment: setting GDM_LANG=tr
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path
dbus-update-activation-environment: setting XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/rkn
dbus-update-activation-environment: setting USER=rkn
dbus-update-activation-environment: setting DESKTOP_SESSION=cinnamon
dbus-update-activation-environment: setting QT4_IM_MODULE=xim
dbus-update-activation-environment: setting DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path
dbus-update-activation-environment: setting PWD=/home/rkn
dbus-update-activation-environment: setting HOME=/home/rkn
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/rkn/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=cinnamon
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting XMODIFIERS=@im=none
dbus-update-activation-environment: setting IM_CONFIG_PHASE=1
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting SHLVL=1
dbus-update-activation-environment: setting LANGUAGE=tr
dbus-update-activation-environment: setting GDMSESSION=cinnamon
dbus-update-activation-environment: setting LOGNAME=rkn
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-yrcHRvIZFP,guid=1ece57338ea276c87f1545f55b9fa2bd
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting XAUTHORITY=/home/rkn/.Xauthority
dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg
dbus-update-activation-environment: setting PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
dbus-update-activation-environment: setting GTK_IM_MODULE=xim
dbus-update-activation-environment: setting _=/usr/bin/dbus-update-activation-environment
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
cinnamon-session[1547]: WARNING: t+0,55253s: Could not parse desktop file /home/rkn/.config/autostart/rygel.desktop: No such file or directory
cinnamon-session[1547]: GLib-GObject-CRITICAL: t+0,55278s: object CsmAutostartApp 0x559c940c02d0 finalized while still in-construction
cinnamon-session[1547]: GLib-GObject-CRITICAL: t+0,55281s: Custom constructor for class CsmAutostartApp returned NULL (which is invalid). Please use GInitable instead.
cinnamon-session[1547]: WARNING: t+0,55283s: could not read /home/rkn/.config/autostart/rygel.desktop
cinnamon-session[1547]: WARNING: t+0,57393s: Gsettings key org.gnome.Vino enabled could not be found!
cinnamon-session[1547]: WARNING: t+0,57611s: Gsettings key org.gnome.desktop.file-sharing enabled could not be found!
[cinnamon-settings-daemon-smartcard] Failed to start: uygun akıllı kart sürücüsü bulunamadı
[cinnamon-settings-daemon-smartcard] Failed to start: uygun akıllı kart sürücüsü bulunamadı
(cinnamon:1831): Clutter-CRITICAL **: 15:49:04.253: Unable to initialize Clutter: Clutter arka ucu başlatamadı: kullanılabilir bir sürücü bulunamadı.
Cinnamon error: Unable to initialize Clutter.
Gtk-Message: 15:49:04.923: GtkDialog mapped without a transient parent. This is discouraged.
** (gnome-panel:1849): WARNING **: 15:49:05.184: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
** (gnome-panel:1849): WARNING **: 15:49:05.253: “/usr/share/gnome-panel/applets” dizini açılamadı: Böyle bir dosya ya da dizin yok
** (cinnamon-killer-daemon:1972): WARNING **: 15:49:05.780: Binding '<Control><Alt>Escape' failed!
(caribou:1957): dbind-WARNING **: 15:49:07.207: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(nm-applet:1971): Gtk-WARNING **: 15:49:09.009: Can't set a parent on widget which has a parent
(caribou:1957): dbind-WARNING **: 15:49:11.732: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(caribou:1957): dbind-WARNING **: 15:49:15.189: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(caribou:1957): dbind-WARNING **: 15:49:16.916: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
** Message: 15:49:21.680: nemo-desktop: session is cinnamon, establishing proxy
** (nemo-desktop:1970): WARNING **: 15:49:26.769: nemo-desktop: Desktop failsafe timeout reached, applying fallback behavior
Nemo-Share-Message: 15:49:30.630: Called "net usershare info" but it failed: 'ağ kullanıcı paylaşımı' 255 hatası ile geri döndü: info_fn: file /var/lib/samba/usershares/paylas is not a well formed usershare file.
info_fn: Error was Path is not a directory.
(caribou:1957): dbind-WARNING **: 15:49:45.144: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(firefox:2648): Gtk-WARNING **: 15:49:56.142: Theme parsing error: <data>:1:34: Expected ')' in color definition
(firefox:2648): Gtk-WARNING **: 15:49:56.142: Theme parsing error: <data>:1:77: Expected ')' in color definition
(gnome-panel:1849): Gtk-WARNING **: 15:49:57.449: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
(csd-housekeeping:1685): libnotify-WARNING **: 15:50:03.788: Failed to connect to proxy
Failed to receive server caps.
Gtk-Message: 15:50:04.592: GtkDialog mapped without a transient parent. This is discouraged.
(firefox:2648): GLib-GObject-WARNING **: 15:50:05.883: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddd9e3bc40' of type 'MaiAtkType139'
** (caribou:1957): WARNING **: 15:50:05.904: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
** (caribou:1957): WARNING **: 15:50:06.532: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
** (caribou:1957): WARNING **: 15:50:09.404: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
** (caribou:1957): WARNING **: 15:50:11.972: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(firefox:2648): GLib-GObject-WARNING **: 15:50:21.578: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddd9d6aa60' of type 'MaiAtkType139'
** (caribou:1957): WARNING **: 15:50:21.595: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(firefox:2648): GLib-GObject-WARNING **: 15:50:51.960: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddf8039bf0' of type 'MaiAtkType139'
(firefox:2648): GLib-GObject-WARNING **: 15:50:52.013: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddf8039bf0' of type 'MaiAtkType139'
(firefox:2648): GLib-GObject-WARNING **: 15:50:52.143: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddf8039bf0' of type 'MaiAtkType139'
(firefox:2648): GLib-GObject-WARNING **: 15:50:52.198: ../../../../gobject/gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fddf8039bf0' of type 'MaiAtkType139'
** (caribou:1957): WARNING **: 15:50:55.441: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(gnome-terminal-server:2882): GLib-GIO-CRITICAL **: 15:50:58.015: g_menu_insert_item: assertion 'G_IS_MENU_ITEM (item)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.356: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.357: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.357: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.357: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.357: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:50:59.357: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (caribou:1957): WARNING **: 15:50:59.360: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.686: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.687: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.687: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(gnome-terminal-server:2882): Gtk-CRITICAL **: 15:51:50.688: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(gnome-terminal-server:2882): Gtk-CRITICAL **: 15:51:50.701: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(gnome-terminal-server:2882): Gtk-CRITICAL **: 15:51:50.720: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(gnome-terminal-server:2882): Gtk-CRITICAL **: 15:51:50.722: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(gnome-terminal-server:2882): Gtk-CRITICAL **: 15:51:50.726: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.749: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.750: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:50.750: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (caribou:1957): WARNING **: 15:51:50.756: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.308: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.308: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.310: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.310: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.310: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.310: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.313: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.326: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:51:57.326: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (caribou:1957): WARNING **: 15:52:02.458: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:04.543: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (caribou:1957): WARNING **: 15:52:04.546: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(nm-applet:1971): Gtk-CRITICAL **: 15:52:08.663: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
(nm-applet:1971): Gtk-CRITICAL **: 15:52:08.663: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
(nm-applet:1971): Gtk-WARNING **: 15:52:08.696: Can't set a parent on widget which has a parent
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.549: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.556: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.556: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.565: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.565: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.624: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(caribou:1957): GLib-GObject-CRITICAL **: 15:52:44.625: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (caribou:1957): WARNING **: 15:52:44.631: daemon.vala:120: error in focus handler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Caribou.Keyboard was not provided by any .service files
(cinnamon:4515): Clutter-CRITICAL **: 15:54:14.082: Unable to initialize Clutter: Clutter arka ucu başlatamadı: kullanılabilir bir sürücü bulunamadı.
Cinnamon error: Unable to initialize Clutter.
Bu arada Cinnamon dosyası ev dizininde yoktu, masaüstünde buldum.
-
Bumblebee'yi kurmadan önce Cinnamon çökme sorunu var mıydı?
-
Hayır yoktu. İntel ekran kartıyla sorunsuz çalışıyordu.Bublebee ve nvidia kurulumundan sonra çökme başladı.
-
Aşağıdaki komutların çıktılarına bakalım.
dkms status
lsmod
-
dkms status
bbswitch, 0.8, 4.15.0-34-generic, x86_64: installed
ndiswrapper, 1.60, 4.15.0-34-generic, x86_64: installed
nvidia-340, 340.107, 4.15.0-34-generic, x86_64: installed
lsmod
Module Size Used by
ccm 20480 3
bbswitch 16384 0
binfmt_misc 20480 1
uvcvideo 86016 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videodev 184320 3 uvcvideo,videobuf2_core,videobuf2_v4l2
media 40960 2 uvcvideo,videodev
ip6t_REJECT 16384 1
nf_reject_ipv6 16384 1 ip6t_REJECT
nf_log_ipv6 16384 5
xt_hl 16384 22
ip6t_rt 16384 3
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 106496 1
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
nf_conntrack_ipv6 20480 8
nf_defrag_ipv6 36864 1 nf_conntrack_ipv6
ipt_REJECT 16384 1
nf_reject_ipv4 16384 1 ipt_REJECT
nf_log_ipv4 16384 5
nf_log_common 16384 2 nf_log_ipv6,nf_log_ipv4
xt_LOG 16384 10
xt_limit 16384 13
xt_tcpudp 16384 18
xt_addrtype 16384 4
mei_me 40960 0
lpc_ich 24576 0
input_leds 16384 0
arc4 16384 2
snd_hda_intel 40960 3
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 98304 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
ath9k 151552 0
wmi_bmof 16384 0
snd_rawmidi 32768 1 snd_seq_midi
mxm_wmi 16384 0
ath9k_common 36864 1 ath9k
ath9k_hw 471040 2 ath9k,ath9k_common
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
ath 28672 3 ath9k_hw,ath9k,ath9k_common
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
mac80211 778240 1 ath9k
snd_timer 32768 2 snd_seq,snd_pcm
snd 81920 17 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
cfg80211 622592 4 mac80211,ath9k,ath,ath9k_common
mei 90112 1 mei_me
intel_powerclamp 16384 0
sch_fq_codel 20480 2
kvm_intel 212992 0
nf_conntrack_ipv4 16384 8
intel_ips 20480 0
joydev 24576 0
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
soundcore 16384 1 snd
kvm 598016 1 kvm_intel
irqbypass 16384 1 kvm
intel_cstate 20480 0
serio_raw 16384 0
shpchp 36864 0
wmi 24576 2 wmi_bmof,mxm_wmi
mac_hid 16384 0
xt_conntrack 16384 16
ip6table_filter 16384 1
ip6_tables 28672 1 ip6table_filter
nf_conntrack_netbios_ns 16384 0
nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
nf_nat_ftp 16384 0
nf_nat 32768 1 nf_nat_ftp
nf_conntrack_ftp 20480 1 nf_nat_ftp
nf_conntrack 131072 8 nf_conntrack_ipv6,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_broadcast,nf_nat_ftp,nf_conntrack_netbios_ns,xt_conntrack,nf_nat
libcrc32c 16384 2 nf_conntrack,nf_nat
coretemp 16384 0
parport_pc 36864 0
iptable_filter 16384 1
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 28672 1 iptable_filter
x_tables 40960 13 xt_LOG,ipt_REJECT,ip_tables,iptable_filter,xt_tcpudp,xt_limit,ip6t_REJECT,ip6table_filter,xt_addrtype,ip6t_rt,xt_conntrack,ip6_tables,xt_hl
autofs4 40960 2
btrfs 1126400 0
xor 24576 1 btrfs
zstd_compress 163840 1 btrfs
raid6_pq 114688 1 btrfs
dm_mirror 24576 0
dm_region_hash 20480 1 dm_mirror
dm_log 20480 2 dm_mirror,dm_region_hash
hid_generic 16384 0
usbhid 49152 0
hid 118784 3 hid_generic,usbhid
i915 1617920 8
i2c_algo_bit 16384 1 i915
drm_kms_helper 172032 1 i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
ahci 36864 3
psmouse 147456 0
drm 401408 4 i915,drm_kms_helper
libahci 32768 1 ahci
atl1c 49152 0
video 45056 1 i915
-
Çıktılarda bir sorun görünmüyor, Bumblebee ile ilgili buradaki (https://forum.linuxmint.net.tr/index.php?topic=9347.0#post_conf) kurulum sonrası düzenlemeleri yapmayı dener misiniz?
-
Daha önce bumlebee kurulumunu 18e göre yapmıştık. O değişiklikleri geri alayım mı yoksa direk bunları onun üzerine mi yapayım?
Mesajlar Birleştirildi.
Özür dilerim çok saçma bir soru olmuş, geri alıyorum.
Mesajlar Birleştirildi.
Değişiklikleri yaptım, yeniden başlattım, yine "Cinnamon Çöktü" :(
-
Aşağıdaki komutla tüm kurulu paketleri kaldırıp sistemi yeniden başlatın. Duruma göre adım adım ilerleyelim.
sudo apt purge bumblebee nvidia bbswitch* primus*
Ardından sistemi yeniden başlatın ve aşağıdaki komutun çıktısıyla donanımsal hızlandırmayı kontrol edin.
inxi -Gx
-
Bu kez normal çalışacak sanmıştm ama cinnamon yine çöktü.
inxi -Gx
Graphics: Card-1: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0
Card-2: NVIDIA GT216M [GeForce GT 320M] bus-ID: 01:00.0
Display Server: x11 (X.Org 1.19.6 ) driver: intel Resolution: 1366x768@59.64hz
OpenGL: renderer: N/A version: N/A Direct Render: N/A
-
Aşağıdaki komutun çıktısına bakalım. Yaptığınız farklı bir düzenleme ile ilgili sorun olabilir.
dpkg -l | egrep 'mesa|xorg'
-
dpkg -l | egrep 'mesa|xorg'
ii libegl-mesa0:amd64 18.0.5-0ubuntu0~18.04.1 amd64 free implementation of the EGL API -- Mesa vendor library
ii libegl-mesa0:i386 18.0.5-0ubuntu0~18.04.1 i386 free implementation of the EGL API -- Mesa vendor library
ii libegl1-mesa:amd64 18.0.5-0ubuntu0~18.04.1 amd64 transitional dummy package
ii libegl1-mesa-drivers:amd64 12.0.6-0ubuntu0.16.04.1 amd64 transitional dummy package
ii libgl1-mesa-dri:amd64 18.0.5-0ubuntu0~18.04.1 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-dri:i386 18.0.5-0ubuntu0~18.04.1 i386 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 18.0.5-0ubuntu0~18.04.1 amd64 transitional dummy package
ii libgl1-mesa-glx:i386 18.0.5-0ubuntu0~18.04.1 i386 transitional dummy package
ii libglapi-mesa:amd64 18.0.5-0ubuntu0~18.04.1 amd64 free implementation of the GL API -- shared library
ii libglapi-mesa:i386 18.0.5-0ubuntu0~18.04.1 i386 free implementation of the GL API -- shared library
ii libgles2-mesa:amd64 18.0.5-0ubuntu0~18.04.1 amd64 transitional dummy package
ii libglu1-mesa:amd64 9.0.0-2.1build1 amd64 Mesa OpenGL utility library (GLU)
ii libglu1-mesa:i386 9.0.0-2.1build1 i386 Mesa OpenGL utility library (GLU)
ii libglx-mesa0:amd64 18.0.5-0ubuntu0~18.04.1 amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx-mesa0:i386 18.0.5-0ubuntu0~18.04.1 i386 free implementation of the OpenGL API -- GLX vendor library
ii libwayland-egl1-mesa:amd64 18.0.5-0ubuntu0~18.04.1 amd64 implementation of the Wayland EGL platform -- runtime
ii libwayland-egl1-mesa:i386 18.0.5-0ubuntu0~18.04.1 i386 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.4.0-1 amd64 Miscellaneous Mesa GL utilities
ii python3-xkit 0.5.0ubuntu2 all library for the manipulation of xorg.conf files (Python 3)
ii xorg 1:7.7+19ubuntu7.1 amd64 X.Org X Window System
ii xorg-docs-core 1:1.7.1-1.1 all Core documentation for the X.org X Window System
ii xserver-xorg 1:7.7+19ubuntu7.1 amd64 X.Org X server
ii xserver-xorg-core 2:1.19.6-1ubuntu4 amd64 Xorg X server - core server
ii xserver-xorg-input-all 1:7.7+19ubuntu7.1 amd64 X.Org X server -- input driver metapackage
ii xserver-xorg-input-evdev 1:2.10.5-1ubuntu1 amd64 X.Org X server -- evdev input driver
ii xserver-xorg-input-libinput 0.27.1-1 amd64 X.Org X server -- libinput input driver
ii xserver-xorg-input-synaptics 1.9.0-1ubuntu1 amd64 Synaptics TouchPad driver for X.Org server
ii xserver-xorg-input-wacom 1:0.36.1-0ubuntu1 amd64 X.Org X server -- Wacom input driver
ii xserver-xorg-legacy 2:1.19.6-1ubuntu4 amd64 setuid root Xorg server wrapper
ii xserver-xorg-video-all 1:7.7+19ubuntu7.1 amd64 X.Org X server -- output driver metapackage
ii xserver-xorg-video-amdgpu 18.0.1-1 amd64 X.Org X server -- AMDGPU display driver
ii xserver-xorg-video-ati 1:18.0.1-1 amd64 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-fbdev 1:0.4.4-1build6 amd64 X.Org X server -- fbdev display driver
ii xserver-xorg-video-intel 2:2.99.917+git20171229-1 amd64 X.Org X server -- Intel i8xx, i9xx display driver
ii xserver-xorg-video-nouveau 1:1.0.15-2 amd64 X.Org X server -- Nouveau display driver
ii xserver-xorg-video-qxl 0.1.5-2build1 amd64 X.Org X server -- QXL display driver
ii xserver-xorg-video-radeon 1:18.0.1-1 amd64 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-vesa 1:2.3.4-1build3 amd64 X.Org X server -- VESA display driver
ii xserver-xorg-video-vmware 1:13.2.1-1build1 amd64 X.Org X server -- VMware display driver
-
Linux Mint 18.x serisinden yükseltme mi yaptınız? Aşağıdaki komutların çıktısına bakalım.
inxi -r
apt autoremove -s
-
Evet, 18.3 den forumda anlatıldığı gibi yükselttim
inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list.d/graphics-drivers-ppa-bionic.list
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic main
deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic main
Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com tara main upstream import backport
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ bionic partner
apt autoremove -s
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor
Durum bilgisi okunuyor... Bitti
Aşağıdaki paketler KALDIRILACAK:
socat
0 paket yükseltilecek, 0 yeni paket kurulacak, 1 paket kaldırılacak ve 3 paket yükseltilmeyecek.
Remv socat [1.7.3.2-2ubuntu2]
-
Aşağadaki komutlarla gerekli paketleri yeniden kurmayı dener misiniz?
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
Ardından sistemi yeniden başlatınız.
-
Cinnamon yine Çöktü
Sizi de çok uğraştırdım. Yedeğim var, 18.3e dönüp orada mı kalsam ?
Ya da 19u indirip temiz kurulum yapsam yine aynı sorunla karşılaşır mıyım acaba ?
-
En mantıklısı en az sorun yaşadığınız sistemde kalmak, şu an sorunun nedenini kestiremiyorum maalesef.
-
Yine de çok emek verdiniz, teşekkür ederim.