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: i915
MergedFB for i915G on ubuntu feisty
一直不知道i915的显卡还能使用MergedFB,原来在试验双显示器的时候,只用过Xinerama,但Xinerama使用后会禁止DRI,导致不能使用硬件加速以及AIGLX和XGL等三维效果。 主要的配置都在/etc/X11/xorg.conf的文件里。 关键的部分,一个是在Device节里: Option “MergedFB” “true” 另外一个部分是在Screen节里: SubSection “Display” Depth 24 Virtual 1560 1024 EndSubSection SubSection “Display” Depth 24 Modes “1400×1050 1280×1024 1024×768″ EndSubSection 要添加一个Virtual的桌面大小定义。通常这个Virtual的桌面就是两个显示器的分辨率之和。 我的xorg.conf配置: Section “Files” FontPath “/usr/share/fonts/X11/misc” FontPath “/usr/share/fonts/X11/cyrillic” FontPath “/usr/share/fonts/X11/100dpi/:unscaled” FontPath “/usr/share/fonts/X11/75dpi/:unscaled” FontPath “/usr/share/fonts/X11/Type1″ FontPath “/usr/share/fonts/X11/100dpi” … 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会丢失)