筆電 裝顯卡驅動Geforce 630M 求救 謝謝 - Linux

Table of Contents

Linux distribution: Debian wheezy

Kernel: 3.8.5

環境:amd64

問題描述:安裝完nvidia顯示卡後,好像沒有正常運作,且genome工作不正常

狀況說明:
判斷1.
$ nvidia-setting

ERROR: Failed to create NV-CONTROL handle for screen 0.
進入設定解析度大小也沒反應

判斷2. 我認為是xorg.config檔沒有抓到nvidia顯示卡

----------------------------------xorg.config--------------------------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
Screen 4 "Screen4" RightOf "Screen3"
Screen 5 "Screen5" RightOf "Screen4"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
.
.

.
.
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device" <==此內沒有VendorName:"nVidia Corporation"
Identifier "Card1" BordName:"GeForce 630M"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
.
.

.
.
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
.
.

.
.
------------------------------------------------------------------------------
請問如果我的想法正確的話,要如何才能抓到顯示卡?

經過的處理動作:
# X -configure
上面的xorg.config已經作過X -configure,不然原本連xorg都進不了


你想要大家幫你處理什麼:能正常啟用nvidia顯示卡

謝謝

--

All Comments

Zenobia avatarZenobia2013-04-10
先去 BIOS 設定成永遠使用獨顯晶片看看
Odelette avatarOdelette2013-04-11
Bencrie你好:請問進BIOS要如何設定永遠使用獨顯晶片
Christine avatarChristine2013-04-14
用bumblebee ?
Skylar Davis avatarSkylar Davis2013-04-17
Debian 有 nvidia-kernel-dkms 套件,裡面有最新的
Bethany avatarBethany2013-04-20
驅動程式,裝這個再 sudo nvidia-xconfig 重開就好了。
Ingrid avatarIngrid2013-04-23
使用 nvidia optimus 技術的顯卡 在 linux 還是沒有支援
在官方支援前(被罵過之後有開始送patch了) 可以先用
Olivia avatarOlivia2013-04-26
bumblebee 來加速你想要加速的程式