Bug 101782 - GTX1050TI (GP107 / NV137): HDMI output not working
Summary: GTX1050TI (GP107 / NV137): HDMI output not working
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nouveau (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Nouveau Project
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-13 13:08 UTC by Carlo Caione
Modified: 2017-08-08 20:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
log_attaching_detaching (10.42 KB, text/plain)
2017-07-13 13:08 UTC, Carlo Caione
no flags Details
log_full_attaching_detaching (10.42 KB, text/plain)
2017-07-13 13:08 UTC, Carlo Caione
no flags Details
xrand_before (776 bytes, text/plain)
2017-07-13 13:09 UTC, Carlo Caione
no flags Details
xrandr_after (2.12 KB, text/plain)
2017-07-13 13:09 UTC, Carlo Caione
no flags Details

Description Carlo Caione 2017-07-13 13:08:07 UTC
Created attachment 132664 [details]
log_attaching_detaching

The same hardware as for https://bugs.freedesktop.org/show_bug.cgi?id=101764

When the HDMI cable is connected there is no signal for the external monitor and the internal panel keeps working as expected.

The journal when the cable is attached and then detached is attached to this ticket. What's interesting to me is:

gdm-Xorg-:0[551]: (EE) NOUVEAU(G0): failed to set mode: No space left on device
Comment 1 Carlo Caione 2017-07-13 13:08:42 UTC
Created attachment 132665 [details]
log_full_attaching_detaching
Comment 2 Carlo Caione 2017-07-13 13:09:11 UTC
Created attachment 132666 [details]
xrand_before

xrandr output before attaching the HDMI cable
Comment 3 Carlo Caione 2017-07-13 13:09:38 UTC
Created attachment 132667 [details]
xrandr_after

xrandr output after attaching the HDMI cable
Comment 4 Carlo Caione 2017-08-08 17:36:54 UTC
Apparently the problem is:

(EE) NOUVEAU(G0): Error creating GPU channel: -19
(EE) NOUVEAU(G0): Error initialising acceleration.  Falling back to NoAccel

in our kernel we are booting with 'noaccel=1' that is disabling acceleration. But nouveau can't do the prime offload without accel since it uses the copy engine to copy the framebuffer out.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.