diff options
-rw-r--r-- | README | 6 | ||||
-rwxr-xr-x | monitor-edid | 2 | ||||
-rwxr-xr-x | monitor-probe-using-X | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -13,7 +13,11 @@ Inspired from: int10 and x86emu support by Gwenole Beauchesne (partly from Xorg code) -re-organised by Pixel <pixel@mandriva.com> +re-organised by Pixel + +Patches and bugs should go to Cooker mailinglist or to Mandriva bugzilla: +http://lists.mandriva.com/cooker/ +http://qa.mandriva.com/ -------------------------------------------------------------------------------- monitor-probe-using-X inspiration is Ubuntu's xresprobe, diff --git a/monitor-edid b/monitor-edid index 283320a..888b312 100755 --- a/monitor-edid +++ b/monitor-edid @@ -1,7 +1,7 @@ #!/usr/bin/perl # monitor-edid -# Copyright (C) 2005-2008 Mandriva (pixel@mandriva.com) +# Copyright (C) 2005-2008 Mandriva # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/monitor-probe-using-X b/monitor-probe-using-X index d762d4a..1558805 100755 --- a/monitor-probe-using-X +++ b/monitor-probe-using-X @@ -24,7 +24,7 @@ if (-e $arg) { "Saving log in $log_file.\n", $ok ? "If the detected resolution is wrong" : "If it contains interesting information", - ", send $log_file to pixel\@mandriva.com\n\n"; + ", open a report at http://qa.mandriva.com/ and attach $log_file.\n\n"; } $ok or warn "Could not find a resolution\n"; } |