分页: 1 / 1

Intel gma 950 的用户请进来!

发表于 : 2007-12-01 14:21
killamni
Intel gma 950 的用户请进来!谈谈色彩怎么样

发表于 : 2007-12-01 15:17
iblicf
iblicf@ubuntu:~$ glxinfo |grep rend
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945G 20061017 x86/MMX/SSE2

图片

发表于 : 2007-12-02 0:00
xuwu125
945 gm

发表于 : 2007-12-03 7:19
rgaobj
色彩很好啊,LZ啥感想?

发表于 : 2007-12-03 7:55
dogfox

代码: 全选

:~$ glxinfo |grep rend 
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: ATI Radeon 9550 / X1050 Series

为何是direct rendering: No?

发表于 : 2007-12-04 18:07
iampobaby
没有觉得不正赏啊

发表于 : 2007-12-04 22:53
restlin
倒是我的CEDEGA一直openGL测试失败

发表于 : 2007-12-04 23:03
iblicf
restlin 写了:倒是我的CEDEGA一直openGL测试失败
嗯,这卡 wine 不成 :)

发表于 : 2007-12-05 12:57
zhou3345
iblicf 写了:iblicf@ubuntu:~$ glxinfo |grep rend
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945G 20061017 x86/MMX/SSE2

图片
你好,能否分享你的字体设置方法?包括/etc/fonts/下的所有文件和xorg.conf配置?谢谢。

发表于 : 2007-12-17 20:31
carbont
我的是no──怎么搞呢??

发表于 : 2007-12-20 11:29
bz
在/etc/X11/xorg.conf加入
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
Option "XAANoOffscreenPixmaps"
Option "UseFBDev"
Option "TripleBuffer" "true"
EndSection
当中没有的!

发表于 : 2007-12-20 11:31
bz
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
看一下有没有这些东东!

发表于 : 2007-12-21 16:23
Ubuntu_David
标记。。。