xf86-video-ati: Branch 'master' - 2 commits
Michel Dänzer
michel at tungstengraphics.com
Mon Apr 28 01:35:26 PDT 2008
On Sun, 2008-04-27 at 17:34 -0700, Alex Deucher wrote:
>
> commit 8a9820a3aa49bc667f90ac291a27e4d7b4ae38b3
> Author: Alex Deucher <alex at botch2.com>
> Date: Sun Apr 27 19:02:22 2008 -0400
>
> RADEON: decrease crtc/output verbosity
>
> diff --git a/src/atombios_crtc.c b/src/atombios_crtc.c
> index 51981a7..bab56b2 100644
> --- a/src/atombios_crtc.c
> +++ b/src/atombios_crtc.c
> @@ -231,7 +231,7 @@ atombios_crtc_set_pll(xf86CrtcPtr crtc, DisplayModePtr mode)
>
> atombios_get_command_table_version(info->atomBIOS, index, &major, &minor);
>
> - ErrorF("table is %d %d\n", major, minor);
> + /*ErrorF("table is %d %d\n", major, minor);*/
Maybe use xf86DrvMsgVerb() with a loglevel higher than the default,
possibly via macros? That would allow still getting this output via
starting the X server with -logverbose.
--
Earthling Michel Dänzer | http://tungstengraphics.com
Libre software enthusiast | Debian, X and DRI developer
More information about the xorg-driver-ati
mailing list