search for: nouveau_on

Displaying 1 result from an estimated 1 matches for "nouveau_on".

Did you mean: nouveau_in
2018 Apr 05
3
[Bug 105903] New: Only mouse cursor visible on DP-1 connected monitor, no graphics (was working earlier - reverse PRIME)
.../bugs.freedesktop.org/attachment.cgi?id=138617&action=edit dmesg kernel log I use Gentoo and nouveau with reverse PRIME to get an external monitor working with my laptop. This setup used to work, but no longer does. This is the script I use to turn the external outputs on: tux_xc1706 ~ # cat nouveau_on.sh #!/bin/bash read intel nv <<<"$(xrandr --listproviders | awk '/outputs:/{print $4}' | tr '\n' ' ')" xrandr --setprovideroutputsource $nv $intel xrandr --output DP-1-1 --mode 1920x1080 --right-of eDP-1 The monitor also gets connected and I can move th...