# # # Install the Intel patches for onboard Intel i810 SVGA chips # # # 20-May-00 amo Date-of-Birth # 08-Jul-00 rxs Tested on Caldera OpenLinux-2.4 # # # Requirements # ------------ # XFree-3.3.5 or later # XF86_SVGA -version # rpm -qa | grep XFree86 # # # Tested on and works: # ------------------- Asus-Super810 Redhat-6.2 XFree-3.3.6 Suse-6.4 XFree-3.3.6 Slack-7.0 XFree-3.3.5 # Intel CA810EAL Rehdhat-6.2 XFree-3.3.6 Suse-6.4 XFree-3.3.6 Slack-7.0 XFree-3.3.5 # Supermicro 370SEA Rehdhat-6.2 XFree-3.3.6 # # # My working XF86Config files: # --------------------------- http://www.linux-1U.net/MotherBoard # # # Software Download # ----------------- # http://support.intel.com/support/graphics/intel810/linuxsoftware.htm # # Release ( Installation ) Notes # ------------------------------ # http://support.intel.com/support/graphics/intel810/release_notes_1.htm # # # Install XFCm-I810 drivers # ------------------------- # rpm -Uvh XFCom-i810*.i386.rpm - or - tar -zxpvf ../XFCom-i810*.tar.gz ./INSTALL # # Compile and install kernel modules # rpm --rebuild I810Gtt*.src.rpm rpm -Uvh /usr/src/{redhat,OpenLinux}/RPMS/i386/I810Gtt*.i386.rpm - or - tar -zxpvf ../I810Gtt*.src.tar.gz make make install # ------------------------------------------------------------------------ # # Install the Intel patches for the onboard SVGA i810 chipset # # ------------------------------------------------------------------------ # cd /mnt/Share/Intel # rpm -ivh XFCom-i810-glibc2.1-1.0.0-rh60.i386.rpm rpm -ivh I810Gtt-0.1-6.src.rpm # # cd /usr/src/{redhat,OpenLinux}/SOURCES tar zxvfp I810Gtt.tar.gz make # # make install # # ls -la /dev/gart mknod /dev/gart c 174 0 # # # Check the devices # ----------------- # not sure if we need agpgarti810 ls -l /dev/gart /dev/agpgart /dev/agpgarti810 # # # insmod agpgart.o depmod # # make testgart # ./testgart # # # Make sure your symlink is correct: # ---------------------------------- # cd /usr/X11R6/bin ln -s XFCom_i810 X # # some distro have X running out of /var cd /var/X11R6/bin ln -s /usr/X11R6/bin/X X # # # Configure X11 # -------------- # xf86config or XF86Setup or Xconfigurator # or Sax or Yast # # # View your X11 config file # -------------------------- cat /etc/X11/XF86Config # # # See if X11 finds any errors..fix it if it does # ---------------------------- X -probeonly # # # # end of file