1. 实现XGL/GLX,需要的xorg的版本最低是多少?要xorg7以上还是xorg6.9就可以?
2.能够支持的显卡是哪些?我的显卡是Intel865G集成显卡。
下面这篇很仔细,不过有些地方不是很明白,主要是第8步,有明白的给讲解讲解。有兴趣的可以照做看看。
AIGLX for FreeBSD(FreeBSD_Release_6.2+AIGLX+Beryl)
1: 系统的安装
选择最小化安装,起码这里需要把网络或键盘配好,其他的可以再去细化。
2: bash
root@cnbsd/#cd /usr/ports/shells/bash
root@cnbsd/usr/ports/shells/bash#make install clean
root@cnbsd/usr/ports/shells/bash#ln -s /usr/local/bin/bash /bin/bash
root@cnbsd/usr/ports/shells/bash#chsh -s /usr/local/bin/bash
root@cnbsd/usr/ports/shells/bash#reboot
以后再创建的用户就可以指定shell为bash了。
系统装好后注意装好linux_base、perl包、修改fstab显示/proc目录等。也可以在这里修改环境变量,总之根据你自己的爱好来就是了。
3: axel
root@cnbsd/#cd /usr/ports/ftp/axel
root@cnbsd/usr/ports/ftp/axel#make install clean
root@cnbsd/usr/ports/ftp/axel#cd /etc
加入以下内容:
"
FETCH_CMD = axel -a
MASTER_SITE_OVERRIDE= /
"
4: fcitx
wanglong@unixsir/usr/ports/chinese/fcitx$make install clean
5:git
root@cnbsd/etc#cd /usr/ports/devel/git
root@cnbsd/usr/ports/devel/git#make install clean
6: pkg_deinstall
root@cnbsd/usr/ports/sysutils/portupgrade#cd /usr/ports/sysutils/portupgrade
root@cnbsd/usr/ports/devel/git#cd /usr/ports/sysutils/portupgrade
root@cnbsd/usr/ports/sysutils/portupgrade#make install clean
7: pkgdb
root@cnbsd/usr/ports/sysutils/portupgrade#cd /usr/ports/sysutils/pkg_trackinst
root@cnbsd/usr/ports/sysutils/pkg_trackinst#make install clean
8: checkout the code
root@cnbsd/usr/ports/sysutils/pkg_trackinst#cd /usr
root@cnbsd/usr#mv ports ports.20070128
root@cnbsd/usr#cd ports
root@cnbsd/usr#pkg_info -Ex xorg- | grep -v linux | xargs -n1 pkg_create -b
root@cnbsd/usr#pkg_deinstall -fP xorg-\* libdrm-\* dri-\* libGL-\* libGLU-\* libglut-\* nvidia-driver-\*
root@cnbsd/usr#cd /usr/ports/x11/xorg
root@cnbsd/usr/ports/x11/xorg#make all install clean
root@cnbsd/usr/ports/x11/xorg#cd /usr
root@cnbsd/usr#pkgdb -F
root@cnbsd/usr#reboot
root@cnbsd/#Xorg -configure
"
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection
"
另外打开"#Option "Dac6Bit" # [
改为"Option "DRI" "True""
9:确认3D功能是否打开
在装xfce4前可以测试下3D功能是否已经打开,这里主要通过"/var/log/Xorg.0.log"来见检查确认(linux下满街都有glxinfo,bsd下ports里连
key也找不到)。
root@cnbsd/#grep rendering /var/log/Xorg.0.log
(II) I810(0): direct rendering: Enabled
root@cnbsd/#
如能看到是"Enable"就可以稍微放心点了。"disabled"多半是由于"mesa"、"dri"的问题,"dri"和"mesa"关系密切,不过这里还是要具体情况具
体对待,多看日志。
root@cnbsd/#cd /home
root@cnbsd/home#chown -R surferwl:surferwl mesal
root@cnbsd/home#su - surferwl
surferwl@cnbsd~$
平常习惯用"surferwl"这个用户,添加的步骤就省了。
surferwl@cnbsd~$vi .profile
增加以下内容:
"
export PKG_CONFIG_PATH=/usr/local/libdata/pkgconfigPKG_CONFIG_PATH
"
保存后退出。
root@cnbsd/#cd /home/mesa
root@cnbsd/home/mesa#gmake freebsd-dri-x86
root@cnbsd/home/mesa#gmake install
root@cnbsd/home/mesa#ln -s /usr/X11R6/lib/modules/dri /usr/X11R6/lib/dri
增加以下内容到"/home/surferwl/.profile":
"
export LIBGL_DRIVERS_PATH="/home/mesa/lib"
"
root@cnbsd/#reboot
再去调试3D功能,心平气和的操作应该是没有问题的。至于"drm",是这样解释的:"The DRM is shipped with the kernel, so you shouldn't need to build it. If you choose to, simply run "make && make install" from the drm/bsd-core directory."
若3D搞定后再去install其他的。
10: xfce4
root@cnbsd/usr/ports/x11-wm/xfce4#make install clean
11: beryl
root@cnbsd/usr/ports/x11-wm/beryl#make install clean
12: .xinitrc
surferwl@cnbsd~$ echo "exec fcitx -nb &" > .xinitrc
surferwl@cnbsd~$ echo "exec beryl-manager &" >> .xinitrc
surferwl@cnbsd~$ echo "exec /usr/local/bin/startxfce4" >> .xinitrc
接着就去"startx"或再"gdm"吧、再就是去转你的屏幕吧,最好放张女朋友的照片,你这样可以360度的随心所意的转着看,就看你的发挥了!
说明:以上的步骤有掺和了不少个人习惯性动作,有多余的步骤,比如切换目录的、使用bash shell等,其实这是个人习惯,自己明白就o了,>对着去画就行;我习惯用"simsun"或"文泉"字体,这里也没有写出来。另外就是还没有仔细检查,可能还有错字情况,但大体思想是这样的。我在使用的过程中还没有发现问题,和平常没有使用AIGLX功能的时侯一样,就是比较"动态"了。
70.226.28.* 于 2007-09-07 02:33:11发表:
1f4681b15dabb48a87b708afb351b0f3 http://isole-frisone.ufftiy.org/ http://tessuto-damasco.oxibnl.org/ http://scaricare-messenger-plus-live.yavpvy.org/ http://robertoabbiatipasticceri.yufywt.org/maldive-last-minute-viaggio/ http://frase-bella-dell-amicizia.yavpvy.org/ http://ministerouniversita.ipywer.org/driver-masterizzatore-nec-nd-6500a/ http://classe125.yufywt.org/arredamento-studio-fotografico/ http://tenkaichi-2-recensione.yavpvy.org/ http://libro-confessione-s-agostino.oxibnl.org/ http://per-creare-fotomontaggi.yavpvy.org/ ef5da0821261872f3a177fbd4ce2e9fc
125.215.77.* 于 2007-09-06 09:18:38发表:
62d79cedacaac5111485c7fb9634f3af http://iris.lib.virginia.edu/phpBB2/viewtopic.php?t=7689 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://www.international.ucf.edu/myphp/community/viewtopic.php?t=124 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://www.cide.au.edu/audasaforum/viewtopic.php?t=458 http://www.rstm.edu/phpBB/viewtopic.php?t=1450 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://www.international.ucf.edu/myphp/community/viewtopic.php?t=124 http://iris.lib.virginia.edu/phpBB2/viewtopic.php?t=7689 d950163e2bc04fe30175aa17834ab13d
201.83.91.* 于 2007-09-05 20:24:47发表:
0d89ffc24a4f531c2434d7efa9703233 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 http://forum.jalc.edu/phpBB2/viewtopic.php?t=2267 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2656 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 http://forum.jalc.edu/phpBB2/viewtopic.php?t=2267 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 http://www.mat.ucsb.edu/CUI/viewtopic.php?t=1142 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2656 db62d9d137e7999ef0c8bbd27991ea41
70.80.234.* 于 2007-09-05 06:10:05发表:
c27f0a20683ad9c583d906601f2f5714 http://prodotti-alimentari-dalla-sardegna.dfmviz.info/ http://irilli-art-live.dfmviz.info/ http://prezzo-motore-eletrico-c-c.dfmviz.info/ http://risaie-macedonia.dfmviz.info/ http://offerta-lavoro-guardia-giurata-cuneo.dfmviz.info/ http://radianti-gradi.dfmviz.info/ http://cera-liposolubile.dfmviz.info/ http://bilancio-banche.dfmviz.info/ http://it-incredibili-colorare.dfmviz.info/ http://prestito-obbligazionario-contratto-normativa.dfmviz.info/ 21817dd0dbd87cb119a7471ab31fd121
213.60.196.* 于 2007-08-16 00:14:34发表:
ed550a1816bf5aa959069a25c5e25501 http://edifici-in-costruzione.akrmtn.com/ http://appartamento-affitto-lago-garda.akrmtn.com/ http://mail-ambrosiogroup-com.flroxk.com/ http://ragazza-motorshow-foto.flroxk.com/ http://corso-sulla-494.akrmtn.com/ http://comune-milano-vigili.ddxsak.com/ http://legge-impianto-termici-domestici.ddxsak.com/ http://dopo-il-vaccino.zpvztz.com/ http://blauer-esercito.akrmtn.com/ http://vlc-media-player-ita-download.zpvztz.com/ f79720dbd018955dfd9068d527cd2031
87.110.50.* 于 2007-07-26 01:18:32发表:
f3a07788784e8d76bc9fa04f9e5771c3 http://trucco-pga-tour-2005-xbox.sfupeh.biz/ http://scuola-naturopatia-corrispondenza.sfupeh.biz/ http://montecarlo-italia.fmyrxs.biz/ http://edo-zeppi.zqemjp.biz/ http://concorso-coro-gospel-2007.cuxojo.biz/ http://societa-libera.zqemjp.biz/ http://comunita-accoglienza-donna-tossicodipendente-lombardia.cuxojo.biz/ http://lecca-cazzo-gay.smtpld.biz/ http://dsa-it-site-sanihelp-msn-it.smtpld.biz/ http://lido-jesolo-web-cam.zqemjp.biz/ f0bd15bc4c04b02533089147dbde4c5b
201.78.127.* 于 2007-07-25 19:12:04发表:
56a3cefd384d544dff5b6faaa5cd16c6 http://villa-adriana-monterosso.ggjrfj.biz/ http://collegare-due-reti.joyubb.biz/ http://edoardo-scarfoglio.ggjrfj.biz/ http://decorazione-torta-natale.ytxxxk.biz/ http://piastra-ga-ma-ioni.pzgvuv.biz/ http://trascrizione-compravendita.ggjrfj.biz/ http://pippo-menelao-supergirl.hdywtl.biz/ http://ccnl-6-7-95-art-19.ytxxxk.biz/ http://telecomunicazione-montebelluna.ggjrfj.biz/ http://discoteca-lombardia-milano-alcatraz.hdywtl.biz/ bfdd7bec9230a10317341e982495b689
60.197.106.* 于 2007-07-24 21:50:53发表:
9deb77ff201f6182adb653cb3cd74f57 http://carmelo-pugliatti.tzlnou.biz/ http://non-invia-la-posta.enadzh.biz/ http://opere-di-tommaso.zibtye.biz/ http://sambame-degli-upa-dance.ygvhik.biz/ http://disponibilita-hotel-milano.kajgdw.biz/ http://della-calabria.ygvhik.biz/ http://copione-cena-delitto.iuatju.biz/ http://modifica-xbox-semplice.zibtye.biz/ http://immagine-natale-movimento.ygvhik.biz/ http://spaghetti-alle-vongola-veraci.zibtye.biz/ 69fae163d26a9b1682339a4eb6fc4ad9
190.36.177.* 于 2007-07-23 12:18:42发表:
d41d9f9642dd00d303b7e4fc1d9dcf39 http://erezione-problema.pvaeyo.org/ http://maggio-calendario.jnbwct.org/ http://video-scandalo-attrice.gbdrme.org/ http://annuncio-prostituta-yahoo.mnkcbe.org/ http://omeopatia-cistiti.hdpwsk.org/ http://il-ponte-sul.pvaeyo.org/ http://comunita-montana-monte-santa-croce.vywyuh.org/ http://origine-dell-artigianato-italia.gbdrme.org/ http://prezzo-videocamera-dvd.jnbwct.org/ http://orario-traghetto-genova-porto-torres.pvaeyo.org/ eb89aa2351bfb8dd061b0dc25061dcdb
190.49.225.* 于 2007-07-20 20:06:11发表:
84d1499d25bfe7f57b3b3c45aa66a235 http://monilinativiamericani.kcqdnd.org/proprieta-cachi/ http://europagefabricaarticoloreligioso.kcqdnd.org/clown-bambino-trento/ http://configurazionemmssiemensc72v.rozdha.org/centro-piazza-lodi/ enciclopedia fotografica medica http://golosoandcavallo.cerfmd.org/aspirapolvere-de-longhi/ http://forumtuttorelax.nfnzro.org/canavese-calzi/ what a wonderful world spartito http://riparazionicambioautomatico.ghoouy.org/legge-moratti-lingua-inglese/ http://paolomeneguzzigratis.kcqdnd.org/principi-revisione-contabile/ http://lineadirettarf.ghoouy.org/altrove-net/ b8fb7d84153cc5c69600cbe1497734b2
222.237.33.* 于 2007-07-19 10:54:53发表:
9288cd372c6ebc98da07dfe138236f6b http://ricette-limoncello.qeshtw.in/ http://riso-con-uova-golose.qeshtw.in/ http://auto-demolizione-pollino.iznvge.in/ http://casa-editrice-hoepli.bkqryo.com/ http://legge-300-del-20-5-1970.jnesky.in/ http://cappello-fungo-forno.licoxi.in/ http://collezione-primavera-estate-nero-giardini.kvpzig.com/ http://presentazioni-pps-erotiche.jvzulp.in/ http://asparagus-acutifolius-seme.uylqdg.com/ http://romagna-pianta-selvatiche-commestibile.bkqryo.com/ b8a12f78e2ab8d9c8e5e94f78e975725
61.80.234.* 于 2007-07-17 22:50:57发表:
b00c188a518bec5b86b9d787f3250ca3 http://coppiamotore.eebsig.org/autorita-garanzie-comunicazioni/ http://iscrizionescuolamaternaromaguglielmomarconi.wfdklb.org/indirizzo-tribunale-brescia/ http://palladoloreragazzina.qbmkwd.org/nonna-africane/ http://fedipolello.vniybd.org/gioco-organizzare-compleanno-dei-bambino/ http://nuovoritoindicazionenominativotestodecadenza.cdvduz.org/blog-pro-anoressia/ http://cortediappellodipalermo.copdkj.org/ape-50-usate/ http://formedirisparmio.wfdklb.org/gruppo-musicale-acqua/ provvedimento 2477 853 morra ambrogio http://moduloiscrizionescuolainfanzia.wfdklb.org/biglietto-concerto-ligabue-17-dicembre-2006/ 8ea4fcdde1a965ef95e68187f350c6f6
84.124.169.* 于 2007-07-17 16:13:56发表:
http://cecbd11ef3d53ed658a48ec1398365a5-t.xkktxb.org cecbd11ef3d53ed658a48ec1398365a5 http://cecbd11ef3d53ed658a48ec1398365a5-b1.xkktxb.org cecbd11ef3d53ed658a48ec1398365a5 http://cecbd11ef3d53ed658a48ec1398365a5-b3.xkktxb.org 8d1f2bfe3cbc5359328d95464cab8b7c
58.231.184.* 于 2007-07-16 13:56:24发表:
c64b4e34f9738152119c26948c89b9fe http://cannone-vulcan.knhtou.com/ http://scuola-media-pisa.gwedas.com/ http://legge-n-127-15-05-1997.nioqlj.com/ http://maledetto-poeta.mxkrxs.com/ http://elementare-scuola.nioqlj.com/ http://ospedale-atri.gvjcaf.com/ http://catalogo-prezzo-pneumatico.jmncsw.biz/ http://conegliano-lettino-massaggio-produzione.ywowql.com/ http://2006-previsioni-astrologiche.wdexfm.biz/ http://zodiac-dzr-3600.ywowql.com/ 8cff813cd5cdf93d908a9e43c4704dad
201.33.39.* 于 2007-07-15 06:03:28发表:
fe1bb32f7ac49dacccdc53404d0d7ddd http://scatolineorigamo.mongnb.org/albergo-koh-samui/ http://amstradaspirapolvere.eqacfr.org/palestra-arrampicata/ prezzo etichetta metallo marcatura ce http://ingegneremateriali.mqyawz.org/frase-augurio-buon-2007/ http://amstradaspirapolvere.eqacfr.org/il-ciclo-di/ antivirus cellulare gratis http://sbloccocar400.eqacfr.org/cronaca-mondo-emerso/ d la repubblica delle donna http://innomedellarosa.mongnb.org/prodotto-ricostruzione-unghia-acrilico/ http://programmaperscaricarefilegratis.kqjhpm.org/parole-tristi/ a875aa102e91579b074fe29fa7a13e81
200.112.116.* 于 2007-07-13 22:52:37发表:
b51017aa3a707b184cc860817b54ff33 http://percorso-hammam-bagno-turco-kneipp.wuzzme.org/ http://www-diva-futura-it.njylwy.org/ http://calcolare-angolo.ubetii.org/ http://rivista-trucco-it.iwfpha.org/ http://didbc-unimi-it.mpxxqr.org/ http://vincenzo-zito.lvqits.org/ http://tarcisio-bertoli-ombra-all-alba.njylwy.org/ http://salento-ville.wuzzme.org/ http://disegni-laurea.njylwy.org/ http://vista-dal-satellite-in-diretta.tttfhp.org/ 8c2a5fabd273020cebfaea52010ee4bb
89.133.83.* 于 2007-07-12 16:08:08发表:
99afb7048fb524063971137366f0c1b1 http://category-abbigliamento-produzione-commercio.yorcfb.org/ http://donna-partner-attivita-incontro-interesse.gbymyg.org/ http://costruire-contro-soffitto.udzjxi.org/ http://fattoria-la-striscia.bmfcxx.org/ http://facolta-scienza-formazione-unipa.ahffzb.org/ http://pubblica-assistenza-bologna.bmfcxx.org/ http://kazaa-scarica-musica.xxfvsr.org/ http://schema-fidejussione-por-sicilia.qpjnvy.org/ http://stazione-sciistica-piu-frequentate.yorcfb.org/ http://software-and-and-creare-and-calendario.yorcfb.org/ d8d97f68bc274489b372d34e17b3a169
201.233.85.* 于 2007-07-11 09:07:49发表:
a8d9f456b16402c8c050042129fb6f6e pagina66.html pagina68.html index.html pagina04.html pagina73.html pagina55.html pagina79.html http://22.ska4aj.com/pagina30.html pagina12.html http://14.ska4aj.org/pagina12.html 53f688e2d0ae01a48f96ad8f8181d4f6
62.195.56.* 于 2007-07-10 00:15:52发表:
28dc6b5cb753895d53c78907b6712b7d http://festival-studentesco.atersl.org/ http://giochi-pc-gratis-scaricabili.uvrseh.org/ http://la-storia-dei-nomadi.uvrseh.org/ http://buone-festa-inglese.uvrseh.org/ http://allevamento-cavallo-americani-friuli.atersl.org/ http://samsung-fax-cartuccia.atersl.org/ http://valore-albumina-gravidanza.wywplu.org/ http://tappeto-moquette-padova.atersl.org/ http://bomben-udine-morto.gtimmg.org/ http://architettura-montagna.dkzfpf.org/ 9b45a0bdde2cb75e21785d72ae4741f7
81.40.12.* 于 2007-07-08 14:44:32发表:
8c127cff1555724c914660b02aa27d24 http://contratto-collettivo-segretaria.mjifwc.org/ filadelfia bar panorama ristorante http://trenoromagenova.sphfph.org/bus-malpensa-gallarate/ http://noleggio-gonfiabile-toscana.zgqwur.org/ http://pensioni-di-arenzano.zgagyw.org/ http://strategia-lisbona-rinnovata.mjifwc.org/ http://sturm-und-drang-nichilismo-moderno.wdhffe.org/ soluzione giochi playstation 2 codici medicina emorroidi http://equilibrio-di-un-punto-materiale.zgagyw.org/ cda9cd96507def8918671c23330ec82a
80.36.148.* 于 2007-07-07 08:46:34发表:
20570e5b85db16fda43eb3f3140377a7 http://video-trasmissioni-tv.bubajm.org/ auto usata gpl roma http://video-di-bretney-spears.vtjfdr.org/ http://serviziodoganamalpensa.ilbeox.org/internet-cover-brano-siae-diritto/ http://pescedapriledastampare.eduein.org/nuda-wwe/ http://iglooimmobiliare.yjkdwi.org/splinder-dark/ http://guadagnare-con-sms.mcgzbb.org/ http://caseinaffittovillarperosa.eduein.org/albergo-3-stella/ http://temisvoltidascaricaregratis.skzbln.org/appartamento-alpe-mera/ http://riduttore-giri.bubajm.org/ 268af5f4294519a6b3a74dbb7c6fdf14
190.142.80.* 于 2007-07-02 10:08:41发表:
14e5df7210dbf66f305173963d0263d2 http://prenotazione-on-line-appartamento-chianti.hhknox.org.in/ http://circolare-25-febbraio-2000-n-31.ooqqld.org.in/ http://giocare-online-pro-evolution-soccer.qttkja.org.in/ http://elenco-autovettura-usufruiscono-esenzione-bollo.ooqqld.org.in/ http://punto-snai-site-sport-msn-it.pifljm.org.in/ http://dj-consolle-hercules-scheda-audio.oaxzml.org.in/ http://geppo-galaxis-key-action-s.mksqkw.org.in/ http://gazzetta-ufficiale-concorsi-regione-sicilia.pifljm.org.in/ http://il-cammino-di-santiago-di-compostela.oaxzml.org.in/ http://ristorante-berzano-di-san-pietro.innltr.org.in/ 8a848390101f52442387e8806988b168
201.222.145.* 于 2007-07-01 05:57:13发表:
ba70410d3c41edcf6f10777fc9658f9f http://suoneriasslazioinviaretelefonofisso.pyvila.org/ http://www.manutenzioneelettricaordinarialegge4690.pkjtsb.org/ http://www.stampanteepsonstylusphoto1290s.opojum.org/ http://www.romasanpietroburgobigliettoaereo.zawphd.org/ http://www.ingegneriatorinotelematicatestammissionepreparazione.gdedkb.org/ http://plusvalenzacessioneaziendaentenoncommerciale.gdedkb.org/ http://deagostinigalleriadarte.pkjtsb.org/ http://manutenzioneimpiantolibrettofaxsimile.gdedkb.org/ http://www.dlgs19marzo1996n.hrjksn.org/ http://itartomusicastrumentobasso.qrxvou.org/ 246f5573f09449eb624440463d221fca
221.161.195.* 于 2007-06-30 02:53:45发表:
53dfcbf7d4c226dc78c5246975e8801c porca design italia occhiale sole http://riconoscimentodicausadiservizio.zcsdiw.org/riforma-sanitaria-primari-128-502/ http://istitutotecnicocommercialegiustinofortunatanapoli.ejiufa.org/parigi-comedie-des-champs-elysees/ http://cancelloferrozincatobresciaprovincia.uqjhgg.org/radio-media-set-tiburtina-it/ http://sigle-cartoni-animati-anni-90.xflxat.org/ http://prezzo-vendita-gasolio-gennaio-06.utpiii.org/ http://aeroporto-di-punta-raisi-palermo.utpiii.org/ http://aou-policlinico-g-martino-messina.msjbrf.org/ vino chianti dei colli aretini http://lucacarbonefrancodevita.uqjhgg.org/ufficio-internazionale-di-pesi-e-misure/ 242a24eaaf2d8b6d338dfc62711422de
74.213.81.* 于 2007-06-29 02:16:11发表:
884d970aa1080248eed7f4fcaa47dc02 http://ascolta-canzone-notte-prima-esame.meoprr.org/ http://varaclublindamarcayolargo.aklifa.org/nuova-costruzione-zona-stazione-magenta/ http://albergo-liguria-offerta-san-valentino.qkidvr.org/ scuola avviamento enduro oliveto citra http://borsaanalisitecnicatradingsystem.ujgyzy.org/programma-gratis-di-ritocco-foto/ http://guerra-stellari-episode-1-tutto-gratis.negvzz.org/ non aprite quella porta trama http://scarica-video-porno-eva-henger.negvzz.org/ ludoteca bambino milano zona 9 http://liceoscientificoleonardovincicremona.ujgyzy.org/fondo-ministero-dell-economia-finanza-argentina/ 24974b376644b5034250f73cecc2d1d6
201.211.93.* 于 2007-06-27 22:40:10发表:
4f26d13267e81c44be99493d006b119c http://acquisto-casa-riviera-conero-investimento.mfsvnp.org/ http://cavita-uterina-canale-cervicale-uterino.ajqecx.org/ http://santuario-di-san-giovanni-rotondo.nzxwoq.org/ http://dissipatore-cooler-raffreddamento-x-notebook-portatile.awdhmg.org/ http://hotel-terrazza-porto-san-giorgio.aifeuw.org/ http://prestito-di-denaro-non-restituito.oulmpk.org/ http://dvd-recorder-guida-all-acquisto.jyrxnc.org/ http://condominio-gratis-software-gratis-computer-programma.zqlmym.org/ http://cammino-santiago-paulo-coelho-racconto-libro.bewzmp.org/ http://primo-anno-novecento-duse-interpreta-ibsen.plzgum.org/ dff758ad4d024eb641677108bbbbea97
200.93.13.* 于 2007-06-26 20:42:56发表:
80bb0edde85070be21d96b6f07f0067c http://csatarantograduatoriascuolaelementare.mutsoq.org/richiedere-dei-visti-lavoro-sierra-leone/ http://legge-689-ricorso-non-firmata.pidgzp.org/ http://programma-letteratura-latina-cucciolo-2005.ynkpgu.org/ http://te-la-do-io-tokio.filgvg.org/ http://parola-canzone-my-love-justin-timberlake.taryvn.org/ http://bed-and-breakfast-disponibile-firenze-capodanno.filgvg.org/ http://boleificiosocialebardolinob.wvyart.org/miceli-francesca-via-cupola-firenze/ http://giocoyugiohscaricabile.olskny.org/ilaria-oreficeria-padova-spaces-live/ http://boleificiosocialebardolinob.wvyart.org/pneumatico-good-year-eagle-nct5/ http://organo-fatto-statuto-speciale-sicilia.pidgzp.org/ ac74524788537f28ae4c90c357df5e97
213.37.26.* 于 2007-06-25 19:49:13发表:
f4010eba588f416300a9cea1fa75fe6d http://consorzio-grande-rete-distributore-carburante.wlwpdt.org/ http://motonave-stradivari-it-caratteristica-tecnica.wlwpdt.org/ http://convegnonazionalepolizialocalericcione.gydeyj.org/avvocato-francesco-d-antonio-caserta/ http://manuale-d-uso-samsung-sgh-530.ddbpnz.org/ testo musicale natale puoi alicia http://asp-azienda-pubblica-servizio-persona-siena.xfnqjv.org/ http://motosispegnesibloccaruota.yoogjn.org/comporre-dei-mazzo-floreale-bouquet/ http://controller-audio-video-e-giochi.xfnqjv.org/ esempio calcolo pensione sistema retributivo http://hotel-baia-capo-capo-vaticano.abpato.org/ 245153f8fc5ca6b7c7f1325ac3918a81
82.159.57.* 于 2007-06-24 18:18:49发表:
0f0b4edadd35158440a2c8686924a5af http://installare-auricolare-blue-tooth-pc.blzjgn.org/ http://indirizzoscuoladacquistobenedettopalermo.yiatbe.org/comune-di-genzano-di-lucania/ http://scheda-madre-socket-a-amd.blzjgn.org/ poesia d autore sul matrimonio http://desiderio-essere-cornuto-iv-racconto-erotico.fdkwms.org/ http://amministrazione-condominiale-impianto-tv-satellitare.ztbpeb.org/ http://finanziamentoaprirebedbreakfastasti.uwqbko.org/codice-fiscale-dei-comune-d-italia/ http://5-per-mille-finanziaria-2006.vogryu.org/ cd vergini 48x 700mb 0 30 jurassic park operation genesis trucchi 452262cf741011e1ab8f1c4bc30a15a9
80.108.7.* 于 2007-06-23 17:56:46发表:
ea170290fe8234b3eb959c8a52760911 http://camere-da-letto-stile-etnico.bxertr.org/ http://fac-simile-contratto-di-inserimento.xrndwe.org/ http://borsino-terreno-agricoli-provincia-massa.vjsvzo.org/ http://film-l-amico-del-cuore.bxertr.org/ http://cassazionedivisioneperditaacquacondominio.knqtun.org/legge-494-96-art-3/ http://ente-nazionale-abilitazione-pubblica-provincia-macerata.mjhbun.org/ http://carnevaleanimalecamillesaintsaens.knqtun.org/fine-febbraio-marzo-andro-dolomiti/ http://zecchino-d-oro-anno-70.xprlxl.org/ http://cerco-case-vacanze-in-affitto.xprlxl.org/ http://tastiera-blue-tooth-nokia-6630.xprlxl.org/ 9552dfe41baaa9f17aeb9f3e17cab334
190.73.231.* 于 2007-06-22 15:05:05发表:
39de38c0712953bd5c4a8e1a3d8f4dc2 http://nondiregattononcesacco.qurqnr.org/testo-dpcm-22-12-89/ http://uniba-it-ssis-index-php.jvvvdm.org/ http://testo-canzone-teach-me-again-elisa.nakusq.org/ http://guarda-3-metro-sopra-cielo-online.ojfmto.org/ contratto con esperti esterni alla scuola http://decoderdigitaleterrestreinnohit.owknpa.org/videoclip-gratis-sesso-ragazzo-gay-africano/ http://giocoonlinegratisdragoonball.qurqnr.org/pessimismo-cosmico-leopardi-pessimismo-cristiano-manzoni/ ufficio provinciale del lavoro di cagliari http://imposizione-fiscale-compravendite-terreno-agricoli.myniqy.org/ http://finanziaria2007sanatoriacontributoagricoli.qurqnr.org/biglietto-scaricare-augurio-buon-anno/ 8d0a7cd2b17a8f039de7dab06d2ae220
190.172.155.* 于 2007-06-21 09:51:45发表:
2127c62b8b2dd139c85ea173f089e086 http://lettore-dvd-portatile-amstrad-dtx755.kzsfzp.org/ http://call-of-duty-finest-hour-soluzione.kzsfzp.org/ http://esempio-atto-assegnazione-alloggio-cooperativa.lvnrii.org/ http://liceo-scientifici-indirizzo-tecnologico-torino.axbzdu.org/ http://scaricare-programma-editare-musica-italiano.cmuvxp.org/ http://squadra-calcio-chignolo-d-isola.kzsfzp.org/ http://asus-scheda-madre-p5gpl-x.cmuvxp.org/ http://cagliari-novembre-dicembre-2006-seminari-convegno.wdrksm.org/ http://seggiolino-auto-15-36-kg-graco.rfnfwr.org/ http://centri-di-telefonia-3-a-cosenza.tiabis.org/ 3281355dcdf7961a81348339c85b8f61
200.125.33.* 于 2007-06-20 08:00:52发表:
7f98119dd99afedf9d20d593289b37f5 http://facolta-di-lettera-e-filosofia-genova.vdaysf.org/index.htm http://gli-spartito-di-michael-nyman.hzsssu.org/index.htm index.htm http://calendario-loredana-damato-nora-amile.ehugfo.org/index.htm http://foto-della-guerra-civile-americana.sjfxge.org/index.htm index.htm http://eric-clapton-arena-di-verona.oizdoo.org/index.htm index.htm http://biglietto-low-cost-napoli-milano.nlzixy.org/index.htm index.htm a95af8f224b8c9334b8122ef4b45f39a
85.84.12.* 于 2007-06-19 06:44:42发表:
305fbd2b52c81226ef4780f720e8ce5e http://strada-privata-comune-piu-abitazione.ugbiie.org/index.htm http://corso-formazione-gratis-ferrara-bologna.fyeclo.org/index.htm http://assunzione-posta-italiana-interinale-reggio.mboptw.org/index.htm index.htm http://provaci-ancora-sam-woody-allen.giqjae.org/index.htm http://lettore-dvd-decoder-digitale-terrestre.bqltxq.org/index.htm index.htm http://foto-donna-amatoriale-incontro-gratis.nudmpy.org/index.htm http://sfondifree-it-sfondo-gratis-sport.giqjae.org/index.htm http://ufficio-pensione-impdap-reggio-calabria.fyeclo.org/index.htm b8055c662679464e43a32265312932f9
190.49.160.* 于 2007-06-18 06:05:54发表:
ccba8272533274c54df5119c4711f53a http://gioco-gratis-pacman-tutto-versione.ogttfu.org/index.htm index.htm http://testo-canzone-beautiful-cristina-aguilera.mmaiuw.org/index.htm index.htm http://carducci-nella-piazza-di-san-petronio.mmaiuw.org/index.htm http://eima-2006-10-31-2006-campagnola.ogttfu.org/index.htm http://scusami-sera-ero-troppo-fragile.esqhid.org/index.htm index.htm index.htm index.htm b3e1aeebf15010c0e48986d09609c4eb
82.245.245.* 于 2007-06-17 04:39:14发表:
047f01ebc27651d78d44d3ad0587819d http://lago-dei-cigno-libretto-bourmeister.sdgwbd.org/index.htm http://allevamento-cavalier-king-charles-spaniel.zfdyqr.org/index.htm index.htm http://compendio-della-dottrina-sociale-della-chiesa.sdgwbd.org/index.htm http://thais-souza-wiggers-striscia-notizia.rvumsf.org/index.htm http://corsi-di-formazione-a-genova.rvumsf.org/index.htm http://parco-gran-sasso-monti-della-laga.yssvot.org/index.htm http://offro-lavoro-produzioni-audiovisivo-abruzzo.zfdyqr.org/index.htm index.htm http://paint-programma-disegno-scaricare-gratuitamente.zfdyqr.org/index.htm 6a4e71b09dc8ba3b61a05d0dd09e915b
85.201.179.* 于 2007-06-16 03:23:05发表:
af731e4d5d6dff0257cbd420f22c179e http://decreto-ministro-salute-27-agosto-2004.uvosok.org/ http://chiesa-s-maria-del-carmine.dgrbxq.org/ http://acquisto-or-automobile-or-usata.uvosok.org/ http://ricovero-urgente-istituto-maugeri-pavia.asxhjv.org/ http://opinioni-sagem-my-z-55.uvosok.org/ http://locale-notturno-friuli-venezia-giulia.qtoruw.org/ http://cerca-suzuki-dr-650-elaborazione.dkoomz.org/ http://supporto-a-parete-tv-plasma.uvosok.org/ http://s-t-snc-libero-it.dkoomz.org/ http://appartamento-bellamonte-alpe-lusia-inverno.asytgp.org/ 017184126313b130655c75e326e14932
201.24.61.* 于 2007-06-15 01:47:32发表:
ce8da52802d71319acee9fe83c2e108b http://www.sjjzbe.org http://nqdwgl.org http://obkfqj.org http://www.uzgvit.org http://www.hilxhr.org http://uzgvit.org http://uzgvit.org http://zdpnfm.org http://www.sjjzbe.org http://www.bectcd.org a4d20a8afbc395002366bd667860c4d3
213.214.48.* 于 2007-06-14 00:27:38发表:
5dcecc224c4849a248f219d9547e90fd http://widbjf.org http://www.jojlry.org http://www.exxhfd.org http://www.etpdkj.org http://exxhfd.org http://vtqzvy.org http://www.vtqzvy.org http://www.ndvgwp.org http://www.nbtxan.org http://www.dxeyre.org 0f5fa03e3dca64d5b4cd330c6f860531
85.100.157.* 于 2007-06-13 01:25:36发表:
ea0067c343e27cd00d3cc147438119a2 http://scheda-film-bianco-natale-beverly-hills.rivotb.org/ http://arto-marziali-cinese-posizione-base.hivfbp.org/ http://quotidiano-on-line-provincia-milano.ammyco.org/ http://dolce-tipico-natalizio-calabresi-ricetta.ammyco.org/ http://sar-mar-s-p-verona.yvzcyb.org/ http://contrapposizione-slow-food-fast-food.rivotb.org/ http://fiat-fiat-7cdoblo-macchina-usata.xxcgwu.org/ http://guarda-foto-ragazza-nuda-bionda.hivfbp.org/ http://prontogest-100mg-ml-im-7-f.rivotb.org/ http://corso-lingua-inglese-gratis-londra.xxcgwu.org/ 416778d26f8af0e18aadb8d947bc0aec