Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Savage iX problems

    I am wondering where i can get a driver for a s3 savage ix agp 8 meg
    chip...i have one but so far installing it has defied all attempts and
    advice....this is the install.sh file i am using in place of the one in
    the tarball which i have uploaded for inspection at:

    [url]http://www.faithwalk.org/s3savage-1.0-13.tgz.gz[/url]

    Any ideas or advice on getting this driver installed onto mandrake 9.1
    would be highly appreciated.


    p.s. this is mandrake 9.1 i am trying to get this driver to work in..if
    somebody has a better driver let me know..:)

    #! /bin/sh

    #
    # Simple script to install the S3 Savage server and tools.
    #

    #if [ ! -e /usr/X11R6/bin/XF86Setup ]; then
    # echo You must have XFree86 installed.
    # exit
    #fi

    if [ $EUID != "0" ]; then
    echo You must be root to install the server and tools.
    exit
    fi

    install -s -m 755 -o 0 -g 0 XF86_SVGA /usr/X11R6/bin/XF86_SVGA
    install -s -m 4755 -o 0 -g 0 s3switch /usr/X11R6/bin/s3switch
    install -m 444 -o 0 -g 0 s3switch.1x /usr/X11R6/man/man1/s3switch.1x

    rm -f /usr/X11R6/bin/X
    ln -s /usr/X11R6/bin/XF86_SVGA /usr/X11R6/bin/X
    rm -f /etc/X11/X
    ln -s /usr/X11R6/bin/XF86_SVGA /etc/X11/X

    echo Installation complete.


    William Warren Guest

  2. Similar Questions and Discussions

    1. 3.1 problems
      I find the "Style sheets" very hard to work with... every time a "style" is edited, a new "Style" is created... sometimes the style that is created...
    2. w3d problems
      hi, i am having trouble with colors and positions of models changing when i export a w3d file from lightwave and import it into director. does...
    3. problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
      You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will...
    4. Diamond Stealth S3 Savage Card...
      Is any accelerated driver avlble for this card ? Can I play quake using this card on linux ? Satish/
    5. DBI-PG problems
      I am having trouble with DBI-Pg on os X (ruby 1.6.7). I installed it successfully using config --with=dbi,dbd_pg but when I try to establish a...
  3. #2

    Default Re: Savage iX problems

    William Warren wrote:
    > I am wondering where i can get a driver for a s3 savage ix agp 8 meg
    > chip...i have one but so far installing it has defied all attempts and
    > advice....this is the install.sh file i am using in place of the one in
    > the tarball which i have uploaded for inspection at:
    >
    > [url]http://www.faithwalk.org/s3savage-1.0-13.tgz.gz[/url]
    >
    > Any ideas or advice on getting this driver installed onto mandrake 9.1
    > would be highly appreciated.
    >
    >
    > p.s. this is mandrake 9.1 i am trying to get this driver to work in..if
    > somebody has a better driver let me know..:)
    Knoppix has an execellent hardware (especially graphic card adapter)
    detection, which runs completely off the CD. When it recognized your
    graphic card check out /etc/X11/XF86Config-4 for details, you will probably
    gets hints concerning the correct driver.

    You can download the latest Knoppix version here:

    [url]http://ftp.freenet.de/pub/ftp.uni-kl.de/pub/linux/knoppix[/url]
    KNOPPIX_V3.2-2003-09-05-EN.iso

    Kind regards, Joerg.

    Joerg Morbitzer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139