Robert J. A. Fernandes. <[EMAIL PROTECTED]>:
>
> So I got the linux video display card driver downloads tar.gz for my
> intel 915g site for i810 is not suited for this type.
>
> Now just I want to know step-by-step instructions on how to install this
> driver package or installation from the tar.gz file on debian.
as root:
cd /usr/local/src
tar tzf /path/to/driver.tgz | less
Look at what that shows. If the lines look like:
/path/to/somewhere
it'll all go into /path/to/somewhere. If instead it says:
./path/to/somewhere
it'll all go into /usr/local/src/path/to/somewhere.
To actually install it:
tar xzf /path/to/driver.tgz
If it's created with bzip (instead of gzip) compression, use the "j"
switch.
tar xjf ...
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html
Spammers! http://www.spots.ab.ca/~keeling/emails.html
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]