I'm trying to connect TV with HDMI cable as an additional monitor, but TV show message "no signal" and xrandr show "HDMI1 disconnected".
(I've read a lot of forum topics about HDMI output with optimus, such as https://wiki.gentoo.org/wiki/NVIDIA_Opt ... figuration)
I can assure that the cable is OK and TV configured correctly, because I'm able to connect another device using same cable and same TV settings, and it's working fine.
When I'm connecting HDMI cable there are no logs in Xorg.0.log file, the only message in logs is
Code: Select all
ACPI event unhandled: video/switchmode VMOD 00000080 00000000
here is xrandr output
Code: Select all
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 60.02*+ 59.93 48.03
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Code: Select all
lspci -nnmvk | awk '/VGA/,/Driver/'
Class: VGA compatible controller [0300]
Vendor: Intel Corporation [8086]
Device: Device [3e9b]
SVendor: Dell [1028]
SDevice: Device [0825]
Driver: i915
Class: VGA compatible controller [0300]
Vendor: NVIDIA Corporation [10de]
Device: GP106M [GeForce GTX 1060 Mobile 3GB] [1c20]
SVendor: Dell [1028]
SDevice: GP106M [GeForce GTX 1060 Mobile 3GB] [0825]
Rev: a1
Driver: nvidia
Code: Select all
lsmod | grep -e 'nvidia\|i915\|bb'
bbswitch 16384 0
nvidia_drm 40960 0
nvidia_modeset 995328 1 nvidia_drm
nvidia 16715776 1 nvidia_modeset
i915 1912832 2
ipmi_msghandler 49152 1 nvidia
i2c_algo_bit 16384 1 i915
drm_kms_helper 163840 2 nvidia_drm,i915
drm 389120 5 drm_kms_helper,nvidia_drm,i915
Code: Select all
Section "ServerLayout"
Identifier "intel"
Screen 0 "Screen0" 0 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
EndSection
Section "Device"
Identifier "Device0"
Driver "intel"
Option "Backingstore" "true"
Option "AccelMethod" "glamor"
Option "DRI" "3"
Screen 0
EndSection
# tried to add these sections:
#Section "Screen"
# Identifier "Screen1"
# Device "nvidia"
#EndSection
#
#Section "Device"
# Identifier "nvidia"
# Driver "nvidia"
# BusID "PCI:0@1:0:0"
# Option "ConstrainCursor" "off"
# Option "NoLogo" "true"
# Option "ConnectedMonitor" "DFP-0"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
#EndSection

