Gönderen Konu: [Nasıl] Linux Mint 17.x - Intel + Nvidia Hibrit GPU İçin Bumblebee Kurulumu  (Okunma sayısı 190101 defa)

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
Kod: [Seç]
mert@Aspire-5742G ~/bumblebee-ui $ optirun -vvv glxgears
[  638.564917] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  638.565383] [INFO]Configured driver: nvidia
[  638.565640] [DEBUG]optirun version 3.2.1 starting...
[  638.565658] [DEBUG]Active configuration:
[  638.565665] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  638.565671] [DEBUG] X display: :8
[  638.565676] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-331:/usr/lib32/nvidia-331
[  638.565682] [DEBUG] Socket path: /var/run/bumblebee.socket
[  638.565688] [DEBUG] Accel/display bridge: auto
[  638.565693] [DEBUG] VGL Compression: proxy
[  638.565699] [DEBUG] VGLrun extra options:
[  638.565705] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  638.565763] [DEBUG]Using auto-detected bridge primus
[  640.843102] [INFO]Response: Yes. X is active.

[  640.843121] [INFO]Running application using primus.
[  640.843276] [DEBUG]Process glxgears started, PID 2651.
295 frames in 5.0 seconds = 58.814 FPS
301 frames in 5.0 seconds = 60.029 FPS
301 frames in 5.0 seconds = 60.028 FPS
301 frames in 5.0 seconds = 60.032 FPS
301 frames in 5.0 seconds = 60.029 FPS
primus: warning: dropping a frame to avoid deadlock
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 37 requests (37 known processed) with 0 events remaining.
primus: warning: dropping a frame to avoid deadlock
primus: warning: timeout waiting for display worker
[  672.021423] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  672.021465] [DEBUG]Socket closed.
[  672.021490] [DEBUG]Killing all remaining processes.
mert@Aspire-5742G ~/bumblebee-ui $ 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

## 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-331
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-331/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

mert@Aspire-5742G ~/bumblebee-ui $ 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
mert@Aspire-5742G ~/bumblebee-ui $ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
mert@Aspire-5742G ~/bumblebee-ui $ dpkg -l | egrep 'nvidia|bumblebee|primus|prime'
ii  bumblebee                                   3.2.1-5                                             amd64        NVIDIA Optimus support for Linux
ii  bumblebee-nvidia                            3.2.1-5                                             amd64        NVIDIA Optimus support using the proprietary NVIDIA driver
ii  nvidia-331                                  331.113-0ubuntu0.0.4                                amd64        NVIDIA binary driver - version 331.113
ii  nvidia-settings                             331.20-0ubuntu8                                     amd64        Tool for configuring the NVIDIA graphics driver
ii  primus                                      0~20131127-2                                        amd64        client-side GPU offloading for NVIDIA Optimus
ii  primus-libs:amd64                           0~20131127-2                                        amd64        Shared libraries for primus
mert@Aspire-5742G ~/bumblebee-ui $ lspci | egrep 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce GT 520M] (rev ff)
mert@Aspire-5742G ~/bumblebee-ui $

Acaba nerde hata yaptım :/

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
mert@Aspire-5742G ~/bumblebee-ui $ optirun -vvv glxgears

295 frames in 5.0 seconds = 58.814 FPS
301 frames in 5.0 seconds = 60.029 FPS
301 frames in 5.0 seconds = 60.028 FPS
301 frames in 5.0 seconds = 60.032 FPS
301 frames in 5.0 seconds = 60.029 FPS


Acaba nerde hata yaptım :/

Hata yapmamışsınız, Bumblebee etkinleşmiş görünüyor.
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
bumblebee ile csgo çalıştırdığımda intel graphics kullanıyor.  oyunda haliyle grafik sorunları görünüyor.
bu işlemleri yapmadan önce sıkıntı yaşamıyordum :/
mesela steam i bumblebee ile açtığımda bu hatayı alıyorum:

Kod: [Seç]
OpenGL GLX context is not using direct rendering, which may cause performance problems.

For more information visit https://support.steampowered.com/kb_article.php?ref=9938-EYZB-7457.

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
bir arkadaşımda şunu yazdı bana :

Alıntı
conf dosyasındaki bütün tırnakları sil Configuration file for Bumblebee. Values should **not** be put between quotes yazıyor

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Arkadaşınızın önerisinin uygun olmayacağını düşünüyorum, yapılandırma dosyasında bu tip bir düzenleme ile sorun çözülmez. Sorun sisteminizin 64 bit, kurduğunuz uygulamanın ise 32 bit olmasından kaynaklanıyor. İşin özü 32 bit uygulama sistemdeki OpenGL desteğini sorgulamak için yine 32 bit paketlerdeki dosyaları arıyor. buna göre çalışan bir komutdan uygun çıktı gelemeyince de mesaj olarak EpenGl ile ilgili yeterli desteğin olamdığını basıyor. Bunların etrafından dolaşmak biraz sıkıntı olabilir, en kısa yoldan 32 bit sistem kurmayı deneyin derim.

Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
Arkadaşınızın önerisinin uygun olmayacağını düşünüyorum, yapılandırma dosyasında bu tip bir düzenleme ile sorun çözülmez. Sorun sisteminizin 64 bit, kurduğunuz uygulamanın ise 32 bit olmasından kaynaklanıyor. İşin özü 32 bit uygulama sistemdeki OpenGL desteğini sorgulamak için yine 32 bit paketlerdeki dosyaları arıyor. buna göre çalışan bir komutdan uygun çıktı gelemeyince de mesaj olarak EpenGl ile ilgili yeterli desteğin olamdığını basıyor. Bunların etrafından dolaşmak biraz sıkıntı olabilir, en kısa yoldan 32 bit sistem kurmayı deneyin derim.

Öneriniz için teşşekkür ederim fakat 32bit sistemde 8gb ram'in tamamını kullanamayacağım. Bu sistemde kesin bir çözüm arıyorum.
Örneğin Steam'i bumblebee kullanmadan açtığımda OpenGL hatasını almıyorum ve Steam içinden CSGO çalıştırdığımda oyun açılıyor grafiklerde sorun olmuyor. Lakin oyunun en düşük ayarlarıyla bile FPS çok düşüyor. Daha önce bu sistemde bu şekilde bir sorun yaşamamıştım. Ben güncel Nvidia sürücüsünün linux için olan "run" uzantılı versiyonunu indirdim. Bu durumda Nvidia sürücüsünün güncel versiyonunu nasıl kurabilirim?

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
[member=1268]Mert[/member], bu durum kısıtlayıcı başka sistemler için geçerli, Linux dağıtımlarının çoğunda (PAE kernel ile gelen sürümlerde) 32 bit sistemleri kullansanız dahi, 8 gb. RAM'ın tamamını kullanabilirsiniz.

Optimus destekli sistemlere Nvidia sürücüler direk kurulmazlar. Bunun için Bumblebee projesi kullanılıyor.

İsterseniz bir de aşağıdaki öneriyi deneyerek oyunu direk optirun değişkeni ile başlatın.

http://forum.linuxmint.net.tr/index.php?topic=78.msg15298#msg15298
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
[member=1268]Mert[/member], bu durum kısıtlayıcı başka sistemler için geçerli, Linux dağıtımlarının çoğunda (PAE kernel ile gelen sürümlerde) 32 bit sistemleri kullansanız dahi, 8 gb. RAM'ın tamamını kullanabilirsiniz.

Optimus destekli sistemlere Nvidia sürücüler direk kurulmazlar. Bunun için Bumblebee projesi kullanılıyor.

İsterseniz bir de aşağıdaki öneriyi deneyerek oyunu direk optirun değişkeni ile başlatın.

http://forum.linuxmint.net.tr/index.php?topic=78.msg15298#msg15298

optirun eklediğimde malesef oyunu çalıştıramıyorum bumblebee indicator on konumuna geliyor oyun açılmadan tekrar off konumuna geliyor. optirun ve bumblebee kullanmadan oyunu açtığımda açılıyor. Acaba bumblebee kullandığımda intel hd graphics mi kullanıyor?

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
https://wiki.debian.org/Steam
şuan burdaki işlemleri yapıyorum bakalım.

Çevrimdışı timur-75

  • Yeni Penguen
  • *
  • İleti: 93
  • Dağıtım: Linux Mint 19.1 64-bit
  • Masaüstü Ortamı: Cinnamon
  • Grafik Kartı: Intel® HD Graphics 620 - AMD Radeon 530
  • İşlemci: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
https://wiki.debian.org/Steam
şuan burdaki işlemleri yapıyorum bakalım.
Aynı sorun ile ben karşılaşmıştım, 16. sayfadaki gönderileri takip ederek çözmeyi deneyin düzelebilir.

Çevrimdışı Mert

  • Yeni Penguen
  • *
  • İleti: 22
  • Atheist
  • Dağıtım: Linux Mint 18.1 Serena
  • Masaüstü Ortamı: Cinnamon 3.2.7
  • Grafik Kartı: Nvidia GT540M 2GB
  • İşlemci: Intel Core i7-2630QM 2GHz ~ 2.9GHz
