ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:video:nvidia_gf117m

hardware

BIOSで有効にする

$ lspci -s 01:00.0 
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
$ lspci -s 01:00.0 -vvvnnn
01:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev a1)
        Subsystem: Lenovo NVS 5200M [17aa:2200]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 37
        IOMMU group: 1
        Region 0: Memory at f0000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at 6000 [size=128]
        Expansion ROM at <ignored> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: nouveau
        Kernel modules: nvidia

$ nvidia-detect 
Detected NVIDIA GPUs:
01:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev a1)

Checking card:  NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Your card is only supported up to the 390 legacy drivers series.
It is recommended to install the
    nvidia-legacy-390xx-driver
package.
$ apt show nvidia-legacy-390xx-kernel-dkms 2>&1 | grep -i GF117M
 GeForce 610M [GF108M], GeForce 610M [GF119M], GeForce 610M [GF117M],
 GeForce 705M [GF119M], GeForce 710A [GK107M], GeForce 710M [GF117M],
 GeForce 810M [GF117M], GeForce 810M [GK107M], GeForce 820M [GF117M],
 GeForce GT 620M [GF117M], GeForce GT 620M LE [GF108M],
 GeForce GT 625 OEM [GF119], GeForce GT 625M [GF117M], GeForce GT 630 [GF108],
 GeForce GT 630M [GF117M], GeForce GT 630M LE [GF108M],
 GeForce GT 720M [GF117M], GeForce GT 720M [GK208M], GeForce GT 730 [GF108],
$ sudo apt install nvidia-driver firmware-misc-nonfree
$ find /lib/modules/5.10.0-6-amd64/updates/dkms/ -type f -print0 | xargs -0 -n1 sudo /usr/lib/linux-kbuild-5.10/scripts/sign-file sha256 ~/MOK.priv ~/MOK.der
$ optirun glxspheres
[ 3311.404482] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[ 3311.404562] [ERROR]Aborting because fallback start is disabled.
$ sudo apt install xserver-xorg-input-mouse

https://github.com/Bumblebee-Project/Bumblebee/issues/920#issuecomment-437894974

$ sudo git -C /etc diff /etc/bumblebee/xorg.conf.nvidia
diff --git a/bumblebee/xorg.conf.nvidia b/bumblebee/xorg.conf.nvidia
index e43048c..5852004 100644
--- a/bumblebee/xorg.conf.nvidia
+++ b/bumblebee/xorg.conf.nvidia
@@ -33,3 +33,7 @@ Section "Device"
     Option "UseDisplayDevice" "none"
     Option "HardDPMS" "false"
 EndSection
+Section "Screen"
+    Identifier "Default Screen"
+    Device "DiscreteNvidia"
+EndSection
$ sudo service bumblebeed restart
$ optirun glxspheres
[ 3356.504265] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version.

[ 3356.504307] [ERROR]Aborting because fallback start is disabled.
$ optirun glxspheres
[  185.331570] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) 

[  185.331660] [ERROR]Aborting because fallback start is disabled.

コメント

コメントを入力. Wiki文法が有効です:
   __ __     __ __  __   __ __   ____
  / //_/ __ / / \ \/ /  / //_/  /  _/
 / ,<   / // /   \  /  / ,<    _/ /  
/_/|_|  \___/    /_/  /_/|_|  /___/
 
linux/video/nvidia_gf117m.txt · 最終更新: 2021/04/22 04:34 by matoken