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

Re: Xfree 4.1 configuration.



On Sat, Apr 06, 2002 at 04:33:53PM +0200, Michel Dänzer wrote:
> Either use my 4.2 binaries from
> http://penguinppc.org/~daenzer/XFree86-4.2/ - they should work with or
> without Option "UseFBDev" - or use the attached patch for 4.1.
> 
> Branden, could you include this patch, which is a small bugfix?

In the future, please mail these to debian-x as well, or file a bug.  I
almost missed this one.

It didn't make it into -15pre16v1, but will be in the next test or final
release.

I also used the other one-line fix from that patch as you originally
submitted it to XFree86:

@@ -1537,7 +1537,7 @@

         if (modesFound < 1 && info->FBDev) {
                fbdevHWUseBuildinMode(pScrn);
-               pScrn->displayWidth = pScrn->virtualX; /* FIXME: might be wrong */
+               pScrn->displayWidth = fbdevHWGetLineLength(pScrn)/(pScrn->bitsPerPixel/8);
                modesFound = 1;
         }

-- 
G. Branden Robinson                |    I just wanted to see what it looked
Debian GNU/Linux                   |    like in a spotlight.
branden@debian.org                 |    -- Jim Morrison
http://people.debian.org/~branden/ |

Attachment: pgplM8Bnk_g97.pgp
Description: PGP signature


Reply to: