আমার কাছে কুবুন্টু 15.10 এর একটি নতুন ইনস্টল রয়েছে, আমার কাছে একটি অনুকূল এমটি জিটি 70 ল্যাপটপ রয়েছে optim
আমি ইনস্টল করেছি bumblebee bumblebee-nvidia
, এটি একেবারেই প্রয়োজন কারণ লাউইনে নুয়া ক্র্যাশ করে চলে।
সুতরাং আমি /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-304
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-304
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-304/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 /proc/acpi/bbswitch
0000:01:00.0 ON
আমি /etc/modules-load.d/modules.conf এ রেখেছি
i915
bbswitch
সুতরাং আমি করতে সক্ষম:
$ primusrun glxinfo | grep "OpenGL version"
OpenGL version string: 4.2.0 NVIDIA 304.128
তবে আমি যদি আমার সমস্ত কিছু পুনরায় বুট করি তবে একটি কালো স্ক্রিন , আমার সিস্টেমটি শুরু করতে আমাকে টিটিআই 1 এ লগইন করতে হবে এবং করতে হবে:
sudo modprobe nvidia_304
sudo service sddm restart
কুবুন্টু লগইন স্ক্রিনে কোনও আইডিয়া ঠিক করার জন্য?
এছাড়াও যদি আমি এনভিডিয়া -304 কে এনভিডিয়া -355 দ্বারা প্রতিস্থাপন করি তবে আমি মোটেই বুট করতে পারি না: মোডপ্রোব টিপটি কাজ করছে না।
এখানে আমার কনফিগ হয় lspci :
$ lspci|grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 870M] (rev ff)
সম্পাদনা করুন:
সম্পর্কিত সম্পর্কিত কিছু তথ্য এবং সম্ভাব্য সমাধান http://forum.ubuntu-it.org/viewtopic.php?p=4760241 (ইতালিয়ান মাধ্যমে) https://www.kubuntuforums.net/showthread.php?69190-Bumblebee-Nvidia355&p=381043
এছাড়াও কার্নেল ৪.২ https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494903 এ i915 মডিউল সহ আসলে একটি বাগ রয়েছে
EDIT2 (ভুম্বলির সমাধানে কাজ করা):
আমি এই কাজটি https://www.kubuntuforums.net/showthread.php?69190-Bumblebee-Nvidia355&p=381043 করতে পরিচালনা করেছি
- এনভিডিয়া -355 এবং এনভিডিয়া-প্রাইম ইনস্টল করুন
- এনভিডিয়া প্যানেল এবং লগআউটতে ইন্টেল ড্রাইভার নির্বাচন করুন
- শুধুমাত্র বাম্বলই ইনস্টল করুন (ভুম্বল-এনভিডিয়া নয়)
- প্রয়োজন অনুসারে সম্পাদনা করুন /etc/bumblebee/bumblebee.conf লাইন 22 কার্নেলড্রাইভার = এনভিডিয়া এনভিডিয়া-কারেন্টকে এনভিডিয়া -355 দ্বারা প্রতিস্থাপন করুন
- /etc/bumblebee/xorg.conf.nvidia uncomment BusID "PCI: 01: 00: 0" এখানে বর্ণিত হিসাবে /ubuntu/29044...vices- সনাক্ত ,
- আপনি এখন ইন্টেল কার্ডের আওতায় বুট করতে পারবেন এবং অপটিরন এবং প্রিমাসরুন ব্যবহার করতে পারেন। এটি এখন পর্যন্ত আমার জন্য কাজ করছে, প্রিমাসরুন গ্লাকসিনফোর সাথে পরীক্ষা করে
সম্পাদনা 3: ( মেজ 03/12/2015 )
ব্যবহার পিপিএ: গ্রাফিক্স-ড্রাইভার / পিপিএ এবং পিপিএ: Xorg-edgers / পিপিএ , একটি আপডেট এবং রিবুটের পরে, আমি একটি blackscreen ব্যবহার ছিল 358.16-0ubuntu0 ~ gpu15.10.2 ।
সুতরাং আমি সমস্ত কিছু পরিষ্কার করেছি এবং তারপরে কেবল বম্বল-এনভিডিয়া এনভিডিয়া -358 ইনস্টল করেছি , সম্পাদিত /etc/bumblebee/bumblebee.conf এবং sudo পরিষেবা ভুম্বইযুক্ত পুনরায় আরম্ভ করার চেষ্টা করেছি ।
এটি পুনরায় বুট করার পরে আবার কাজ করে।