[Openchrome-users] [openChrome] #301: XV video crashes player on Jaunty (VIA KM400/KN400/P4M800, S3 UniChrome)
OpenChrome Trac
trac
Thu Aug 20 06:42:19 PDT 2009
#301: XV video crashes player on Jaunty (VIA KM400/KN400/P4M800, S3 UniChrome)
--------------------+-------------------------------------------------------
Reporter: GuruX | Owner: somebody
Type: defect | Status: new
Priority: major | Component: xv
Version: trunk | Resolution:
Keywords: | Blocking: 261
Blockedby: |
--------------------+-------------------------------------------------------
Comment(by gang65):
Ok.
Try to set UseLegacyModeSwitch=TRUE (line 693) for your chipset (KM400) in
file via_driver.c
For example:
{{{
switch (pVia->Chipset) {
case VIA_KM400:
/* IRQ is not broken on KM400A, but testing (pVia->ChipRev <
0x80)
* is not enough to make sure we have an older, broken KM400.
*/
pVia->DRIIrqEnable = FALSE;
pVia->UseLegacyModeSwitch = TRUE;
break;
}}}
--
Ticket URL: <http://www.openchrome.org/trac/ticket/301#comment:18>
openChrome <http://www.openchrome.org/>
The openChrome project
More information about the Openchrome-users
mailing list