Comment # 34
on bug 83226
from nw9165-3201@yahoo.com
(In reply to Andy Furniss from comment #12) > (In reply to John from comment #10) > > I've applied the patches but I am not sure how to enable anything. > > Since it's a drm patch, am I suppose to enable that the same way I do for > > audio and dpm? > > If so, I haven't tried, but I don't see anything in modinfo for csc. > > xrandr --verbose will show you the options/output name and the current > setting. > > to change do something like - > > xrandr --output HDMI-0 --set output_csc tvrgb Could anyone please explain why this setting needs to be done via xrandr? Why not via the xorg.conf.d files? To enable the TearFree option for example you can add: Option "TearFree" "True" inside a xorg.conf.d file for example. So why can't the color range be set via a xorg.conf.d file like this for example: Option "Broadcast RGB" "Limited" ? Why xrandr and not xorg.conf.d? Or why not both? Also, why is the AMD driver's option being called: xrandr --output $OUTPUT --set output_csc tvrgb ? For the Intel driver it's called: xrandr --output $OUTPUT --set "Broadcast RGB" "Limited" Why does the setting have to have a different name between the AMD and Intel driver? Why can't the names just be kept the same? Regards
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel