2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
Tag Archives: edgy
ubuntu edgy下OpenOffice 2.0.3不能存盘
ubuntu edgy,现在有不能存盘的问题。 就是一存盘,就提示crash,然后恢复,再存盘,就一直循环下去了。 解决办法: 进入OpenOffice后,设置为使用OpenOffice.org对话框。 Options->OpenOffice.org->General and tick the box saying, Use OpenOffice.org dialogs. 问题的原因也找到了: https://launchpad.net/distros/ubuntu/+source/openoffice.org-amd64/+bug/58492
xen on ubuntu edgy
this is an interesting topic, I will give a try later. some useful url: http://chuck-sh45.livejournal.com/ https://wiki.ubuntu.com/XenOnEdgy http://www.ubuntuforums.org/showthread.php?t=249772
install qemu in ubuntu edgy
edgy的库里是0.8.2版本,直接就可以安装。 sudo aptitude install qemu 然后从网站上下载kqemu-1.3.0pre9加速模块: ./configure make sudo make install 创建磁盘文件: qemu-img create -f qcow xp.cow 2G 使用ISO文件模拟光盘启动 qemu -hda /path/to/xp.cow -boot c -cdrom xp_install.iso -m 384 -localtime 或直接使用光盘进行安装 qemu -hda xp.cow -boot d -cdrom /dev/cdrom -m 384 -localtime … Continue reading
ubuntu edgy中添加ati显卡驱动
20060822 ATI RADEON X1300 RV514 7142 目前,edgy还是开发版,不稳定,用opensource的驱动试验没有效果,提示fglrx无法加在,好像是ABI服务器端和客户端不一致,估计最终发行的时候应该能解决这个问题。 下面记录用ATI的私有驱动的安装方法: 下载官方的驱动8.28.8版本,修改source.list,把universe源添加进来: chmod +x ati-driver-installer-8.28.8.run sudo apt-get update sudo apt-get install module module-assistant build-essential sudo apt-get install fakeroot dh-make debconf gcc-3.4 sudo mv /bin/sh /bin/sh.old sudo ln -s /bin/bash /bin/sh sudo sh ./ati-driver-install-8.28.8.run … Continue reading
ubuntu edgy中的GIS相关软件
源中有的: gdal/ogr是1.3.1版本 proj 4.4.9 libgdal-grass是1.3.1.2版本 postgis是1.1.2版本 grass 6.0.2 qgis 0.7.4 thuban 1.0.1 grass和qgis的版本有点低,需要重新编译: qgis 0.8svn (参考dapper下的编译方法:http://wlxblog.westgis.ac.cn/173/) grass 6.3cvs or grass 6.1 可以运行的其他GIS软件: Google Earth 4.0 ww2d
升级到edgy
在IRC上咨询了一下别人,并到forum上转了一圈,感觉升级的难度好像不大。 于是就着手升级: 修改source.list,update,dist-upgrade 发现出现很多问题,主要是包依赖之间的问题。 首先发现openoffice.org-core无法安装,提示和openoffice.org-gtk冲突。 然后又发现unifont, gsfonts-x11包无法安装,中间提示有update-fonts-dir出错。 于是: sudo chmod -x /usr/bin/update-fonts/dir sudo apt-get remove unifont gsfonts-x11 openoffice.org sudo apt-get dist-upgrade sudo apt-get install ubuntu-desktop 重新启动发现无法启动X,于是又作了一个dist-upgrade。(是显卡驱动的问题,包的名称发生了变化,ubuntuforums有提到。 目前发现的问题就是网络无法自动激活,需要手工启动,还没有找到解决办法。