थिंकपैड W520 पर बाहरी मॉनिटर डिस्प्ले 12.04 के साथ


11

मुझे पता है कि इन समस्याओं के बारे में बहुत सारी सामग्री है, लेकिन यह बहुत पुराना लगता है और मेरी स्थिति के लिए कुछ भी काम नहीं करता है:

  • थिंकपैड W520 (इंटेल 3000 और एनवीडिया 1000 एम चिपसेट)
  • OS: उबंटू 12.04.3।
  • BIOS ग्राफिक्स कार्ड सेटिंग: Optimus
  • BIOS OS ऑप्टिमस ऑटो-डिटेक्शन: disabled

मैंने Bumblebee wiki का उपयोग करने के लिए नीचे दिया और Bumblebee को स्थापित करने के लिए: https://wiki.ubuntu.com/Bumblebee#Installation

ग्राफिक्स कार्ड के लिए मेरे BusID को "PCI: 01: 00.0" पर सेट करने के बाद (नीचे की फ़ाइलों को देखें), मैं चलाने में सक्षम हूं optirun firefoxऔर जैसे optirun glxspheres64और आभासी परीक्षण glxspheres64। इसलिए, मेरा मानना ​​है कि सभी भौंरा स्थापना के साथ अच्छी तरह से है, सिवाय इसके कि मैं अपने बाहरी मॉनिटर (वीजीए के माध्यम से) से कनेक्ट नहीं कर सकता। इसे कैसे करना है इस पर कोई आइडिया? W520 ने वीजीए (और डिस्प्लेपोर्ट) को एनवीडिया कार्ड के लिए हार्ड किया है, जैसा कि ज़ाचरी सनबर्ग द्वारा वर्णित है:

http://zachstechnotes.blogspot.com/2012/04/post-title.html

इसलिए, मेरा मानना ​​है कि वीजीए को बाहरी मॉनिटर से जोड़ने की कोशिश करने पर यह चीजें थोड़ी मुश्किल हो जाती हैं। मेरा मानना ​​है कि मुझे नीचे दिए गए मेरे प्रयासों में वर्णित सर्वर / स्क्रीन क्लोन का उपयोग करना है:

  1. मैंने बाहरी मॉनिटर को कॉन्फ़िगर करने के लिए निम्न पोस्ट की कोशिश की,

    http://hillspcworld.com/forum/index.php?topic=2.0

    लेकिन चरण 7 के बाद रिबूट करना, ओएस को पूरी तरह से क्रैश करने का कारण बनता है (बूटलोडर के बाद काली स्क्रीन जो कहती है कि "बाइट्स नहीं लिख सकती: टूटी हुई पाइप")। मेरा मानना ​​है कि यह मेरे सिस्टम को किसी तरह से बाधित करने वाले xorg सर्वर के कारण है।

  2. मैंने निम्नलिखित ट्यूटोरियल में इसी तरह के दृष्टिकोण की कोशिश की, लेकिन मैं एक ही दुर्घटना के रूप में था (1) में रीबूट के दौरान एक्सगॉर-देव स्थापित करने के बाद:

    http://sagark.org/optimal-ubuntu-graphics-setup-for-thinkpads/

अब तक, मैं सोच रहा था कि यहाँ से कहाँ जाना है। मेरे पास एक दंपति नीचे है, समस्या क्या है, या मैं क्या कर सकता हूं, इस पर कोई विचार? क्या कोई बेहतर सुझाव है? http://zachstechnotes.blogspot.com/2012/04/post-title.html

https://github.com/Bumblebee-Project/Bumblebee/issues/77

https://github.com/Bumblebee-Project/Bumblebee/issues/522

