[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#318348: marked as done (xerver-xorg: Unichrome driver will only use 640x480 on K8M800)



Your message dated Sat, 16 Jun 2007 19:03:04 +0200
with message-id <467417C8.5060002@ens-lyon.org>
and subject line Bug#318348: xerver-xorg: Unichrome driver will only use 640x480 on K8M800
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg
Version: 6.8.2.dfsg.1-2
Severity: normal
Tags: patch


There's a bug in the Unichrome driver code which means high resolution video
modes are not available.  There's a simple fix given to me by Luc Verhagen
of the Unichrome development team:

In the file programs/Xserver/hw/xfree86/drivers/via/ (provided by
patches/000_stolen_from_unichrome.sf.net.diff), in the function
ViaGetMemoryBandwidth:

    case VIA_KM400:
       if (pVia->ChipRev < 0x8F)

should read:

    case VIA_KM400: 
       if (pVia->ChipRev < 0x84) 


Making this change and recompiling has solved the problem for me.

Cheers,

Tom


--- End Message ---
--- Begin Message ---
Norbert Preining wrote:
> Sorry, I don't have access to this computer anymore. I guess we can
> close this bug.
>   

Thank you for the quick reply, I am closing this bug.

If anybody ever reproduces the problem, feel free to reopen.

Brice


--- End Message ---

Reply to: