向ML小组say sorry,已解决INTEL的3d驱动!
向magiclinux开发小组say sorry!已解决INTEL的3d驱动!intel显卡打开3d加速最简单的方法!
修改
file:///etc/X11/xorg.conf
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "dri"
Load "record"
Load "freetype"
Load "type1"
在这里加上
Load "dri"
然后重启X
(crlt+alt+backspace)
就是这样就ok了!(超级简单)
因为之前兜了一大个圈!
先去编译安装官方驱动!搞到后来怎么也驱动不了intel的3d加速!
再次向magiclinux开发小组say sorry! 不过为什么ml不默认打开dri驱动呢?
其实ml真的应该默认加上
Load "dri"
这样intel的显卡3d加速就不是什么问题了!--这样就不会有那么多人埋怨ml对intel显卡对支持不够好了!
就算不默认加上
Load "dri"
也应该在FAQ做个提醒阿! 不打开得原因是 有很多 显示卡不一定支持这个选项...
Re: 向ML小组say sorry,已解决INTEL的3d驱动!
晕,要打开显卡3D,显然要加载dir的,难道你没看显卡驱动安装说明文档?向magiclinux开发小组say sorry!已解决INTEL的3d驱动!
intel显卡打开3d加速最简单的方法!
修改
file:///etc/X11/xorg.conf
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "dri"
Load "record"
Load "freetype"
Load "type1"
在这里加上
Load "dri"
然后重启X
(crlt+alt+backspace)
就是这样就ok了!(超级简单)
因为之前兜了一大个圈!
先去编译安装官方驱动!搞到后来怎么也驱动不了intel的3d加速!
再次向magiclinux开发小组say sorry! 不打开得原因是 有很多 显示卡不一定支持这个选项...
一个发行版本要为所有的用户考虑。
Re: 向ML小组say sorry,已解决INTEL的3d驱动!
晕,要打开显卡3D,显然要加载dir的,难道你没看显卡驱动安装说明文档?没有什么好晕的!
我一直都是使用nvidia的显卡,开dri都没有什么影响的!
加上google、baidu的关于intel的3d驱动都是教大家安装官方驱动!
就是论坛关于intel显卡驱动的也主要是教大家安装官方驱动!
并且:
连这么简单的驱动intel显卡的方法,也没有那个老大出来说说!
我纯粹就是因为安装官方驱动,把系统搞乱了,所以才出现加载dri也无法驱动3d的问题! nVidia 的显卡用的是 glx ,不是 dri 。
打开 dri 会和 glx 冲突。
添加 dri ,应该是 intel 驱动的责任。
ati 的显卡驱动,用它的 aticonfig ,就会自动添加。 nVidia 的显卡用的是 glx ,不是 dri 。
打开 dri 会和 glx 冲突。
添加 dri ,应该是 intel 驱动的责任。
ati 的显卡驱动,用它的 aticonfig ,就会自动添加。
我是说,我的nvidia开不开dri,都和glx没有冲突!
还有现在的nvidia的驱动好像会自带关闭dri的(注释#掉)
所以打开默认dri才是正道! 可以考虑默认添加:
Load "dri"
Load "v4l"
我的 GForceII MX440 显卡在同时加载 dri 和 glx 模块时并没有异常反应。此外,内核选项确也需要稍作调整。 不过默认使用的 dri 并非 intel 官方的 dri,所以性能应该不及 intel 驱动。 不过默认使用的 dri 并非 intel 官方的 dri,所以性能应该不及 intel 驱动。
已经足够流畅了! 现在Xorg的智能比较高了
Xorg typically uses a configuration file called xorg.conf for its initial setup. Refer to the xorg.conf(5x) manual page for information about the format of this file.
Starting with version 4.4, Xorg has a mechanism for automatically generating a built-in configuration at run-time when no xorg.conf file is present. The current version of this automatic configuration mechanism works in three ways.
The first is via enhancements that have made many components of the xorg.conf file optional. This means that information that can be probed or reasonably deduced doesn't need to be specified explicitly, greatly reducing the amount of built-in configuration information that needs to be generated at run-time.
The second is to use an external utility called getconfig(1), when available, to use meta-configuration information to generate a suitable configuration for the primary video device. The meta-configuration information can be updated to allow an existing installation to get the best out of new hardware or to work around bugs that are found post-release.
The third is to have "safe" fallbacks for most configuration information. This maximises the likelihood that the Xorg server will start up in some usable configuration even when information about the specific hardware is not available.
The automatic configuration support for Xorg is work in progress. It is currently aimed at the most popular hardware and software platforms supported by Xorg. Enhancements are planned for future releases. 可以在系统提供两个xorg.conf
一个在/etc/X11/xorg.conf
另一个在
/usr/lib/X11/xorg.conf
提供相对比较安全的配置。
当第一个有问题时只要
rm /etc/X11/xorg.conf
或者
mv /etc/X11/xorg.conf "/etc/X11/xorg.conf.backup-`date`"
就能进X
----------------------------------------------------------------------------------------------------
Xorguses a configuration file called xorg.conf for its initial setup.This configuration file is searched for in the
following places when the server is started as a normal user:
/etc/X11/<cmdline>
/usr/etc/X11/<cmdline>
/etc/X11/$XORGCONFIG
/usr/etc/X11/$XORGCONFIG
/etc/X11/xorg.conf-4
/etc/X11/xorg.conf
/etc/xorg.conf
/usr/etc/X11/xorg.conf.<hostname>
/usr/etc/X11/xorg.conf-4
/usr/etc/X11/xorg.conf
/usr/lib/X11/xorg.conf.<hostname>
/usr/lib/X11/xorg.conf-4
/usr/lib/X11/xorg.conf
where <cmdline> is a relative path (with no ".." components) specified with the -config command line option,$XORGCON-
FIGistherelativepath(withno".." components) specified by that environment variable, and <hostname> is the
machine's hostname as reported by gethostname(3).
When the Xorg server is started by the "root" user, the config file search locations are as follows:
<cmdline>
/etc/X11/<cmdline>
/usr/etc/X11/<cmdline>
$XORGCONFIG
/etc/X11/$XORGCONFIG
/usr/etc/X11/$XORGCONFIG
$HOME/xorg.conf
/etc/X11/xorg.conf-4
/etc/X11/xorg.conf
/etc/xorg.conf
/usr/etc/X11/xorg.conf.<hostname>
/usr/etc/X11/xorg.conf-4
/usr/etc/X11/xorg.conf
/usr/lib/X11/xorg.conf.<hostname>
/usr/lib/X11/xorg.conf-4
/usr/lib/X11/xorg.conf
where <cmdline> is the path specified with the -config commandlineoption(whichmaybeabsoluteorrelative),
$XORGCONFIGisthe path specified by that environment variable (absolute or relative), $HOME is the path specified by
that environment variable (usually the home directory), and <hostname> is the machine's hostname as reportedbygeth-
ostname(3). "v4l"模块是做什么用的?电视卡么? "v4l"模块是做什么用的?电视卡么?
提供部分视频设备驱动。
页:
[1]
2