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: xgl
envi 4.3在ubuntu edgy下启动错误的解决
在我的笔记本上安装了ENVI 4.3后一直无法执行,但IDL没有问题。经检查,应该是I915的驱动所导致的问题,不过可以在XGL环境下执行,非常奇怪。 不过现在终于找到了解决办法: LIBGL_ALWAYS_INDIRECT=1 /usr/local/bin/envi 最终是在ITT的forum上找到了答案: Hi there. We came across Tech Tip “OpenGL Direct Hardware Rendering on Linux. Article ID: 3524″ that showed a workaround. Disabling (OpenGL) direct rendering made the trick (at the expense of speed): debian10$ export … Continue reading
在XGL环境下使用google earth
ubuntu edgy, i915gm 我记得原来不能在xgl环境下使用google earth,随着google earth 4的几次升级,现在可以在xgl环境下使用google earth了,不过还是有问题,速度比正常情况下要慢! 在beryl-project.org的FAQ上发现了这个问题的解决办法: DISPLAY=:0 ./googleearth My favourite hardware-accelerated application (google earth for example) doesn’t play well with Beryl. What can I do? Try adding DISPLAY=:0 in front of the command: $ DISPLAY=:0 googleearth 还是有一点小问题,不过总算不影响使用了。(menubar会丢失)
XGL:非常酷
安装好显卡驱动后,现在就来体验一下酷酷的XGL: 首先添加源: deb http://www.beerorkid.com/compiz edgy main-edgy deb http://media.blutkind.org/xgl/ edgy main-edgy deb http://ubuntu.compiz.net/ edgy main-edgy 获取签名: wget http://www.beerorkid.com/compiz/quinn.key.asc -O – | sudo apt-key add – wget http://media.blutkind.org/xgl/quinn.key.asc -O – | sudo apt-key add – wget http://ubuntu.compiz.net/quinn.key.asc -O – | sudo apt-key … Continue reading