Displaying 2 results from an estimated 2 matches for "tux_xc1706".
2017 Jun 13
13
[Bug 101404] New: GTX 970M (GM204-A) not powered off when not in use (DynPwr in stead of DynOff)
...ery I see DynOff and 16-18W with powertop
(i.e. nvidia card is turned off).
Issue 2:
--------
With pcie_port_pm=off and on AC I always see DynPwr even though the nvidia card
is unused (see below) - shouldn't this change to DynOff when unused? Is there a
workaround way to force this to DynOff?
tux_xc1706 ~ # cat /sys/kernel/debug/vgaswitcheroo/switch
0:IGD:+:Pwr:0000:00:02.0
1:DIS: :DynPwr:0000:01:00.0
tux_xc1706 ~ # xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x7a cap: 0xf, Source Output, Sink Output, Source Offload, Sink
Offload crtcs: 3 outputs: 1 associated providers: 0 name:m...
2018 Apr 05
3
[Bug 105903] New: Only mouse cursor visible on DP-1 connected monitor, no graphics (was working earlier - reverse PRIME)
...17
--> https://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 connecte...