LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 941|回复: 4

新手求救!老机器显卡驱动安装问题

[复制链接]
发表于 2006-11-24 12:42:42 | 显示全部楼层 |阅读模式
我的显卡很老,是VIA PLE133主板集成的显卡,我从VIA网站上下载下来驱动但是不会装,以下是驱动安装的说明文件,我的系统是Ubuntu6.06,其中所提到的/root/xc路径根本不存在,我该怎么办??
====================================================================
VIA/S3G Twister/Pro-savage 2D/3D Display Driver for Linux XFree86

                Version 1.1.18bld2, May 28, 2003

  Copyright (C) 2003 VIA Technologies, Inc. and S3 Graphics, Inc.
====================================================================


Caution
=================================

Before you begin to install the graphic driver, we seriously recommend
you to update the operation system.

It is tiresome at first, but it gives you a lot more convenience to the
extent that everytime you update the driver later.


File description
=================================

This package has 2 files as follows.

   1.1.18bld2.tgz   Savage driver source package Version 1.1.18bld2
   readme.txt       This file


System update
=================================

If you have done it before, you can go to driver installation directly.

1. Put Linux red hat 8.0 disk 1 in CDROM
   Window pop out " Do you wish to run /mnt/cdrom/autorun?"

2. Select "Yes"
   Window pop out " Add or Remove Packages"

3. Click "Forward"
   Please wait to check system package status

4. Add following items and click "Forward"
   * KDE Desktop Environment
   * Engineering and Scientific
   * FTP Server
   * Kernel Development
   * KDE Software Development
   * System Tools

5. Window pops out "ackage Installation Overview"
   Click "Forward"

6. Please wait for the system to update (about 5-10mins)
   You may need to change disk during the installation

7. Reboot system


Video memory configuration
=================================

Please set the share memory not less than 16M (32M is best) in BIOS
config if your motherboard is Twister/K or PM133/KM133.


Driver Installation
=================================

Before driver installation, we assume you have XFree86 environment
installed, which is located at /root/xc in your system.

1. Copy the driver package, then follow the steps below to rebuild
   XFree86 and Savage driver.

   tar zxvf 1.1.18bld2.tgz
   cd LinuxDriver  
   ./savage_install /root/xc
   cd /root/xc
   make World            
         
2. Install 2D driver

   cd xc/programs/Xserver/hw/xfree86/drivers/savage
   make install
   ldconfig
   sync

3. Install 3D driver

   cd xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernal
   make -f Makefile.linux savage.o
   cp savage.o /lib/modules/*/kernel/drivers/char/drm

   cd xc/lib/GL/mesa/src/drv/savage
   make install
   ldconfig
   sync

4. Insert modules during boot time

   Modify the file "/etc/rc.d/rc.local", then add the following lines.

       insmod agpgart agp_try_unsupported=1
       insmod savage

5. Install XvMC driver

   cd xc/lib/XvMC/hw/savage
   make install
   ldconfig
   sync

6. Enable video capture

   If you have SAA7111 device, modify the file "/etc/X11/XF86Config(-4)",
   then add following line in "Driver" section.

        Option "SAA7111" "1"

7. Reboot system and confirm driver installation

   (a) 2D
       Check the file "/var/log/XFree86.0.log", then search the item
       "savage" and you can get driver version information.
            
   (b) 3D
       Using "glxinfo" command to make sure the 3D function is enabled.
发表于 2006-11-24 12:46:53 | 显示全部楼层
用X.org自带的via驱动应该就行了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-24 12:48:47 | 显示全部楼层
问题是xorg自带的驱动没有3D加速,所以我想装威盛官方的驱动
回复 支持 反对

使用道具 举报

发表于 2006-11-24 13:14:57 | 显示全部楼层
这种显卡,啊值得啊?
回复 支持 反对

使用道具 举报

发表于 2006-11-24 22:37:16 | 显示全部楼层
Post by tulanix
问题是xorg自带的驱动没有3D加速,所以我想装威盛官方的驱动

还要3D加速啊,我现在还用着savage4的显卡呢?不要加速有时候确实不爽!不过可以忍受。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表