Sorry, broken english because I am Japanese.
My ct65548 is working by XFree86 4.3.0.
But mouse cursor write dust what's black dot when move quickry.
I don't know what to do that probrem.
My environment is :
CPU : FUJITSU FM/V-5100NU/W
OS : RedHat Linux 9
You can use this patch. But I can't support.
--- start of patch ---
*** XFree86-4.3.0/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
2003-08-21 20:09:07.000000000 +0900
---
XFree86-4.3.0-debug/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
2003-08-21 19:55:27.000000000 +0900
***************
*** 6636,6642 ****
}
if (cPtr->PanelType & ChipsLCD)
! ChipsNew->XR[0x51] |= 0x02;
else
ChipsNew->XR[0x51] &= $Bc` (I> (B0x02;
--- 6636,6646 ----
}
if (cPtr->PanelType & ChipsLCD)
! if (cPtr->Chipset == CHIPS_CT65548) {
! ChipsNew->XR[0x51] &= $Bc` (I> (B0x02;
! } else {
! ChipsNew->XR[0x51] |= 0x02;
! }
else
ChipsNew->XR[0x51] &= $Bc` (I> (B0x02;
--- end of patch ---
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86