FX-6350プロセッサとEVGA GTX 750 ti SC GPUを搭載したUbuntu 14.04を使用しています。このチュートリアルを使用して、750 tiのCUDAとディスプレイドライバーをインストールしました: buntu 14.04でのCUDAのインストールとテスト lightdmを再起動した後、完全に動作しますが、再起動すると、解像度は640 x 480になります。ログインすると、Unityは読み込まれず、バックグラウンドだけが読み込まれます。また、ギガバイトのマザーボードを使用しています。 POST後に起動すると、次のように表示されます。
Verifying DMI Pool Data ............
error: no video mode activated
[ 2.771245] nouveau E[ DEVICE][0000:01:00.0] unknown chipset, 0x117000a2
[ 2.771348] nouveau E[ DRM] failed to create 0x80000080, -22
PCでこの問題を解決しました。
この問題 xorg.conf ファイル。
cat xorg.conf !!!動作しません(640x480)このファイルgen nvidia-xconfig:
〜$ cat /etc/X11/xorg.conf.nvidia-xconfig-original セクション "ServerLayout" 識別子 "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection セクション "Files" EndSection セクション "InputDevice" #デフォルトから生成 識別子 "Mouse0" ドライバー "マウス" オプション "プロトコル" "自動" オプション "Device" "/ dev/psaux" オプション "Emulate3Buttons" "no" オプション "ZAxisMapping" "4 5" EndSection Section "InputDevice" #default Identifier "Keyboard0"から生成 ドライバー「kbd」 EndSection セクション「デバイス」 識別子「Device0」 ドライバー「nvidia」 VendorName "NVIDIA Corporation" EndSection
cat xorg.conf !!! work(1920x1080):
〜$ cat /etc/X11/xorg.conf セクション "ServerLayout" 識別子 "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection セクション "Files" EndSection セクション "InputDevice" #default から生成された識別子 "Mouse0" ドライバー "mouse" Option "Protocol" "auto" オプション「デバイス」「/dev/psaux」 オプション「Emulate3Buttons」「no」 オプション「ZAxisMapping」「4 5」 EndSection セクション "InputDevice" #デフォルトから生成 識別子 "Keyboard0" ドライバー "kbd" EndSection セクション "Monitor" 識別子 "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0-80.0 VertRefresh 55.0-75.0 DisplaySize 400 225 Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync + Vsync オプション "DPMS" EndSection Section "Device" Identifier "Device0" BusID "PCI:1:0:0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080_60.00" EndSubSection EndSection
〜$ gtf 1920 1080 60 #1920x1080 @ 60.00 Hz(GTF)hsync:67.08 kHz; pclk:172.80 MHz Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync + Vsync
これを追加する セクション「モニター」 追加することを忘れないでください セクション「画面」->サブセクション「表示」 文字列モード "1920x1080_60.00"
ご清聴ありがとうございました!!!
私の答えを参照してください こちら 。 nvidiaのxorg.confが原因です。削除すると問題が解決するようです。 GDM画面またはGNOME内でCtrl + Alt + F1を押した後、以下のコマンドを実行します。
Sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
Sudo touch /etc/X11/xorg.conf