| Summary: | Cant install xorg/sparc64/Creator3D | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | andrew | ||||
| Component: | sparc64 | Assignee: | lesi | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.5-PRERELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
andrew
2006-03-23 23:00:29 UTC
On Thu, Mar 23, 2006 at 10:53:50PM +0000, Andrew Grillet wrote:
> >Environment:
> FreeBSD u60.grillet.home 5.5-PRERELEASE #1 Mon Mar 20 22:18:31 GMT 2006 andrew@u60.grillet.home:/usr/obj/usr/src/sys/U60 sparc64
> >Description:
> Cannot do
> startx -configure
> (or use my own config file)
> log shows
> dlopen: /usr/X11R6/lib/modules/drivers/sunffb_drv.so Undefined symbol "cfbPutImage"
> Failed to load, etc.
>
It should work if you put 'Load "cfb"' and 'Load "cfb32"' into the
'Module' section of your xorg.conf. Note that if you plan to use
creator(4) you really should use FreeBSD 6.0 or later as there a
couple of bugs like the screen corruption when switching to a
VTY from X or when shutting down the X server are fixed.
Dejan, can you tell whether sunffb_drv.so is missing dependencies
on libcfb.so and libcfb32.so or these are meant to be explicitly
loaded with Xorg server versions that use shared objects for
drivers?
Marius
--
This mail was scanned by AntiVir Milter.
This product is licensed for non-commercial use.
See www.antivir.de for details.
On Wednesday 29 March 2006 13:01, Marius Strobl wrote: > On Thu, Mar 23, 2006 at 10:53:50PM +0000, Andrew Grillet wrote: > > >Environment: > > > > FreeBSD u60.grillet.home 5.5-PRERELEASE #1 Mon Mar 20 22:18:31 GMT 2006 > > andrew@u60.grillet.home:/usr/obj/usr/src/sys/U60 sparc64 > > > > >Description: > > > > Cannot do > > startx -configure > > (or use my own config file) > > log shows > > dlopen: /usr/X11R6/lib/modules/drivers/sunffb_drv.so Undefined symbol > > "cfbPutImage" Failed to load, etc. > > It should work if you put 'Load "cfb"' and 'Load "cfb32"' into the > 'Module' section of your xorg.conf. Note that if you plan to use > creator(4) you really should use FreeBSD 6.0 or later as there a > couple of bugs like the screen corruption when switching to a > VTY from X or when shutting down the X server are fixed. > Dejan, can you tell whether sunffb_drv.so is missing dependencies > on libcfb.so and libcfb32.so or these are meant to be explicitly > loaded with Xorg server versions that use shared objects for > drivers? As far as I can tell cfb was rather completely removed from X.org. I'll see if it is feasible to make a patch to remove the references instead. State Changed From-To: open->analyzed Incorporating post-7.0 changes from X.org CVS should fix this. Responsible Changed From-To: freebsd-sparc64->lesi Grab. Please try if this patch works. The patch works with a slight modification: You have to delete the following lines from ffb_driver.c (after applying the patch, of course). > if (xf86LoadSubModule(pScrn, "xf8_32wid") == NULL) { > FFBFreeRec(pScrn); > return FALSE; > } > -- Matthias Muthmann <mmuthmann@gmx.net> State Changed From-To: analyzed->closed Commited with ffb_driver.c part of patch. Thanks! |