LINUX.ORG.RU
ФорумAdmin

Не детектит второй монитор HDMI в Ubuntu 16.04

 , ,


0

1

На свежеустановленной убунту накатил пропиетарных дров от нвидии после чего система перестала детектить второй монитор, подключенный через hdmi.

До пропиетарных стоял дефолтный nouveau, который мне удалось выпилить. Unity заменены на православный KDE.

Xorg.conf

veter@veter:~$ sudo 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

lspci

veter@veter:~$ sudo lspci -k| grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
       Subsystem: ASUSTeK Computer Inc. Skylake Integrated Graphics
       Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
       Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M]
       Kernel driver in use: nvidia

xrandr при подключенном втором мониторе

Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 16384 x 16384
eDP-1-1 connected primary 3840x2160+0+0 344mm x 194mm
  3840x2160     59.98*+
  2048x1536     60.00  
  1920x1440     60.00  
  1856x1392     60.01  
  1792x1344     60.01  
  1920x1200     59.95  
  1920x1080     59.93  
  1600x1200     60.00  
  1680x1050     59.95    59.88  
  1600x1024     60.17  
  1400x1050     59.98  
  1280x1024     60.02  
  1440x900      59.89  
  1280x960      60.00  
  1360x768      59.80    59.96  
  1152x864      60.00  
  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  
DP-1-1 disconnected
HDMI-1-1 disconnected
DP-1-2 disconnected

--purge remove nvidia* apt-get install не помогают

GRUB

veter@veter:~/projects/cargo$ sudo cat /etc/default/grub
[sudo] password for veter:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="nomodset"

Помогите Христа ради!



Последнее исправление: nebraska_edu (всего исправлений: 2)

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.