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

Posted in Linux | Tagged , , , , , , , | 3 Comments

在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会丢失)

Posted in Linux | Tagged , , , , | Leave a comment