- 论坛徽章:
- 1
|
845G的集成显卡
Install intel 845g/845gl video driver for Linux
-
- 1. Install Linux
- 2. Log in as root or as a superuser
- 3. Install kernel headers
- a. For Red Hat 7.3, this is on CD2:
- /RedHat/RPMS/kernel-source-2.4.18-3.i386.rpm
- (For Red Hat 8.0, this is on CD2:
- /RedHat/RPMS/kernel-source-2.4.18-14.i386.rpm)
- b. Alternately, load your kernel config file,
- save the config, and run “make dep”
- 4. Extract the downloaded files:
- a. tar –zxvf 20030106-i386-Linux.tar.gz
- 5. 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: (I use redhat-config-xfree86 to configure the X Server)
- 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
- 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
- 详见:
- ftp://aiedownload.intel.com/df-support/5117/ENG/readme.txt
复制代码 |
|