|
需求环境:
* XFree86 4.2.0 or later
* Kernel 2.4.11 or later
* gcc installed
* kernel header files installed
redhat8.0下安装步骤:
1. tar –zxvf 20030106-i386-Linux.tar.gz
2. cd dripkg
3. ./install.sh
4. Make a backup copy of your XF86Config-4 (or just ‘XF86Config’) file
10. Modify the XF86Config-4 file by one of three methods:
1. Use a text editor to modify section “Device” – modify “Driver” entry to read “i810”
2. OR run ‘Xconfigurator,’ selecting “Intel 830” from the list
3. OR run ‘X –configure’ the edit ~/XF86Config.new
1. Immediately after the "Monitor" line in the "Screen" section, add 'DefaultDepth 16'
2. At the end of the file (if not already there), add:
Section "DRI"
Mode 0666
EndSection
3. Make the new config file the default by copying it to XF86Config-4:
1. cp ~/XF86Config.new /etc/X11/XF86Config-4
5.Log out of root or superuser
6. startx
http://downloadfinder.intel.com/ ... 0-i386-Linux.tar.gz |
|