So I recently switched to Ubuntu, and my second monitor has had an issue of looking washed out. Which I am 80% certain is due to the system decides to give it a shorter range of colors. I read from http://manpages.ubuntu.com/manpages/trusty/man4/intel.4.html that I could modify the settings to try and fix that. Although I am uncertain as to where to find it, intensive googling did not get me too far.
ls /usr/share/X11/xorg.conf.d
gives output:
10-amdgpu.conf 10-nvidia.conf 10-quirks.conf 10-radeon.conf 40-libinput.conf 70-wacom.conf
xserver-xorg-video-intel seems to be installed from the system itself. I am quite stuck here, where exactly would I be looking for this file to modify? Or should I create my own?
/usr/share/X11/xorg.conf.d
– Pilot6 Dec 06 '20 at 18:14man 4 modesetting
). Using the Intel driver you mentioned isn't recommended. – NovHak Dec 06 '20 at 19:58