LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing a video driver from the *.gz file under console, Slackware 12.1 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-a-video-driver-from-the-%2A-gz-file-under-console-slackware-12-1-a-668261/)

teonik 09-08-2008 12:46 AM

installing a video driver from the *.gz file under console, Slackware 12.1
 
Hi everybody. I'm completely new to Linux and having troubles running X server under Slackware 12.1. It's likely that Slack has problems understanding my graphics card (Trident Cyberbalde Ai1 on a Toshiba laptop).
I've found some trident driver for Linux that might help, but it has a *.gz format (binary file starting with .ELF symbols), so installpkg doesn't like it. What can I do to get it installed?
Thanks for the help

TB0ne 09-08-2008 09:03 AM

Quote:

Originally Posted by teonik (Post 3272901)
Hi everybody. I'm completely new to Linux and having troubles running X server under Slackware 12.1. It's likely that Slack has problems understanding my graphics card (Trident Cyberbalde Ai1 on a Toshiba laptop).
I've found some trident driver for Linux that might help, but it has a *.gz format (binary file starting with .ELF symbols), so installpkg doesn't like it. What can I do to get it installed?
Thanks for the help

Check wherever it was you downloaded that .gz file from, it probably has installation instructions as well.

The .gz is a GZIP'ped file...is the file name <some file name>.tar.gz? Or is it .tgz?

If it's just a gzip (.gz) file, I would first make a temporary directory, and move that file into it, just in case it doesn't build a directory structure. Then, just type in "gzip -d <name of file>.gz". It will decompress everything, and chances are, there will be a document directory, install or readme file out there, telling you how to install it.

If it's a .tar.gz, you can type in "tar xvfz <filename>.tar.gz", and it will un-gzip it, and untar it in one step.


All times are GMT -5. The time now is 07:43 PM.