इसके अलावा, यहां मेरी कुछ फाइलें हैं (मुझे बताएं कि क्या बेहतर कॉन्फ़िगरेशन है - मैंने जो एकमात्र बदलाव किया है वह "BusID PCI: 01: 00.0" xorg.conf.nvidiaफाइल में है:

lucas@lucas-ThinkPad-W520:~$ more /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"

नोव्यू ड्राइवर:

lucas@lucas-ThinkPad-W520:~$ more /etc/bumblebee/xorg.conf.nouveau  Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false" EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nouveau"

#   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 is needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

भौंरा विन्यास:

lucas@lucas-ThinkPad-W520:~$ more /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

## 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/primu s
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available? AllowFallbackToIGC=false


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

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

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

धन्यवाद।


मुझे यकीन नहीं है कि यह मदद करेगा, लेकिन सामान्य तौर पर मैंने पाया है कि जिन ड्राइवरों को एक ताजा इंस्टॉल पर बॉक्स से कॉन्फ़िगर किया गया है वे आम तौर पर उपयोग करने के लिए सबसे अच्छे होते हैं, और ड्राइवरों को स्विच करना हमेशा हल करता है। अपने दूसरे मॉनिटर के साथ लाइव सीडी को बूट करने की कोशिश करें। यदि यह लॉग-इन के बाद पुन: कॉन्फ़िगर नहीं किया गया है, apt-get install arandarतो अरैंडर खोलें और इसे कॉन्फ़िगर करें। यदि यह काम करता है, तो बस कॉन्फिग पर कॉपी करें और उसी ड्राइवरों को स्थापित करें।
virtualxtc

BTW, मुझे लगता है कि आप मतलब arandrनहीं हैarandar
iX3

जवाबों:


3

सबसे पहले, मैंने 12.04.3 या 12.04.4 LTS के साथ प्रयास करना बंद कर दिया और इसके बजाय 13.10 का उपयोग किया। मेरा मानना ​​है कि एलटीएस संस्करण व्यावहारिक रूप से कभी-कभी बदलते ग्राफिक्स स्थिति के साथ नहीं रह सकते हैं - और मैंने कठिन तरीका सीखा।

यहाँ सामान्य कदम हैं जो मैंने उठाए:

1) Install latest intel drivers, hope that intel-virtual-output, which is the integrated version of screenclone. If it's not packaged, compile that stuff from source.
2) In your xorg.conf.nvidia ensure the option preventing external screens is disabled.
3) Xrandr as usual :)

यह संसाधन सहायक है:

http://www.unixreich.com/blog/2013/linux-nvidia-optimus-on-thinkpad-w520w530-with-external-monitor-finally-solved/

मैंने इस मुद्दे पर Ubuntu 14.04 के लिए एक ब्लॉग पोस्ट भी बनाई:

http://blog.lukeswart.net/wordpress/

स्रोत से ड्राइवरों को संकलित करते समय उत्तरार्द्ध में एक शुरुआत में मदद करने के लिए जानकारी होनी चाहिए।

पुनश्च: एक लिनक्स नौसिखिए के रूप में, यह प्रक्रिया बहुत समय लेने वाली थी और मैं केवल यह आशा कर सकता हूं कि यह पोस्ट किसी की मदद करे। एनवीडिया चिप के लिए हार्ड-वायर्ड वाले डिस्प्ले पोर्ट के साथ ऑप्टिमस चलाने वाले लैपटॉप पर एक बाहरी मॉनिटर स्थापित करना एक नए लिनक्स उपयोगकर्ता के लिए एक बहुत ही हतोत्साहित करने वाली प्रक्रिया है।

एक उपयोगकर्ता के रूप में जिसे मेरे काम के लिए लिनक्स का उपयोग करने की आवश्यकता है, मालिकाना ऑप्टिमस ड्राइवरों की सुरक्षा पर यह पूरी स्थिति पूरे तकनीकी समुदाय पर शर्मिंदगी लाती है।


क्या आप जानते हैं कि कोई वैकल्पिक स्थान है जहाँ मैं आपके द्वारा प्रस्तावित लिंक में निहित जानकारी को पा सकता हूँ? वेबसाइट अब मृत दिखाई देती है
मैगुइरे

यह मेरे ब्राउज़र (फ़ायरफ़ॉक्स) में काम करता है। या सिर्फ Google: "बाहरी मॉनिटर के साथ थिंकपैड W520 / W530 पर लिनक्स एनवीडिया ऑप्टिमस - अंत में हल, कैसे एनवीडिया ऑप्टिमस थिंकपैड W520 / W530 लैपटॉप पर काम करता है"
modulitos
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.