实例介绍
vnc移植源码包 交叉编译 arm板
【实例截图】
【核心代码】
vnc-4_1_3-unixsrc.tar交叉编译完成
└── vnc-4_1_3-unixsrc
├── common
│ ├── boilerplate.mk
│ ├── config.cache
│ ├── config.log
│ ├── config.status
│ ├── configure
│ ├── configure.in
│ ├── depend.mk
│ ├── javabin
│ │ ├── index.vnc
│ │ ├── logo150x150.gif
│ │ └── vncviewer.jar
│ ├── Makefile
│ ├── Makefile~
│ ├── Makefile.in
│ ├── network
│ │ ├── libnetwork.a
│ │ ├── Makefile
│ │ ├── Makefile.in
│ │ ├── network.vcproj
│ │ ├── Socket.h
│ │ ├── TcpSocket.cxx
│ │ ├── TcpSocket.h
│ │ └── TcpSocket.o
│ ├── rdr
│ │ ├── Exception.cxx
│ │ ├── Exception.h
│ │ ├── Exception.o
│ │ ├── FdInStream.cxx
│ │ ├── FdInStream.h
│ │ ├── FdInStream.o
│ │ ├── FdOutStream.cxx
│ │ ├── FdOutStream.h
│ │ ├── FdOutStream.o
│ │ ├── FixedMemOutStream.h
│ │ ├── HexInStream.cxx
│ │ ├── HexInStream.h
│ │ ├── HexInStream.o
│ │ ├── HexOutStream.cxx
│ │ ├── HexOutStream.h
│ │ ├── HexOutStream.o
│ │ ├── InStream.cxx
│ │ ├── InStream.h
│ │ ├── InStream.o
│ │ ├── librdr.a
│ │ ├── Makefile
│ │ ├── Makefile.in
│ │ ├── MemInStream.h
│ │ ├── MemOutStream.h
│ │ ├── OutStream.h
│ │ ├── RandomStream.cxx
│ │ ├── RandomStream.h
│ │ ├── RandomStream.o
│ │ ├── rdr.vcproj
│ │ ├── SubstitutingInStream.h
│ │ ├── types.h
│ │ ├── ZlibInStream.cxx
│ │ ├── ZlibInStream.h
│ │ ├── ZlibInStream.o
│ │ ├── ZlibOutStream.cxx
│ │ ├── ZlibOutStream.h
│ │ └── ZlibOutStream.o
│ ├── rfb
│ │ ├── Blacklist.cxx
│ │ ├── Blacklist.h
│ │ ├── Blacklist.o
│ │ ├── CConnection.cxx
│ │ ├── CConnection.h
│ │ ├── CConnection.o
│ │ ├── CMsgHandler.cxx
│ │ ├── CMsgHandler.h
│ │ ├── CMsgHandler.o
│ │ ├── CMsgReader.cxx
│ │ ├── CMsgReader.h
│ │ ├── CMsgReader.o
│ │ ├── CMsgReaderV3.cxx
│ │ ├── CMsgReaderV3.h
│ │ ├── CMsgReaderV3.o
│ │ ├── CMsgWriter.cxx
│ │ ├── CMsgWriter.h
│ │ ├── CMsgWriter.o
│ │ ├── CMsgWriterV3.cxx
│ │ ├── CMsgWriterV3.h
│ │ ├── CMsgWriterV3.o
│ │ ├── ColourCube.h
│ │ ├── ColourMap.h
│ │ ├── ComparingUpdateTracker.cxx
│ │ ├── ComparingUpdateTracker.h
│ │ ├── ComparingUpdateTracker.o
│ │ ├── Configuration.cxx
│ │ ├── Configuration.h
│ │ ├── Configuration.o
│ │ ├── ConnParams.cxx
│ │ ├── ConnParams.h
│ │ ├── ConnParams.o
│ │ ├── CSecurity.h
│ │ ├── CSecurityNone.h
│ │ ├── CSecurityVncAuth.cxx
│ │ ├── CSecurityVncAuth.h
│ │ ├── CSecurityVncAuth.o
│ │ ├── Cursor.cxx
│ │ ├── Cursor.h
│ │ ├── Cursor.o
│ │ ├── d3des.c
│ │ ├── d3des.h
│ │ ├── d3des.o
│ │ ├── Decoder.cxx
│ │ ├── Decoder.h
│ │ ├── Decoder.o
│ │ ├── Encoder.cxx
│ │ ├── Encoder.h
│ │ ├── Encoder.o
│ │ ├── encodings.cxx
│ │ ├── encodings.h
│ │ ├── encodings.o
│ │ ├── Exception.h
│ │ ├── hextileConstants.h
│ │ ├── hextileDecode.h
│ │ ├── HextileDecoder.cxx
│ │ ├── HextileDecoder.h
│ │ ├── HextileDecoder.o
│ │ ├── hextileEncode.h
│ │ ├── HextileEncoder.cxx
│ │ ├── HextileEncoder.h
│ │ ├── HextileEncoder.o
│ │ ├── Hostname.h
│ │ ├── HTTPServer.cxx
│ │ ├── HTTPServer.h
│ │ ├── HTTPServer.o
│ │ ├── ImageGetter.h
│ │ ├── InputHandler.h
│ │ ├── KeyRemapper.cxx
│ │ ├── KeyRemapper.h
│ │ ├── KeyRemapper.o
│ │ ├── keysymdef.h
│ │ ├── librfb.a
│ │ ├── Logger.cxx
│ │ ├── Logger_file.cxx
│ │ ├── Logger_file.h
│ │ ├── Logger_file.o
│ │ ├── Logger.h
│ │ ├── Logger.o
│ │ ├── Logger_stdio.cxx
│ │ ├── Logger_stdio.h
│ │ ├── Logger_stdio.o
│ │ ├── LogWriter.cxx
│ │ ├── LogWriter.h
│ │ ├── LogWriter.o
│ │ ├── Makefile
│ │ ├── Makefile.in
│ │ ├── msgTypes.h
│ │ ├── Password.cxx
│ │ ├── Password.h
│ │ ├── Password.o
│ │ ├── PixelBuffer.cxx
│ │ ├── PixelBuffer.h
│ │ ├── PixelBuffer.o
│ │ ├── PixelFormat.cxx
│ │ ├── PixelFormat.h
│ │ ├── PixelFormat.o
│ │ ├── Pixel.h
│ │ ├── RawDecoder.cxx
│ │ ├── RawDecoder.h
│ │ ├── RawDecoder.o
│ │ ├── RawEncoder.cxx
│ │ ├── RawEncoder.h
│ │ ├── RawEncoder.o
│ │ ├── Rect.h
│ │ ├── Region.cxx
│ │ ├── Region.h
│ │ ├── Region.o
│ │ ├── rfb.vcproj
│ │ ├── rreDecode.h
│ │ ├── RREDecoder.cxx
│ │ ├── RREDecoder.h
│ │ ├── RREDecoder.o
│ │ ├── rreEncode.h
│ │ ├── RREEncoder.cxx
│ │ ├── RREEncoder.h
│ │ ├── RREEncoder.o
│ │ ├── SConnection.cxx
│ │ ├── SConnection.h
│ │ ├── SConnection.o
│ │ ├── SDesktop.h
│ │ ├── secTypes.cxx
│ │ ├── secTypes.h
│ │ ├── secTypes.o
│ │ ├── ServerCore.cxx
│ │ ├── ServerCore.h
│ │ ├── ServerCore.o
│ │ ├── SMsgHandler.cxx
│ │ ├── SMsgHandler.h
│ │ ├── SMsgHandler.o
│ │ ├── SMsgReader.cxx
│ │ ├── SMsgReader.h
│ │ ├── SMsgReader.o
│ │ ├── SMsgReaderV3.cxx
│ │ ├── SMsgReaderV3.h
│ │ ├── SMsgReaderV3.o
│ │ ├── SMsgWriter.cxx
│ │ ├── SMsgWriter.h
│ │ ├── SMsgWriter.o
│ │ ├── SMsgWriterV3.cxx
│ │ ├── SMsgWriterV3.h
│ │ ├── SMsgWriterV3.o
│ │ ├── SSecurityFactoryStandard.cxx
│ │ ├── SSecurityFactoryStandard.h
│ │ ├── SSecurityFactoryStandard.o
│ │ ├── SSecurity.h
│ │ ├── SSecurityNone.h
│ │ ├── SSecurityVncAuth.cxx
│ │ ├── SSecurityVncAuth.h
│ │ ├── SSecurityVncAuth.o
│ │ ├── Threading.h
│ │ ├── Timer.cxx
│ │ ├── Timer.h
│ │ ├── Timer.o
│ │ ├── TransImageGetter.cxx
│ │ ├── TransImageGetter.h
│ │ ├── TransImageGetter.o
│ │ ├── transInitTempl.h
│ │ ├── transTempl.h
│ │ ├── TrueColourMap.h
│ │ ├── UpdateTracker.cxx
│ │ ├── UpdateTracker.h
│ │ ├── UpdateTracker.o
│ │ ├── UserPasswdGetter.h
│ │ ├── util.cxx
│ │ ├── util.h
│ │ ├── util.o
│ │ ├── VNCSConnectionST.cxx
│ │ ├── VNCSConnectionST.h
│ │ ├── VNCSConnectionST.o
│ │ ├── VNCServer.h
│ │ ├── VNCServerST.cxx
│ │ ├── VNCServerST.h
│ │ ├── VNCServerST.o
│ │ ├── zrleDecode.h
│ │ ├── ZRLEDecoder.cxx
│ │ ├── ZRLEDecoder.h
│ │ ├── ZRLEDecoder.o
│ │ ├── zrleEncode.h
│ │ ├── ZRLEEncoder.cxx
│ │ ├── ZRLEEncoder.h
│ │ └── ZRLEEncoder.o
│ ├── X11
│ │ ├── ap_keysym.h
│ │ ├── bitmaps
│ │ │ ├── 1x1
│ │ │ ├── 2x2
│ │ │ ├── black
│ │ │ ├── black6
│ │ │ ├── box6
│ │ │ ├── boxes
│ │ │ ├── calculator
│ │ │ ├── cntr_ptr
│ │ │ ├── cntr_ptrmsk
│ │ │ ├── cross_weave
│ │ │ ├── Dashes
│ │ │ ├── dimple1
│ │ │ ├── dimple3
│ │ │ ├── dot
│ │ │ ├── Down
│ │ │ ├── dropbar7
│ │ │ ├── dropbar8
│ │ │ ├── escherknot
│ │ │ ├── Excl
│ │ │ ├── flagdown
│ │ │ ├── flagup
│ │ │ ├── FlipHoriz
│ │ │ ├── flipped_gray
│ │ │ ├── FlipVert
│ │ │ ├── Fold
│ │ │ ├── gray
│ │ │ ├── gray1
│ │ │ ├── gray3
│ │ │ ├── grid16
│ │ │ ├── grid2
│ │ │ ├── grid4
│ │ │ ├── grid8
│ │ │ ├── hlines2
│ │ │ ├── hlines3
│ │ │ ├── icon
│ │ │ ├── keyboard16
│ │ │ ├── ldblarrow
│ │ │ ├── Left
│ │ │ ├── left_ptr
│ │ │ ├── left_ptrmsk
│ │ │ ├── letters
│ │ │ ├── light_gray
│ │ │ ├── mailempty
│ │ │ ├── mailemptymsk
│ │ │ ├── mailfull
│ │ │ ├── mailfullmsk
│ │ │ ├── mensetmanus
│ │ │ ├── menu10
│ │ │ ├── menu12
│ │ │ ├── menu16
│ │ │ ├── menu6
│ │ │ ├── menu8
│ │ │ ├── noletters
│ │ │ ├── opendot
│ │ │ ├── opendotMask
│ │ │ ├── plaid
│ │ │ ├── rdblarrow
│ │ │ ├── Right
│ │ │ ├── right_ptr
│ │ │ ├── right_ptrmsk
│ │ │ ├── root_weave
│ │ │ ├── RotateLeft
│ │ │ ├── RotateRight
│ │ │ ├── scales
│ │ │ ├── sipb
│ │ │ ├── star
│ │ │ ├── starMask
│ │ │ ├── stipple
│ │ │ ├── Stipple
│ │ │ ├── target
│ │ │ ├── Term
│ │ │ ├── terminal
│ │ │ ├── tie_fighter
│ │ │ ├── Up
│ │ │ ├── vlines2
│ │ │ ├── vlines3
│ │ │ ├── weird_size
│ │ │ ├── wide_weave
│ │ │ ├── wingdogs
│ │ │ ├── woman
│ │ │ ├── xfd_icon
│ │ │ ├── xlogo11
│ │ │ ├── xlogo16
│ │ │ ├── xlogo32
│ │ │ ├── xlogo64
│ │ │ └── xsnow
│ │ ├── CallbackI.h
│ │ ├── Composite.h
│ │ ├── CompositeP.h
│ │ ├── ConstrainP.h
│ │ ├── Constraint.h
│ │ ├── ConvertI.h
│ │ ├── Core.h
│ │ ├── CoreP.h
│ │ ├── CreateI.h
│ │ ├── cursorfont.h
│ │ ├── DECkeysym.h
│ │ ├── EventI.h
│ │ ├── extensions
│ │ │ ├── ag.h
│ │ │ ├── agproto.h
│ │ │ ├── cup.h
│ │ │ ├── cupproto.h
│ │ │ ├── dbe.h
│ │ │ ├── dbeproto.h
│ │ │ ├── dpmsconst.h
│ │ │ ├── dpms.h
│ │ │ ├── dpmsproto.h
│ │ │ ├── EVI.h
│ │ │ ├── EVIproto.h
│ │ │ ├── extutil.h
│ │ │ ├── ge.h
│ │ │ ├── geproto.h
│ │ │ ├── lbx.h
│ │ │ ├── lbxproto.h
│ │ │ ├── mitmiscconst.h
│ │ │ ├── MITMisc.h
│ │ │ ├── mitmiscproto.h
│ │ │ ├── multibufconst.h
│ │ │ ├── multibuf.h
│ │ │ ├── multibufproto.h
│ │ │ ├── panoramiXext.h
│ │ │ ├── panoramiXproto.h
│ │ │ ├── recordconst.h
│ │ │ ├── record.h
│ │ │ ├── recordproto.h
│ │ │ ├── recordstr.h
│ │ │ ├── secur.h
│ │ │ ├── security.h
│ │ │ ├── securproto.h
│ │ │ ├── shapeconst.h
│ │ │ ├── shape.h
│ │ │ ├── shapeproto.h
│ │ │ ├── shapestr.h
│ │ │ ├── shm.h
│ │ │ ├── shmproto.h
│ │ │ ├── shmstr.h
│ │ │ ├── syncconst.h
│ │ │ ├── sync.h
│ │ │ ├── syncproto.h
│ │ │ ├── syncstr.h
│ │ │ ├── Xag.h
│ │ │ ├── Xcup.h
│ │ │ ├── Xdbe.h
│ │ │ ├── XEVI.h
│ │ │ ├── Xext.h
│ │ │ ├── Xfixes.h
│ │ │ ├── xfixesproto.h
│ │ │ ├── xfixeswire.h
│ │ │ ├── Xge.h
│ │ │ ├── XI2.h
│ │ │ ├── XI2proto.h
│ │ │ ├── XI.h
│ │ │ ├── Xinerama.h
│ │ │ ├── XInput2.h
│ │ │ ├── XInput.h
│ │ │ ├── XIproto.h
│ │ │ ├── XKBgeom.h
│ │ │ ├── XKB.h
│ │ │ ├── XKBproto.h
│ │ │ ├── XKBsrv.h
│ │ │ ├── XKBstr.h
│ │ │ ├── XLbx.h
│ │ │ ├── XShm.h
│ │ │ ├── xtestconst.h
│ │ │ ├── xtestext1const.h
│ │ │ ├── xtestext1.h
│ │ │ ├── xtestext1proto.h
│ │ │ ├── XTest.h
│ │ │ └── xtestproto.h
│ │ ├── HookObjI.h
│ │ ├── HPkeysym.h
│ │ ├── ICE
│ │ │ ├── ICEconn.h
│ │ │ ├── ICE.h
│ │ │ ├── ICElib.h
│ │ │ ├── ICEmsg.h
│ │ │ ├── ICEproto.h
│ │ │ └── ICEutil.h
│ │ ├── ImUtil.h
│ │ ├── InitialI.h
│ │ ├── Intrinsic.h
│ │ ├── IntrinsicI.h
│ │ ├── IntrinsicP.h
│ │ ├── keysymdef.h
│ │ ├── keysym.h
│ │ ├── Object.h
│ │ ├── ObjectP.h
│ │ ├── PassivGraI.h
│ │ ├── RectObj.h
│ │ ├── RectObjP.h
│ │ ├── ResConfigP.h
│ │ ├── ResourceI.h
│ │ ├── SelectionI.h
│ │ ├── Shell.h
│ │ ├── ShellI.h
│ │ ├── ShellP.h
│ │ ├── SM
│ │ │ ├── SM.h
│ │ │ ├── SMlib.h
│ │ │ └── SMproto.h
│ │ ├── StringDefs.h
│ │ ├── Sunkeysym.h
│ │ ├── ThreadsI.h
│ │ ├── TranslateI.h
│ │ ├── VarargsI.h
│ │ ├── Vendor.h
│ │ ├── VendorP.h
│ │ ├── Xalloca.h
│ │ ├── Xarch.h
│ │ ├── Xatom.h
│ │ ├── Xauth.h
│ │ ├── Xcms.h
│ │ ├── Xdefs.h
│ │ ├── Xdmcp.h
│ │ ├── XF86keysym.h
│ │ ├── Xfuncproto.h
│ │ ├── Xfuncs.h
│ │ ├── X.h
│ │ ├── XKBlib.h
│ │ ├── XlibConf.h
│ │ ├── Xlib.h
│ │ ├── Xlibint.h
│ │ ├── Xlocale.h
│ │ ├── Xmd.h
│ │ ├── Xmu
│ │ │ ├── Atoms.h
│ │ │ ├── CharSet.h
│ │ │ ├── CloseHook.h
│ │ │ ├── Converters.h
│ │ │ ├── CurUtil.h
│ │ │ ├── CvtCache.h
│ │ │ ├── DisplayQue.h
│ │ │ ├── Drawing.h
│ │ │ ├── Editres.h
│ │ │ ├── EditresP.h
│ │ │ ├── Error.h
│ │ │ ├── ExtAgent.h
│ │ │ ├── Initer.h
│ │ │ ├── Lookup.h
│ │ │ ├── Misc.h
│ │ │ ├── StdCmap.h
│ │ │ ├── StdSel.h
│ │ │ ├── SysUtil.h
│ │ │ ├── WhitePoint.h
│ │ │ ├── WidgetNode.h
│ │ │ ├── WinUtil.h
│ │ │ ├── Xct.h
│ │ │ └── Xmu.h
│ │ ├── Xosdefs.h
│ │ ├── Xos.h
│ │ ├── Xos_r.h
│ │ ├── Xpoll.h
│ │ ├── Xproto.h
│ │ ├── Xprotostr.h
│ │ ├── Xregion.h
│ │ ├── Xresource.h
│ │ ├── Xthreads.h
│ │ ├── Xtos.h
│ │ ├── Xtrans
│ │ │ ├── transport.c
│ │ │ ├── Xtrans.c
│ │ │ ├── Xtrans.h
│ │ │ ├── Xtransint.h
│ │ │ ├── Xtranslcl.c
│ │ │ ├── Xtranssock.c
│ │ │ ├── Xtranstli.c
│ │ │ └── Xtransutil.c
│ │ ├── Xutil.h
│ │ ├── Xw32defs.h
│ │ ├── XWDFile.h
│ │ ├── Xwindows.h
│ │ └── Xwinsock.h
│ ├── Xregion
│ │ ├── libXregion.a
│ │ ├── Makefile
│ │ ├── Makefile.in
│ │ ├── Region.c
│ │ ├── region.h
│ │ ├── Region.o
│ │ ├── Xregion.h
│ │ └── Xregion.vcproj
│ └── zlib
│ ├── adler32.c
│ ├── adler32.o
│ ├── algorithm.txt
│ ├── ChangeLog
│ ├── compress.c
│ ├── compress.o
│ ├── configure
│ ├── crc32.c
│ ├── crc32.o
│ ├── deflate.c
│ ├── deflate.h
│ ├── deflate.o
│ ├── descrip.mms
│ ├── example
│ ├── example.c
│ ├── example.o
│ ├── FAQ
│ ├── gzio.c
│ ├── gzio.o
│ ├── INDEX
│ ├── infblock.c
│ ├── infblock.h
│ ├── infblock.o
│ ├── infcodes.c
│ ├── infcodes.h
│ ├── infcodes.o
│ ├── inffast.c
│ ├── inffast.h
│ ├── inffast.o
│ ├── inffixed.h
│ ├── inflate.c
│ ├── inflate.o
│ ├── inftrees.c
│ ├── inftrees.h
│ ├── inftrees.o
│ ├── infutil.c
│ ├── infutil.h
│ ├── infutil.o
│ ├── libz.a
│ ├── Makefile
│ ├── Makefile.in
│ ├── Makefile.riscos
│ ├── maketree.c
│ ├── Make_vms.com
│ ├── minigzip
│ ├── minigzip.c
│ ├── minigzip.o
│ ├── README
│ ├── trees.c
│ ├── trees.h
│ ├── trees.o
│ ├── uncompr.c
│ ├── uncompr.o
│ ├── zconf.h
│ ├── zlib.3
│ ├── zlib.h
│ ├── zlib.html
│ ├── zlib.vcproj
│ ├── zutil.c
│ ├── zutil.h
│ └── zutil.o
├── LICENCE.txt
├── README
└── unix
├── boilerplate.mk
├── cleanDeps
├── common.mk
├── config.cache
├── config.log
├── config.status
├── configure
├── configure.in
├── depend.mk
├── hpux_aCC.patch
├── hpux_gcc.patch
├── Makefile
├── Makefile.in
├── README
├── README.hpux_aCC
├── README.hpux_gcc
├── testlib
│ ├── cairo
│ │ └── libcairo-trace.so.0.0.0
│ ├── charset.alias
│ ├── e2initrd_helper
│ ├── engines
│ │ ├── lib4758cca.so
│ │ ├── libaep.so
│ │ ├── libatalla.so
│ │ ├── libcapi.so
│ │ ├── libchil.so
│ │ ├── libcswift.so
│ │ ├── libgmp.so
│ │ ├── libgost.so
│ │ ├── libnuron.so
│ │ ├── libpadlock.so
│ │ ├── libsureware.so
│ │ └── libubsec.so
│ ├── gtk-2.0
│ │ └── 2.10.0
│ │ ├── engines
│ │ │ ├── libclearlooks.so
│ │ │ ├── libcrux-engine.so
│ │ │ ├── libglide.so
│ │ │ ├── libhcengine.so
│ │ │ ├── libindustrial.so
│ │ │ ├── libmist.so
│ │ │ ├── libpixmap.so
│ │ │ ├── libredmond95.so
│ │ │ ├── libthinice.so
│ │ │ └── libxfce.so
│ │ ├── immodules
│ │ │ ├── im-am-et.so
│ │ │ ├── im-cedilla.so
│ │ │ ├── im-cyrillic-translit.so
│ │ │ ├── im-inuktitut.so
│ │ │ ├── im-ipa.so
│ │ │ ├── im-multipress.so
│ │ │ ├── im-thai.so
│ │ │ ├── im-ti-er.so
│ │ │ ├── im-ti-et.so
│ │ │ └── im-viqr.so
│ │ ├── loaders
│ │ │ ├── libpixbufloader-ani.so
│ │ │ ├── libpixbufloader-bmp.so
│ │ │ ├── libpixbufloader-gif.so
│ │ │ ├── libpixbufloader-ico.so
│ │ │ ├── libpixbufloader-pcx.so
│ │ │ ├── libpixbufloader-png.so
│ │ │ ├── libpixbufloader-pnm.so
│ │ │ ├── libpixbufloader-ras.so
│ │ │ ├── libpixbufloader-tga.so
│ │ │ ├── libpixbufloader-wbmp.so
│ │ │ ├── libpixbufloader-xbm.so
│ │ │ └── libpixbufloader-xpm.so
│ │ └── printbackends
│ │ ├── libprintbackend-file.so
│ │ └── libprintbackend-lpr.so
│ ├── libatk-1.0.so.0.3001.1
│ ├── libattr.so.1.1.0
│ ├── libcairo-gobject.so.2.11000.2
│ ├── libcairo-script-interpreter.so.2.11000.2
│ ├── libcairo.so.2.11000.2
│ ├── libcharset.so.1.0.0
│ ├── libcrypto.so.1.0.0
│ ├── libdbus-1.so.3.5.4
│ ├── libdbus-glib-1.so.2.1.0
│ ├── libdmx.so.1.0.0
│ ├── libdrm_intel.so.1.0.0
│ ├── libdrm_radeon.so.1.0.0
│ ├── libdrm.so.2.4.0
│ ├── libexo-0.3.so.0.5.0
│ ├── libexo-hal-0.3.so.0.5.0
│ ├── libexpat.so.1.5.0
│ ├── libffi.so.6.0.1
│ ├── libfontconfig.so.1.3.0
│ ├── libfontenc.so.1.0.0
│ ├── libfreetype.so.6.10.0
│ ├── libFS.so.6.0.0
│ ├── libgcrypt.so.11.2.2
│ ├── libgdk_pixbuf-2.0.so.0.1200.7
│ ├── libgdk_pixbuf_xlib-2.0.so.0.1200.7
│ ├── libgdk-x11-2.0.so.0.1200.7
│ ├── libgif.so.4.1.4
│ ├── libgio-2.0.so.0.2800.8
│ ├── libglade-2.0.so.0.0.7
│ ├── libglib-2.0.so.0.2800.8
│ ├── libgmodule-2.0.so.0.2800.8
│ ├── libgobject-2.0.so.0.2800.8
│ ├── libgpg-error.so.0.8.0
│ ├── libgthread-2.0.so.0.2800.8
│ ├── libgtk-x11-2.0.so.0.1200.7
│ ├── libICE.so.6.3.0
│ ├── libiconv.so.2.5.0
│ ├── libkms.so.1.0.0
│ ├── libpango-1.0.so.0.2002.3
│ ├── libpangocairo-1.0.so.0.2002.3
│ ├── libpangoft2-1.0.so.0.2002.3
│ ├── libpangox-1.0.so.0.2002.3
│ ├── libpangoxft-1.0.so.0.2002.3
│ ├── libpciaccess.so.0.11.1
│ ├── libpixman-1.so.0.21.8
│ ├── libpng12.so.0.33.0
│ ├── libpng.so.3.33.0
│ ├── libQtCore.prl
│ ├── libQtCore.so.4.7.0
│ ├── libQtCore.so.4.7.0.debug
│ ├── libQtDeclarative.prl
│ ├── libQtDeclarative.so.4.7.0
│ ├── libQtDeclarative.so.4.7.0.debug
│ ├── libQtGui.prl
│ ├── libQtGui.so.4.7.0
│ ├── libQtGui.so.4.7.0.debug
│ ├── libQtMultimedia.prl
│ ├── libQtMultimedia.so.4.7.0
│ ├── libQtMultimedia.so.4.7.0.debug
│ ├── libQtNetwork.prl
│ ├── libQtNetwork.so.4.7.0
│ ├── libQtNetwork.so.4.7.0.debug
│ ├── libQtScript.prl
│ ├── libQtScript.so.4.7.0
│ ├── libQtScript.so.4.7.0.debug
│ ├── libQtScriptTools.prl
│ ├── libQtScriptTools.so.4.7.0
│ ├── libQtScriptTools.so.4.7.0.debug
│ ├── libQtSql.prl
│ ├── libQtSql.so.4.7.0
│ ├── libQtSql.so.4.7.0.debug
│ ├── libQtSvg.prl
│ ├── libQtSvg.so.4.7.0
│ ├── libQtSvg.so.4.7.0.debug
│ ├── libQtTest.prl
│ ├── libQtTest.so.4.7.0
│ ├── libQtTest.so.4.7.0.debug
│ ├── libQtXmlPatterns.prl
│ ├── libQtXmlPatterns.so.4.7.0
│ ├── libQtXmlPatterns.so.4.7.0.debug
│ ├── libQtXml.prl
│ ├── libQtXml.so.4.7.0
│ ├── libQtXml.so.4.7.0.debug
│ ├── libSM.so.6.0.1
│ ├── libssl.so.1.0.0
│ ├── libstartup-notification-1.so.0.0.0
│ ├── libthunar-vfs-1.so.2.3.1
│ ├── libthunarx-1.so.2.3.1
│ ├── libtiff.so.5.2.0
│ ├── libtiffxx.so.5.2.0
│ ├── libudev.so.0.0.7
│ ├── libusb-0.1.so.4.4.4
│ ├── libusbpp-0.1.so.4.4.4
│ ├── libvolume_id.so.1.0.7
│ ├── libX11.so.6.3.0
│ ├── libX11-xcb.so.1.0.0
│ ├── libXau.so.6.0.0
│ ├── libXaw6.so.6.0.1
│ ├── libXaw7.so.7.0.0
│ ├── libxcb-composite.so.0.0.0
│ ├── libxcb-damage.so.0.0.0
│ ├── libxcb-dpms.so.0.0.0
│ ├── libxcb-dri2.so.0.0.0
│ ├── libxcb-glx.so.0.0.0
│ ├── libxcb-randr.so.0.1.0
│ ├── libxcb-record.so.0.0.0
│ ├── libxcb-render.so.0.0.0
│ ├── libxcb-res.so.0.0.0
│ ├── libxcb-screensaver.so.0.0.0
│ ├── libxcb-shape.so.0.0.0
│ ├── libxcb-shm.so.0.0.0
│ ├── libxcb.so.1.1.0
│ ├── libxcb-sync.so.0.0.0
│ ├── libxcb-util.so.1.0.0
│ ├── libxcb-xevie.so.0.0.0
│ ├── libxcb-xf86dri.so.0.0.0
│ ├── libxcb-xfixes.so.0.0.0
│ ├── libxcb-xinerama.so.0.0.0
│ ├── libxcb-xprint.so.0.0.0
│ ├── libxcb-xtest.so.0.0.0
│ ├── libxcb-xvmc.so.0.0.0
│ ├── libxcb-xv.so.0.0.0
│ ├── libXcomposite.so.1.0.0
│ ├── libXcursor.so.1.0.2
│ ├── libXdamage.so.1.1.0
│ ├── libXdmcp.so.6.0.0
│ ├── libXext.so.6.4.0
│ ├── libxfce4mcs-client.so.3.0.5
│ ├── libxfce4mcs-manager.so.3.0.5
│ ├── libxfce4panel.so.1.1.2
│ ├── libxfce4util.so.4.0.2
│ ├── libxfcegui4.so.4.2.6
│ ├── libXfixes.so.3.1.0
│ ├── libXfontcache.so.1.0.0
│ ├── libXfont.so.1.4.1
│ ├── libXft.so.2.3.1
│ ├── libXinerama.so.1.0.0
│ ├── libXi.so.6.1.0
│ ├── libxkbfile.so.1.0.2
│ ├── libxml2.so.2.6.32
│ ├── libXmu.so.6.2.0
│ ├── libXmuu.so.1.0.0
│ ├── libXpm.so.4.11.0
│ ├── libXrandr.so.2.2.0
│ ├── libXrender.so.1.3.0
│ ├── libXRes.so.1.0.0
│ ├── libXss.so.1.0.0
│ ├── libXt.so.6.0.0
│ ├── libXtst.so.6.1.0
│ ├── libXvMC.so.1.0.0
│ ├── libXvMCW.so.1.0.0
│ ├── libXv.so.1.0.0
│ ├── libXxf86dga.so.1.0.0
│ ├── libXxf86misc.so.1.1.0
│ ├── libXxf86vm.so.1.0.0
│ ├── libz.a
│ ├── libz.so.1.2.5
│ ├── libz.so.1.2.7
│ ├── pango
│ │ └── 1.6.0
│ │ └── modules
│ │ ├── pango-arabic-fc.so
│ │ ├── pango-arabic-lang.so
│ │ ├── pango-basic-fc.so
│ │ ├── pango-basic-x.so
│ │ ├── pango-hangul-fc.so
│ │ ├── pango-hebrew-fc.so
│ │ ├── pango-indic-fc.so
│ │ ├── pango-indic-lang.so
│ │ ├── pango-khmer-fc.so
│ │ ├── pango-syriac-fc.so
│ │ ├── pango-thai-fc.so
│ │ └── pango-tibetan-fc.so
│ ├── preloadable_libiconv.so
│ ├── thunarx-1
│ │ ├── thunar-apr.so
│ │ ├── thunar-sbr.so
│ │ └── thunar-uca.so
│ ├── udev
│ │ ├── ata_id
│ │ ├── cdrom_id
│ │ ├── collect
│ │ ├── create_floppy_devices
│ │ ├── edd_id
│ │ ├── firmware.sh
│ │ ├── fstab_import
│ │ ├── path_id
│ │ ├── rule_generator.functions
│ │ ├── rules.d
│ │ │ ├── 50-firmware.rules
│ │ │ ├── 50-udev-default.rules
│ │ │ ├── 60-cdrom_id.rules
│ │ │ ├── 60-persistent-input.rules
│ │ │ ├── 60-persistent-serial.rules
│ │ │ ├── 60-persistent-storage.rules
│ │ │ ├── 60-persistent-storage-tape.rules
│ │ │ ├── 60-persistent-v4l.rules
│ │ │ ├── 61-persistent-storage-edd.rules
│ │ │ ├── 75-cd-aliases-generator.rules
│ │ │ ├── 75-persistent-net-generator.rules
│ │ │ ├── 79-fstab_import.rules
│ │ │ ├── 80-drivers.rules
│ │ │ └── 95-udev-late.rules
│ │ ├── scsi_id
│ │ ├── usb_id
│ │ ├── vol_id
│ │ ├── write_cd_rules
│ │ └── write_net_rules
│ ├── X11
│ │ ├── locale
│ │ │ └── common
│ │ │ ├── ximcp.so.2.0.0
│ │ │ ├── xlcDef.so.2.0.0
│ │ │ ├── xlcUTF8Load.so.2.0.0
│ │ │ ├── xlibi18n.so.2.0.0
│ │ │ ├── xlocale.so.2.0.0
│ │ │ └── xomGeneric.so.2.0.0
│ │ ├── x11perfcomp
│ │ │ ├── fillblnk
│ │ │ ├── perfboth
│ │ │ ├── perfratio
│ │ │ └── Xmark
│ │ └── Xcms.txt
│ ├── xfce4
│ │ ├── mcs-plugins
│ │ │ ├── backdrop_settings.so
│ │ │ ├── display_plugin.so
│ │ │ ├── fm_plugin.so
│ │ │ ├── keyboard_plugin.so
│ │ │ ├── libxfce4settings.so
│ │ │ ├── mouse_plugin.so
│ │ │ ├── screensaver_plugin.so
│ │ │ ├── ui_plugin.so
│ │ │ ├── wmtweaks_plugin.so
│ │ │ ├── workspaces_plugin.so
│ │ │ └── xfwm4_plugin.so
│ │ ├── modules
│ │ │ └── xfce4_desktop_menu.so
│ │ └── panel-plugins
│ │ ├── libactions.so
│ │ ├── libclock.so
│ │ ├── libiconbox.so
│ │ ├── liblauncher.so
│ │ ├── libpager.so
│ │ ├── libseparator.so
│ │ ├── libshowdesktop.so
│ │ ├── libsystray.so
│ │ ├── libtasklist.so
│ │ └── libwindowlist.so
│ ├── xml2Conf.sh
│ └── xorg
│ ├── modules
│ │ ├── drivers
│ │ │ ├── fbdev_drv.so
│ │ │ └── sunxifb_drv.so
│ │ ├── extensions
│ │ │ ├── libdbe.so
│ │ │ ├── libdri2.so
│ │ │ ├── libextmod.so
│ │ │ └── librecord.so
│ │ ├── input
│ │ │ ├── evdev_drv.so
│ │ │ ├── kbd_drv.so
│ │ │ └── mouse_drv.so
│ │ ├── libexa.so
│ │ ├── libfbdevhw.so
│ │ ├── libfb.so
│ │ ├── libint10.so
│ │ ├── libshadowfb.so
│ │ ├── libshadow.so
│ │ ├── libvbe.so
│ │ ├── libvgahw.so
│ │ ├── libwfb.so
│ │ ├── libxaa.so
│ │ └── multimedia
│ │ ├── bt829_drv.so
│ │ ├── fi1236_drv.so
│ │ ├── msp3430_drv.so
│ │ ├── tda8425_drv.so
│ │ ├── tda9850_drv.so
│ │ ├── tda9885_drv.so
│ │ └── uda1380_drv.so
│ └── protocol.txt
├── tx
│ ├── libtx.a
│ ├── Makefile
│ ├── Makefile.in
│ ├── TXButton.h
│ ├── TXCheckbox.h
│ ├── TXDialog.h
│ ├── TXEntry.h
│ ├── TXImage.cxx
│ ├── TXImage.h
│ ├── TXImage.o
│ ├── TXLabel.h
│ ├── TXMenu.cxx
│ ├── TXMenu.h
│ ├── TXMenu.o
│ ├── TXMsgBox.h
│ ├── TXScrollbar.cxx
│ ├── TXScrollbar.h
│ ├── TXScrollbar.o
│ ├── TXViewport.cxx
│ ├── TXViewport.h
│ ├── TXViewport.o
│ ├── TXWindow.cxx
│ ├── TXWindow.h
│ └── TXWindow.o
├── vncconfig
│ ├── buildtime.c
│ ├── buildtime.o
│ ├── Makefile
│ ├── Makefile.in
│ ├── QueryConnectDialog.cxx
│ ├── QueryConnectDialog.h
│ ├── QueryConnectDialog.o
│ ├── vncconfig
│ ├── vncconfig.cxx
│ ├── vncconfig.man
│ ├── vncconfig.o
│ ├── vncExt.c
│ ├── vncExt.h
│ └── vncExt.o
├── vncinstall
├── vncmkdepend
│ ├── cppsetup.c
│ ├── def.h
│ ├── ifparser.c
│ ├── ifparser.h
│ ├── include.c
│ ├── main.c
│ ├── Makefile
│ ├── parse.c
│ ├── pr.c
│ └── README
├── vncpasswd
│ ├── Makefile
│ ├── Makefile.in
│ ├── vncpasswd
│ ├── vncpasswd.cxx
│ ├── vncpasswd.man
│ └── vncpasswd.o
├── vncserver
├── vncserver.man
├── vncviewer
│ ├── AboutDialog.h
│ ├── buildtime.c
│ ├── buildtime.o
│ ├── CConn.cxx
│ ├── CConn.h
│ ├── CConn.o
│ ├── DesktopWindow.cxx
│ ├── DesktopWindow.h
│ ├── DesktopWindow.o
│ ├── InfoDialog.h
│ ├── Makefile
│ ├── Makefile.in
│ ├── OptionsDialog.h
│ ├── parameters.h
│ ├── PasswdDialog.h
│ ├── ServerDialog.h
│ ├── vncviewer
│ ├── vncviewer.cxx
│ ├── vncviewer.man
│ └── vncviewer.o
├── x0vncserver
│ ├── buildtime.c
│ ├── buildtime.o
│ ├── Image.cxx
│ ├── Image.h
│ ├── Image.o
│ ├── Makefile
│ ├── Makefile.in
│ ├── x0vncserver
│ ├── x0vncserver.cxx
│ ├── x0vncserver.man
│ └── x0vncserver.o
├── xc
│ ├── config
│ │ └── cf
│ │ ├── host.def
│ │ └── vnc.def
│ └── programs
│ └── Xserver
│ ├── vnc
│ │ ├── Imakefile
│ │ ├── module
│ │ │ └── Imakefile
│ │ ├── RegionHelper.h
│ │ ├── vncExtInit.cc
│ │ ├── vncExtInit.h
│ │ ├── vncHooks.cc
│ │ ├── vncHooks.h
│ │ ├── xf86vncModule.cc
│ │ ├── XserverDesktop.cc
│ │ ├── XserverDesktop.h
│ │ └── Xvnc
│ │ ├── buildtime.c
│ │ ├── Imakefile
│ │ └── xvnc.cc
│ └── Xvnc.man
└── xc.patch
59 directories, 1012 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论