http://qa.mandrakesoft.com/show_bug.cgi?id=1257
------- Additional Comments From [EMAIL PROTECTED] 2003-03-13 01:45 -------
I found the below post to the XFREE86 Dev list. I'm disappointed since I have
been waiting the better part of a year for a new XFREE version that might fix my
Mobility M6 LY sync problems. If I understand the patch it changes the dot
clock frequency slightly. Any chance of getting this fix into 9.1 final.
Re: nasty little bug in radeon driver
* From: Alan Hourihane
* Subject: Re: nasty little bug in radeon driver
* Date: Fri, 07 Mar 2003 04:09:52 -0800
On Fri, Mar 07, 2003 at 09:47:42AM +0100, Enrik Berkhan wrote:
> Hi,
>
> after having some problems with an R300 based ATI card (dotclocks seemed
> to be too slowed by a factor of about 1.17, text mode restoral didn't
> work), I've found the following:
>
> Index: radeon_reg.h
> ===================================================================
> RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h,v
> retrieving revision 1.25
> diff -u -r1.25 radeon_reg.h
> --- radeon_reg.h 2003/02/07 18:08:59 1.25
> +++ radeon_reg.h 2003/03/07 08:34:09
> @@ -879,7 +879,7 @@
> # define RADEON_P2PLL_REF_DIV_MASK 0x03ff
> # define RADEON_P2PLL_ATOMIC_UPDATE_R (1 << 15) /* same as _W */
> # define RADEON_P2PLL_ATOMIC_UPDATE_W (1 << 15) /* same as _R */
> -# define R300_PPLL_REF_DIV_ACC_MASK (0x3ff < 18)
> +# define R300_PPLL_REF_DIV_ACC_MASK (0x3ff << 18)
> # define R300_PPLL_REF_DIV_ACC_SHIFT 18
> #define RADEON_PALETTE_DATA 0x00b4
> #define RADEON_PALETTE_30_DATA 0x00b8
>
> Now it works for me.
Thanks,
I've committed your fix to the CVS.
Alan.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
Computer is HP XT375 laptop with ATI Mobility LY M6 graphics chip. Mandrake
9.1 Beta 3 correctly identifies the chip and uses Radeon driver, defaults to
LCD monitor 1027X768 (also correct). There are two distinct problems:
1. Laptop monitor will not sync reliably. Has horizontal lines about 50% of
the time when X starts. Can be worked around by alternating Ctrl-Alt-Fx and
Ctrl-Alt-F6 (switch between a terminal session and X) until it syncs. Once
synced it will remain so until logging out/in or restarting.
2. On shutdown, when X stops a blue color band is displayed at the bottom of
the screen and the machine hangs.
Also, X works fine if the VESA driver is selected, shutdown works as well
without a problem.
Also Windows XP works fine using a resolution of 1024x768.