
Ubuntu日本語フォーラム

ログインしていません。
ページ: 1
mabuhayです。
よろしくお願いします。
先週、16.04をクリーンインストールして追加のドライバから
361.42ドライバをインストールしましたが、NVIDIA X Server Settingsの
X Server Display Configrationで外付けモニターが検出されないので
Twinvewの項目がありません。
Detect Displaysをクリックしても何も変化はなく、
どうしたらよいのかわからずフォーラムに投稿した次第です。
どのようにすればX Server Display Configrationで外付けモニターが検出され、
Twinvewの設定ができるようになるのでしょうか?
ご教授頂ければ幸いです。
以下が必要と思われる、私のPC環境および状況です。
*[機種名] DELL XPS15 L502X Intel(R) Core(TM) i7-2630QM
[xrandr]
Screen 0: minimum 8 x 8, current 2732 x 768, maximum 16384 x 16384 HDMI-0 disconnected (normal left inverted right x axis y axis) LVDS-1 connected primary 1366x768+0+0 344mm x 193mm 1366x768 60.01*+ 1360x768 59.80 59.96 1024x768 60.04 60.00 960x720 60.00 928x696 60.05 896x672 60.01 960x600 60.00 960x540 59.99 800x600 60.00 60.32 56.25 840x525 60.01 59.88 800x512 60.17 700x525 59.98 640x512 60.02 720x450 59.89 640x480 60.00 59.94 680x384 59.80 59.96 576x432 60.06 512x384 60.00 400x300 60.32 56.34 320x240 60.05 VGA-1 disconnected HDMI-1 disconnected DP-1 connected 1366x768+1366+0 413mm x 234mm 1366x768 59.79*+ 1280x1024 75.02 1152x864 75.00 1280x720 75.02 1024x768 75.08 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 640x480 75.00 72.81 66.67 60.00 720x400 70.08
[lsmod | grep nvidia]
nvidia_uvm 696320 0 nvidia_modeset 745472 4 nvidia 10076160 71 nvidia_modeset,nvidia_uvm drm 360448 10 i915,drm_kms_helper,nvidia
[dmesg | grep NVIDIA]
[ 13.005849] nvidia: module license 'NVIDIA' taints kernel. [ 13.014493] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 361.42 Tue Mar 22 18:10:58 PDT 2016 [ 13.235145] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 361.42 Tue Mar 22 17:29:54 PDT 2016
[lspci | grep GeForce]
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
[grep -i monitor /var/log/Xorg.0.log]
[ 23.892] (**) | |-->Monitor "<default monitor>"
[ 23.906] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 25.558] (II) modeset(G0): Output LVDS-1 has no monitor section
[ 25.572] (II) modeset(G0): Output VGA-1 has no monitor section
[ 25.572] (II) modeset(G0): Output HDMI-1 has no monitor section
[ 25.623] (II) modeset(G0): Output DP-1 has no monitor section
[ 25.687] (II) modeset(G0): Monitor name: Philips 192E[dkms status]
nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
[DRIVER=nvidia; egrep "(EE|WW|$DRIVER)" /var/log/Xorg.0.log; dpkg -l | grep $DRIVER]
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.564] (**) |-->Screen "nvidia" (0)
[ 22.610] (**) | |-->Device "nvidia"
[ 22.610] (**) | |-->GPUDevice "nvidia"
[ 22.610] (==) No monitor specified for screen "nvidia".
[ 22.611] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 22.611] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 22.611] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 22.611] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 22.611] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 22.613] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 24.112] (II) LoadModule: "nvidia"
[ 24.112] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 24.185] (II) Module nvidia: vendor="NVIDIA Corporation"
"nvidia" for depth/fbbpp 24/32
[ 24.410] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 24.410] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 24.410] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 24.548] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 24.548] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[ 25.113] (WW) Warning, couldn't open module x11glvnd
[ 25.113] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 25.601] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
ii nvidia-361 361.42-0ubuntu2 amd64 NVIDIA binary driver - version 361.42
ii nvidia-opencl-icd-361 361.42-0ubuntu2 amd64 NVIDIA OpenCL ICD
ii nvidia-prime 0.8.2 amd64 Tools to enable NVIDIA's Prime
ii nvidia-settings 361.42-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver[cat /etc/X11/xorg.conf]
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection以上の通りです。
よろしくお願いします。
オフライン
ページ: 1