Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131286 Details for
Bug 192312
xorg-server-1.3: xf86-video-s3 - s3_drv.so: undefined symbol: RamDacInit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Export symbols in xserver 1.3
ramdac.patch (text/plain), 2.23 KB, created by
Alan Hourihane
on 2007-09-19 10:35:24 UTC
(
hide
)
Description:
Export symbols in xserver 1.3
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2007-09-19 10:35:24 UTC
Size:
2.23 KB
patch
obsolete
>commit 3c6f1428489c1f71acd41066ea73ef4ae7c60f17 >Author: Julien Cristau <jcristau@debian.org> >Date: Tue May 29 22:01:30 2007 -0400 > > Make sure that the ramdac symbols are present in the server > > The former ramdac module is now built into the server, so its symbols need to > be explicitly exported to drivers (Debian #423129). > >diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c >index 5175f01..6535e4c 100644 >--- a/hw/xfree86/loader/xf86sym.c >+++ b/hw/xfree86/loader/xf86sym.c >@@ -96,6 +96,11 @@ > #endif > #include "xf86DDC.h" > #include "edid.h" >+#include "xf86Cursor.h" >+#include "xf86RamDac.h" >+#include "BT.h" >+#include "IBM.h" >+#include "TI.h" > > #ifndef HAS_GLIBC_SIGSETJMP > #if defined(setjmp) && defined(__GNU_LIBRARY__) && \ >@@ -1255,4 +1260,50 @@ _X_HIDDEN void *xfree86LookupTab[] = { > SYMFUNC(xf86I2CWriteRead) > SYMFUNC(xf86I2CWriteVec) > SYMFUNC(xf86I2CWriteWord) >+ >+ /* ramdac/xf86RamDac.c */ >+ SYMFUNC(RamDacCreateInfoRec) >+ SYMFUNC(RamDacHelperCreateInfoRec) >+ SYMFUNC(RamDacDestroyInfoRec) >+ SYMFUNC(RamDacHelperDestroyInfoRec) >+ SYMFUNC(RamDacInit) >+ SYMFUNC(RamDacHandleColormaps) >+ SYMFUNC(RamDacFreeRec) >+ SYMFUNC(RamDacGetHWIndex) >+ SYMVAR(RamDacHWPrivateIndex) >+ SYMVAR(RamDacScreenPrivateIndex) >+ >+ /* ramdac/xf86Cursor.c */ >+ SYMFUNC(xf86InitCursor) >+ SYMFUNC(xf86CreateCursorInfoRec) >+ SYMFUNC(xf86DestroyCursorInfoRec) >+ SYMFUNC(xf86ForceHWCursor) >+ >+ /* ramdac/BT.c */ >+ SYMFUNC(BTramdacProbe) >+ SYMFUNC(BTramdacSave) >+ SYMFUNC(BTramdacRestore) >+ SYMFUNC(BTramdacSetBpp) >+ >+ /* ramdac/IBM.c */ >+ SYMFUNC(IBMramdacProbe) >+ SYMFUNC(IBMramdacSave) >+ SYMFUNC(IBMramdacRestore) >+ SYMFUNC(IBMramdac526SetBpp) >+ SYMFUNC(IBMramdac640SetBpp) >+ SYMFUNC(IBMramdac526CalculateMNPCForClock) >+ SYMFUNC(IBMramdac640CalculateMNPCForClock) >+ SYMFUNC(IBMramdac526HWCursorInit) >+ SYMFUNC(IBMramdac640HWCursorInit) >+ SYMFUNC(IBMramdac526SetBppWeak) >+ >+ /* ramdac/TI.c */ >+ SYMFUNC(TIramdacCalculateMNPForClock) >+ SYMFUNC(TIramdacProbe) >+ SYMFUNC(TIramdacSave) >+ SYMFUNC(TIramdacRestore) >+ SYMFUNC(TIramdac3026SetBpp) >+ SYMFUNC(TIramdac3030SetBpp) >+ SYMFUNC(TIramdacHWCursorInit) >+ SYMFUNC(TIramdacLoadPalette) > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192312
: 131286