[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"
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