LITTLEBLACKDOG.COM Forum Index LITTLEBLACKDOG.COM

 
LWD LWD   FAQ FAQ   Memberlist Memberlist   Usergroups Usergroups   Active Topics Active Topics   Register Register  
  Profile Profile   Log in to check your private messages Log in to check your private messages   Log in Log in  
  Who is Online Who is Online   Image Gallery Image Gallery   Chat Chat   Search Search  
  LWDGear       LBDGear  

View next topic
View previous topic
Post new topic     Reply to topic   LITTLEBLACKDOG.COM Forum Index -> Operating Systems » OS - Linux
Author Message
brody
Butt Sniffer
Butt Sniffer


Joined: 12 Aug 2001
Posts: 1031
Location: USA

Post Posted: Mon Aug 13, 2001 5:34 pm   Post subject: Reply with quote Back to top  

Hi. Can someone tell me how to get into graphics mode with Mandrake 8.0. I've installed it on a Win95 box (Gateway with [quoting from the receipt] "STB Mpact 2 4MB 3-D AGP Graphics". (System is 3 yrs. old)

For some reason, off to the side, I wrote in pencil "Invidia board".

Anyhow, installed Mandrake alongside Win95 with just a few missteps, but cannot get the X Graphical Server to work.

I've tried a lot of combos in the "pick a board/pick a monitor" utility, but that game is getting old.

Thanks for any help.

_________________
My ignorance is not only broad, it is deep.
View user's profile Send private message
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Tue Aug 14, 2001 7:14 am   Post subject: Reply with quote Back to top  

If you choose FBDev it will "always" work with any hardware, but it is dogslow.

I think you need STB as driver but i haven't that hardware so it doesn't occupy any scule space with me. iIwould just do a google to make i work good

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
brody
Butt Sniffer
Butt Sniffer


Joined: 12 Aug 2001
Posts: 1031
Location: USA

Post Posted: Tue Aug 14, 2001 4:42 pm   Post subject: Reply with quote Back to top  

Oh boy, now I get to show just how new to this I am. :-D

Quote:

If you choose FBDev it will "always" work with any hardware, but it is dogslow.

I don't seem to have FBDev as any of my choices. (I'm running DrakConf).

Quote:

I think you need STB as driver.

I don't understand which STB you mean. There are Velocity's, Riva's, etc?

Thanks for your help...

_________________
My ignorance is not only broad, it is deep.
View user's profile Send private message
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Tue Aug 14, 2001 6:13 pm   Post subject: Reply with quote Back to top  

choose SVGA. That will do (and suck) for the moment.

What is the output for lspci.

ps i think it is a nvidia. tnt but more likely pre-tnt.

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
brody
Butt Sniffer
Butt Sniffer


Joined: 12 Aug 2001
Posts: 1031
Location: USA

Post Posted: Wed Aug 15, 2001 7:15 pm   Post subject: Reply with quote Back to top  

You know, maybe I'm working on the wrong problem...for all I know, the error message is telling me that my zipper is down.

Here's the error message I'm getting after trying to test the configuration of my display from within DrakConf:

An error has occurred:
/etc/X11/F86Config.text:144

This was with the following selections:
Monitor - Generic|Generic Standard VGA 640x480 @ 60Hz

Graphics card - Nvidia|Riva TNT (Generic)

I must confess that I have no idea on how to find/look at this file. I can find the etc and the X11 directories, but everytime I "vi" the F86Config.test file, I get a 'new empty' file.

Thanks for the help.

_________________
My ignorance is not only broad, it is deep.
View user's profile Send private message
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Thu Aug 16, 2001 7:20 am   Post subject: Reply with quote Back to top  

Quote:

You know, maybe I'm working on the wrong problem...for all I know, the error message is telling me that my zipper is down.

Here's the error message I'm getting after trying to test the configuration of my display from within DrakConf:

An error has occurred:
/etc/X11/F86Config.text:144

This was with the following selections:
Monitor - Generic|Generic Standard VGA 640x480 @ 60Hz

Graphics card - Nvidia|Riva TNT (Generic)

I must confess that I have no idea on how to find/look at this file. I can find the etc and the X11 directories, but everytime I "vi" the F86Config.test file, I get a 'new empty' file.

Thanks for the help.



I don't think it writes the file if it fails.

What to do:
Download the NVidia GLX from NVidia
Download the NVidia-kernel-src.rpm from NVidia

as root:

Do rpm -ivh with the NVidia-GLX
do rpm --rebuild NVidia-kernel-1..src.rpm
do rpm -ivh /usr/src/RPM/RPM/i586/NVidia-kernel....i586.rpm

Xfdrake --skiptest --expert
choose XF4
This should make the /etc/X11/XFConfig-4 file.

After which you have to make some changes to it.
In Module you have to change the loads to this

# This loads the DBE extension module.

Load "dbe"
Load "glx"

and in Device

Driver "nvidia"

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
brody
Butt Sniffer
Butt Sniffer


Joined: 12 Aug 2001
Posts: 1031
Location: USA

Post Posted: Tue Aug 21, 2001 4:38 pm   Post subject: Reply with quote Back to top  

Quote:

as root:

Do rpm -ivh with the NVidia-GLX
do rpm --rebuild NVidia-kernel-1..src.rpm
do rpm -ivh /usr/src/RPM/RPM/i586/NVidia-kernel....i586.rpm


Ok, I give. I've tried this every which way but sideways...

I downloaded the driver info.

When I do the "Do rpm -ivh with the NVidia-GLX", I get a message that it failed since it's dependent on the kernel.

When I try the "do rpm --rebuild NVidia-kernel-1..src.rpm", rpm acts like it is getting "rpm help". AND, --rebuild is not in the shown options.

However, when I go into the man pages, I see the --rebuild option.

Any and all help will be appreciated.

_________________
My ignorance is not only broad, it is deep.
View user's profile Send private message
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Tue Aug 21, 2001 7:01 pm   Post subject: Reply with quote Back to top  

You need to have installed rpm-build (and a slew of dependancies) to do rpm --rebuild. If you didn't install it it won't work

[edit]
urpmi rpm-build

That it will install all what you need to build the src.rpm

than do a

rpm -ivh NVidia-GLX /usr/src/RPM/RPMS/i686/NVidia..rpm

Edited by - csign on 09/06/2001 18:50:53

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
stitched
Stray Dog


Joined: 05 Sep 2001
Posts: 15
Location: USA

Post Posted: Thu Sep 06, 2001 1:54 pm   Post subject: Reply with quote Back to top  

And that, my friends, is why I dont use linux.

--I can drink my own weight in beer--

_________________
Semper Fi
View user's profile Send private message Send e-mail AIM Address
csign
Moderator
Moderator


Joined: 26 May 2001
Posts: 8155
Location: Borneo

Post Posted: Thu Sep 06, 2001 2:47 pm   Post subject: Reply with quote Back to top  

You are right.

Long Life Palm

_________________
Toxin wrote:
It's on Fox News - it must be true.
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic     Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
phpBB SEO
All times are GMT - 8 Hours

Help us keep advertisements off this site. Donate today!