Gentoo Archives: gentoo-dev

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-dev@l.g.o
Cc: sparc@g.o
Subject: Re: [gentoo-dev] Modular X plans
Date: Wed, 10 Aug 2005 22:47:19
Message-Id: 42FA8319.3040801@gentoo.org
In Reply to: Re: [gentoo-dev] Modular X plans by Ferris McCormick
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Ferris McCormick wrote:
5 | I wrote the note very fast, and it was not too clear. With sunffb, the
6 | kernel code for current 2.6.x (x > 6) is broken, and davem has taken dri
7 | support out of the xorg sunffb driver (to paraphrase him, you can't do
8 | both drm and correct font rendering).
9
10 OK, it might be nice to bring alanh in on this conversation since he
11 recently fixed up the ffb DRI code, also to retest with the new code.
12
13 And as far as davem taking out DRI from the DDX code, that seems easy
14 enough to re-enable and test again -- just #if 0 changed back to XF86DRI.
15
16 donnie@supernova
17 /usr/local/share/xorg/modular/driver/xf86-video-sunffb/src $ grep -i
18 xf86dri *
19 ffb_dri.c:#define _XF86DRI_SERVER_
20 ffb_driver.c:/*#ifdef XF86DRI*/
21 ffb_driver.c:#if 0 /*def XF86DRI*/
22 ffb_driver.c:#if 0 /*def XF86DRI*/
23 ffb_driver.c:#if 0 /*def XF86DRI*/
24 ffb.h:#ifdef XF86DRI
25 ffb.h:#ifdef XF86DRI
26 ffb.h:#ifdef XF86DRI
27 ffb.h:#ifdef XF86DRI
28
29 | With mach64, the problem on sparc has been the hardware itself, if I
30 | remember correctly. That is, kernel, xorg are fine, but the mach64 card
31 | used on U5/U10 is memory-deficient. Someone who has looked at it more
32 | recently than I have will correct this. (There is a mach64-based sparc
33 | frame buffer which should be OK for DRI, but I've never seen one. I'll
34 | chase it down in the framebuffer handbook a little later.)
35
36 My u5 works just fine with DRI at 800x600 resolution, 16-bit color. Any
37 higher than this and you're right, not enough memory.
38
39 | Changing DRI_DIRS is exactly what I did.
40
41 Not really...
42
43 DRIVER_DIRS != DRI_DIRS
44
45 e.g., DRIVER_DIRS = dri, DRI_DIRS = mach64 ffb
46
47 Thanks,
48 Donnie
49 -----BEGIN PGP SIGNATURE-----
50 Version: GnuPG v1.4.1 (GNU/Linux)
51 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
52
53 iD8DBQFC+oMZXVaO67S1rtsRAr4zAJ9pdiE+OY9olRg3iLet8TPZ+cc0LACgz2nc
54 Z+702RsgsYdWHvYWoErTeaE=
55 =Wo8g
56 -----END PGP SIGNATURE-----
57 --
58 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Modular X plans Ferris McCormick <fmccor@g.o>