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

Re: leo/zx driver toast in X11 4.1 ?



I seem to recall that cg14 (aka SX) works fine in 24-bit mode.  I might
be wrong and can double-check.

* Thorsten Kukuk <kukuk@suse.de> [011017 02:54]:
> But it would be much better to fix the broken drivers. If it only
> works with 32bit it should register itself correct.
> 
> --- programs/Xserver/hw/xfree86/drivers/suncg14/cg14_driver.c   2001/06/20 11:26:10     1.1.1.1
> +++ programs/Xserver/hw/xfree86/drivers/suncg14/cg14_driver.c   2001/08/16 09:17:03     1.1.1.1.2.1
> @@ -323,7 +323,7 @@
>      deal with depth
>      *********************/
>      
> -    if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) {
> +    if (!xf86SetDepthBpp(pScrn, 32, 0, 32, Support32bppFb)) {
>         return FALSE;
>      } else {
>         /* Check that the returned depth is one we support */



Reply to: