QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1087|回复: 3

Intel 852/855 显卡芯片驱动的问题

[复制链接]
发表于 2005-7-20 18:42:53 | 显示全部楼层 |阅读模式
我从Intel公司的主页上下的rpm包  安装过程很正常 完成后系统提示文件拷贝已经完成 但设置需要手动   我该怎么设置啊??
发表于 2005-7-20 18:46:15 | 显示全部楼层
你没读安转文档??
回复

使用道具 举报

 楼主| 发表于 2005-7-20 20:49:34 | 显示全部楼层
[quote:30710c67f7="jozhu"]你没读安转文档??[/quote]
Modify the XF86Config file
intel@linux: # cp /etc/X11/XF86Config /home/intel

Modify the XF86Config-4 file by one of three methods

Use nano (or other text editor) to modify section "Device" - modify "Driver" entry to read "i810"
OR run 'Xconfigurator,' selecting "Intel 830" from the list
OR run 'X --configure' the edit ~/XF86Config.new
Immediately after the "Monitor" line in the "Screen" section, add 'DefaultDepth 16'
At the end of the file (if not already there), add:
Section "DRI"
Mode 0666
EndSection
Make the new config file the default by copying it to XF86Config-4:
cp ~/XF86Config.new /etc/X11/XF86Config-4
For SuSE only, in the "screen" section:
Add a line for "DefaultDepth 24"
Add a line under Subsection "Display," after "Depth 24" add a line for "Modes "1024x768" "800x600" as appropriate for your system
Example:
Section "Screen"

Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"

Depth 24
Modes "1024x768" "800x600"

EndSubSection

End Section



我读了不过 糊糊涂涂的 按照上面的改了XF86Config
结果Gnome启动不了了..........
回复

使用道具 举报

发表于 2005-7-21 13:11:39 | 显示全部楼层
上面的例子只适用于SUSE,你的发行版如果不是,改了当然会出事。
对不是SUSE的用户,只有下面的有用
Modify the XF86Config file
intel@linux: # cp /etc/X11/XF86Config /home/intel

Modify the XF86Config-4 file by one of three methods

Use nano (or other text editor) to modify section "Device" - modify "Driver" entry to read "i810"
OR run 'Xconfigurator,' selecting "Intel 830" from the list
OR run 'X --configure' the edit ~/XF86Config.new
Immediately after the "Monitor" line in the "Screen" section, add 'DefaultDepth 16'
At the end of the file (if not already there), add:
Section "DRI"
Mode 0666
EndSection
Make the new config file the default by copying it to XF86Config-4:
cp ~/XF86Config.new /etc/X11/XF86Config-4
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 14:23 , Processed in 0.062504 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表