Aynı sorun ile ben karşılaşmıştım, 16. sayfadaki gönderileri takip ederek çözmeyi deneyin düzelebilir.
http://forum.linuxmint.net.tr/index.php?topic=2528.0

Çevrimdışı soloces

  • Çok Yeni Penguen
  • *
  • İleti: 2
Merhabalar döküman için teşekkürler

optirun glxgears  çalıştırıdığımda 60 küsür fps
glxgears çalıştırıdğımda yine 60 küsür fps çıkıyor.

optirun glxgears çalıştırıdğımda çok daha yüksek fps vermesi lazım değil mi




Kod: [Seç]
optirun -vvv glxgears
[  626.059053] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  626.059676] [INFO]Configured driver: nvidia
[  626.059898] [DEBUG]optirun version 3.2.1 starting...
[  626.059945] [DEBUG]Active configuration:
[  626.059966] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  626.059989] [DEBUG] X display: :8
[  626.060033] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-331:/usr/lib32/nvidia-331
[  626.060052] [DEBUG] Socket path: /var/run/bumblebee.socket
[  626.060073] [DEBUG] Accel/display bridge: auto
[  626.060094] [DEBUG] VGL Compression: proxy
[  626.060114] [DEBUG] VGLrun extra options:
[  626.060135] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  626.060224] [DEBUG]Using auto-detected bridge primus
[  627.702077] [INFO]Response: Yes. X is active.

[  627.702089] [INFO]Running application using primus.
[  627.702177] [DEBUG]Process glxgears started, PID 2924.
294 frames in 5.0 seconds = 58.699 FPS
301 frames in 5.0 seconds = 60.036 FPS
301 frames in 5.0 seconds = 60.034 FPS
^C[  646.679226] [WARN]Received Interrupt signal.
[  646.679416] [DEBUG]Socket closed.
[  646.714858] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  646.714891] [DEBUG]Socket closed.
[  646.714899] [DEBUG]Killing all remaining processes.



Kod: [Seç]
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

## 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-331
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-331/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


Kod: [Seç]
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


Kod: [Seç]
cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: Böyle bir dosya ya da dizin yok

Kod: [Seç]
dpkg -l | egrep 'nvidia|bumblebee|primus|prime'
ii  bumblebee                                                   3.2.1-5+xedgers14.04.1                              amd64        NVIDIA Optimus support for Linux
ii  bumblebee-nvidia                                            3.2.1-5+xedgers14.04.1                              amd64        NVIDIA Optimus support using the proprietary NVIDIA driver
rc  nvidia-304                                                  304.125-0ubuntu1~xedgers14.04.1                     amd64        NVIDIA legacy binary driver - version 304.125
ii  nvidia-331                                                  331.113-0ubuntu1~xedgers14.04.1                     amd64        NVIDIA binary driver - version 331.113
ii  nvidia-settings                                             346.35-0ubuntu1~xedgers14.04.1                      amd64        Tool for configuring the NVIDIA graphics driver
ii  primus                                                      0~20131127-2                                        amd64        client-side GPU offloading for NVIDIA Optimus
ii  primus-libs:amd64                                           0~20131127-2                                        amd64        Shared libraries for primus
ii  primus-libs:i386                                            0~20131127-2                                        i386         Shared libraries for primus
ii  primus-libs-ia32                                            0~20131127-2                                        i386         Shared libraries for primus (32-bit)


Kod: [Seç]
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 GM107M [GeForce GTX 860M] (rev ff)
« Son Düzenleme: 11 Şubat 2015, 16:16:17 Gönderen: soloces »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
[member=1338]soloces[/member], size de merhaba,

Dikey senkronizasyon (vsync) etkin olduğu böyle bir sonuçla karşılaşıyorsunuz. Böylece görüntü bozulmaları önlenmiş oluyor.
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı soloces

  • Çok Yeni Penguen
  • *
  • İleti: 2
[member=1338]soloces[/member], size de merhaba,

Dikey senkronizasyon (vsync) etkin olduğu böyle bir sonuçla karşılaşıyorsunuz. Böylece görüntü bozulmaları önlenmiş oluyor.

cevabınız için teşekkür ederim.

vsync i kapatıp nasıl test edebilirim

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Aşağıdaki komutu deneyebilirsiniz.

Kod: [Seç]
vblank_mode=0 optirun -b primus glxgears
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]