Intel 852/855 显卡芯片驱动的问题
我从Intel公司的主页上下的rpm包安装过程很正常 完成后系统提示文件拷贝已经完成 但设置需要手动 我该怎么设置啊?? 你没读安转文档?? 你没读安转文档??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启动不了了.......... 上面的例子只适用于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
页:
[1]