View Single Post
Old 12-27-2021, 02:42 PM   #2
Wolfgang T.
Junior Member
 
Join Date: Dec 2021
Posts: 2
Default Solved

if you have more providers if you call

xrandr --listproviders

make sure the last provider with modesetting has an associated provider
Switch of unused providers
xrandr --setprovideroutputsource [other active modesetting provider]
Switch last installed provider on
xrandr --setprovideroutputsource [last modesetting provider] 0

And then you also should make a start script which is calling

xrandr --setprovideroutputsource [last modesetting provider] 0
Wolfgang T. is offline   Reply With Quote