|
楼主 |
发表于 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启动不了了.......... |
|