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功能的时侯一样,就是比较"动态"了。
201.242.48.* 于 2007-06-12 02:27:15发表:
b1b1afe19d1cd854163f33b5f96b3680 http://copertina-need-for-speed-underground2.ljiwrk.org/ http://annuncio-donna-cercano-schiavo-roma.hzuhtu.org/ http://libro-dei-vino-italiano-gratuita.fkgkox.org/ http://far-scaricare-proprio-sito-pagamento.ljiwrk.org/ http://orario-voli-orio-al-serio.fkgkox.org/ http://spartito-e-tablatura-per-chitarra.cckzfi.org/ http://scuola-calcio-geos-sporting-club.cckzfi.org/ http://asus-a636-rivenditore-milano-provincia.guqsuy.org/ http://protocollo-operativo-prenotazione-visite-ambulatoriali.ljiwrk.org/ http://nokia-6151-pianeta-3-internet.hzuhtu.org/ 3ebbdc0c5c788c89d957115fc277340d
190.44.103.* 于 2007-06-11 02:29:22发表:
42aa26729d7ce4db755c1d09943f14d7 http://farsi-desiderare-da-un-uomo.dtifhu.net.in/ http://concorso-vincere-qualita-anno-2006.oaxzml.net.in/ http://cd-musicale-natura-verso-animale.hhknox.net.in/ http://permesso-soggiorno-stagionale-assunzione-perdono-lavoro.kfxrfs.net.in/ http://circolare-agenzia-entrata-mediatore-creditizio.hhknox.net.in/ http://vi-scrivo-carcere-and-rizzoli.ooqqld.net.in/ http://rapporto-figlio-compagno-genitore-divorziato.mksqkw.net.in/ http://vendita-online-sanitario-villeroy-boch.innltr.net.in/ http://discoteca-non-si-riesce-comunicare.dtifhu.net.in/ http://motorizzazione-milano-commissione-medica-locale-patente.hhknox.net.in/ 319dbbb4ab069a1bfb4a4d4d12c61dcd
200.117.135.* 于 2007-06-09 02:12:39发表:
b81d1a7b54767824a6684963c47afd06 http://tumore-al-seno-donna-nullipare.mbxbva.org/ http://video-sheva-gol-1999-2002.hwqegr.org/ http://142-corso-allievi-ufficiale-complemento-cesano.hwqegr.org/ http://minestra-di-patate-o-parmentier.iumzde.org/ http://aereoporto-pertini-torino-volo-arrivo.hwqegr.org/ http://biglietto-da-visita-fai-da-te.lbpwqo.org/ http://filmato-trailer-devil-may-cry-3.hwqegr.org/ http://traduzione-will-love-again-lara-fabian.pauhzy.org/ http://albergo-4-stelle-los-angeles.mbxbva.org/ http://gazzetta-ufficiale-concorso-vigili-urbani.pauhzy.org/ e44c2d91c99facb894d3b26e91151560
190.52.147.* 于 2007-06-08 03:56:13发表:
0e0c6ed88a2b4e039d80f6e2b8b65715 http://persona-invalida-al100-diritto-all-accompagnamento.ouwnql.org/ http://dc-la-ricerca-e-disabilitata.ivrfxb.org/ http://solo-foto-annuncio-coppia-scambista.ulhxdx.org/ http://tappe-sviluppo-dell-eta-evolutiva.zouvtz.org/ http://vignole-addestramento-cane-abano-terme.ouwnql.org/ http://cartellone-regola-comportamento-tenere-classe.fjhozm.org/ http://u-s-foggia-anno-70-coro.rpddkk.org/ http://canonica-san-giovanni-d-asso.zouvtz.org/ http://corso-on-line-agente-immobiliare.sjfnnx.org/ http://sistema-operativo-symbian-9-1.ouwnql.org/ 2e2f8656ca7971267ae7180fc612fe21
84.232.120.* 于 2007-06-07 06:37:11发表:
1108ea72301de069321734f301581b16 http://nokia-6630-adattatore-dual-sim.vdamgw.info/ http://che-colpa-abbiamo-noi-colonna.ciymwb.info/ http://prenotazione-hotel-alessandria-della-rocca.urajxu.info/ http://software-simulazione-acustica-ambiente-freeware.urajxu.info/ http://convegno-23-novembre-auser-emilia-romagna.dpydtd.info/ http://scheda-film-le-cronache-di.vdamgw.info/ http://forum-sito-anti-hilary-duff.vdamgw.info/ http://ente-cassa-di-risparmio-firenze.zjtbra.info/ http://ricostruzione-carriera-universitario-otto-anni.hwqovr.info/ http://it-scheda-tecnica-candy-cl2-107.hwqovr.info/ 6dea66dd0952ca77d762129bda0df247
220.221.74.* 于 2007-06-06 09:36:47发表:
f6fdbf6fc8dd5df7b716a15bfa0aebe7 http://lettore-compact-flash-memory-card.yyunae.info/ http://mahatma-gandhi-scopri-amore-originale-versione.qirjux.info/ http://certificato-di-destinazione-d-uso.yyunae.info/ http://casa-cura-medicina-interna-catania.qwoucn.info/ http://mappa-di-castellammare-di-stabia.xaotvu.info/ http://normale-sviluppo-dell-attivita-ludica-bambino.lbvsgo.info/ http://fiocco-rosa-ilary-francesco-totti.duajwe.info/ http://il-linguaggio-segreto-del-corpo.lbvsgo.info/ http://hotel-scoglio-del-leone-zambrone.xaotvu.info/ http://gli-anni-e-i-giorno.duajwe.info/ 11bac96dbb32ab2fd1a6f4018c996a56
83.49.138.* 于 2007-06-05 14:42:57发表:
72df1000a70d6748b9631d932fec9f1d http://ricetta-panettone-imbottito.wkermn.info/ http://campania-concorso-reggione.wkermn.info/ http://gres-porcellanato-ciottolo.wkermn.info/ http://malthus-crisi-trecento-interpretazione.dvtuzm.info/ http://ristorante-vineria-sorella-roma.kbucdn.info/ http://valtorta-pia-nido-bobbio.kbucdn.info/ http://forun-medicina-pavia.wkermn.info/ http://stoccolma-cliff-barnes.dvtuzm.info/ http://reporter-gabbanelli.dhvvfi.info/ http://trama-dubliner.dhvvfi.info/ 4080af707aca2bbb96231fb1b4743d28
190.74.59.* 于 2007-06-04 20:09:11发表:
7d502f849522e45817fc2612aa8fdf27 http://oasi-maria-santissima-di-troina.nfvzoo.org/ http://grido-fino-al-cielo-anne-rice.divuvu.org/ http://vendita-on-line-materiale-montagna.pgbdyc.org/ http://cento-x-cento-vengo-roberta-missoni.nfvzoo.org/ http://foto-piede-donna-anziana-gratis.xcwjal.org/ http://case-in-affitto-san-giovanni-lupatoto.pgbdyc.org/ http://mori-con-un-falafel-in-mano.vprmbs.org/ http://lista-speciale-medico-inps-reintegrazione.dlmpxx.org/ http://tony-renis-gente-usasse-cuore.dlmpxx.org/ http://treno-1921-27-10-2006.pgbdyc.org/ e2344a7b53a49ae4d6fdb2a64dbf9945
70.80.234.* 于 2007-06-04 00:28:40发表:
606132fc06fe8e91bea7b82726c9447c http://tecnicaingrossarepene.beajbg.org/metropolis-nuoto-cosenza/index.htm http://ricaricarexverde357.nlamku.org/banca-popolaredi-lodi/index.htm trasformatore abbassatore tensione http://parallelismoflangemacchinarotanti.inkrxe.org/scala-allungabile-fibra-vetro/index.htm http://ricaricarexverde357.nlamku.org/sgravi-fiscali-ristrutturazion/index.htm idropulitrice kinzo http://gattoplasmacellularelesioniorale.inkrxe.org/guia-soncini-licenziata/index.htm http://prevenditebrignano.inkrxe.org/azione-brasiliana-quotate-nyse/index.htm http://esamecatelaniorganica.akqcvy.org/orbita-solario/index.htm http://schemacavolptwindowscommander.beajbg.org/monica-mattiolo-foto/index.htm 83869c431dabc6ba13fe3e3c64cc8ac5
201.243.111.* 于 2007-06-03 06:36:51发表:
cb0863574b2086d8fde4f34553023619 http://vetrinabraccianotomcruise.lskson.org/elisabetta-gregoraci-capital-ottobre-2005/index.htm http://automotomaniaromaviasimonemartini.ksibgs.org/spartito-pianola-smoke-on-the-water/index.htm biondissime troia video porno gratis lavanderia industriale cerca consegnatario napoli accessorio lettore mp3 gatto galeotti riesi palladium http://albaroathletic.sdibjo.org/piastrella-ruini-sassuolo/index.htm finite state macchina jk counter http://simonetomassinibarbalunga.sdibjo.org/realmoscova-splinder-com/index.htm http://strageinnocenteguidorene.sdibjo.org/stazione-metereologica-portatile/index.htm 691e5261e7f26fe9bfca38d324fb1940
83.34.22.* 于 2007-06-02 10:52:29发表:
134c38170bd46e8b89c9459dd726dafa http://jezzfreddo.nlamku.org/vernice-sottofondo-decoupage/index.htm emisfero magdeburg http://nuovoducato2300130cvmeccanica.nlamku.org/vicario-danelon-pordenone/index.htm perforatore 4 fori carl 124 http://adattatoreseriale2fusb.inkrxe.org/parigi-montmartre-grape-harvest-festival/index.htm http://fifagiohiit.beajbg.org/occhiale-lenti-prismatiche/index.htm http://valoreriferimentocromogranina.nlamku.org/lottomatica-gioco-lotto-homepage-numero-spia/index.htm incentivo icbi rimini affissioni trentinoalto adige puttana torino numero telefon 63aa5c5d6850cbd0ab7a0b3644130d9e
85.218.9.* 于 2007-06-01 16:09:21发表:
ebc8d9f4baf9f9aa54d83067616a00ac http://eutimilsmettere.uzghnh.org/minigames-bambino-gratis/index.htm http://capiletteregoticheimmagine.mljuyb.org/ristorante-ma-ri-na-olgiate-olona/index.htm barra filettate chiocciole ottone http://transinculatiasino.leikrf.org/distilleria-mazzetto-monferrato/index.htm http://frasenataliziaamichevolifareaugurio.pdjkai.org/manuale-d-istruzione-samsung-sgh-d900/index.htm folco terziani http://highscoolmiusicalfotozacefron.gkgobd.org/elearning-unina-medicina-it-dvln/index.htm cdx r3350 prezzo driver completo mustek 1200 ub termoarredo irsap 5447788e0ee79eeca3d64876f41eb1cf
84.47.42.* 于 2007-05-30 08:27:45发表:
a55e5aa77ef2c449582b698c053e544d meu pesquisa http://pegekq.org/desenho/desenho-da-liga-da-justica.html inconstitucionalidade sexo http://ifrtox.org/me/me-convem.html http://wfcqxw.org/foto/foto-tiradas-camera-canon-power-shot-s3-is.html http://wfcqxw.org/declaracao/declaracao-residencia.html http://ifrtox.org/filme/filme-porno-cantora-gretchen-video.html http://wfcqxw.org/guia/guia-do-usuario.html a91f06099d8916d08fc86aebeef191c8
190.38.247.* 于 2007-05-29 07:10:13发表:
42662b4f64ca740c8dd65cb92c3f30ce http://sxrzpn.org/transposicao/transposicao-canino.html http://xwqumn.org/cvrd/cvrd-itabira-br.html http://lcitij.org/estrela/estrela-da-lapa.html travesti http://sxrzpn.org/prefeitura/prefeitura-coronel-murta.html http://xvqeoy.org/carregador/carregador-de-bateria-6v.html http://xwqumn.org/laerte/laerte-silva-pereira.html congregacao http://xwqumn.org/folha/folha-de-sao-paulo-7-de-janeiro-2007.html http://lcitij.org/quissama/quissama-rj-gov-br.html ea84313ff4cf4b8bb8ec851c693c83a5
80.33.32.* 于 2007-05-28 15:02:20发表:
9b00b34d8e5a23973d66619a9756191c http://mnopyi.info/ingles/ingles-passado-irregular.html edificio http://xvqeoy.info/venda/venda-de-piscina-de-bolinha.html http://grpytd.info/estatuto/estatuto-dos-funcionarios-publicos-civis-do-estado-de-minas.html mapa http://grpytd.info/disturbio/disturbio-equilibrio-levam-isolamento-social.html http://xvqeoy.info/modelo/modelo-de-impugnacao-de-contestacao.html http://grpytd.info/produto/produto-naturais-curitiba-pr.html fichamento faculdade 921da3b25f91ff5411abb8e73f72697f
70.80.251.* 于 2007-05-27 23:21:16发表:
8d7497b6425d7f516d83fb2169b8b3ea http://xwqumn.info/lingua/lingua-portuguesa-gramatica.html mensagem http://lcitij.info/radio/radio-cidade-fm-101-9-dourado.html casa apostila http://ovvkft.info/foto/foto-jogo-playstation-3.html http://xwqumn.info/perfusao/perfusao-l-arginina.html http://xwqumn.info/astro/astro-do-universo.html copa pais 6d9dd05b81c19c63ae8e87cbbcfe2050
66.130.62.* 于 2007-05-27 07:13:23发表:
很好
84.101.168.* 于 2007-05-26 17:05:42发表:
正需要
201.208.113.* 于 2007-05-26 01:07:44发表:
学习学习
200.44.199.* 于 2007-05-25 05:14:36发表:
好文章
24.232.176.* 于 2007-05-16 03:20:11发表:
支持楼主