- 论坛徽章:
- 0
|
安装方法:
1. Install Linux
2. Log in as root or as a superuser
4. Extract the downloaded files:
a. tar –zxvf 20030106-i386-Linux.tar.gz
b. Ensure X Windows is not running
6. cd dripkg
7. ./install.sh
8. Follow the prompts; most users should be able to press
“Enter” at each prompt
9. Make a backup copy of your XF86Config-4 file
10. Modify the XF86Config-4 file by _ONE_ of three methods:
a. Use a text editor to modify section “Device” –
modify “Driver” entry to read “i810”
b. _OR_ run ‘Xconfigurator,’ selecting “Intel 830”
from the list
c. _OR_ run ‘X –configure’ the edit ~/XF86Config.new
i. Immediately after the “Monitor” line in
the "Screen" section, add
‘DefaultDepth 16’
ii. At the end of the file (if not already
there), add:
Section "DRI"
Mode 0666
EndSection
3. Install kernel headers
a. For Red Hat 7.3, this is on CD2:
/RedHat/RPMS/kernel-source-2.4.18-3.i386.rpm
b. Alternately, load your kernel config file,
save the config, and run “make dep”
iii.Make the new config file the default by
copying it to XF86Config-4:
1. cp ~/XF86Config.new
/etc/X11/XF86Config-4
11. Log out of root or superuser
12. startx
以上是Intel(R) 845G Chipset 显卡在redhat7.3上安装方法。
我想请问上面的第三步是什么意思啊,我的7.3的kernel是2.4.18-3 i686的,是不是要将2.4.18-3 i686变成2.4.18-3.i386啊。
3. Install kernel headers
a. For Red Hat 7.3, this is on CD2:
/RedHat/RPMS/kernel-source-2.4.18-3.i386.rpm
b. Alternately, load your kernel config file,
save the config, and run “make dep”
我是这样做的 :
rpm -qa | grep kernel-source kernel-source-2.4.18-3.i386.rpm
结果却没任何反映啊 |
|