Among other annoyances, the TV monitor does not react well (displays a fringing effect between high contrast areas) when the xrandr scaling mode is set to Full (using the nouveau driver here). Sadly this is the default. Even sadder, there is no place in the xorg.conf to actually fix this (xrandr being a dynamic mechanism after all, to support adding displays dynamically), so the fix is to run xrandr on every X startup. The best place to do that is in GDM (version 3) initialization since that will also fix the GDM login display./etc/gdm/Init/Default (but don't edit that). The docs say that GDM will load the Default script if there is no display-specific script. Let's just add a display-specific script /etc/gdm/Init/:0 :#!/bin/sh This was not a problem when CentOS 6 was installed on the machine so I can only guess there were some interesting changes in the intervening versions. |
Random Notes >